diff options
author | Nay <dnpd.dd@gmail.com> | 2011-03-09 21:26:44 +0000 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2011-03-09 21:26:44 +0000 |
commit | aaf377d983e90087c9d3ae93bf06506edcb1d395 (patch) | |
tree | cbfaf5e124629f8f5aa961eab996b98eacc5cc29 | |
parent | c2c40a47501670dfe47124f59d8142ff12f1a3fc (diff) |
DB/Quests: Remove missing quest from the disables table
-rw-r--r-- | sql/updates/world/2011_03_09_3_world_misc.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2011_03_09_3_world_misc.sql b/sql/updates/world/2011_03_09_3_world_misc.sql new file mode 100644 index 00000000000..0ce9593d779 --- /dev/null +++ b/sql/updates/world/2011_03_09_3_world_misc.sql @@ -0,0 +1,8 @@ +DELETE FROM `spell_dbc` WHERE `Id` IN (38758,38665); +INSERT INTO `spell_dbc` (`Id`,`Comment`) VALUES +(38758, '[PH] Quest reward: Nether Gas In a Fel Fire Engine'), +(38665, '[PH] Quest reward: Exorcising the Trees'); + +DELETE FROM `disables` WHERE `sourceType`=1 AND `entry` IN ( +10830, -- Exorcising the Trees +10850); -- Nether Gas In a Fel Fire Engine |