mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
*Judgement (Seal of Light, Seal of Wisdom, Seal of Justice), and Judgement of Righteousness, proper spell damage bonus, by Destalker.
--HG-- branch : trunk
This commit is contained in:
@@ -1718,11 +1718,13 @@ INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`
|
||||
(20467, 0.25, -1, 0.16, -1, 'Paladin - Judgement of Command'),
|
||||
(53733, 0.22, -1, 0.14, -1, 'Paladin - Judgement of Corruption'),
|
||||
(20267, 0.1, -1, 0.1, -1, 'Paladin - Judgement of Light Proc'),
|
||||
(20187, 0.4, -1, 0.25, -1, 'Paladin - Judgement of Righteousness'),
|
||||
-- (20187, 0.4, -1, 0.25, -1, 'Paladin - Judgement of Righteousness'),
|
||||
(20187, 0, 0, 0, 0, 'Paladin - Judgement of Righteousness'),
|
||||
(53726, 0.25, -1, 0.16, -1, 'Paladin - Judgement of the Martyr Enemy'),
|
||||
(53725, 0.0833, -1, 0.0533, -1, 'Paladin - Judgement of the Martyr Self'),
|
||||
(31804, 0.22, -1, 0.14, -1, 'Paladin - Judgement of Vengeance'),
|
||||
(54158, 0.25, -1, 0.16, -1, 'Paladin - Jugdement (Seal of Light, Seal of Wisdom, Seal of Justice)'),
|
||||
-- (54158, 0.25, -1, 0.16, -1, 'Paladin - Judgement (Seal of Light, Seal of Wisdom, Seal of Justice)'),
|
||||
(54158, 0, 0, 0, 0, 'Paladin - Judgement (Seal of Light, Seal of Wisdom, Seal of Justice)')
|
||||
(58597, 0.75, -1, -1, -1, 'Paladin - Sacred Shield'),
|
||||
(53601, 0.75, -1, -1, -1, 'Paladin - Sacred Shield'),
|
||||
(31893, 0, 0, 0, 0, 'Paladin - Seal of Blood Proc Enemy'),
|
||||
|
||||
5
sql/updates/5994_world_spells.sql
Normal file
5
sql/updates/5994_world_spells.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` IN (20187,54158);
|
||||
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
|
||||
(20187, 0, 0, 0, 0, 'Paladin - Judgement of Righteousness'),
|
||||
(54158, 0, 0, 0, 0, 'Paladin - Judgement (Seal of Light, Seal of Wisdom, Seal of Justice)');
|
||||
Reference in New Issue
Block a user