mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 03:06:38 +00:00
Add AddReplayLockoutDuration api
This commit is contained in:
@@ -57,6 +57,8 @@ public:
|
||||
void AddLockoutDuration(std::string event_name, int seconds);
|
||||
void AddLockoutDuration(std::string event_name, int seconds, bool members_only);
|
||||
void AddReplayLockout(uint32_t seconds);
|
||||
void AddReplayLockoutDuration(int seconds);
|
||||
void AddReplayLockoutDuration(int seconds, bool members_only);
|
||||
uint32_t GetID();
|
||||
int GetInstanceID();
|
||||
std::string GetLeaderName();
|
||||
|
||||
Reference in New Issue
Block a user