Scripts/Ulduar/Flame Leviathan: Fix Pursue spell (target selection/filtering, emote, and aggro), and clean up some atrocities in the script.

This commit is contained in:
Machiavelli
2011-09-26 20:47:51 +02:00
parent f4ec95c752
commit 7ec351a79d
3 changed files with 155 additions and 34 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `spell_id` IN (62374,62475);
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(62374,'spell_pursue'),
(62475,'spell_systems_shutdown');