From 2912cb47f3158ae756e0a4bcc5b800bbf7627f84 Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Mon, 20 May 2024 05:40:46 -0300 Subject: [PATCH] =?UTF-8?q?fix(Scripts/Hyjal):=20Archimonde=20shouldn't=20?= =?UTF-8?q?cast=20other=20spells=20during=20enr=E2=80=A6=20(#18928)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(Scripts/Hyjal): Archimonde shouldn't cast other spells during enrage/outro --- .../CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp index 0473218b5..20bd45ad0 100644 --- a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp +++ b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp @@ -256,6 +256,7 @@ struct boss_archimonde : public BossAI } ScheduleHealthCheckEvent(10, [&]{ + scheduler.CancelAll(); me->SetReactState(REACT_PASSIVE); DoCastProtection(); Talk(SAY_ENRAGE);