diff --git a/zone/entity.cpp b/zone/entity.cpp index 9b31abc2b..7b8e0880c 100644 --- a/zone/entity.cpp +++ b/zone/entity.cpp @@ -650,8 +650,6 @@ void EntityList::AddNPC(NPC *npc, bool SendSpawnPacket, bool dontqueue) parse->EventNPC(EVENT_SPAWN, npc, nullptr, "", 0); - npc->FixZ(); - uint16 emoteid = npc->GetEmoteID(); if (emoteid != 0) npc->DoNPCEmote(ONSPAWN, emoteid);