mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
DB/Spells: fix DoT bonus for Righteous Vengance
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` = 61840;
|
||||
INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`ap_bonus`,`ap_dot_bonus`,`comments`) VALUES
|
||||
(61840, 0, 0, 0, 0, 'No bonus for Righteous Vengance DoT');
|
||||
Reference in New Issue
Block a user