DB/Spells: Fix warrior "Heroic Leap" damage

Closes #10059
This commit is contained in:
Vincent-Michael
2013-07-20 13:45:02 +02:00
parent 800f977415
commit 6372eb1fcc

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_bonus_data` WHERE `entry`=52174;
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
(52174, 0, 0, 0.5, 0, 'Warrior - Heroic Leap');