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:
Andrew
2026-02-27 23:55:45 -03:00
committed by GitHub
parent 22078a9de5
commit b14cdea7d2
11 changed files with 215 additions and 6 deletions

View File

@@ -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
#
###################################################################################################