aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2024-03-29 12:53:49 +0100
committerGitHub <noreply@github.com>2024-03-29 12:53:49 +0100
commit9a6ef17ab12354d6b6b24165a86ea96ccd52e31e (patch)
tree800501635f2cf840d9a72d27da4397ef56841859
parent370685457e83c9657c1337ea5a2dc2f07e01af62 (diff)
DB/Quest: "Artifacts of the Blacksilt"
closes #29844 by Jonne733
-rw-r--r--sql/updates/world/3.3.5/2024_03_29_00_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_03_29_00_world.sql b/sql/updates/world/3.3.5/2024_03_29_00_world.sql
new file mode 100644
index 00000000000..2df9d0e62c1
--- /dev/null
+++ b/sql/updates/world/3.3.5/2024_03_29_00_world.sql
@@ -0,0 +1,7 @@
+-- "Artifacts of the Blacksilt" shouldn't have a prevquest requirement
+UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `ID`=9549;
+
+-- Breadcrumb quest Fix
+DELETE FROM `quest_template_addon` WHERE `ID`=10063;
+INSERT INTO `quest_template_addon` (`ID`, `BreadcrumbForQuestId`) VALUES
+(10063,9549);