diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2014-08-22 19:52:49 +0100 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2014-08-22 19:52:49 +0100 |
commit | a63aa858dcb400eafb97eed1f590e34c27d934a4 (patch) | |
tree | cab551dbac413f85052f3b68cf844e8373088ad7 | |
parent | a8ff0c990b68eda2bf3c22bbf4d72331bc8842b9 (diff) |
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
-rw-r--r-- | sql/updates/world/2014_08_22_04_world_misc.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |