Core/Scripts: fix some spells double dipping from done/taken bonuses

Closes #21007
This commit is contained in:
ariel-
2018-01-17 13:01:18 -03:00
parent b64c504314
commit ab3307fc23
6 changed files with 33 additions and 51 deletions

View File

@@ -0,0 +1,5 @@
DELETE FROM `spell_bonus_data` WHERE `entry` IN (379, 974, 52042);
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
(379, 0.4762, -1, -1, -1, 'Shaman - Earth Shield heal'),
(974, 0, 0, 0, 0, 'Shaman - Earth Shield'),
(52042, -1, 0, 0, 0, 'Shaman - Healing Stream Totem');