mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
DB/Object: Remove one more floating non-blizzlike spawn
closes #29708 by CraftedRO
This commit is contained in:
5
sql/updates/world/3.3.5/2024_02_17_01_world.sql
Normal file
5
sql/updates/world/3.3.5/2024_02_17_01_world.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user