* 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
This commit is contained in:
Shocker
2010-08-25 18:24:40 +03:00
parent 2c7cc99937
commit bd2ffab07a
4 changed files with 12 additions and 29 deletions

View File

@@ -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');