Core/Misc: Replace Time.UnixTime with GameTime.GetGameTime()
Port From (https://github.com/TrinityCore/TrinityCore/commit/e17e4e6f0700c7d950e1b2654c217ec8b28ae79e)
This commit is contained in:
@@ -52,7 +52,7 @@ namespace Game
|
||||
else
|
||||
{
|
||||
Log.outTrace(LogFilter.Network, "CMSG_DB_QUERY_BULK: {0} requested non-existing entry {1} in datastore: {2}", GetPlayerInfo(), record.RecordID, dbQuery.TableHash);
|
||||
dbReply.Timestamp = (uint)Time.UnixTime;
|
||||
dbReply.Timestamp = (uint)GameTime.GetGameTime();
|
||||
}
|
||||
|
||||
SendPacket(dbReply);
|
||||
|
||||
Reference in New Issue
Block a user