Attempt to catch rare crash in zoneserver process. See http://www.eqemulator.org/forums/showthread.php?t=39549

This commit is contained in:
JJ 2015-04-07 10:22:47 -04:00
parent 739a7b6f75
commit 0321bf72a5

View File

@ -1318,8 +1318,10 @@ bool ZoneServer::Process() {
break; break;
} }
} }
if (pack)
delete pack; delete pack;
else
Log.Out(Logs::Detail, Logs::World_Server, "Zoneserver process tried to delete pack when pack does not exist.");
} }
return true; return true;
} }