Fix some zone entrance ghosting

This commit is contained in:
Akkadius
2017-09-17 10:12:41 -05:00
parent 6d8b96068d
commit 2a4d6523b1
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -648,7 +648,7 @@ void EntityList::AddNPC(NPC *npc, bool SendSpawnPacket, bool dontqueue)
parse->EventNPC(EVENT_SPAWN, npc, nullptr, "", 0);
npc->FixZ();
npc->FixZ(1);
uint16 emoteid = npc->GetEmoteID();
if (emoteid != 0)