From 255e7e8b83848f1e43baffe98e0df88ae5dd537f Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 2 Jul 2010 14:24:05 +0200 Subject: Fixed Chain Lightning overproccing with Lightning Overload, patch by DrTenma Closes issue #1198. --HG-- branch : trunk --- sql/updates/8816_world_spell_bonus_data.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/8816_world_spell_bonus_data.sql (limited to 'sql') 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'); -- cgit v1.2.3