diff options
author | AzerothCoreBot <azerothcorebot@gmail.com> | 2021-10-11 17:42:00 +0000 |
---|---|---|
committer | AzerothCoreBot <azerothcorebot@gmail.com> | 2021-10-11 17:42:00 +0000 |
commit | 1138d837a1ac0914197aa1c4cf456f03f3f03fe6 (patch) | |
tree | c10e0be76946448a42d39771b7f94488f2b4e566 | |
parent | bcec4191e43de8a7b57a4219d6baaa7c5e3dfaf1 (diff) |
chore(DB): import pending files
Referenced commit(s): bcec4191e43de8a7b57a4219d6baaa7c5e3dfaf1
-rw-r--r-- | acore.json | 2 | ||||
-rw-r--r-- | doc/changelog/master.md | 11 | ||||
-rw-r--r-- | doc/changelog/pendings/changes_1633634641262326500.md | 6 |
3 files changed, 12 insertions, 7 deletions
diff --git a/acore.json b/acore.json index a9d7cac41e..c7caeadfeb 100644 --- a/acore.json +++ b/acore.json @@ -1,5 +1,5 @@ { "name": "azerothcore-wotlk", - "version": "4.0.0-dev.11", + "version": "4.0.0-dev.12", "license": "AGPL3" } diff --git a/doc/changelog/master.md b/doc/changelog/master.md index 1a08967679..0b205051e7 100644 --- a/doc/changelog/master.md +++ b/doc/changelog/master.md @@ -1,3 +1,14 @@ +## 4.0.0-dev.12 | Commit: [bcec4191e43de8a7b57a4219d6baaa7c5e3dfaf1 +](https://github.com/azerothcore/azerothcore-wotlk/commit/bcec4191e43de8a7b57a4219d6baaa7c5e3dfaf1 + + + +### Added + +- Added `OnPlayerPVPFlagChange` hook, it will be executed after the pvp flag from a player gets changed. + + + ## 4.0.0-dev.11 | Commit: [d18545263fda54e19c875d22adfb28ae4072ec01 ](https://github.com/azerothcore/azerothcore-wotlk/commit/d18545263fda54e19c875d22adfb28ae4072ec01 diff --git a/doc/changelog/pendings/changes_1633634641262326500.md b/doc/changelog/pendings/changes_1633634641262326500.md deleted file mode 100644 index 932a6b66f2..0000000000 --- a/doc/changelog/pendings/changes_1633634641262326500.md +++ /dev/null @@ -1,6 +0,0 @@ - -### Added - -- Added `OnPlayerPVPFlagChange` hook, it will be executed after the pvp flag from a player gets changed. - - |