aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/characters/2012_12_18_00_character_worldstates.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/characters/2012_12_18_00_character_worldstates.sql b/sql/updates/characters/2012_12_18_00_character_worldstates.sql
index d781441f266..c6fc15e60b7 100644
--- a/sql/updates/characters/2012_12_18_00_character_worldstates.sql
+++ b/sql/updates/characters/2012_12_18_00_character_worldstates.sql
@@ -1,5 +1,5 @@
DELETE FROM `worldstates` WHERE `entry` IN (20004,20007,20050);
INSERT INTO `worldstates` (`entry`, `value`, `comment`) VALUES
(20004,0,'CleaningFlags'),
-(20007,0,'NextMonthlyQuestResetTime')
+(20007,0,'NextMonthlyQuestResetTime'),
(20050,0,'NextWeeklyGuildResetTime');