Hook up world to its own api data service

This commit is contained in:
Akkadius
2019-03-10 01:09:04 -06:00
parent 6cb9271e7e
commit e5512f05b5
7 changed files with 671 additions and 164 deletions
+1 -1
View File
@@ -675,4 +675,4 @@ void EQEmuApiZoneDataService::get(Json::Value &response, const std::vector<std::
if (method == "get_zone_attributes") {
callGetZoneAttributes(response);
}
}
}