diff options
author | AzerothCoreBot <azerothcorebot@gmail.com> | 2022-01-24 10:56:48 +0000 |
---|---|---|
committer | AzerothCoreBot <azerothcorebot@gmail.com> | 2022-01-24 10:56:48 +0000 |
commit | f3774fd9ac8241994396426e6c5f9246ce56400b (patch) | |
tree | 09ff70c601839e8d1a3ed0984096e7251853f29e /doc | |
parent | 8b7df23f064f8c1c41aea222342b53f109c4e3b9 (diff) |
chore(DB): import pending files
Referenced commit(s): 8b7df23f064f8c1c41aea222342b53f109c4e3b9
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog/master.md | 19 | ||||
-rw-r--r-- | doc/changelog/pendings/changes_1635377685423214200.md | 14 |
2 files changed, 19 insertions, 14 deletions
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() -``` |