mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 06:06:23 +00:00
feat(Core/BattlegroundQueue): add limited Battleground.QueueAnnouncer (#5093)
This commit is contained in:
@@ -2752,6 +2752,22 @@ Battleground.CastDeserter = 1
|
||||
|
||||
Battleground.QueueAnnouncer.Enable = 0
|
||||
|
||||
#
|
||||
# Battleground.QueueAnnouncer.Limited.Enable
|
||||
# Description: Show announce only if left players in queue = 1
|
||||
# Default: 0 - (Disabled)
|
||||
# 1 - (Enabled)
|
||||
|
||||
Battleground.QueueAnnouncer.Limited.Enable = 0
|
||||
|
||||
#
|
||||
# Battleground.QueueAnnouncer.SpamProtection.Delay
|
||||
# Description: Show announce if player rejoined in queue after sec
|
||||
# Default: 30
|
||||
#
|
||||
|
||||
Battleground.QueueAnnouncer.SpamProtection.Delay = 30
|
||||
|
||||
#
|
||||
# Battleground.QueueAnnouncer.PlayerOnly
|
||||
# Description: Battleground queue announcement type.
|
||||
|
||||
Reference in New Issue
Block a user