From 81db111ffd70338de973fa8b1969367d8ca9624e Mon Sep 17 00:00:00 2001 From: click Date: Sat, 11 Dec 2010 12:00:57 +0100 Subject: Core/Spells: Fix mage talent Frost Warding (and a little cleanup on CalcAbsorbResist) - patch by DrTenma Fixes issue 2715. Closes issue 3770. --HG-- branch : trunk --- sql/updates/10623_world_spell_bonus_data.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/10623_world_spell_bonus_data.sql (limited to 'sql/updates') diff --git a/sql/updates/10623_world_spell_bonus_data.sql b/sql/updates/10623_world_spell_bonus_data.sql new file mode 100644 index 00000000000..c9e24105e53 --- /dev/null +++ b/sql/updates/10623_world_spell_bonus_data.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_bonus_data` WHERE `entry` IN (66922); +INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES +(66922, 0, 0, 0, 0, 'Paladin - Flash of Light'); -- cgit v1.2.3