From 3910218a9b24a14eae0be3510e63b41c110f353f Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sat, 4 Jan 2020 14:49:31 +0100 Subject: [PATCH] DB/HoO: add missing NOT_SELECTABLE flag to Anhuur's heroic Beacon of Light levers --- sql/updates/world/custom/custom_2020_01_04_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/custom/custom_2020_01_04_00_world.sql diff --git a/sql/updates/world/custom/custom_2020_01_04_00_world.sql b/sql/updates/world/custom/custom_2020_01_04_00_world.sql new file mode 100644 index 00000000000..14c0534ec7c --- /dev/null +++ b/sql/updates/world/custom/custom_2020_01_04_00_world.sql @@ -0,0 +1 @@ +UPDATE `gameobject_template_addon` SET `flags`= 16 WHERE `entry` IN (207219, 207218);