mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-25 16:09:20 -04:00
DB/Spell: Priest T10 2p bonus shouldn't scale with SP either
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` = 70772;
|
||||
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
|
||||
(70772, 0, 0, 0, 0, 'Item - Priest T10 Healer 2P Bonus');
|
||||
Reference in New Issue
Block a user