aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2024_02_17_00_world.sql5
1 files changed, 5 insertions, 0 deletions
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;