chore(Conf): move BG QueueAnnouncer conf to the right section (#8515)
This commit is contained in:
parent
68d47a62cf
commit
0bed420c71
1 changed files with 17 additions and 17 deletions
|
|
@ -2576,6 +2576,23 @@ Battleground.QueueAnnouncer.SpamProtection.Delay = 30
|
|||
|
||||
Battleground.QueueAnnouncer.PlayerOnly = 0
|
||||
|
||||
#
|
||||
# Battleground.QueueAnnouncer.Timed
|
||||
# Description: Enabled battleground queue announcements based on timer
|
||||
# Default: 0 - (Disabled)
|
||||
# 1 - (Enabled - Set Arena.QueueAnnouncer.Timer)
|
||||
#
|
||||
|
||||
Battleground.QueueAnnouncer.Timed = 0
|
||||
|
||||
#
|
||||
# Battleground.QueueAnnouncer.Timer
|
||||
# Description: Set timer for queue announcements
|
||||
# Default: 30000 (30 sec)
|
||||
#
|
||||
|
||||
Battleground.QueueAnnouncer.Timer = 30000
|
||||
|
||||
#
|
||||
# Battleground.PrematureFinishTimer
|
||||
# Description: Time (in milliseconds) before battleground will end prematurely if there are
|
||||
|
|
@ -2834,23 +2851,6 @@ Arena.QueueAnnouncer.Enable = 0
|
|||
|
||||
Arena.QueueAnnouncer.PlayerOnly = 0
|
||||
|
||||
#
|
||||
# Battleground.QueueAnnouncer.Timed
|
||||
# Description: Enabled battleground queue announcements based on timer
|
||||
# Default: 0 - (Disabled)
|
||||
# 1 - (Enabled - Set Arena.QueueAnnouncer.Timer)
|
||||
#
|
||||
|
||||
Battleground.QueueAnnouncer.Timed = 0
|
||||
|
||||
#
|
||||
# Battleground.QueueAnnouncer.Timer
|
||||
# Description: Set timer for queue announcements
|
||||
# Default: 30000 (30 sec)
|
||||
#
|
||||
|
||||
Battleground.QueueAnnouncer.Timer = 30000
|
||||
|
||||
#
|
||||
# Arena.ArenaSeason.ID
|
||||
# Description: Current arena season id shown in clients.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue