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
(cherry picked from commit 51319846b0)
This commit is contained in:
Dr-J
2015-04-03 16:13:01 +01:00
committed by DDuarte
parent 95817e9f46
commit d8ce7dffa4

View File

@@ -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');