mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 06:36:24 +00:00
fix(Scripts/TempleOfAhnQiraj): Prevent Sartura from casting Whirlwind while stunned (#13481)
Update boss_sartura.cpp
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user