DB/Creature: Delete wrong spawned Silithid Swarms.

These creatures are summoned.
This commit is contained in:
kaelima
2011-05-18 14:07:33 +02:00
parent ddd0383db9
commit 69be0b99a1

View File

@@ -0,0 +1,3 @@
-- This creature is only supposed to be summoned.
DELETE FROM `creature` WHERE `id`=4196;
DELETE FROM `creature_addon` WHERE `guid` IN (14343,14342,14341,14340,14339,14338,14337);