From 51319846b019c9de33ee6bdc76a21c7eae6519d1 Mon Sep 17 00:00:00 2001 From: Dr-J Date: Fri, 3 Apr 2015 16:13:01 +0100 Subject: DB/Misc: Depreciated Quests Disable some quests which had not been takable on retail since patch 1.8 when Korrak was removed from Alterac Valley, these quests later became completable after patch 3.0.2 but only if player still had quest in log from before was removed * The Legend of Korrak * Korrak the Bloodrager * The Return of Korrak * Korrak the Everliving --- sql/updates/world/2015_04_03_01_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/2015_04_03_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_04_03_01_world.sql b/sql/updates/world/2015_04_03_01_world.sql new file mode 100644 index 00000000000..18bb069439a --- /dev/null +++ b/sql/updates/world/2015_04_03_01_world.sql @@ -0,0 +1,6 @@ +DELETE FROM `disables` WHERE `sourceType`=1 AND `entry` IN(7181,7202,7381,7382); +INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES +(1, 7181, 0, '', '', 'Deprecated quest'), +(1, 7202, 0, '', '', 'Deprecated quest'), +(1, 7381, 0, '', '', 'Deprecated quest'), +(1, 7382, 0, '', '', 'Deprecated quest'); -- cgit v1.2.3