aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2024-04-04 19:12:19 +0200
committerGitHub <noreply@github.com>2024-04-04 19:12:19 +0200
commit84555b2ff5eb1db892d24cf68f8400c8612902b8 (patch)
treea6dacc291bd85fdfc2f337d2c42f628006e7edc2
parentd07a0769971c8b5d5d695ed31b973bafc2b9688d (diff)
DB/Quest: "Rogues of the Shattered Hand" should be breadcrumb
closes #29889 by Jonne733
-rw-r--r--sql/updates/world/3.3.5/2024_04_04_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_04_04_01_world.sql b/sql/updates/world/3.3.5/2024_04_04_01_world.sql
new file mode 100644
index 00000000000..263263e4555
--- /dev/null
+++ b/sql/updates/world/3.3.5/2024_04_04_01_world.sql
@@ -0,0 +1,2 @@
+-- Breadcrumb quest Fix
+UPDATE `quest_template_addon` SET `BreadcrumbForQuestId`=2460 WHERE `ID`=10794;