aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornelegalno <nelegalno@yopmail.com>2012-01-06 13:42:49 +0200
committernelegalno <nelegalno@yopmail.com>2012-01-06 13:42:49 +0200
commit64d9be1a7d6a9d04734ddf979e7c79b7543811d4 (patch)
treed28175c50a8ec87550cfa4cd1f0234ddc45dbad0
parentc4577db641cef90cab19a3f4ea6936a96590436d (diff)
Creatures with EAI flag set but no EAI script
-rw-r--r--sql/updates/world/2012_01_01_01_world_misc.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_01_01_world_misc.sql b/sql/updates/world/2012_01_01_01_world_misc.sql
new file mode 100644
index 00000000000..412fab4dab2
--- /dev/null
+++ b/sql/updates/world/2012_01_01_01_world_misc.sql
@@ -0,0 +1,2 @@
+-- Creatures with EAI flag set but no EAI script
+UPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (29329,29330,29333,29338);