diff options
-rw-r--r-- | sql/updates/world/3.3.5/2018_12_08_28_world_335.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/3.3.5/2018_12_08_28_world_335.sql b/sql/updates/world/3.3.5/2018_12_08_28_world_335.sql index 6b614813a9f..941a4e85b64 100644 --- a/sql/updates/world/3.3.5/2018_12_08_28_world_335.sql +++ b/sql/updates/world/3.3.5/2018_12_08_28_world_335.sql @@ -1,4 +1,4 @@ -- DELETE FROM `creature` WHERE `guid` IN (154,3224,3225,168,1727,153,1730,1731,183,1736,155,2097,1737,2099,2095,4068,158,3647,4094,4099); DELETE FROM `creature_addon` WHERE `guid` IN (154,3224,3225,168,1727,153,1730,1731,183,1736,155,2097,1737,2099,2095,4068,158,3647,4094,4099); -DELETE FROM `spawn_group` WHERE `spawnId` IN (154,3224,3225,168,1727,153,1730,1731,183,1736,155,2097,1737,2099,2095,4068,158,3647,4094,4099); +DELETE FROM `spawn_group` WHERE `spawnId` IN (154,3224,3225,168,1727,153,1730,1731,183,1736,155,2097,1737,2099,2095,4068,158,3647,4094,4099) AND `spawnType`=0; |