Core/Character: Fix logic fail with world state in b2928e59fa

This commit is contained in:
Vincent_Michael
2012-12-18 14:13:09 +01:00
parent 5d77b10c35
commit bb93eb0f7e
3 changed files with 8 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `worldstates` WHERE `entry` IN (20004,20007);
INSERT INTO `worldstates` (`entry`, `value`, `comment`) VALUES
(20004,0,'CleaningFlags'),
(20007,0,'NextMonthlyQuestResetTime');