From 3961e0839c8106d04e6ace425c1160771b1aa558 Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Thu, 24 Mar 2022 09:29:07 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 44b7a0666c78dc99ab0bbc94045abb6685b3ad86 --- acore.json | 2 +- doc/changelog/master.md | 12 ++++++++++++ .../pendings/changes_1647137971165231200.md | 7 ------- 3 files changed, 13 insertions(+), 8 deletions(-) delete mode 100644 doc/changelog/pendings/changes_1647137971165231200.md diff --git a/acore.json b/acore.json index 352813896..b521641cc 100644 --- a/acore.json +++ b/acore.json @@ -1,5 +1,5 @@ { "name": "azerothcore-wotlk", - "version": "6.0.0-dev.2", + "version": "6.0.0-dev.3", "license": "AGPL3" } diff --git a/doc/changelog/master.md b/doc/changelog/master.md index 913877108..bc889f228 100644 --- a/doc/changelog/master.md +++ b/doc/changelog/master.md @@ -1,3 +1,15 @@ +## 6.0.0-dev.3 | Commit: [44b7a0666c78dc99ab0bbc94045abb6685b3ad86 +](https://github.com/azerothcore/azerothcore-wotlk/commit/44b7a0666c78dc99ab0bbc94045abb6685b3ad86 + + +### 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. + ## 6.0.0-dev.2 | Commit: [680e60c68b1864596bf23d427e9f4742c6437b86 ](https://github.com/azerothcore/azerothcore-wotlk/commit/680e60c68b1864596bf23d427e9f4742c6437b86 diff --git a/doc/changelog/pendings/changes_1647137971165231200.md b/doc/changelog/pendings/changes_1647137971165231200.md deleted file mode 100644 index 86f51b9af..000000000 --- a/doc/changelog/pendings/changes_1647137971165231200.md +++ /dev/null @@ -1,7 +0,0 @@ -### 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.