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
@@ -73,7 +73,6 @@ public:
static void CacheFromDatabase(uint32_t expedition_id);
static bool CacheAllFromDatabase();
static void CacheExpeditions(MySQLRequestResult& results);
static void LoadAllClientLockouts(Client* client);
static Expedition* FindCachedExpeditionByCharacterID(uint32_t character_id);
static Expedition* FindCachedExpeditionByCharacterName(const std::string& char_name);
static Expedition* FindCachedExpeditionByID(uint32_t expedition_id);