mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
parent
d86232dbe8
commit
126e96689b
2 changed files with 1 additions and 6 deletions
|
|
@ -283,11 +283,6 @@ internal class ContextMenuAgingStep : IAgingStep
|
|||
}
|
||||
}
|
||||
|
||||
if (item.Stains[0] != 0)
|
||||
b.AppendLine($"{this.stainSheet.GetRowOrDefault(item.Stains[0])?.Name.ExtractText() ?? "Unknown"} ({item.Stains[0]})");
|
||||
else
|
||||
b.AppendLine("None");
|
||||
|
||||
b.Append("Glamoured Item: ");
|
||||
if (item.GlamourId != 0)
|
||||
b.AppendLine($"{this.itemSheet.GetRowOrDefault(item.GlamourId)?.Name.ExtractText() ?? "Unknown"} ({item.GlamourId})");
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit a625ce4d2c54e5ff8d70978a3de98d4a8475d15d
|
||||
Subproject commit 9e7f03ed6d3d5cb9e6952f00c4779ac64427bc81
|
||||
Loading…
Add table
Add a link
Reference in a new issue