From 73b94a28cd9f88876785268e6fcca094cb252466 Mon Sep 17 00:00:00 2001 From: Meji Date: Tue, 18 Oct 2022 01:26:08 +0200 Subject: DB/Transport: delete deprecated transports Closes #28362 --- sql/updates/world/master/2022_10_18_00_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/master/2022_10_18_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2022_10_18_00_world.sql b/sql/updates/world/master/2022_10_18_00_world.sql new file mode 100644 index 00000000000..a5e663e2ee4 --- /dev/null +++ b/sql/updates/world/master/2022_10_18_00_world.sql @@ -0,0 +1,6 @@ +-- Ship, Night Elf (Feathermoon Ferry) (Removed in patch 4.0.3a) +-- Ship, Night Elf (Elune's Blessing) (Removed in patch 8.0.1) +-- Zeppelin (The Thundercaller) (Removed in patch 8.0.1) +-- Zeppelin (The Purple Princess) (Removed in patch 8.0.1) +-- Zeppelin, Horde (Cloudkisser) (Removed in patch 8.0.1) +DELETE FROM `transports` WHERE `entry` IN (164871, 176495, 177233, 181646, 181689); -- cgit v1.2.3