mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/Spells: Fixed Improved Death Strike value calculation for blood specialization
This commit is contained in:
3
sql/updates/world/master/2025_05_20_02_world.sql
Normal file
3
sql/updates/world/master/2025_05_20_02_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user