diff options
-rw-r--r-- | sql/updates/world/master/2023_12_28_02_world.sql | 2 |
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; |