Scripts/Spells: Fix priest Shadow Mend damage (#27525)

This commit is contained in:
My name is Mud
2022-01-10 00:28:50 +01:00
committed by GitHub
parent 9dc11391c5
commit 043d1cf254
2 changed files with 69 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_shadow_mend_periodic_damage';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (187464, 'spell_pri_shadow_mend_periodic_damage');