fix: Repair broken contextmenu test (#2231)

- Bump clientstructs
This commit is contained in:
KazWolfe 2025-03-31 09:25:47 -07:00 committed by GitHub
parent d86232dbe8
commit 126e96689b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 6 deletions

View file

@ -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