From 0e274bdcb7bda6e889ef7ce2749e2bfd5b773fe0 Mon Sep 17 00:00:00 2001 From: Havenard Date: Tue, 11 Oct 2011 22:32:36 -0300 Subject: Fix Divine Storm Fix healing part of Divine Storm, will now work as intented healing up to 3 party or raid members for a total of 25% (or 40% with Glyph) of the damage caused. Closes #285 --- sql/updates/world/2011_10_11_01_world_spell_script_names.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2011_10_11_01_world_spell_script_names.sql (limited to 'sql') diff --git a/sql/updates/world/2011_10_11_01_world_spell_script_names.sql b/sql/updates/world/2011_10_11_01_world_spell_script_names.sql new file mode 100644 index 00000000000..f8ae3db6ad3 --- /dev/null +++ b/sql/updates/world/2011_10_11_01_world_spell_script_names.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` = 53385; +INSERT INTO `spell_script_names` VALUES (53385, 'spell_pal_divine_storm'); -- cgit v1.2.3