aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorMachiavelli <none@none>2010-11-09 11:15:00 +0100
committerMachiavelli <none@none>2010-11-09 11:15:00 +0100
commitddc812163a808e0bf44143586f96cbda21b0f60d (patch)
tree95bac3da667ee5797c204d4cab68ed0ca3025aa5 /sql/updates
parent8862663df00b6ea539195d0d6a63dd66908e32c2 (diff)
Core/Spells: Fix Shield of Righteousness damage
Author: Dr.Tenma Fixes issue #4174 --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/10392_world_spell_bonus_data.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/10392_world_spell_bonus_data.sql b/sql/updates/10392_world_spell_bonus_data.sql
new file mode 100644
index 00000000000..3a808bddf13
--- /dev/null
+++ b/sql/updates/10392_world_spell_bonus_data.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_bonus_data` WHERE `entry` = 53600;
+INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
+(53600, 0, 0, 0, 0 ,'Paladin - Shield of Righteousness'); \ No newline at end of file