mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
chore(Conf): move BG QueueAnnouncer conf to the right section (#8515)
This commit is contained in:
@@ -2576,6 +2576,23 @@ Battleground.QueueAnnouncer.SpamProtection.Delay = 30
|
|||||||
|
|
||||||
Battleground.QueueAnnouncer.PlayerOnly = 0
|
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
|
# Battleground.PrematureFinishTimer
|
||||||
# Description: Time (in milliseconds) before battleground will end prematurely if there are
|
# Description: Time (in milliseconds) before battleground will end prematurely if there are
|
||||||
@@ -2834,23 +2851,6 @@ Arena.QueueAnnouncer.Enable = 0
|
|||||||
|
|
||||||
Arena.QueueAnnouncer.PlayerOnly = 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
|
# Arena.ArenaSeason.ID
|
||||||
# Description: Current arena season id shown in clients.
|
# Description: Current arena season id shown in clients.
|
||||||
|
|||||||
Reference in New Issue
Block a user