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
@@ -0,0 +1,3 @@
--
ALTER TABLE `conversation_line_template` DROP `StartTime`;
ALTER TABLE `conversation_template` DROP `LastLineEndTime`;