Scripts/Spells: Fixed arcane barrage + explosion

This commit is contained in:
Matan Shukry
2021-04-06 09:02:00 +03:00
committed by Shauren
parent e2964dadf4
commit be8cbab4b3
4 changed files with 97 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
-- Mage Spells
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_mage_arcane_barrage', 'spell_mage_arcane_explosion');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(44425, 'spell_mage_arcane_barrage'),
(1449, 'spell_mage_arcane_explosion');