aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2025_09_27_00_world.sql5
1 files changed, 5 insertions, 0 deletions
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);