feat(DB/Worldstates): added worldstates entry 20004 in characters DB (#2402)

This commit is contained in:
Stefano Borzì
2020-01-04 08:46:55 +01:00
committed by Stoabrogga
parent 0f590d0397
commit 811233974a

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_characters` (`sql_rev`) VALUES ('1572815191193825836');
UPDATE `worldstates` SET `comment`='NextDailyQuestResetTime' WHERE `entry`=20005;
DELETE FROM `worldstates` WHERE `entry`=20004;
INSERT INTO `worldstates` (`entry`, `value`, `comment`) VALUES(20004, 0, 'cleaning_flags');