Scripts/Spells: Fix healing part of demon hunter talent "Fel Devastation" (#30489)

This commit is contained in:
Aqua Deus
2024-12-09 19:12:00 +01:00
committed by GitHub
parent 749df7b62e
commit bf0fe87194
2 changed files with 27 additions and 0 deletions

View File

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