aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGacko <gacko28@gmx.de>2013-06-01 14:36:59 +0200
committerGacko <gacko28@gmx.de>2013-06-01 14:42:58 +0200
commit9251a605445a6f6ffe77b4fab03d368c93fcdacd (patch)
treecbee82a30efc089f5bac094f07dafb735629b0e4
parente741821dc2b1db41017fdc954da0ea36a84ace3e (diff)
DB/SAI: Assign SmartAI and remove needless SmartScript (See core script)
-rw-r--r--sql/updates/world/2013_06_01_00_world_creature_template.sql2
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;