From ed6b3ee6e0e365c70c9f447d35aa90a3d5bb0e05 Mon Sep 17 00:00:00 2001 From: offl Date: Wed, 19 May 2021 00:28:33 +0300 Subject: DB/GameObject: Remove handmade spawns of Arthas' Tears Closes #26114 --- sql/updates/world/3.3.5/2021_05_18_01_world_335.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_05_18_01_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2021_05_18_01_world_335.sql b/sql/updates/world/3.3.5/2021_05_18_01_world_335.sql new file mode 100644 index 00000000000..c36949e90bb --- /dev/null +++ b/sql/updates/world/3.3.5/2021_05_18_01_world_335.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `pool_members` WHERE `type` = 1 AND `spawnId` IN (16022,15968); +DELETE FROM `spawn_group` WHERE `spawnType` = 1 AND `spawnId` IN (16022,15968); +DELETE FROM `gameobject_addon` WHERE `guid` IN (16022,15968); +DELETE FROM `gameobject` WHERE `guid` IN (16022,15968) AND `id` = 142141; -- cgit v1.2.3