DB/Spell: Fix some set bonus scaling with spell power

This commit is contained in:
ariel-
2016-09-12 01:27:06 -03:00
committed by GitHub
parent 9250680680
commit b4469d480e

View File

@@ -0,0 +1,5 @@
DELETE FROM `spell_bonus_data` WHERE `entry` IN (26170, 37382, 39373);
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
(26170, 0, 0, 0, 0, 'Oracular Heal (Priest AQ Set 3pc Bonus)'),
(37382, 0, 0, 0, 0, 'Pet Healing (Hunter & Warlock T5 Set 2pc Bonus'),
(39373, 0, 0, 0, 0, 'Shadowmend (Shadow''s Embrace Set 3pc Bonus');