diff options
| author | tobmaps <spambot42@yandex.ru> | 2011-05-10 22:28:28 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-05-10 22:28:28 +0700 |
| commit | 8fc000b216bd1bb1935bf226b085acd2a6299fe7 (patch) | |
| tree | f2db335886e98eb32138e0f8d3b8c1ecdd3bffe1 /sql | |
| parent | d49f535949cc75686aa4eee5c16e004cf0e7b87e (diff) | |
Core/Spells: Fixed damage from warlock's Death Coil
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/base/world_database.sql | 2 | ||||
| -rw-r--r-- | sql/updates/world/2011_05_10_03_world_spell_bonus_data.sql | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index b2d7abe456a..992a29a95ac 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -17119,7 +17119,7 @@ INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`a (980, -1, 0.1, -1, -1, 'Warlock - Curse of Agony'), (603, -1, 2, -1, -1, 'Warlock - Curse of Doom'), (18220, 0.96, -1, -1, -1, 'Warlock - Dark Pact Rank 1'), -(6789, 0.214, -1, -1, -1, 'Warlock - Death Coil'), +(6789, 0.2143, -1, -1, -1, 'Warlock - Death Coil'), (689, -1, 0.143, -1, -1, 'Warlock - Drain Life'), (5138, 0, 0, 0, 0, 'Warlock - Drain Mana'), (1120, -1, 0.429, -1, -1, 'Warlock - Drain Soul'), diff --git a/sql/updates/world/2011_05_10_03_world_spell_bonus_data.sql b/sql/updates/world/2011_05_10_03_world_spell_bonus_data.sql new file mode 100644 index 00000000000..b5885ef86a0 --- /dev/null +++ b/sql/updates/world/2011_05_10_03_world_spell_bonus_data.sql @@ -0,0 +1 @@ +UPDATE `spell_bonus_data` SET `direct_bonus` = 0.2143 WHERE `entry` = 6789; |
