diff --git a/zone/remote_call_subscribe.cpp b/zone/remote_call_subscribe.cpp index 997911a89..420e89351 100644 --- a/zone/remote_call_subscribe.cpp +++ b/zone/remote_call_subscribe.cpp @@ -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());