From a63aa858dcb400eafb97eed1f590e34c27d934a4 Mon Sep 17 00:00:00 2001 From: Dr-J Date: Fri, 22 Aug 2014 19:52:49 +0100 Subject: Fix some DB errors I am responsible for. Grr, I was going to script these but found was already scripted, but I left the ids in the line to set ai name in the commit I did make Closes #12912 --- sql/updates/world/2014_08_22_04_world_misc.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_08_22_04_world_misc.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2014_08_22_04_world_misc.sql b/sql/updates/world/2014_08_22_04_world_misc.sql new file mode 100644 index 00000000000..318c4eb1f92 --- /dev/null +++ b/sql/updates/world/2014_08_22_04_world_misc.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `ainame`='', `scriptname`='npc_jungle_punch_target' WHERE `entry` IN(28568,28047,27986); +UPDATE `creature_template` SET `scriptname`='npc_the_etymidian' WHERE `entry` =28033; -- cgit v1.2.3