summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAzerothCoreBot <azerothcorebot@gmail.com>2022-01-11 02:10:55 +0000
committerAzerothCoreBot <azerothcorebot@gmail.com>2022-01-11 02:10:55 +0000
commit222a5198111e44a4285cc2cd20228cede6a4d281 (patch)
tree05391a814c3ebea4560b9714e23b372be3c0a8d2 /doc
parent2fd8b00d7bac1f9c9b565916453cf490fb069df0 (diff)
chore(DB): import pending files
Referenced commit(s): 2fd8b00d7bac1f9c9b565916453cf490fb069df0
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/master.md21
-rw-r--r--doc/changelog/pendings/changes_1641842959398297300.md16
2 files changed, 21 insertions, 16 deletions
diff --git a/doc/changelog/master.md b/doc/changelog/master.md
index bdb9bff07b..00b92b152a 100644
--- a/doc/changelog/master.md
+++ b/doc/changelog/master.md
@@ -1,3 +1,24 @@
+## 5.0.0-dev.0 | Commit: [2fd8b00d7bac1f9c9b565916453cf490fb069df0
+](https://github.com/azerothcore/azerothcore-wotlk/commit/2fd8b00d7bac1f9c9b565916453cf490fb069df0
+
+
+We suggest that you always use the latest version of our master branch.
+https://github.com/azerothcore/azerothcore-wotlk/tree/master
+
+### How to upgrade
+
+For server administrators: instructions about how to upgrade existing servers are available [here](http://www.azerothcore.org/wiki/Upgrade-from-pre-2.0.0-to-latest-master).
+
+## Release notes
+
+This PR removes the modelId column from creature table to allow us to move to a dual entry spawn system.
+
+If this causes an issue for in game or custom spawns the following line of SAI can update the modelId.
+
+(#entryorguid,0,0,0,11,0,100,0,0,0,0,0,0,3,0,#modelId,0,0,0,0,1,0,0,0,0,0,0,0,0,"Creature Name - On Spawn - Change Model to #modelId"),
+
+Special thanks to @Shin @Kitzunu @M'Dic for assistance.
+
## 4.0.0-dev.13 | Commit: [bc82f36f1ff46bb21d32e1cfdaec8271dde08af1
](https://github.com/azerothcore/azerothcore-wotlk/commit/bc82f36f1ff46bb21d32e1cfdaec8271dde08af1
diff --git a/doc/changelog/pendings/changes_1641842959398297300.md b/doc/changelog/pendings/changes_1641842959398297300.md
deleted file mode 100644
index 0dc83b58a3..0000000000
--- a/doc/changelog/pendings/changes_1641842959398297300.md
+++ /dev/null
@@ -1,16 +0,0 @@
-We suggest that you always use the latest version of our master branch.
-https://github.com/azerothcore/azerothcore-wotlk/tree/master
-
-### How to upgrade
-
-For server administrators: instructions about how to upgrade existing servers are available [here](http://www.azerothcore.org/wiki/Upgrade-from-pre-2.0.0-to-latest-master).
-
-## Release notes
-
-This PR removes the modelId column from creature table to allow us to move to a dual entry spawn system.
-
-If this causes an issue for in game or custom spawns the following line of SAI can update the modelId.
-
-(#entryorguid,0,0,0,11,0,100,0,0,0,0,0,0,3,0,#modelId,0,0,0,0,1,0,0,0,0,0,0,0,0,"Creature Name - On Spawn - Change Model to #modelId"),
-
-Special thanks to @Shin @Kitzunu @M'Dic for assistance.