diff options
| author | Sebastian Valle <s.v.h21@hotmail.com> | 2013-11-03 12:39:21 -0500 |
|---|---|---|
| committer | Sebastian Valle <s.v.h21@hotmail.com> | 2013-11-03 12:39:21 -0500 |
| commit | 428cf6b0ee27900cfd6c253ef21038bc1d6bac60 (patch) | |
| tree | ba9fdd4c6273bf4c48604d5643288198dc9e3b25 /sql | |
| parent | bf2c0505ad7d14f99a0ea472f7031225657e338c (diff) | |
Scripts/Spells: Fixed the warlocks' Fel Flame talent, now it adds to the duration of Immolate and Unstable Affliction.
Closes #8455
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_11_03_00_world_spell_script_names_434.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2013_11_03_00_world_spell_script_names_434.sql b/sql/updates/world/2013_11_03_00_world_spell_script_names_434.sql new file mode 100644 index 00000000000..5a3a4b29db5 --- /dev/null +++ b/sql/updates/world/2013_11_03_00_world_spell_script_names_434.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=77799; -- Fel Flame +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES (77799, "spell_warl_fel_flame");
\ No newline at end of file |
