diff options
| author | Sorikoff <46191832+Sorikoff@users.noreply.github.com> | 2019-06-21 17:25:51 +0000 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-11 22:28:55 +0100 |
| commit | 8fc52bc5e542ab5a572343c64e915d01cf363b76 (patch) | |
| tree | 28ff86c67a4202c0ecfeccd71f1323595169de67 /sql | |
| parent | 4595e63dd73d50fbaf497fbb720cb0fe57536e38 (diff) | |
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
(cherry picked from commit e9d803ccee2fb5d229babbf6c2c4a17b1986edb0)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_12_11_34_world_2019_06_21_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_11_34_world_2019_06_21_02_world.sql b/sql/updates/world/master/2021_12_11_34_world_2019_06_21_02_world.sql new file mode 100644 index 00000000000..bc4749e4311 --- /dev/null +++ b/sql/updates/world/master/2021_12_11_34_world_2019_06_21_02_world.sql @@ -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'); |
