diff options
| author | Sorikoff <46191832+Sorikoff@users.noreply.github.com> | 2019-06-29 12:02:04 +0000 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-13 00:42:18 +0100 |
| commit | 996b7c1f0ebb22b424d7406adf88b43143b2ede4 (patch) | |
| tree | 1edf3c0a18b875ffac426c9a9a055b13da1f19cf /sql | |
| parent | 7b08125c23725b61b5e29df76a1fe8db8e60100e (diff) | |
Scripts/Spells: Ultrasafe Transporter: Toshley's Station (#23537)
* Scripts/Spells: Ultrasafe Transporter: Toshley's Station
* Rename 9999_99_99_99_world.sql to 2019_06_29_01_world.sql
(cherry picked from commit 33b4ad5a89cae0d3d527b58e1a438772450d7e32)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_12_12_15_world_2019_06_29_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_12_15_world_2019_06_29_01_world.sql b/sql/updates/world/master/2021_12_12_15_world_2019_06_29_01_world.sql new file mode 100644 index 00000000000..7e5afdfc8e0 --- /dev/null +++ b/sql/updates/world/master/2021_12_12_15_world_2019_06_29_01_world.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_item_ultrasafe_transporter'; +INSERT INTO `spell_script_names` VALUES (36941,'spell_item_ultrasafe_transporter'); |
