DB/Spells: fix DoT bonus for Righteous Vengance

This commit is contained in:
Kandera
2012-09-17 12:23:54 -04:00
parent 3f64286132
commit b7de25d170

View File

@@ -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');