feat(Core/Battleground): Added new config variables to battleground b… (#6432)

- Closes #5098.
This commit is contained in:
UltraNix 2021-07-07 23:13:58 +02:00 committed by GitHub
parent 06d23c1006
commit 3dec029bc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 68 additions and 17 deletions

View file

@ -2672,11 +2672,25 @@ Battleground.RewardLoserHonorLast = 5
Battleground.PlayerRespawn = 30
#
# Battleground.BuffRespawn
# Description: Battleground buff respawn time (in seconds).
# Default: 180 (Recommended 10+)
# Battleground.RestorationBuffRespawn
# Description: Battleground restoration buff respawn time (in seconds).
# Default: 20 (Recommended 10+)
Battleground.BuffRespawn = 180
Battleground.RestorationBuffRespawn = 20
#
# Battleground.BerserkingBuffRespawn
# Description: Battleground berserking buff respawn time (in seconds).
# Default: 120 (Recommended 10+)
Battleground.BerserkingBuffRespawn = 120
#
# Battleground.SpeedBuffRespawn
# Description: Battleground speed buff respawn time (in seconds).
# Default: 150 (Recommended 10+)
Battleground.SpeedBuffRespawn = 150
#
###################################################################################################