mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-27 12:01:29 +00:00
Temp crash fix
This commit is contained in:
parent
379ecc655c
commit
4e1fcfb7e5
@ -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());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user