mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
feat(Core/Battleground): Added new config variables to battleground b… (#6432)
- Closes #5098.
This commit is contained in:
@@ -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
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
Reference in New Issue
Block a user