From 33b4ad5a89cae0d3d527b58e1a438772450d7e32 Mon Sep 17 00:00:00 2001 From: Sorikoff <46191832+Sorikoff@users.noreply.github.com> Date: Sat, 29 Jun 2019 12:02:04 +0000 Subject: 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 --- sql/updates/world/3.3.5/2019_06_29_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_06_29_01_world.sql (limited to 'sql') 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'); -- cgit v1.2.3