feat(Core/Config): configurable BG Respawn Timers (#3569)

This commit is contained in:
aradep
2020-11-17 09:26:58 -04:00
committed by GitHub
parent 7f26c9ddad
commit 788f8b5257
6 changed files with 34 additions and 5 deletions

View File

@@ -2817,6 +2817,20 @@ Battleground.RewardWinnerArenaLast = 0
Battleground.RewardLoserHonorFirst = 5
Battleground.RewardLoserHonorLast = 5
#
# Battleground.PlayerRespawn
# Description: Battleground player resurrection interval (in seconds).
# Default: 30
Battleground.PlayerRespawn = 30
#
# Battleground.BuffRespawn
# Description: Battleground buff respawn time (in seconds).
# Default: 180 (Recommended 10+)
Battleground.BuffRespawn = 180
#
###################################################################################################