mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
It's never ogre with these hatelist crashes..
This commit is contained in:
@@ -401,8 +401,6 @@ Mob::~Mob()
|
||||
if(!corpse || (corpse && !corpse->IsPlayerCorpse()))
|
||||
entity_list.QueueClients(this, &app, true);
|
||||
|
||||
entity_list.RemoveFromTargets(this, true);
|
||||
|
||||
if(trade) {
|
||||
Mob *with = trade->With();
|
||||
if(with && with->IsClient()) {
|
||||
|
||||
Reference in New Issue
Block a user