Scripts/Spells: Implement demon hunter talent "Shattered Destiny" (#30536)

This commit is contained in:
Aqua Deus
2024-12-29 22:56:24 +01:00
committed by GitHub
parent c197a59eb3
commit ae28344083
2 changed files with 50 additions and 0 deletions
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_shattered_destiny';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(388116, 'spell_dh_shattered_destiny');