mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
chore(Scripts/Commands): increase default removal duration to 30m from 15m (#13869)
This commit is contained in:
@@ -322,7 +322,7 @@ public:
|
||||
static bool HandleDeserterRemoveAll(ChatHandler* handler, bool isInstance, Optional<std::string> maxTime)
|
||||
{
|
||||
uint32 deserterSpell = isInstance ? LFG_SPELL_DUNGEON_DESERTER : BG_SPELL_DESERTER;
|
||||
int32 remainTime = isInstance ? 1800 : 900;
|
||||
int32 remainTime = isInstance ? 1800 : 1800;
|
||||
uint64 deserterCount = 0;
|
||||
bool countOnline = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user