aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorclick <none@none>2010-12-11 12:00:57 +0100
committerclick <none@none>2010-12-11 12:00:57 +0100
commit81db111ffd70338de973fa8b1969367d8ca9624e (patch)
tree18219a1b8308bd07a8dca3cb953006d6c42e7556 /sql/updates
parent0e33e73d3966057966d71b802e153ae100f7e463 (diff)
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
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/10623_world_spell_bonus_data.sql3
1 files changed, 3 insertions, 0 deletions
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');