This commit is contained in:
Akkadius 2019-03-21 18:43:18 -05:00
parent b8c41c9e9a
commit 566f743a88

View File

@ -733,7 +733,7 @@ void EQEmuApiZoneDataService::get(Json::Value &response, const std::vector<std::
{
std::string method = args[0];
if (zone->GetZoneID() > 0) {
if (zone->GetZoneID() == 0) {
response["error"] = "Zone must be loaded to invoke calls";
return;
}