mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
feat(Core): make BGs and Arena prep time configurable (#22136)
Co-authored-by: Tereneckla <Tereneckla@pm.me>
This commit is contained in:
@@ -3501,6 +3501,14 @@ Wintergrasp.CrashRestartTimer = 10
|
||||
|
||||
###################################################################################################
|
||||
# BATTLEGROUND
|
||||
#
|
||||
# Battleground.PrepTime
|
||||
# Description: Time (in seconds) for battleground preparation phase. Strand of the Ancients will be
|
||||
# the exception and will always use the default 120 seconds timer, due to its boat timing mechanic.
|
||||
# Default: 120
|
||||
|
||||
Battleground.PrepTime = 120
|
||||
|
||||
#
|
||||
# Battleground.CastDeserter
|
||||
# Description: Cast Deserter spell at players who leave battlegrounds in progress.
|
||||
@@ -3766,6 +3774,13 @@ Battleground.EyeOfTheStorm.CapturePoints = 1600
|
||||
|
||||
###################################################################################################
|
||||
# ARENA
|
||||
#
|
||||
# Arena.PrepTime
|
||||
# Description: Time (in seconds) for arena preparation phase.
|
||||
# Default: 60
|
||||
|
||||
Arena.PrepTime = 60
|
||||
|
||||
#
|
||||
# Arena.MaxRatingDifference
|
||||
# Description: Maximum rating difference between two teams in rated matches.
|
||||
|
||||
Reference in New Issue
Block a user