mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
feat(Core/Player): Implement player specific settings (#9483)
This commit is contained in:
@@ -2544,6 +2544,13 @@ AutoBroadcast.Center = 0
|
||||
|
||||
AutoBroadcast.Timer = 60000
|
||||
|
||||
#
|
||||
# AutoBroadcast.MinDisableLevel
|
||||
# Description: Minimum level required to disable autobroadcast announcements if EnablePlayerSettings option is enabled.
|
||||
# Default: 0 - (Not allowed to disable it)
|
||||
|
||||
AutoBroadcast.MinDisableLevel = 0
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
@@ -3599,6 +3606,14 @@ LFG.MaxKickCount = 2
|
||||
|
||||
LFG.KickPreventionTimer = 900
|
||||
|
||||
#
|
||||
# EnablePlayerSettings
|
||||
# Description: Enables the usage of character specific settings.
|
||||
# Default: 0 - Disabled
|
||||
# 1 - Enabled
|
||||
|
||||
EnablePlayerSettings = 0
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user