feat(Config): Max gold on change faction (#11147)

* feat(Config): Max gold on change faction

* build
This commit is contained in:
Nefertumm
2022-04-02 11:46:57 -03:00
committed by GitHub
parent ff654397e8
commit 0ef2781ede
4 changed files with 14 additions and 7 deletions

View File

@@ -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
#
###################################################################################################