Scripts/Spells: Fix mage spell Ray of Frost

Port From (https://github.com/TrinityCore/TrinityCore/commit/2358e51182916d62a300027f6e14f1f566743f49)
This commit is contained in:
hondacrx
2022-07-16 19:49:17 -04:00
parent 3a46790636
commit abbd51bf8d
3 changed files with 63 additions and 0 deletions
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_mage_ray_of_frost';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(205021, 'spell_mage_ray_of_frost');