mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
feat(Config): Max gold on change faction (#11147)
* feat(Config): Max gold on change faction * build
This commit is contained in:
@@ -3709,6 +3709,15 @@ EnablePlayerSettings = 0
|
||||
|
||||
JoinBGAndLFG.Enable = 0
|
||||
|
||||
#
|
||||
# ChangeFaction.MaxMoney
|
||||
# Description: Maximum amount of gold allowed on the character to perform a faction change.
|
||||
# Default: 0 - Disabled
|
||||
# > 0 - Enabled (money in copper)
|
||||
# Example: If set to 10000, the maximum amount of money allowed on the character would be 1 gold.
|
||||
|
||||
ChangeFaction.MaxMoney = 0
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user