Scripts/Spells: Implemented death knight Heartbreaker talent (#30371)

This commit is contained in:
Aqua Deus
2024-10-24 23:01:58 +02:00
committed by GitHub
parent dd6d478980
commit 4cd8531b41
2 changed files with 32 additions and 0 deletions

View File

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