diff options
| author | Sorikoff <46191832+Sorikoff@users.noreply.github.com> | 2019-06-29 12:02:04 +0000 |
|---|---|---|
| committer | Giacomo Pozzoni <giacomopoz@gmail.com> | 2019-06-29 14:02:04 +0200 |
| commit | 33b4ad5a89cae0d3d527b58e1a438772450d7e32 (patch) | |
| tree | 8fb4abb482c1256019802da8dcb78baf43a69a31 /sql/updates | |
| parent | 8d1a5fa1266dc98438cabfb1ced7891791245ff0 (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
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2019_06_29_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_06_29_01_world.sql b/sql/updates/world/3.3.5/2019_06_29_01_world.sql new file mode 100644 index 00000000000..7e5afdfc8e0 --- /dev/null +++ b/sql/updates/world/3.3.5/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'); |
