We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e472a9c commit c2d7312Copy full SHA for c2d7312
1 file changed
engine/class_modules/sc_rogue.cpp
@@ -4413,17 +4413,6 @@ struct garrote_t : public rogue_attack_t
4413
trigger_deathstalkers_mark_debuff( execute_state );
4414
}
4415
4416
- virtual void update_state( action_state_t* s, unsigned flags, result_amount_type rt ) override
4417
- {
4418
- // 2026-03-24 -- Improved Garrote causes the entire damage calculation to snapshot
4419
- if ( p()->talent.assassination.improved_garrote->ok() && s->persistent_multiplier > 1.0 )
4420
4421
- flags &= ~( STATE_AP | STATE_VERSATILITY | STATE_MUL_TA );
4422
- }
4423
-
4424
- rogue_attack_t::update_state( s, flags, rt );
4425
4426
4427
void update_ready( timespan_t cd_duration = timespan_t::min() ) override
4428
{
4429
if ( p()->talent.assassination.improved_garrote->ok() &&
0 commit comments