aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2024-02-17 02:05:52 +0100
committerGitHub <noreply@github.com>2024-02-17 02:05:52 +0100
commit20358a5722eaee4d2b01a2808b7e919b98133fbe (patch)
tree33fabaf7d236c502f4c2f1507c605d439848b81e
parent0cddbfcf3960c2b0738c6cf32b16776739c4a351 (diff)
DB/Object: Remove one more floating non-blizzlike spawn
closes #29708 by CraftedRO
-rw-r--r--sql/updates/world/3.3.5/2024_02_17_01_world.sql5
1 files changed, 5 insertions, 0 deletions
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;