Keep alive implemented for world->zone

This commit is contained in:
KimLS
2018-07-07 22:19:24 -07:00
parent d2683022e1
commit 5060de9b58
4 changed files with 19 additions and 1 deletions
+2
View File
@@ -63,6 +63,7 @@ public:
private:
void OnTick(EQ::Timer *t);
void OnKeepAlive(EQ::Timer *t);
uint32 NextID;
std::list<std::unique_ptr<ZoneServer>> list;
uint16 pLockedZones[MaxLockedZones];
@@ -70,6 +71,7 @@ private:
uint16 LastAllocatedPort;
std::unique_ptr<EQ::Timer> m_tick;
std::unique_ptr<EQ::Timer> m_keepalive;
};
#endif /*ZONELIST_H_*/