diff options
-rw-r--r-- | sql/updates/world/3.3.5/2018_12_08_28_world_335.sql | 4 |
1 files changed, 4 insertions, 0 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 new file mode 100644 index 00000000000..6b614813a9f --- /dev/null +++ b/sql/updates/world/3.3.5/2018_12_08_28_world_335.sql @@ -0,0 +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); |