Scripts/Spells: Fix dh Sigil of Flame energize (#31473)

This commit is contained in:
Aqua Deus
2026-01-10 00:19:31 +01:00
committed by GitHub
parent fc3bc4cef2
commit c85a061328
2 changed files with 28 additions and 0 deletions

View File

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