diff options
| -rw-r--r-- | sql/updates/world/master/2022_10_18_00_world.sql | 6 |
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); |
