Files
TrinityCore/sql/updates/5994_world_spells.sql

6 lines
335 B
SQL

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