mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
fix(Core/Quests): Create quest money reward config and adjust max level bonus reward function. (#18222)
* Init. * Drop RewardBonusMoney column. How's that for deprecation. * Add formula source link. * Remove deprecated info in conf. * Newline.
This commit is contained in:
@@ -2740,10 +2740,17 @@ Quests.IgnoreAutoAccept = 0
|
||||
|
||||
Quests.IgnoreAutoComplete = 0
|
||||
|
||||
#
|
||||
# Rate.RewardQuestMoney
|
||||
# Description: Allows to tweak the amount of money rewarded by quests (does not affect RewardBonusMoney).
|
||||
# Default: 1
|
||||
|
||||
Rate.RewardQuestMoney = 1
|
||||
|
||||
#
|
||||
# Rate.RewardBonusMoney
|
||||
# Description: Allows to further tweak the amount of extra money rewarded by quests when the player
|
||||
# is at MaxPlayerLevel (this amount is specified in quest_template.RewardBonusMoney).
|
||||
# is at MaxPlayerLevel.
|
||||
# Default: 1
|
||||
|
||||
Rate.RewardBonusMoney = 1
|
||||
|
||||
Reference in New Issue
Block a user