Scripts/Spells: Fix demon hunter talent "Darkglare Boon" (#30496)

This commit is contained in:
Aqua Deus
2024-12-08 20:27:07 +01:00
committed by GitHub
parent 752ea0f8e9
commit 794346bd42
2 changed files with 55 additions and 0 deletions

View File

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