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:
parent
357a2a33ce
commit
dd43ea4849
1 changed files with 0 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue