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:
@@ -256,6 +256,7 @@ struct boss_archimonde : public BossAI
|
|||||||
}
|
}
|
||||||
|
|
||||||
ScheduleHealthCheckEvent(10, [&]{
|
ScheduleHealthCheckEvent(10, [&]{
|
||||||
|
scheduler.CancelAll();
|
||||||
me->SetReactState(REACT_PASSIVE);
|
me->SetReactState(REACT_PASSIVE);
|
||||||
DoCastProtection();
|
DoCastProtection();
|
||||||
Talk(SAY_ENRAGE);
|
Talk(SAY_ENRAGE);
|
||||||
|
|||||||
Reference in New Issue
Block a user