mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 06:06:23 +00:00
feat(Core/Battleground): Config to allow/disallow ability to Share Quest & Ready Check (#2924)
This commit is contained in:
@@ -2762,6 +2762,22 @@ Battleground.TrackDeserters.Enable = 1
|
||||
|
||||
Battleground.InvitationType = 0
|
||||
|
||||
#
|
||||
# Battleground.DisableQuestShareInBG
|
||||
# Description: Disables the ability to share quests while in a Battleground.
|
||||
# Default: 0 - (Disabled)
|
||||
# 1 - (Enabled)
|
||||
|
||||
Battleground.DisableQuestShareInBG = 0
|
||||
|
||||
#
|
||||
# Battleground.DisableReadyCheckInBG
|
||||
# Description: Disables the ability to send a Ready Check survey while in a Battleground.
|
||||
# Default: 0 - (Disabled)
|
||||
# 1 - (Enabled)
|
||||
|
||||
Battleground.DisableReadyCheckInBG = 0
|
||||
|
||||
#
|
||||
# Battleground.RewardWinnerHonorFirst
|
||||
# Battleground.RewardWinnerArenaFirst
|
||||
|
||||
Reference in New Issue
Block a user