fix(Scripts/Karazhan): Script Aran's Flame Wreath ability (#17551)
This commit is contained in:
parent
0815241cb9
commit
a3d728f791
2 changed files with 112 additions and 111 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue