From 9ea40a4746c4d74e7de120f5efedcdc533a667c4 Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Thu, 22 Sep 2011 21:17:17 +0200 Subject: Scripts/Ulduar/Kologarn: - Fix arm respawn and reinstall events - Fix possible erratic event timers - Fix Focused Eyebeams after recent spell system changes - Fix looting the chest after the encounter --- sql/updates/world/2011_09_22_00_world_spell_script_names.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2011_09_22_00_world_spell_script_names.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2011_09_22_00_world_spell_script_names.sql b/sql/updates/world/2011_09_22_00_world_spell_script_names.sql new file mode 100644 index 00000000000..af75822087e --- /dev/null +++ b/sql/updates/world/2011_09_22_00_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=63342; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(63342,'spell_kologarn_summon_focused_eyebeam'); -- cgit v1.2.3