muffin v7.5.0
This commit is contained in:
parent
afafd5e377
commit
a6481e7b9a
67 changed files with 4281 additions and 2372 deletions
|
|
@ -70,7 +70,7 @@ internal static class AethernetShortcut
|
|||
logger.LogInformation("Skipping aethernet shortcut because the target is in the same territory");
|
||||
return false;
|
||||
}
|
||||
if (base.Task.SkipConditions.InTerritory.Contains(clientState.TerritoryType))
|
||||
if (base.Task.SkipConditions.InTerritory.Contains((ushort)clientState.TerritoryType))
|
||||
{
|
||||
logger.LogInformation("Skipping aethernet shortcut because the target is in the specified territory");
|
||||
return false;
|
||||
|
|
@ -98,7 +98,7 @@ internal static class AethernetShortcut
|
|||
}
|
||||
if (aetheryteFunctions.IsAetheryteUnlocked(base.Task.From) && aetheryteFunctions.IsAetheryteUnlocked(base.Task.To))
|
||||
{
|
||||
ushort territoryType = clientState.TerritoryType;
|
||||
uint territoryType = clientState.TerritoryType;
|
||||
IGameObject gameObject = objectTable[0];
|
||||
if (gameObject == null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue