Move LoadAllClientLockouts back to a client method

This commit is contained in:
hg
2020-05-13 18:49:45 -04:00
parent 158dad052c
commit af766dd323
4 changed files with 18 additions and 23 deletions
+1
View File
@@ -1134,6 +1134,7 @@ public:
void SetPendingExpeditionInvite(uint32 id) { m_pending_expedition_invite_id = id; }
void SendExpeditionLockoutTimers();
void SetExpeditionID(uint32 expedition_id) { m_expedition_id = expedition_id; };
void LoadAllExpeditionLockouts();
void UpdateExpeditionInfoAndLockouts();
void DzListTimers();
void SetDzRemovalTimer(bool enable_timer);