summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZhengPeiRu21 <98835050+ZhengPeiRu21@users.noreply.github.com>2022-03-24 03:27:15 -0600
committerGitHub <noreply@github.com>2022-03-24 10:27:15 +0100
commit44b7a0666c78dc99ab0bbc94045abb6685b3ad86 (patch)
tree6b9f1c451bbdac8c7d2d251871de49586660a8f4 /doc
parent9ae0b4e425a85b19275760d854b7158e51d6ba51 (diff)
feat(Scripting/Hooks): implement OnQuestComputeXP() hook (#10934)
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/pendings/changes_1647137971165231200.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/changelog/pendings/changes_1647137971165231200.md b/doc/changelog/pendings/changes_1647137971165231200.md
new file mode 100644
index 0000000000..86f51b9afc
--- /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.