diff options
| author | Shauren <none@none> | 2010-10-25 12:17:26 +0200 |
|---|---|---|
| committer | Shauren <none@none> | 2010-10-25 12:17:26 +0200 |
| commit | 8ab5a04b7f346b9a7f3efa207639289b8a7fae12 (patch) | |
| tree | 0f7449177a232e55cc0487b073bfd6ae9c23d3b0 /sql/updates | |
| parent | ae38b0441bc5da4225ad16dcb00bb7719829115f (diff) | |
Core/Spells: Fixed coefficient of Frostbolt, by A.Metaphysical.Drama
Closes issue #4386.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/10307_world_spell_bonus_data.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/10307_world_spell_bonus_data.sql b/sql/updates/10307_world_spell_bonus_data.sql new file mode 100644 index 00000000000..4aa579e855c --- /dev/null +++ b/sql/updates/10307_world_spell_bonus_data.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_bonus_data` WHERE `entry`=116; +INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`ap_dot_bonus`,`comments`) VALUES +(116,0.857,-1,-1,-1, 'Mage - Frostbolt'); |
