mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
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:
6
sql/updates/world/2015_04_03_01_world.sql
Normal file
6
sql/updates/world/2015_04_03_01_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user