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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user