aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-09-09 03:24:56 +0300
committeroffl <offl@users.noreply.github.com>2020-09-09 03:24:56 +0300
commitec4e7d6f296039cd8afdb957c01dacfe8f0b6cf6 (patch)
treeaf891519f1dfb0f3434969f3c5a7d05973bd615d /sql
parentfc5a39e20e9688c5dd38db723ca2c4cc8e1b7f34 (diff)
DB/Quest: Disable Craftsman Wilhelm's quests
Closes #25420 Before 3.0.2 his quests were available after 'Omarion's Handbook' (cannot be obtained currently)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2020_09_09_05_world_335.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_09_09_05_world_335.sql b/sql/updates/world/3.3.5/2020_09_09_05_world_335.sql
new file mode 100644
index 00000000000..557c8e0ec63
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_09_09_05_world_335.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `quest_template_addon` SET `PrevQuestID` = 9233 WHERE `ID` IN (9234,9235,9236,9237,9238,9239,9240,9241,9242,9243,9244,9245,9246);