Core/Spells: Fix damage from Seed of Corruption explosion

This commit is contained in:
tobmaps
2011-05-12 03:29:16 +07:00
parent cdd4160157
commit edc182920e
3 changed files with 10 additions and 4 deletions
+3 -2
View File
@@ -17135,7 +17135,8 @@ INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`a
(29722, 0.7139, -1, -1, -1, 'Warlock - Incinerate'),
(42223, 0.286, -1, -1, -1, 'Warlock - Rain of Fire Triggered Rank 1'),
(5676, 0.4293, -1, -1, -1, 'Warlock - Searing Pain'),
(27243, 0.2129, 0.25, -1, -1, 'Warlock - Seed of Corruption'),
(27243, -1, 0.25, -1, -1, 'Warlock - Seed of Corruption'),
(27285, 0.2129, -1, -1, -1, 'Seed of Corruption Proc'),
(686, 0.8569, -1, -1, -1, 'Warlock - Shadow Bolt'),
(6229, 0.3, -1, -1, -1, 'Warlock - Shadow Ward'),
(17877, 0.4293, -1, -1, -1, 'Warlock - Shadowburn'),
@@ -25806,7 +25807,7 @@ INSERT INTO spell_ranks (`first_spell_id`, `spell_id`, `rank`) VALUES
-- Safeguard
(46946, 46946, 1),
(46946, 46947, 2),
-- Seed of Corruption
-- Seed of Corruption Proc
(27285, 27285, 1),
(27285, 47833, 2),
(27285, 47834, 3),