aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorMeji <alvaro.megias@outlook.com>2022-10-18 01:26:08 +0200
committerNaddley <NaddleyTC@gmail.com>2022-10-18 01:26:12 +0200
commit73b94a28cd9f88876785268e6fcca094cb252466 (patch)
tree73e82a402f4d889034ea4fbba03b96d8ca5b6bac /sql/updates
parent133334a902b705dae6f7e92bb1009b84cf1c51d2 (diff)
DB/Transport: delete deprecated transports
Closes #28362
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2022_10_18_00_world.sql6
1 files changed, 6 insertions, 0 deletions
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);