diff options
| author | Machiavelli <machiavelli.trinity@gmail.com> | 2011-09-26 20:47:51 +0200 |
|---|---|---|
| committer | Machiavelli <machiavelli.trinity@gmail.com> | 2011-09-26 20:47:51 +0200 |
| commit | 7ec351a79d39458dac80e52db25cf7a7cc280c4f (patch) | |
| tree | d5db669145bd8d1cbd0e4e9325cf0fa006fcf6dc /sql | |
| parent | f4ec95c7527a4786f5ff83dd56476595928cbb7d (diff) | |
Scripts/Ulduar/Flame Leviathan: Fix Pursue spell (target selection/filtering, emote, and aggro), and clean up some atrocities in the script.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_09_26_00_world_spell_script_names.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2011_09_26_00_world_spell_script_names.sql b/sql/updates/world/2011_09_26_00_world_spell_script_names.sql new file mode 100644 index 00000000000..4896990bb5b --- /dev/null +++ b/sql/updates/world/2011_09_26_00_world_spell_script_names.sql @@ -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'); |
