DB/Spell: remove SP scaling for Imp. Leader of the Pack

This commit is contained in:
ariel-
2016-09-12 21:17:25 -03:00
committed by GitHub
parent 43968512ce
commit b125a3fd2c

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_bonus_data` WHERE `entry` = 34299;
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
(34299, 0, 0, 0, 0, 'Improved Leader of the Pack - Heal Effect');