Fix Thunder Bluff elevator transport overrides

This commit is contained in:
Kelsi 2026-02-12 15:11:23 -08:00
parent 3dac9ae657
commit e4e61c5f3d
2 changed files with 25 additions and 24 deletions

View file

@ -998,7 +998,7 @@ uint32_t TransportManager::pickFallbackMovingPath(uint32_t entry, uint32_t displ
// Fallback by display model family.
const bool looksLikeShip =
(displayId == 3015u || displayId == 2454u || displayId == 7446u || displayId == 455u || displayId == 462u);
(displayId == 3015u || displayId == 2454u || displayId == 7446u);
const bool looksLikeZeppelin =
(displayId == 3031u || displayId == 7546u || displayId == 1587u || displayId == 807u || displayId == 808u);