Skip to content

Commit f2978bd

Browse files
committed
[Mage] Flurry bug
1 parent 3ab15cb commit f2978bd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

engine/class_modules/sc_mage.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3941,6 +3941,10 @@ struct flurry_t final : public frost_mage_spell_t
39413941
{
39423942
frost_mage_spell_t::impact( s );
39433943

3944+
// TODO: Flurry cleave doesn't seem to work against boss enemies
3945+
if ( p()->bugs && s->chain_target > 0 && !p()->trigger_crowd_control( s, MECHANIC_SLOW ) )
3946+
return;
3947+
39443948
auto e = make_event<ground_aoe_event_t>( *sim, p(), ground_aoe_params_t()
39453949
.pulse_time( pulse_time )
39463950
.target( s->target )

0 commit comments

Comments
 (0)