From 825d0dc2bb4b4af43dccf75e0b9e5f880568830c Mon Sep 17 00:00:00 2001 From: Skjalf <47818697+Nyeriah@users.noreply.github.com> Date: Fri, 24 Mar 2023 08:03:20 -0300 Subject: [PATCH] =?UTF-8?q?fix(Scripts/IcecrownCitadel):=20Prevent=20the?= =?UTF-8?q?=20LK=20from=20despawning=20Tirion=20F=E2=80=A6=20(#15561)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(Scripts/IcecrownCitadel): Prevent the LK from despawning Tirion Forddring --- .../scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp index 85ceb9d3d..66c5d987f 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp @@ -844,6 +844,11 @@ public: void JustSummoned(Creature* summon) override { + if (summon->GetEntry() == NPC_HIGHLORD_TIRION_FORDRING_LK) + { + return; + } + switch (summon->GetEntry()) { case NPC_SHAMBLING_HORROR: