mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-28 11:32:33 +00:00
Temp crash fix
This commit is contained in:
parent
379ecc655c
commit
4e1fcfb7e5
@ -117,6 +117,9 @@ void RemoteCallSubscriptionHandler::Process() {
|
|||||||
++iter;
|
++iter;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!zone)
|
||||||
|
return;
|
||||||
|
|
||||||
ServerPacket *pack = new ServerPacket(ServerOP_WIClientSession, sz);
|
ServerPacket *pack = new ServerPacket(ServerOP_WIClientSession, sz);
|
||||||
pack->WriteUInt32((uint32)zone->GetZoneID());
|
pack->WriteUInt32((uint32)zone->GetZoneID());
|
||||||
pack->WriteUInt32((uint32)zone->GetInstanceID());
|
pack->WriteUInt32((uint32)zone->GetInstanceID());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user