mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Fix Thunder Bluff elevator transport overrides
This commit is contained in:
parent
3dac9ae657
commit
e4e61c5f3d
2 changed files with 25 additions and 24 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue