From 428cf6b0ee27900cfd6c253ef21038bc1d6bac60 Mon Sep 17 00:00:00 2001 From: Sebastian Valle Date: Sun, 3 Nov 2013 12:39:21 -0500 Subject: Scripts/Spells: Fixed the warlocks' Fel Flame talent, now it adds to the duration of Immolate and Unstable Affliction. Closes #8455 --- sql/updates/world/2013_11_03_00_world_spell_script_names_434.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2013_11_03_00_world_spell_script_names_434.sql (limited to 'sql') 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 -- cgit v1.2.3