mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
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:
2
sql/updates/world/2014_08_22_04_world_misc.sql
Normal file
2
sql/updates/world/2014_08_22_04_world_misc.sql
Normal 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;
|
||||
Reference in New Issue
Block a user