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

(cherry picked from commit 1277c54263)
This commit is contained in:
Treeston
2019-07-16 12:29:34 +02:00
committed by Shauren
parent c204badd0f
commit 9fa5c71409
4 changed files with 34 additions and 23 deletions

View File

@@ -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');