From e8f45b2a261e54d48cb2a9cf42522b6009e495ac Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Sun, 22 Aug 2021 11:42:50 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): d18545263fda54e19c875d22adfb28ae4072ec01 --- acore.json | 2 +- doc/changelog/master.md | 7 +++++++ doc/changelog/pendings/changes_1629216324271376300.md | 3 --- 3 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 doc/changelog/pendings/changes_1629216324271376300.md diff --git a/acore.json b/acore.json index 5a2d4e303..a9d7cac41 100644 --- a/acore.json +++ b/acore.json @@ -1,5 +1,5 @@ { "name": "azerothcore-wotlk", - "version": "4.0.0-dev.10", + "version": "4.0.0-dev.11", "license": "AGPL3" } diff --git a/doc/changelog/master.md b/doc/changelog/master.md index 22cdcf228..1a0896767 100644 --- a/doc/changelog/master.md +++ b/doc/changelog/master.md @@ -1,3 +1,10 @@ +## 4.0.0-dev.11 | Commit: [d18545263fda54e19c875d22adfb28ae4072ec01 +](https://github.com/azerothcore/azerothcore-wotlk/commit/d18545263fda54e19c875d22adfb28ae4072ec01 + + +### Added + +- Added `OnBeforeFinalizePlayerWorldSession ` that can be used to modify the cache version that is sent to the client via modules. ## 4.0.0-dev.10 | Commit: [0897705a6814fc19007e5f88fbcb98b3689880c9 ](https://github.com/azerothcore/azerothcore-wotlk/commit/0897705a6814fc19007e5f88fbcb98b3689880c9 diff --git a/doc/changelog/pendings/changes_1629216324271376300.md b/doc/changelog/pendings/changes_1629216324271376300.md deleted file mode 100644 index ae58ea916..000000000 --- a/doc/changelog/pendings/changes_1629216324271376300.md +++ /dev/null @@ -1,3 +0,0 @@ -### Added - -- Added `OnBeforeFinalizePlayerWorldSession ` that can be used to modify the cache version that is sent to the client via modules. \ No newline at end of file