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: