diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2024-02-17 01:14:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-17 01:14:33 +0100 |
| commit | 0cddbfcf3960c2b0738c6cf32b16776739c4a351 (patch) | |
| tree | ef44bd6e42061157db02cbe4feca6e7ab5b069a7 | |
| parent | 1da6b8b0d784468f9101f215f7f4071540083022 (diff) | |
DB/Object: Remove floating non-blizzlike spawn
closes #26623 by CraftedRO
| -rw-r--r-- | sql/updates/world/3.3.5/2024_02_17_00_world.sql | 5 |
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; |
