mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 03:42:37 +01:00
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:
committed by
Giacomo Pozzoni
parent
a4cd4d8b87
commit
e9d803ccee
3
sql/updates/world/3.3.5/2019_06_21_02_world.sql
Normal file
3
sql/updates/world/3.3.5/2019_06_21_02_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user