mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "azerothcore-wotlk",
|
"name": "azerothcore-wotlk",
|
||||||
"version": "5.0.0-dev.0",
|
"version": "5.0.0-dev.1",
|
||||||
"license": "AGPL3"
|
"license": "AGPL3"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
## 5.0.0-dev.0 | Commit: [2fd8b00d7bac1f9c9b565916453cf490fb069df0
|
||||||
](https://github.com/azerothcore/azerothcore-wotlk/commit/2fd8b00d7bac1f9c9b565916453cf490fb069df0
|
](https://github.com/azerothcore/azerothcore-wotlk/commit/2fd8b00d7bac1f9c9b565916453cf490fb069df0
|
||||||
|
|
||||||
|
|||||||
@@ -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()
|
|
||||||
```
|
|
||||||
Reference in New Issue
Block a user