Spell/Script: Freezing Circle

Port From (https://github.com/TrinityCore/TrinityCore/commit/955ac45cf5afab09716d691e47b5095c8e3f3047)
This commit is contained in:
hondacrx
2021-11-29 14:13:08 -05:00
parent 309a7ad176
commit 12e89ccc41
2 changed files with 45 additions and 1 deletions
@@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `ScriptName` ='spell_freezing_circle';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(34779,'spell_freezing_circle');