Scripts/Spells: Migrate Teleporting to Script

Port From (https://github.com/TrinityCore/TrinityCore/commit/8fc52bc5e542ab5a572343c64e915d01cf363b76)
This commit is contained in:
hondacrx
2021-12-22 20:39:59 -05:00
parent f21472958d
commit 74c88b43b3
3 changed files with 35 additions and 50 deletions
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_gen_teleporting');
INSERT INTO `spell_script_names` VALUES
(59317,'spell_gen_teleporting');