diff options
| author | Shauren <none@none> | 2010-07-02 14:24:05 +0200 |
|---|---|---|
| committer | Shauren <none@none> | 2010-07-02 14:24:05 +0200 |
| commit | 255e7e8b83848f1e43baffe98e0df88ae5dd537f (patch) | |
| tree | 3ca4effa78d689a4fff4a3c9aaebd6eae427cc9d /sql | |
| parent | 3fd0fb8f97a54266677d6b76d30d1281bd9d9861 (diff) | |
Fixed Chain Lightning overproccing with Lightning Overload, patch by DrTenma
Closes issue #1198.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/8816_world_spell_bonus_data.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/8816_world_spell_bonus_data.sql b/sql/updates/8816_world_spell_bonus_data.sql new file mode 100644 index 00000000000..67d01d19b77 --- /dev/null +++ b/sql/updates/8816_world_spell_bonus_data.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_bonus_data` WHERE `entry` IN (45284,45297); +INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`ap_dot_bonus`,`comments`) VALUES +(45284,0.357,-1,-1,-1,'Shaman - LO Lightning Bolt'), +(45297,0.285,-1,-1,-1,'Shaman - LO Chain Lightning'); |
