mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-16 01:01:30 +00:00
Attempt to catch rare crash in zoneserver process. See http://www.eqemulator.org/forums/showthread.php?t=39549
This commit is contained in:
parent
739a7b6f75
commit
0321bf72a5
@ -1318,8 +1318,10 @@ bool ZoneServer::Process() {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
delete pack;
|
||||
if (pack)
|
||||
delete pack;
|
||||
else
|
||||
Log.Out(Logs::Detail, Logs::World_Server, "Zoneserver process tried to delete pack when pack does not exist.");
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user