From dd43ea4849bf7147b4bba19212e92156547261c2 Mon Sep 17 00:00:00 2001 From: qwe900 Date: Sat, 25 Mar 2023 01:11:51 +0100 Subject: [PATCH] fix(Scripts/IcecrownCitadel): Lichking "Harvest Soul" Fix (#15573) Players now not stucking anymore in the strangulating vehicle and getting teleported --- .../scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp | 5 ----- 1 file changed, 5 deletions(-) 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 66c5d987f..17ce3995c 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp @@ -3131,11 +3131,6 @@ public: if (!summoner) return; - if (summoner->GetTypeId() != TYPEID_UNIT) - { - return; - } - if (Creature* lichKing = ObjectAccessor::GetCreature(*me, _instance->GetGuidData(DATA_THE_LICH_KING))) { me->SetWalk(false);