mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 11:21:58 +01:00
DB/Spell: Fix some set bonus scaling with spell power
This commit is contained in:
5
sql/updates/world/3.3.5/2016_09_11_02_world.sql
Normal file
5
sql/updates/world/3.3.5/2016_09_11_02_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user