mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 02:06:50 +00:00
Cleanup unused arg in remove lockout method
This commit is contained in:
+2
-2
@@ -1137,8 +1137,8 @@ public:
|
||||
bool HasExpeditionLockout(const std::string& expedition_name, const std::string& event_name, bool include_expired = false);
|
||||
bool IsInExpedition() const { return m_expedition_id != 0; }
|
||||
void RemoveAllExpeditionLockouts(const std::string& expedition_name, bool update_db = false);
|
||||
void RemoveExpeditionLockout(
|
||||
const std::string& expedition_name, const std::string& event_name, bool update_db = false, bool update_client = true);
|
||||
void RemoveExpeditionLockout(const std::string& expedition_name,
|
||||
const std::string& event_name, bool update_db = false);
|
||||
void RequestPendingExpeditionInvite();
|
||||
void SendExpeditionLockoutTimers();
|
||||
void SetExpeditionID(uint32 expedition_id) { m_expedition_id = expedition_id; };
|
||||
|
||||
Reference in New Issue
Block a user