mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 08:06:23 +00:00
feat(Core/Player): Implement option to convert excess honor points int… (#10565)
This commit is contained in:
@@ -868,6 +868,14 @@ StartPlayerMoney = 0
|
||||
|
||||
MaxHonorPoints = 75000
|
||||
|
||||
#
|
||||
# MaxHonorPointsMoneyPerPoint
|
||||
# Description: Convert excess honor points into money if players got more points than allowed after changing the honor cap.
|
||||
# Honor points will be converted into copper according to the value set in this config.
|
||||
# Default: 0 - Disabled
|
||||
|
||||
MaxHonorPointsMoneyPerPoint = 0
|
||||
|
||||
#
|
||||
# StartHonorPoints
|
||||
# Description: Amount of honor points that characters have after creation.
|
||||
|
||||
Reference in New Issue
Block a user