diff options
-rw-r--r-- | sql/updates/world/2013_06_01_00_world_creature_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2013_06_01_00_world_creature_template.sql b/sql/updates/world/2013_06_01_00_world_creature_template.sql new file mode 100644 index 00000000000..1c56f1979f8 --- /dev/null +++ b/sql/updates/world/2013_06_01_00_world_creature_template.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (24021,3094,23905,27376,27378,27379,27381); +DELETE FROM `smart_scripts` WHERE `entryorguid`=26917; |