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
This commit is contained in:
Machiavelli
2011-09-22 21:17:17 +02:00
parent 154c7ce79c
commit 9ea40a4746
4 changed files with 90 additions and 85 deletions

View File

@@ -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');