aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/6176_world_scripts.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/6176_world_scripts.sql b/sql/updates/6176_world_scripts.sql
new file mode 100644
index 00000000000..84b89fc172d
--- /dev/null
+++ b/sql/updates/6176_world_scripts.sql
@@ -0,0 +1,4 @@
+UPDATE `creature_template` SET `AIName` = 'AOEAI',`flags_extra` = '0',`minlevel` = '70',`maxlevel` = '70',`maxlevel` = '70',`faction_A` = '14',`faction_H` = '14' WHERE `entry` IN ('23336','23069','23259');
+UPDATE `creature_template` SET `spell1` = '40029' WHERE `entry` = 23069;
+UPDATE `creature_template` SET `spell1` = '40610' WHERE `entry` = 23259;
+UPDATE `creature_template` SET `spell1` = '40836' WHERE `entry` = 23336; \ No newline at end of file