mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-15 21:45:12 +00:00
feat(Core/LFG): Implement dungeon selection cooldown to prevent repeat assignme… (#24916)
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -3404,6 +3404,16 @@ DungeonFinder.CastDeserter = 1
|
||||
|
||||
DungeonFinder.AllowCompleted = 1
|
||||
|
||||
#
|
||||
# DungeonFinder.DungeonSelectionCooldown
|
||||
#
|
||||
# Description: Duration in minutes for the dungeon selection cooldown. Players who complete a
|
||||
# random dungeon via LFG will not be assigned the same dungeon again for this
|
||||
# duration. This reduces the chance of getting the same dungeon in a row.
|
||||
# Default: 0 - (Disabled)
|
||||
|
||||
DungeonFinder.DungeonSelectionCooldown = 0
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user