Skip to content

Commit 987b949

Browse files
author
Marcel Ellermann
committed
[Priest] Cleanup legacy reforge code
1 parent 8a51033 commit 987b949

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

ui/priest/shadow/sim.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -134,21 +134,10 @@ const SPEC_CONFIG = registerSpecConfig(Spec.SpecShadowPriest, {
134134
export class ShadowPriestSimUI extends IndividualSimUI<Spec.SpecShadowPriest> {
135135
constructor(parentElem: HTMLElement, player: Player<Spec.SpecShadowPriest>) {
136136
super(parentElem, player, SPEC_CONFIG);
137-
138137
player.sim.waitForInit().then(() => {
139138
new ReforgeOptimizer(this, {
140139
statSelectionPresets: Presets.SHADOW_BREAKPOINTS,
141140
updateSoftCaps: softCaps => {
142-
if (hasT134(player)) {
143-
softCaps.push(
144-
StatCap.fromPseudoStat(PseudoStat.PseudoStatSpellHastePercent, {
145-
breakpoints: [hasteBreakpoints.get('7-tick - VT')!],
146-
capType: StatCapType.TypeSoftCap,
147-
postCapEPs: [(Presets.P1_EP_PRESET.epWeights.getStat(Stat.StatCritRating) + 0.02) * Mechanics.HASTE_RATING_PER_HASTE_PERCENT],
148-
}),
149-
);
150-
}
151-
152141
return softCaps;
153142
},
154143
});

0 commit comments

Comments
 (0)