Scripts/Spells: Implement demon hunter talent "Army Unto Oneself" (#30549)

This commit is contained in:
Aqua Deus
2025-01-17 10:35:36 +01:00
committed by GitHub
parent 04ad3e7ad6
commit 5dee590e75
2 changed files with 33 additions and 0 deletions

View File

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