FateTable update for ClientStructs

This commit is contained in:
Raymond 2021-12-03 10:01:37 -05:00
parent 95eaca1ee8
commit 9f6c8cb9cf
2 changed files with 5 additions and 9 deletions

View file

@ -131,6 +131,6 @@ namespace Dalamud.Game.ClientState.Fates
/// <summary>
/// Gets the territory this <see cref="Fate"/> is located in.
/// </summary>
public ExcelResolver<Lumina.Excel.GeneratedSheets.TerritoryType> TerritoryType => new(this.Struct->TerritoryID);
public ExcelResolver<Lumina.Excel.GeneratedSheets.TerritoryType> TerritoryType => new(this.Struct->TerritoryId);
}
}