fix(Scripts/Hyjal): Air Burst back to random target (#19037)

init
This commit is contained in:
Dan
2024-06-09 22:32:16 +02:00
committed by GitHub
parent afd8cfef94
commit 8a988fd10a

View File

@@ -295,7 +295,7 @@ struct boss_archimonde : public BossAI
{
scheduler.DelayGroup(GROUP_FEAR, 5s);
Talk(SAY_AIR_BURST);
DoCastAOE(SPELL_AIR_BURST);
DoCastRandomTarget(SPELL_AIR_BURST);
}, 25s, 40s);
ScheduleTimedEvent(25s, 35s, [&]
{