mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-21 07:17:53 +01:00
Fix IMC Stupid.
This commit is contained in:
parent
eb2a9b8109
commit
255d11974f
2 changed files with 2 additions and 1 deletions
|
|
@ -26,6 +26,7 @@ public static class ImcManipulationDrawer
|
|||
};
|
||||
identifier = identifier with
|
||||
{
|
||||
ObjectType = type,
|
||||
EquipSlot = equipSlot,
|
||||
SecondaryId = identifier.SecondaryId == 0 ? 1 : identifier.SecondaryId,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue