Core/Spells: Blood Shield will now only use effective healing for its shield calculation

This commit is contained in:
Ovahlord
2021-08-28 23:34:52 +02:00
parent cfc3f25b46
commit a3a7a9b181
2 changed files with 38 additions and 16 deletions

View File

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