mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 21:02:14 +01:00
Core/Spells: Judgement of Truth will no longer benefit from default coefficients and added missing damage bonus for Censure stacks on the target
This commit is contained in:
3
sql/updates/world/custom/custom_2019_12_14_00_world.sql
Normal file
3
sql/updates/world/custom/custom_2019_12_14_00_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry`= 31804;
|
||||
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `ap_bonus`, `comments`) VALUES
|
||||
(31804, 0, 0, 'Paladin - Judgement of Truth');
|
||||
Reference in New Issue
Block a user