mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 16:28:28 +00:00
Some clean up related to the entity_list changes
This commit is contained in:
@@ -353,7 +353,6 @@ NPC::NPC(const NPCType* d, Spawn2* in_respawn, float x, float y, float z, float
|
||||
|
||||
NPC::~NPC()
|
||||
{
|
||||
//entity_list.RemoveNPC(GetID());
|
||||
AI_Stop();
|
||||
|
||||
if(proximity != nullptr) {
|
||||
@@ -361,9 +360,6 @@ NPC::~NPC()
|
||||
safe_delete(proximity);
|
||||
}
|
||||
|
||||
//clear our spawn limit record if we had one.
|
||||
//entity_list.LimitRemoveNPC(this);
|
||||
|
||||
safe_delete(NPCTypedata_ours);
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user