mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 21:24:18 +01:00
Some further small Glamourer changes, increment versioning of gamedata stuff.
This commit is contained in:
parent
0fb9e77c3c
commit
62f71df28c
10 changed files with 39 additions and 11 deletions
|
|
@ -84,7 +84,7 @@ public readonly struct EquipItem
|
|||
|
||||
public static EquipItem FromOffhand(Item item)
|
||||
{
|
||||
var type = item.ToEquipType().Offhand();
|
||||
var type = item.ToEquipType().ValidOffhand();
|
||||
var name = item.Name.ToDalamudString().TextValue + type.OffhandTypeSuffix();
|
||||
var id = item.RowId;
|
||||
var icon = item.Icon;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue