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 and ikkj committed Jun 13, 2024
1 parent 950845a commit 83be17e
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 83be17e

Please sign in to comment.