mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-01 05:13:43 +01:00
Add filtering mods by changed item categories.
This commit is contained in:
parent
2051197c65
commit
4aa19e49d5
5 changed files with 89 additions and 34 deletions
|
|
@ -242,7 +242,7 @@ public static class EquipmentSwap
|
|||
if (!slot.IsEquipmentPiece())
|
||||
throw new ItemSwap.InvalidItemTypeException();
|
||||
|
||||
modelId = i.ModelId;
|
||||
modelId = i.PrimaryId;
|
||||
variant = i.Variant;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue