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
This commit is contained in:
Dr-J
2014-08-22 19:52:49 +01:00
parent a8ff0c990b
commit a63aa858dc

View File

@@ -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;