Core: Updated to 10.0.5

Port From (https://github.com/TrinityCore/TrinityCore/commit/4bec7233badf9d3ab71dbdde8b24f66f7c4eedfb)
This commit is contained in:
hondacrx
2023-01-30 10:07:42 -05:00
parent e982be523a
commit 08fcedaf21
25 changed files with 1684 additions and 1470 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ namespace Game.Mails
if (pReceiver != null)
PrepareItems(pReceiver, trans); // generate mail template items
uint mailId = Global.ObjectMgr.GenerateMailID();
ulong mailId = Global.ObjectMgr.GenerateMailID();
long deliver_time = GameTime.GetGameTime() + deliver_delay;