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:
Benjamin Jackson
2024-01-31 17:21:27 -05:00
committed by GitHub
parent ba01bec5b3
commit b6c429c5a8
7 changed files with 64 additions and 52 deletions

View File

@@ -371,7 +371,6 @@ protected:
float RewardKillHonor;
int32 RewardMoney;
uint32 RewardMoneyDifficulty;
uint32 RewardBonusMoney;
uint32 RewardDisplaySpell;
int32 RewardSpell;
uint32 POIContinent;