mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
* 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:
5
sql/updates/9587_world_spell_bonus_data.sql
Normal file
5
sql/updates/9587_world_spell_bonus_data.sql
Normal 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');
|
||||
Reference in New Issue
Block a user