diff options
author | tobmaps <spambot42@yandex.ru> | 2011-05-12 03:39:37 +0700 |
---|---|---|
committer | tobmaps <spambot42@yandex.ru> | 2011-05-12 03:39:37 +0700 |
commit | d44a842fc8f77783b66afe35ad8393dae2ecacaf (patch) | |
tree | b39428119ad78ba784f911e0d52358ee05aa2e15 | |
parent | edc182920ef58c089a147d062f5d3ed91b5267eb (diff) |
DB/SQL: fix typo in last commit
-rw-r--r-- | sql/base/world_database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index a0807ae6e19..0a8cc242cba 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -17136,7 +17136,7 @@ INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`a (42223, 0.286, -1, -1, -1, 'Warlock - Rain of Fire Triggered Rank 1'), (5676, 0.4293, -1, -1, -1, 'Warlock - Searing Pain'), (27243, -1, 0.25, -1, -1, 'Warlock - Seed of Corruption'), -(27285, 0.2129, -1, -1, -1, 'Seed of Corruption Proc'), +(27285, 0.2129, -1, -1, -1, 'Warlock - 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'), |