feat(Core/Battleground): Add config to allow giving points at level 7… (#17821)

* feat(Core/Battleground): Add config to allow giving points at level 70 RBG

* update

* Update Battleground.h
This commit is contained in:
Andrew
2023-11-22 16:10:22 -03:00
committed by GitHub
parent 87b5120250
commit 70e5851c8a
5 changed files with 11 additions and 2 deletions

View File

@@ -4355,6 +4355,13 @@ TeleportTimeoutNear = 25
TeleportTimeoutFar = 45
#
# DailyRBGArenaPoints.MinLevel
# Description: Allows gaining arena points on the first RBG win at level 70.
# Default: 71 - (Blizzlike)
DailyRBGArenaPoints.MinLevel = 71
#
###################################################################################################