From 0cddbfcf3960c2b0738c6cf32b16776739c4a351 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 17 Feb 2024 01:14:33 +0100 Subject: DB/Object: Remove floating non-blizzlike spawn closes #26623 by CraftedRO --- sql/updates/world/3.3.5/2024_02_17_00_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_02_17_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2024_02_17_00_world.sql b/sql/updates/world/3.3.5/2024_02_17_00_world.sql new file mode 100644 index 00000000000..9a4a59bb7c1 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_02_17_00_world.sql @@ -0,0 +1,5 @@ +-- Unlink unrelated MFF gamobject +DELETE FROM `game_event_gameobject` WHERE `guid`=17176 AND `eventEntry`=1; +-- Delete unrelated MFF gameobject +DELETE FROM `gameobject` WHERE `id`=181300 AND `guid`=17176; +DELETE FROM `gameobject_addon` WHERE `guid`=17176; -- cgit v1.2.3