aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorMachiavelli <machiavelli.trinity@gmail.com>2011-09-22 21:17:17 +0200
committerMachiavelli <machiavelli.trinity@gmail.com>2011-09-22 21:19:26 +0200
commit9ea40a4746c4d74e7de120f5efedcdc533a667c4 (patch)
tree43e948f645a4ddb7f5cf7a89147666e7f17f0158 /sql/updates
parent154c7ce79c15971d1b5bae033a67f41bc33945fb (diff)
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
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_09_22_00_world_spell_script_names.sql3
1 files changed, 3 insertions, 0 deletions
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');