Skip to content

Commit

Permalink
fix(Scripts/Hyjal): Archimonde shouldn't cast other spells during enr… (
Browse files Browse the repository at this point in the history
azerothcore#18928)

fix(Scripts/Hyjal): Archimonde shouldn't cast other spells during enrage/outro
  • Loading branch information
Nyeriah authored May 20, 2024
1 parent 0aaf521 commit 2912cb4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ struct boss_archimonde : public BossAI
}

ScheduleHealthCheckEvent(10, [&]{
scheduler.CancelAll();
me->SetReactState(REACT_PASSIVE);
DoCastProtection();
Talk(SAY_ENRAGE);
Expand Down

0 comments on commit 2912cb4

Please sign in to comment.