mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Scripts/Karazhan): Script Aran's Flame Wreath ability (#17551)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user