Files
TrinityCore2/sql/updates/5994_world_spells.sql
Drahy 87dc37e665 * Fixed some Sqls including 6008_world.sql
--HG--
branch : trunk
2009-10-19 12:18:21 +02:00

4 lines
333 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)');