From 14c31135cee70413712ee64c77adbf204b08365d Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Tue, 30 Dec 2008 01:50:43 +0100 Subject: *Partly implemented heroic support for darkweaver syth - by Iskander *Script for Shirrak the dead Wather - by Iskander --HG-- branch : trunk --- sql/updates/708_world_scripts.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/708_world_scripts.sql (limited to 'sql') 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 -- cgit v1.2.3