DB: Fixed importing 2012_12_08_00_character_worldstate.sql

This commit is contained in:
Warpten
2012-12-22 19:01:11 +01:00
parent d40cbe0113
commit 05b3cf57b7

View File

@@ -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');