aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormalcrom <malcromdev@gmail.com>2023-12-28 01:44:24 +0100
committerNaddley <NaddleyTC@gmail.com>2023-12-28 01:44:44 +0100
commitaa4879d4aef45a9f2e08a9f211c76396fcce8921 (patch)
treecd680daa56eeeb020f5ee2ee304f8aae1611e74b
parent9c8754b947e4267449bc7126510dfca25b38886c (diff)
DB/Teldrassil: Update quest specialflag for "The Emerald Dreamcatcher"
Closes #29503
-rw-r--r--sql/updates/world/master/2023_12_28_03_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_12_28_03_world.sql b/sql/updates/world/master/2023_12_28_03_world.sql
new file mode 100644
index 00000000000..db9cd05f95e
--- /dev/null
+++ b/sql/updates/world/master/2023_12_28_03_world.sql
@@ -0,0 +1,2 @@
+-- Fix quest The Emerald Dreamcatcher
+UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=2438;