DB/Spell: remove SP Scaling for Druid T10 4p bonus (Balance)

This commit is contained in:
ariel-
2016-09-13 01:57:56 -03:00
committed by GitHub
parent 9d7cd93e0d
commit 7ce1040dda

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_bonus_data` WHERE `entry` = 71023;
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
(71023, 0, 0, 0, 0, 'Languish - Druid T10 Balance 4p Bonus');