mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-28 20:07:56 +00:00
Add client and zone subscriptions
This commit is contained in:
+1
-1
@@ -699,7 +699,7 @@ void ZSList::WorldShutDown(uint32 time, uint32 interval)
|
||||
void ZSList::OnTick(EQ::Timer *t)
|
||||
{
|
||||
Json::Value out;
|
||||
out["event"] = "WorldZoneUpdate";
|
||||
out["event"] = "EQW::ZoneUpdate";
|
||||
out["data"] = Json::Value();
|
||||
|
||||
for (auto &zone : list)
|
||||
|
||||
Reference in New Issue
Block a user