aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorBlaymoira <none@none>2008-12-30 01:50:43 +0100
committerBlaymoira <none@none>2008-12-30 01:50:43 +0100
commit14c31135cee70413712ee64c77adbf204b08365d (patch)
treea35db286cd455e6d94aca6bb37dbdf3d5930042c /sql/updates
parent513f9ce6b9d539790a2b43cb621f6d8b6d72b0e1 (diff)
*Partly implemented heroic support for darkweaver syth - by Iskander
*Script for Shirrak the dead Wather - by Iskander --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/708_world_scripts.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/708_world_scripts.sql b/sql/updates/708_world_scripts.sql
new file mode 100644
index 00000000000..7a297f42287
--- /dev/null
+++ b/sql/updates/708_world_scripts.sql
@@ -0,0 +1,2 @@
+UPDATE `creature_template` SET `ScriptName` = 'boss_shirrak_the_dead_watcher' WHERE `entry` = '18371';
+UPDATE `creature_template` SET `ScriptName` = 'mob_focus_fire', `unit_flags` = '33554434' WHERE `entry` = '18374'; \ No newline at end of file