aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2017-10-28 20:10:19 +0200
committerGitHub <noreply@github.com>2017-10-28 20:10:19 +0200
commitabc130979586d30c2b5122cd3b92e1d3517187e7 (patch)
tree62ad4be9d316551b94301abdf63a19f857e4c9b1
parent618cd8cd49fd3abd35d0ddd3fb7f379b0a7941b6 (diff)
DB/Quest: Disable Priest class quests "Learning the Word", removed in 7.0.3
By Exodius, closes #20241
-rw-r--r--sql/updates/world/master/2017_10_28_00_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_10_28_00_world.sql b/sql/updates/world/master/2017_10_28_00_world.sql
new file mode 100644
index 00000000000..d4206beeb30
--- /dev/null
+++ b/sql/updates/world/master/2017_10_28_00_world.sql
@@ -0,0 +1,9 @@
+-- Disable Priest class quests "Learning the Word", removed in 7.0.3
+DELETE FROM `disables` WHERE `sourceType`=1 AND `entry` IN (26970, 10072, 14279, 26949, 27066, 26919);
+INSERT INTO `disables` (`sourceType`,`entry`,`flags`,`params_0`,`params_1`,`comment`) VALUES
+(1, 26970, 0, '', '', 'Quest removed in patch 7.0.3: Learning the Word - Draenei'),
+(1, 10072, 0, '', '', 'Quest removed in patch 7.0.3: Learning the Word - Blood Elf'),
+(1, 14279, 0, '', '', 'Quest removed in patch 7.0.3: Learning the Word - Worgen'),
+(1, 26949, 0, '', '', 'Quest removed in patch 7.0.3: Learning the Word - Night Elf'),
+(1, 27066, 0, '', '', 'Quest removed in patch 7.0.3: Learning the Word - Tauren'),
+(1, 26919, 0, '', '', 'Quest removed in patch 7.0.3: Learning the Word - Human');