mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 20:33:43 +01:00
Glamourer-related changes.
This commit is contained in:
parent
a7ace8a8c8
commit
9e0c38169f
15 changed files with 184 additions and 90 deletions
|
|
@ -96,7 +96,7 @@ public sealed partial class IndividualCollections
|
|||
|
||||
identifiers = new[]
|
||||
{
|
||||
manager.CreateRetainer(retainerName, 0),
|
||||
manager.CreateRetainer(retainerName, ActorIdentifier.RetainerType.Both),
|
||||
};
|
||||
break;
|
||||
case IdentifierType.Owned:
|
||||
|
|
@ -131,7 +131,7 @@ public sealed partial class IndividualCollections
|
|||
ObjectKind.EventNpc => manager.Data.ENpcs,
|
||||
ObjectKind.Companion => manager.Data.Companions,
|
||||
ObjectKind.MountType => manager.Data.Mounts,
|
||||
(ObjectKind)15 => manager.Data.Ornaments,
|
||||
ObjectKind.Ornament => manager.Data.Ornaments,
|
||||
_ => throw new NotImplementedException(),
|
||||
};
|
||||
return table.Where(kvp => kvp.Value == name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue