Scripts/Spells: Fixed Improved Death Strike value calculation for blood specialization

This commit is contained in:
Shauren
2025-05-20 13:11:53 +02:00
parent 64e0a1b55a
commit ac79cbbad3
2 changed files with 33 additions and 0 deletions

View File

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