Scripts/Spells: Judgment (Holy) will now apply Rank 3 debuff if the paladin knows it (#27685)

This commit is contained in:
Teleqraph
2022-01-30 00:10:04 +01:00
committed by GitHub
parent faf12a8883
commit 72839e660e
2 changed files with 28 additions and 10 deletions
@@ -0,0 +1,6 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_judgement';
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_judgment';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(20271,'spell_pal_judgment'),
(275779,'spell_pal_judgment'),
(275773,'spell_pal_judgment');