aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2015-04-03 16:13:01 +0100
committerDr-J <daniel.jarrott0@gmail.com>2015-04-03 16:13:01 +0100
commit51319846b019c9de33ee6bdc76a21c7eae6519d1 (patch)
treefb4cc51566be446691c3e87a15ea8ccdbfc78b0d
parentb804539f9be34f521c048620da78f604868f28f8 (diff)
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
-rw-r--r--sql/updates/world/2015_04_03_01_world.sql6
1 files changed, 6 insertions, 0 deletions
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');