aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorSubv <s.v.h21@hotmail.com>2012-12-23 08:34:10 -0500
committerSubv <s.v.h21@hotmail.com>2012-12-23 08:34:10 -0500
commiteff2a994b1f0e65dc4298ce55a7a63d8731e7ea7 (patch)
treee8939d196683b93a9f6a26b931643a0bdc685f0f /sql
parent3869bb7b3a96751b463ecec2d9ac663b792a0703 (diff)
parent8c53f042ad02259b0cd6a49a9730b9bd0cdfe04a (diff)
Merge branch '4.3.4' of https://github.com/TrinityCore/TrinityCore into 4.3.4
Diffstat (limited to 'sql')
-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');