mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
Temp crash fix
This commit is contained in:
@@ -117,6 +117,9 @@ void RemoteCallSubscriptionHandler::Process() {
|
||||
++iter;
|
||||
}
|
||||
|
||||
if (!zone)
|
||||
return;
|
||||
|
||||
ServerPacket *pack = new ServerPacket(ServerOP_WIClientSession, sz);
|
||||
pack->WriteUInt32((uint32)zone->GetZoneID());
|
||||
pack->WriteUInt32((uint32)zone->GetInstanceID());
|
||||
|
||||
Reference in New Issue
Block a user