fix(Scripts/Karazhan): Script Aran's Flame Wreath ability (#17551)

This commit is contained in:
Andrew
2023-10-21 21:08:12 -03:00
committed by GitHub
parent 0815241cb9
commit a3d728f791
2 changed files with 112 additions and 111 deletions

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` IN (30004, 29946);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(30004, 'spell_flamewreath'),
(29946, 'spell_flamewreath_aura');