From b88c5d8b89bc4f2f44fbf5469fd97c3239523dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E4=BD=A9=E8=8C=B9?= Date: Sat, 12 Mar 2022 20:13:55 -0700 Subject: [PATCH] Added changelog --- doc/changelog/pendings/changes_1647137971165231200.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/changelog/pendings/changes_1647137971165231200.md diff --git a/doc/changelog/pendings/changes_1647137971165231200.md b/doc/changelog/pendings/changes_1647137971165231200.md new file mode 100644 index 000000000..86f51b9af --- /dev/null +++ b/doc/changelog/pendings/changes_1647137971165231200.md @@ -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.