Mark old cle entries as stale when you login

This commit is contained in:
KimLS
2019-07-20 22:12:48 -07:00
parent 186834594f
commit 780f8f8515
3 changed files with 18 additions and 1 deletions
+1
View File
@@ -66,6 +66,7 @@ public:
void CLEKeepAlive(uint32 numupdates, uint32* wid);
void CLEAdd(uint32 iLSID, const char* iLoginName, const char* iLoginKey, int16 iWorldAdmin = 0, uint32 ip = 0, uint8 local=0);
void UpdateClientGuild(uint32 char_id, uint32 guild_id);
void RemoveCLEByLSID(uint32 iLSID);
int GetClientCount();
void GetClients(const char *zone_name, std::vector<ClientListEntry *> &into);