mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
feat(Core/Battlegrounds): Implemented new timed config for queue anno… (#8053)
* feat(Core/Battlegrounds): Implemented new timed config for queue announce system. Closes #6637. * Update. * typo. * Update.
This commit is contained in:
@@ -2842,6 +2842,23 @@ 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.
|
||||
|
||||
Reference in New Issue
Block a user