diff options
| author | Vincent_Michael <Vincent_Michael@gmx.de> | 2012-12-18 14:13:09 +0100 |
|---|---|---|
| committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2012-12-18 14:13:09 +0100 |
| commit | bb93eb0f7e2dccafb2dd0510d1326828f94ce5ef (patch) | |
| tree | 399c009e7732aba1e25d60106f30848b39493cf6 /sql | |
| parent | 5d77b10c3535a48d3bfd29e02242fa76f8281d21 (diff) | |
Core/Character: Fix logic fail with world state in b2928e59fa8334e91dfa1a5951fade5b574b5842
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/characters/2012_12_18_00_character_worldstates.sql | 4 |
1 files changed, 4 insertions, 0 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 new file mode 100644 index 00000000000..98fabde6776 --- /dev/null +++ b/sql/updates/characters/2012_12_18_00_character_worldstates.sql @@ -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'); |
