mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +00:00
Merge branch 'master' into Playerbot
This commit is contained in:
@@ -948,6 +948,14 @@ MaxArenaPoints = 10000
|
||||
|
||||
StartArenaPoints = 0
|
||||
|
||||
#
|
||||
# Arena.LegacyArenaPoints
|
||||
# Description: Use arena point calculation from TBC for season 1 - 5 when rating is less or equal to 1500
|
||||
# Default: 1 - (Enabled)
|
||||
# 0 - (Disabled)
|
||||
|
||||
Arena.LegacyArenaPoints = 0
|
||||
|
||||
#
|
||||
# RecruitAFriend.MaxLevel
|
||||
# Description: Highest level up to which a character can benefit from the Recruit-A-Friend
|
||||
@@ -3051,14 +3059,25 @@ Arena.GamesRequired = 10
|
||||
Arena.QueueAnnouncer.Enable = 0
|
||||
|
||||
#
|
||||
# Battleground.QueueAnnouncer.PlayerOnly
|
||||
# Description: Battleground queue announcement type.
|
||||
# Arena.QueueAnnouncer.PlayerOnly
|
||||
# Description: Arena queue announcement type.
|
||||
# Default: 0 - (System message, Anyone can see it)
|
||||
# 1 - (Private, Only queued players can see it)
|
||||
#
|
||||
|
||||
Arena.QueueAnnouncer.PlayerOnly = 0
|
||||
|
||||
#
|
||||
# Arena.QueueAnnouncer.Detail
|
||||
# Description: The amount of detail to announce on teams queued for arenas.
|
||||
# Default: 3 - (Announce the team's name and rating)
|
||||
# 2 - (Announce only the team's name)
|
||||
# 1 - (Announce only the team's rating)
|
||||
# 0 - (Do not announce any information about the teams)
|
||||
#
|
||||
|
||||
Arena.QueueAnnouncer.Detail = 3
|
||||
|
||||
#
|
||||
# Arena.ArenaSeason.ID
|
||||
# Description: Current arena season id shown in clients.
|
||||
|
||||
Reference in New Issue
Block a user