fix(Scripts/SSC): make Fathomlord use his Spitfire Totem ability (#17674)

* initial

* new spell/aurascript format

* leftover
This commit is contained in:
Dan
2023-11-11 19:45:21 +01:00
committed by GitHub
parent 203536526c
commit 32ff556a99
2 changed files with 38 additions and 21 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` = 38452 AND `ScriptName` = 'spell_karathress_power_of_tidalvess';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(38452, 'spell_karathress_power_of_tidalvess');