Scripts/Spells: Implement dh talent "Voidblade" (#31654)

This commit is contained in:
Aqua Deus
2026-02-23 12:03:24 +01:00
committed by GitHub
parent d4a9797f89
commit bd1356ea06
2 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dh_voidblade', 'spell_dh_voidblade_charge');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(1245412, 'spell_dh_voidblade'),
(1241285, 'spell_dh_voidblade_charge');