mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 16:46:37 +00:00
Hook up world to its own api data service
This commit is contained in:
@@ -754,3 +754,8 @@ void ZSList::OnKeepAlive(EQ::Timer *t)
|
||||
zone->SendKeepAlive();
|
||||
}
|
||||
}
|
||||
|
||||
const std::list<std::unique_ptr<ZoneServer>> &ZSList::getZoneServerList() const
|
||||
{
|
||||
return list;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user