diff options
-rw-r--r-- | sql/updates/world/3.3.5/2021_05_18_01_world_335.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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; |