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
+5
View File
@@ -754,3 +754,8 @@ void ZSList::OnKeepAlive(EQ::Timer *t)
zone->SendKeepAlive();
}
}
const std::list<std::unique_ptr<ZoneServer>> &ZSList::getZoneServerList() const
{
return list;
}