Core/Misc: Replace Time.UnixTime with GameTime.GetGameTime()
Port From (https://github.com/TrinityCore/TrinityCore/commit/e17e4e6f0700c7d950e1b2654c217ec8b28ae79e)
This commit is contained in:
@@ -144,7 +144,7 @@ namespace Game.Mails
|
||||
|
||||
uint mailId = Global.ObjectMgr.GenerateMailID();
|
||||
|
||||
long deliver_time = Time.UnixTime + deliver_delay;
|
||||
long deliver_time = GameTime.GetGameTime() + deliver_delay;
|
||||
|
||||
//expire time if COD 3 days, if no COD 30 days, if auction sale pending 1 hour
|
||||
uint expire_delay;
|
||||
|
||||
Reference in New Issue
Block a user