DB/Spell: remove SP scaling for Swift Hand of Justice heal

This commit is contained in:
ariel-
2016-09-15 02:05:31 -03:00
committed by GitHub
parent 96d18b335c
commit ba3202f078

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_bonus_data` WHERE `entry`=59913;
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
(59913, 0, 0, 0, 0, 'Swift Hand of Justice - Heal');