mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 06:07:37 +01:00
Core/Scripts: fix some spells double dipping from done/taken bonuses
Closes #21007
This commit is contained in:
5
sql/updates/world/3.3.5/2018_01_17_00_world_335.sql
Normal file
5
sql/updates/world/3.3.5/2018_01_17_00_world_335.sql
Normal 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');
|
||||
Reference in New Issue
Block a user