aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaelima <jeppo_meyer@msn.com>2011-05-18 14:07:33 +0200
committerkaelima <jeppo_meyer@msn.com>2011-05-18 14:07:33 +0200
commit69be0b99a16d9b30caa6f8bebfa70d8ec22a2a0c (patch)
tree7df3ddae402dd239d2f20998771789c611c5a3b2
parentddd0383db96fb2f0826232f56ed13e5aa0ff530a (diff)
DB/Creature: Delete wrong spawned Silithid Swarms.
These creatures are summoned.
-rw-r--r--sql/updates/world/2011_05_18_03_world_creature.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_18_03_world_creature.sql b/sql/updates/world/2011_05_18_03_world_creature.sql
new file mode 100644
index 00000000000..59425b0c3a4
--- /dev/null
+++ b/sql/updates/world/2011_05_18_03_world_creature.sql
@@ -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);