From 9c8754b947e4267449bc7126510dfca25b38886c Mon Sep 17 00:00:00 2001 From: malcrom Date: Thu, 28 Dec 2023 01:42:06 +0100 Subject: DB/Teldrassil: Update gameobject flag for "Antidote Moonpetal Lily" Closes #29504 --- sql/updates/world/master/2023_12_28_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2023_12_28_02_world.sql (limited to 'sql') 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; -- cgit v1.2.3