fix(Scripts/Hyjal): Archimonde shouldn't cast other spells during enr… (#18928)

fix(Scripts/Hyjal): Archimonde shouldn't cast other spells during enrage/outro
This commit is contained in:
Andrew
2024-05-20 05:40:46 -03:00
committed by GitHub
parent 0aaf521423
commit 2912cb47f3

View File

@@ -256,6 +256,7 @@ struct boss_archimonde : public BossAI
}
ScheduleHealthCheckEvent(10, [&]{
scheduler.CancelAll();
me->SetReactState(REACT_PASSIVE);
DoCastProtection();
Talk(SAY_ENRAGE);