mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Scripts/Spells: Fixed arcane barrage + explosion
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user