muffin v7.5.12
This commit is contained in:
parent
3102923ce2
commit
911ed68baa
65 changed files with 2356 additions and 1539 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -198,6 +198,18 @@ internal sealed class TerritoryData : ITerritoryInfo
|
|||
return false;
|
||||
}
|
||||
|
||||
public bool IsFieldOperation(uint territoryId)
|
||||
{
|
||||
uint value;
|
||||
bool flag = _dutyTerritories.TryGetValue(territoryId, out value);
|
||||
if (flag)
|
||||
{
|
||||
bool flag2 = ((value == 26 || value == 29 || value == 38) ? true : false);
|
||||
flag = flag2;
|
||||
}
|
||||
return flag;
|
||||
}
|
||||
|
||||
public string? GetInstanceName(uint instanceId)
|
||||
{
|
||||
return _instanceNames.GetValueOrDefault(instanceId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue