Core/Items: Implemented CreateTime item field and changed refund/soulbound trade timers to also count time offline

Port From (https://github.com/TrinityCore/TrinityCore/commit/69da702b930d43738bcaf49ce57b333dfc19ecfd)
This commit is contained in:
Hondacrx
2024-08-05 19:24:12 -04:00
parent e0b26db0f9
commit 83fadf3a81
9 changed files with 68 additions and 90 deletions
+1 -1
View File
@@ -368,7 +368,7 @@ namespace Game
uint count = 0;
do
{
ulong guildId = result.Read<ulong>(51);
ulong guildId = result.Read<ulong>(52);
Guild guild = GetGuildById(guildId);
if (guild != null)
guild.LoadBankItemFromDB(result.GetFields());