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
This commit is contained in:
Havenard
2011-10-11 22:32:36 -03:00
parent 11bb9bfdb3
commit 0e274bdcb7
3 changed files with 47 additions and 12 deletions

View File

@@ -0,0 +1,2 @@
DELETE FROM `spell_script_names` WHERE `spell_id` = 53385;
INSERT INTO `spell_script_names` VALUES (53385, 'spell_pal_divine_storm');