From 90e23cbc66701ac9c163041927e6f6e17f2c72f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E9=B9=BF?= Date: Thu, 27 Jul 2023 21:33:24 +0800 Subject: [PATCH] fix(Core/Raid): Archimonde's Unable to kill (#15128) Fix(Core);[raid]Archimonde's BUG --- .../CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp index 7d50c5c6e..569ae5c5c 100644 --- a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp +++ b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp @@ -292,6 +292,7 @@ public: { instance->SetData(DATA_ARCHIMONDEEVENT, NOT_STARTED); + me->SetReactState(REACT_AGGRESSIVE); DoomfireSpiritGUID.Clear(); WorldTreeGUID.Clear(); WispCount = 0; @@ -618,6 +619,7 @@ public: break; } case EVENT_BELOW_10_PERCENT_HP: + me->SetReactState(REACT_PASSIVE); DoCastProtection(); // Protection of Elune against Finger and Hand of Death BelowTenPercent = true; me->GetMotionMaster()->Clear(false);