feat(DB/Worldstates): added worldstates entry 20004 in characters DB (#2402)
This commit is contained in:
parent
0f590d0397
commit
811233974a
1 changed files with 5 additions and 0 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue