Treat quests as max level for money calculation when at progression stage cap

This commit is contained in:
郑佩茹
2022-09-15 10:29:24 -06:00
parent 7100604d6a
commit 96f207b628
2 changed files with 29 additions and 2 deletions

View File

@@ -201,4 +201,18 @@ IndividualProgression.SimpleConfigOverride = 1
#
#
IndividualProgression.StartingProgression = 0
IndividualProgression.StartingProgression = 0
#
# IndividualProgression.QuestMoneyAtLevelCap
# Description: If enabled, players at the level cap for the current progression stage will receive
# extra money when completing quests, as if they were level 80. This feature was added in patch 1.10
# so it is a Vanilla feature.
# Disable to not grant extra money at progression stage level cap. (Please note that completing quests at the level cap of the server,
# configured in worldserver.conf will always provide extra money, as hard-coded in AzerothCore.)
#
# Default: 1 - Enabled
# 0 - Disabled
#
#
IndividualProgression.QuestMoneyAtLevelCap = 1