mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 22:40:26 +00:00
Derp
This commit is contained in:
@@ -733,7 +733,7 @@ void EQEmuApiZoneDataService::get(Json::Value &response, const std::vector<std::
|
|||||||
{
|
{
|
||||||
std::string method = args[0];
|
std::string method = args[0];
|
||||||
|
|
||||||
if (zone->GetZoneID() > 0) {
|
if (zone->GetZoneID() == 0) {
|
||||||
response["error"] = "Zone must be loaded to invoke calls";
|
response["error"] = "Zone must be loaded to invoke calls";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user