mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Misc: Fix cherry-pick errors
This commit is contained in:
@@ -23,7 +23,7 @@ namespace GameTime
|
||||
{
|
||||
time_t const StartTime = time(nullptr);
|
||||
|
||||
time_t GameTime = 0;
|
||||
time_t GameTime = time(nullptr);
|
||||
uint32 GameMSTime = 0;
|
||||
|
||||
std::chrono::system_clock::time_point GameTimeSystemPoint = std::chrono::system_clock::time_point::min();
|
||||
|
||||
Reference in New Issue
Block a user