forked from aly/qstbak
muffin v6.27
This commit is contained in:
parent
1bcbf18654
commit
44d33a0b56
6 changed files with 59 additions and 21 deletions
|
|
@ -235,7 +235,7 @@ internal static class Interact
|
|||
if (taxiStandId.HasValue)
|
||||
{
|
||||
byte valueOrDefault2 = taxiStandId.GetValueOrDefault();
|
||||
if (UIState.Instance()->IsChocoboTaxiStandUnlocked(valueOrDefault2))
|
||||
if (UIState.Instance()->IsChocoboTaxiStandUnlocked((uint)(valueOrDefault2 + 1179648)))
|
||||
{
|
||||
return ETaskResult.TaskComplete;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue