From 397750591a7d2441514006ff77cabf570eb1ccb9 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 27 Sep 2025 12:05:21 +0200 Subject: DB/Gameobject: Delete wrong vein spawn in Icecrown closes #31308 by Jildor --- sql/updates/world/3.3.5/2025_09_27_00_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2025_09_27_00_world.sql diff --git a/sql/updates/world/3.3.5/2025_09_27_00_world.sql b/sql/updates/world/3.3.5/2025_09_27_00_world.sql new file mode 100644 index 00000000000..2f8a8de7e4b --- /dev/null +++ b/sql/updates/world/3.3.5/2025_09_27_00_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `pool_members` WHERE `type`=1 AND `spawnId` IN (163412,163812,164212); +DELETE FROM `pool_members` WHERE `type`=2 AND `spawnId`=11612; +DELETE FROM `spawn_group` WHERE `spawnType`=1 AND `spawnId` IN (163412,163812,164212); +DELETE FROM `gameobject` WHERE `guid` IN (163412,163812,164212); -- cgit v1.2.3