- Fix tells not working in Forays
This commit is contained in:
+3
-2
@@ -28,6 +28,7 @@ public static class Sheets
|
||||
EventItemHelpSheet = Plugin.DataManager.GetExcelSheet<EventItemHelp>();
|
||||
}
|
||||
|
||||
public static bool IsInForay() => TerritorySheet.TryGetRow(Plugin.ClientState.TerritoryType, out var row) &&
|
||||
row.TerritoryIntendedUse.RowId == 41;
|
||||
public static bool IsInForay() =>
|
||||
TerritorySheet.TryGetRow(Plugin.ClientState.TerritoryType, out var row) &&
|
||||
row.TerritoryIntendedUse.RowId is 41 or 61;
|
||||
}
|
||||
Reference in New Issue
Block a user