aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormalcrom <malcromdev@gmail.com>2023-12-28 01:42:06 +0100
committerNaddley <NaddleyTC@gmail.com>2023-12-28 01:42:11 +0100
commit9c8754b947e4267449bc7126510dfca25b38886c (patch)
treeb28eb53b8f7ad6a1e238a7b9e03b7b21629247b0
parentad6c37137e0e52b61131eaa81c67f3a009dda500 (diff)
DB/Teldrassil: Update gameobject flag for "Antidote Moonpetal Lily"
Closes #29504
-rw-r--r--sql/updates/world/master/2023_12_28_02_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_12_28_02_world.sql b/sql/updates/world/master/2023_12_28_02_world.sql
new file mode 100644
index 00000000000..871f29a71bd
--- /dev/null
+++ b/sql/updates/world/master/2023_12_28_02_world.sql
@@ -0,0 +1,2 @@
+-- Fix quest 28724 Iverron's Antidote Moonpetal Lily should not be interactible without quest
+UPDATE `gameobject_template_addon` SET `flags` = 4 WHERE `entry` = 207346;