[Bug Fix] Fix issue where NPC's are being hidden as traders (#4539)

* [Fix] Fix issue where NPC's are being hidden as traders

* Fix

* Update mob.cpp
This commit is contained in:
Chris Miles
2024-11-14 18:15:03 -06:00
committed by GitHub
parent e4aa6a6957
commit 33f5c4c6a7
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -1266,8 +1266,6 @@ void Mob::CreateSpawnPacket(EQApplicationPacket* app, NewSpawn_Struct* ns) {
} else {
strcpy(ns2->spawn.lastName, ns->spawn.lastName);
}
memset(&app->pBuffer[sizeof(Spawn_Struct)-7], 0xFF, 7);
}
void Mob::FillSpawnStruct(NewSpawn_Struct* ns, Mob* ForWho)