fix(Scripts/IcecrownCitadel): Lichking "Harvest Soul" Fix (#15573)

Players now not stucking anymore in the strangulating vehicle and getting teleported
This commit is contained in:
qwe900
2023-03-25 01:11:51 +01:00
committed by GitHub
parent 357a2a33ce
commit dd43ea4849

View File

@@ -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);