We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab15cb commit f2978bdCopy full SHA for f2978bd
1 file changed
engine/class_modules/sc_mage.cpp
@@ -3941,6 +3941,10 @@ struct flurry_t final : public frost_mage_spell_t
3941
{
3942
frost_mage_spell_t::impact( s );
3943
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
+
3948
auto e = make_event<ground_aoe_event_t>( *sim, p(), ground_aoe_params_t()
3949
.pulse_time( pulse_time )
3950
.target( s->target )
0 commit comments