muffin v7.5.0
This commit is contained in:
parent
afafd5e377
commit
a6481e7b9a
67 changed files with 4281 additions and 2372 deletions
|
|
@ -31,7 +31,7 @@ internal sealed class AethernetCommandHandler : IDebugCommandHandler
|
|||
|
||||
public void Execute(string[] arguments)
|
||||
{
|
||||
ushort territoryType = _clientState.TerritoryType;
|
||||
uint territoryType = _clientState.TerritoryType;
|
||||
Dictionary<EAetheryteLocation, string> values = AethernetShardConverter.Values;
|
||||
AetheryteData aetheryteData = new AetheryteData(_dataManager);
|
||||
HashSet<string> hashSet = new HashSet<string>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue