diff options
-rw-r--r-- | acore.json | 2 | ||||
-rw-r--r-- | doc/changelog/master.md | 19 | ||||
-rw-r--r-- | doc/changelog/pendings/changes_1635377685423214200.md | 14 |
3 files changed, 20 insertions, 15 deletions
diff --git a/acore.json b/acore.json index 0df58fa89b..17272a87ed 100644 --- a/acore.json +++ b/acore.json @@ -1,5 +1,5 @@ { "name": "azerothcore-wotlk", - "version": "5.0.0-dev.0", + "version": "5.0.0-dev.1", "license": "AGPL3" } diff --git a/doc/changelog/master.md b/doc/changelog/master.md index 00b92b152a..2cb63fffdb 100644 --- a/doc/changelog/master.md +++ b/doc/changelog/master.md @@ -1,3 +1,22 @@ +## 5.0.0-dev.1 | Commit: [8b7df23f064f8c1c41aea222342b53f109c4e3b9 +](https://github.com/azerothcore/azerothcore-wotlk/commit/8b7df23f064f8c1c41aea222342b53f109c4e3b9 + + +### How to upgrade + +```diff +- time(nullptr) ++ GameTime::GetGameTime().count() +``` +```diff +- sWorld->GetGameTime() ++ GameTime::GetGameTime().count() +``` +```diff +- World::GetGameTimeMS() ++ GameTime::GetGameTimeMS().count() +``` + ## 5.0.0-dev.0 | Commit: [2fd8b00d7bac1f9c9b565916453cf490fb069df0 ](https://github.com/azerothcore/azerothcore-wotlk/commit/2fd8b00d7bac1f9c9b565916453cf490fb069df0 diff --git a/doc/changelog/pendings/changes_1635377685423214200.md b/doc/changelog/pendings/changes_1635377685423214200.md deleted file mode 100644 index 608c5a1e22..0000000000 --- a/doc/changelog/pendings/changes_1635377685423214200.md +++ /dev/null @@ -1,14 +0,0 @@ -### How to upgrade - -```diff -- time(nullptr) -+ GameTime::GetGameTime().count() -``` -```diff -- sWorld->GetGameTime() -+ GameTime::GetGameTime().count() -``` -```diff -- World::GetGameTimeMS() -+ GameTime::GetGameTimeMS().count() -``` |