mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-01 10:03:47 +00:00
feat(Core/Battleground): rework bg queue system (#10817)
This commit is contained in:
@@ -2923,6 +2923,14 @@ Arena.MaxRatingDifference = 150
|
||||
|
||||
Arena.RatingDiscardTimer = 600000
|
||||
|
||||
#
|
||||
# Arena.PreviousOpponentsDiscardTimer
|
||||
# Description: Time (in milliseconds) after which the previous opponents will be ignored.
|
||||
# Default: 120000 - (Enabled, 2 minutes - Blizzlike)
|
||||
# 0 - (Disabled)
|
||||
|
||||
Arena.PreviousOpponentsDiscardTimer = 120000
|
||||
|
||||
#
|
||||
# Arena.AutoDistributePoints
|
||||
# Description: Automatically distribute arena points.
|
||||
|
||||
Reference in New Issue
Block a user