Scripts/Spells: Migrate Teleporting to Script (#23458)

* Scripts/Spells: Migrate Teleporting to Script

* Rename 9999_99_99_99_world.sql to 2019_06_21_02_world.sql
This commit is contained in:
Sorikoff
2019-06-21 17:25:51 +00:00
committed by Giacomo Pozzoni
parent a4cd4d8b87
commit e9d803ccee
3 changed files with 36 additions and 15 deletions

View File

@@ -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');