diff --git a/zone/eqemu_api_zone_data_service.cpp b/zone/eqemu_api_zone_data_service.cpp index b562a80f8..cd6af042e 100644 --- a/zone/eqemu_api_zone_data_service.cpp +++ b/zone/eqemu_api_zone_data_service.cpp @@ -733,7 +733,7 @@ void EQEmuApiZoneDataService::get(Json::Value &response, const std::vectorGetZoneID() > 0) { + if (zone->GetZoneID() == 0) { response["error"] = "Zone must be loaded to invoke calls"; return; }