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:
parent
0aaf521423
commit
2912cb47f3
1 changed files with 1 additions and 0 deletions
|
|
@ -256,6 +256,7 @@ struct boss_archimonde : public BossAI
|
|||
}
|
||||
|
||||
ScheduleHealthCheckEvent(10, [&]{
|
||||
scheduler.CancelAll();
|
||||
me->SetReactState(REACT_PASSIVE);
|
||||
DoCastProtection();
|
||||
Talk(SAY_ENRAGE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue