aboutsummaryrefslogtreecommitdiff
path: root/sql/base/world_database.sql
diff options
context:
space:
mode:
authortobmaps <spambot42@yandex.ru>2011-05-12 03:29:16 +0700
committertobmaps <spambot42@yandex.ru>2011-05-12 03:29:16 +0700
commitedc182920ef58c089a147d062f5d3ed91b5267eb (patch)
tree2e9062b66a48b3d9a8705c7808ab6ca1c49beb6c /sql/base/world_database.sql
parentcdd41601579e6e76dc2d82ceeb9de24af31aa79e (diff)
Core/Spells: Fix damage from Seed of Corruption explosion
Diffstat (limited to 'sql/base/world_database.sql')
-rw-r--r--sql/base/world_database.sql5
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql
index 5ed9b63e391..a0807ae6e19 100644
--- a/sql/base/world_database.sql
+++ b/sql/base/world_database.sql
@@ -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),