diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-22 14:02:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-22 14:02:32 +0200 |
| commit | 752ef03c431d8f04a81f55612373e7106491eeb1 (patch) | |
| tree | a715f8de4e17210a2d6081ec702854c8e6f166b6 | |
| parent | 81bb03b00de4126a0bab93e4e7ee99d8725a0fe3 (diff) | |
Update 2016_06_22_03_world.sql
| -rw-r--r-- | sql/updates/world/3.3.5/2016_06_22_03_world.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/3.3.5/2016_06_22_03_world.sql b/sql/updates/world/3.3.5/2016_06_22_03_world.sql index 242c95c9c2a..7840622da85 100644 --- a/sql/updates/world/3.3.5/2016_06_22_03_world.sql +++ b/sql/updates/world/3.3.5/2016_06_22_03_world.sql @@ -1645,8 +1645,8 @@ UPDATE `quest_template_addon` SET `PrevQuestId`=11955 WHERE `Id`=11696; -- Ahune -- #12 -- Disable deprecated quests /in 2008/ from Midsummer Fire Festival -DELETE FROM `Disables` WHERE `sourceType` = 1 AND `entry` in (9388,9322,9389,9323); -INSERT INTO `Disables` (`sourceType`,`entry`,`flags`,`params_0`,`params_1`,`comment`) VALUES +DELETE FROM `disables` WHERE `sourceType` = 1 AND `entry` in (9388,9322,9389,9323); +INSERT INTO `disables` (`sourceType`,`entry`,`flags`,`params_0`,`params_1`,`comment`) VALUES (1,9388,0,0,0,'Disable quest Flickering Flames in Kalimdor /Deprecated after 2008/'), (1,9322,0,0,0,'Disable quest Wild Fires in Kalimdor /Deprecated after 2008/'), (1,9389,0,0,0,'Disable quest Flickering Flames in the Eastern Kingdoms /Deprecated after 2008/'), |
