Scripts/Spells: Fix Shield of the Righteous armor bonus (#29749)

This commit is contained in:
Aqua Deus
2024-02-25 11:03:22 +01:00
committed by GitHub
parent eac4bf825a
commit d7d382ea43
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_pal_shield_of_the_righteous';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(53600, 'spell_pal_shield_of_the_righteous');