diff options
| author | Havenard <havenard@hotmail.com> | 2011-10-11 22:32:36 -0300 |
|---|---|---|
| committer | Havenard <havenard@hotmail.com> | 2011-10-11 22:32:36 -0300 |
| commit | 0e274bdcb7bda6e889ef7ce2749e2bfd5b773fe0 (patch) | |
| tree | c9f83116c82aa51bba2ef10efca76211df4d0776 /sql | |
| parent | 11bb9bfdb3cd6eb849d188aa3c4c6efe2b97517a (diff) | |
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
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_10_11_01_world_spell_script_names.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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'); |
