mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
feat(DB/Worldstates): added worldstates entry 20004 in characters DB (#2402)
This commit is contained in:
committed by
Stoabrogga
parent
0f590d0397
commit
811233974a
@@ -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');
|
||||
Reference in New Issue
Block a user