mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-23 08:17:59 +01:00
Make equipitems sharable again.
This commit is contained in:
parent
323b4d6f21
commit
8436455936
9 changed files with 146 additions and 52 deletions
|
|
@ -219,7 +219,7 @@ public class ChangedItemDrawer : IDisposable
|
|||
switch (obj)
|
||||
{
|
||||
case EquipItem it:
|
||||
iconType = it.Slot switch
|
||||
iconType = it.Type.ToSlot() switch
|
||||
{
|
||||
EquipSlot.MainHand => ChangedItemIcon.Mainhand,
|
||||
EquipSlot.OffHand => ChangedItemIcon.Offhand,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue