Added changelog

This commit is contained in:
郑佩茹
2022-03-12 20:13:55 -07:00
parent c2a6eff91d
commit b88c5d8b89

View File

@@ -0,0 +1,7 @@
### Added
- New hook for OnQuestComputeXP(). The intended use is to change the XP values for certain quests programmatically. The hook is triggered after XP calculation and before rewarding XP or gold to the player.
### How to upgrade
- No special changes needed. The new hook is available for use and should not interfere with any existing hooks or logic.