DB/Spells: Fix Flamecap Fire damage

This commit is contained in:
Vincent-Michael
2012-09-07 02:02:35 +02:00
parent aed0ecd2e4
commit ce42faafd9

View File

@@ -0,0 +1,4 @@
SET @Spell := 28715; -- Flamecap Fire
DELETE FROM `spell_bonus_data` WHERE `entry`=@Spell;
INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`ap_dot_bonus`,`comments`) VALUES
(@Spell,0,0,0,0, 'Flamecap Fire');