mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
feat(DB/characters): added comments to worldstates (#2384)
This commit is contained in:
committed by
Stoabrogga
parent
2fe934aedc
commit
69baccff0d
@@ -0,0 +1,8 @@
|
||||
INSERT INTO `version_db_characters` (`sql_rev`) VALUES ('1572030074009407852');
|
||||
|
||||
UPDATE `worldstates` SET `comment`='NextArenaPointDistributionTime' WHERE `entry`=20001;
|
||||
UPDATE `worldstates` SET `comment`='NextWeeklyQuestResetTime' WHERE `entry`=20002;
|
||||
UPDATE `worldstates` SET `comment`='NextBGRandomDailyResetTime' WHERE `entry`=20003;
|
||||
UPDATE `worldstates` SET `comment`='cleaning_flags' WHERE `entry`=20005;
|
||||
UPDATE `worldstates` SET `comment`='NextGuildDailyResetTime' WHERE `entry`=20006;
|
||||
UPDATE `worldstates` SET `comment`='NextMonthlyQuestResetTime' WHERE `entry`=20007;
|
||||
Reference in New Issue
Block a user