mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +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)
|
static bool HandleDeserterRemoveAll(ChatHandler* handler, bool isInstance, Optional<std::string> maxTime)
|
||||||
{
|
{
|
||||||
uint32 deserterSpell = isInstance ? LFG_SPELL_DUNGEON_DESERTER : BG_SPELL_DESERTER;
|
uint32 deserterSpell = isInstance ? LFG_SPELL_DUNGEON_DESERTER : BG_SPELL_DESERTER;
|
||||||
int32 remainTime = isInstance ? 1800 : 900;
|
int32 remainTime = isInstance ? 1800 : 1800;
|
||||||
uint64 deserterCount = 0;
|
uint64 deserterCount = 0;
|
||||||
bool countOnline = true;
|
bool countOnline = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user