Scripts/Spells: Implement Bone Shield application by Marrowrend and Death's Caress (#30163)

This commit is contained in:
Naddley
2024-09-08 14:09:15 +02:00
committed by GitHub
parent a4e3274aeb
commit 7f6afa67f3
2 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dk_marrowrend_apply_bone_shield';
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dk_deaths_caress_apply_bone_shield';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(195182, 'spell_dk_marrowrend_apply_bone_shield'),
(195292, 'spell_dk_deaths_caress_apply_bone_shield');