mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
feat(Core/Conf): add CONFIG_ARENA_QUEUE_ANNOUNCER_DETAIL (#16850)
* feat(Core/Conf): add CONFIG_ARENA_QUEUE_ANNOUNCER_DETAIL * fix: bad copy paste * add sql * fix bad copy paste above again * fix: move lang values * Update rev_1690640715748711400.sql * Update rev_1690640715748711400.sql * Rename rev_1690640715748711400.sql to fix.sql * reaching, maybe fix (?) c: * love me god damn it * update sql file --------- Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com> Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
@@ -3059,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