diff options
-rw-r--r-- | sql/updates/world/3.3.5/2024_02_17_01_world.sql | 5 |
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; |