Fix IsChocoboTaxiStandUnlocked call

This commit is contained in:
Haselnussbomber 2025-10-16 00:56:45 +02:00
parent 986dfa04d0
commit 878080d660
No known key found for this signature in database
GPG key ID: BB905BB49E7295D1

View file

@ -174,7 +174,7 @@ internal unsafe class UnlockState : IInternalDisposableService, IUnlockState
if (!this.IsLoaded) if (!this.IsLoaded)
return false; return false;
return UIState.Instance()->IsChocoboTaxiStandUnlocked(row.RowId - 0x120000); return UIState.Instance()->IsChocoboTaxiStandUnlocked(row.RowId);
} }
/// <inheritdoc/> /// <inheritdoc/>