Core/DB: Add a world state for daily quest reset time to characters. Not used right now, but written to allow easier transition later.

Port From (https://github.com/TrinityCore/TrinityCore/commit/9fa5c714096a9755a3a7ada45c8d5e6a54f18950)
This commit is contained in:
hondacrx
2022-01-01 15:04:31 -05:00
parent 8766de8286
commit 882f9c49fb
3 changed files with 33 additions and 22 deletions
@@ -0,0 +1,4 @@
--
UPDATE `worldstates` SET `comment`='NextGuildDailyResetTime' WHERE `entry`=20006;
UPDATE `worldstates` SET `comment`='NextMonthlyQuestResetTime' WHERE `entry`=20007;
INSERT INTO `worldstates` (`entry`,`value`,`comment`) VALUES (20008,0,'NextDailyQuestResetTime');