mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 08:26:36 +00:00
Add AddReplayLockoutDuration api
This commit is contained in:
@@ -485,6 +485,11 @@ void Expedition::AddLockoutDuration(const std::string& event_name, int seconds,
|
||||
SendWorldLockoutDuration(lockout, seconds, members_only);
|
||||
}
|
||||
|
||||
void Expedition::AddReplayLockoutDuration(int seconds, bool members_only)
|
||||
{
|
||||
AddLockoutDuration(DZ_REPLAY_TIMER_NAME, seconds, members_only);
|
||||
}
|
||||
|
||||
void Expedition::UpdateLockoutDuration(
|
||||
const std::string& event_name, uint32_t seconds, bool members_only)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user