Scripts/Spells: Implement demon hunter talent "Furious Gaze" (#30530)

This commit is contained in:
Aqua Deus
2024-12-20 16:02:57 +01:00
committed by GitHub
parent ad06dcaaec
commit a2371c8467
2 changed files with 37 additions and 0 deletions

View File

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