diff --git a/src/server/scripts/Commands/cs_deserter.cpp b/src/server/scripts/Commands/cs_deserter.cpp index f20c1c15b..b884565ee 100644 --- a/src/server/scripts/Commands/cs_deserter.cpp +++ b/src/server/scripts/Commands/cs_deserter.cpp @@ -322,7 +322,7 @@ public: static bool HandleDeserterRemoveAll(ChatHandler* handler, bool isInstance, Optional 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;