Core/Conversations: Dropped time fields and calculate them using db2 data

Port From (https://github.com/TrinityCore/TrinityCore/commit/94b14e4f6355a7bab8004dcc2ecadadbc52833de)
This commit is contained in:
hondacrx
2021-11-03 11:44:33 -04:00
parent a715622d94
commit 0bfef874de
10 changed files with 153 additions and 26 deletions
@@ -121,4 +121,12 @@ namespace Game.DataStorage
public ushort[] EmoteID = new ushort[3];
public ushort[] EmoteDelay = new ushort[3];
}
public sealed class BroadcastTextDurationRecord
{
public uint Id;
public int BroadcastTextID;
public int Locale;
public int Duration;
}
}