mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
4 lines
259 B
SQL
4 lines
259 B
SQL
-- Judgement
|
|
DELETE FROM `spell_bonus_data` WHERE `entry` = 54158;
|
|
INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`comments`) VALUES
|
|
('54158','0.25','0','0.16','Paladin - Unleashing spell for Seal of Wisdom, Justice and Light'); |