From 20358a5722eaee4d2b01a2808b7e919b98133fbe Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 17 Feb 2024 02:05:52 +0100 Subject: DB/Object: Remove one more floating non-blizzlike spawn closes #29708 by CraftedRO --- sql/updates/world/3.3.5/2024_02_17_01_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_02_17_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2024_02_17_01_world.sql b/sql/updates/world/3.3.5/2024_02_17_01_world.sql new file mode 100644 index 00000000000..357c3cc215c --- /dev/null +++ b/sql/updates/world/3.3.5/2024_02_17_01_world.sql @@ -0,0 +1,5 @@ +-- Unlink unrelated box gamobject +DELETE FROM `game_event_gameobject` WHERE `guid`=43692 AND `eventEntry`=8; +-- Delete unrelated box gameobject +DELETE FROM `gameobject` WHERE `id`=181015 AND `guid`=43692; +DELETE FROM `gameobject_addon` WHERE `guid`=43692; -- cgit v1.2.3