aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShocker <none@none>2010-08-25 18:24:40 +0300
committerShocker <none@none>2010-08-25 18:24:40 +0300
commitbd2ffab07a28b61dd3e2c3deadb4ce187c823f76 (patch)
tree714ea6e08f25bd10536e1f9a949a8375d69b46ec /sql/updates
parent2c7cc99937411d909b0ab6e4e4e7d76f2c4b49dd (diff)
* Move Paladin Judgement bonuses to spell_bonus_data, thanks deltapower.inc
* Avoid code duplication by moving spell interrupt code for jump effects to a common function for both EffectJump and EffectJumpDest, thanks devthenecro --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/9587_world_spell_bonus_data.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/9587_world_spell_bonus_data.sql b/sql/updates/9587_world_spell_bonus_data.sql
new file mode 100644
index 00000000000..051abbf1f00
--- /dev/null
+++ b/sql/updates/9587_world_spell_bonus_data.sql
@@ -0,0 +1,5 @@
+DELETE FROM `spell_bonus_data` WHERE `entry` IN (54158, 20187, 31804);
+INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
+(54158, 0.25, 0, 0.16, 0, 'Paladin - Judgement (Seal of Light, Seal of Wisdom, Seal of Justice)'),
+(20187, 0.32, 0, 0.2, 0, 'Paladin - Judgement of Righteousness'),
+(31804, 0.22, 0, 0.14, 0, 'Paladin - Judgement of Vengeance'); \ No newline at end of file