aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);