From 922afdcba789da9da5d3c3a4cf5280afb0f52965 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 8 Dec 2018 10:25:51 +0100 Subject: DB: Update file --- sql/updates/world/3.3.5/2018_12_08_28_world_335.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') 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; -- cgit v1.2.3