mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
feat(Core/LFG): move the LFG max kick count & kick prevention timers … (#8683)
This commit is contained in:
@@ -3570,6 +3570,22 @@ FFAPvPTimer = 30
|
||||
|
||||
LootNeedBeforeGreedILvlRestriction = 70
|
||||
|
||||
#
|
||||
# LFG.MaxKickCount
|
||||
# Description: Specify the maximum number of kicks allowed in LFG groups (max 3 kicks)
|
||||
# Default: 2
|
||||
# 0 - Disabled (kicks are never allowed)
|
||||
|
||||
LFG.MaxKickCount = 2
|
||||
|
||||
#
|
||||
# LFG.KickPreventionTimer
|
||||
# Description: Specify for how long players are prevented from being kicked after just joining LFG groups
|
||||
# Default: 900 secs (15 minutes)
|
||||
# 0 - Disabled
|
||||
|
||||
LFG.KickPreventionTimer = 900
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user