mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
DB/Spells: Fix Flamecap Fire damage
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user