File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,21 +134,10 @@ const SPEC_CONFIG = registerSpecConfig(Spec.SpecShadowPriest, {
134134export 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 } ) ;
You can’t perform that action at this time.
0 commit comments