mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Fix IsChocoboTaxiStandUnlocked call
This commit is contained in:
parent
986dfa04d0
commit
878080d660
1 changed files with 1 additions and 1 deletions
|
|
@ -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/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue