fix(Scripts/TempleOfAhnQiraj): Prevent Sartura from casting Whirlwind while stunned (#13481)

Update boss_sartura.cpp
This commit is contained in:
Gultask
2022-10-23 17:04:16 -03:00
committed by GitHub
parent e2b866dea3
commit b0c09a3596

View File

@@ -130,7 +130,7 @@ struct boss_sartura : public BossAI
{
SetGazeOn(target);
}
DoCastSelf(SPELL_WHIRLWIND, true);
DoCastSelf(SPELL_WHIRLWIND);
events.ScheduleEvent(EVENT_SARTURA_WHIRLWIND_RANDOM, 2s, 7s);
events.ScheduleEvent(EVENT_SARTURA_WHIRLWIND_END, 15s);
break;