From 126e96689bfaf4b2256f81ab943eb0b8a26f54d1 Mon Sep 17 00:00:00 2001 From: KazWolfe Date: Mon, 31 Mar 2025 09:25:47 -0700 Subject: [PATCH] fix: Repair broken contextmenu test (#2231) - Bump clientstructs --- .../Windows/SelfTest/AgingSteps/ContextMenuAgingStep.cs | 5 ----- lib/FFXIVClientStructs | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Dalamud/Interface/Internal/Windows/SelfTest/AgingSteps/ContextMenuAgingStep.cs b/Dalamud/Interface/Internal/Windows/SelfTest/AgingSteps/ContextMenuAgingStep.cs index 24faf562f..992448913 100644 --- a/Dalamud/Interface/Internal/Windows/SelfTest/AgingSteps/ContextMenuAgingStep.cs +++ b/Dalamud/Interface/Internal/Windows/SelfTest/AgingSteps/ContextMenuAgingStep.cs @@ -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})"); diff --git a/lib/FFXIVClientStructs b/lib/FFXIVClientStructs index a625ce4d2..9e7f03ed6 160000 --- a/lib/FFXIVClientStructs +++ b/lib/FFXIVClientStructs @@ -1 +1 @@ -Subproject commit a625ce4d2c54e5ff8d70978a3de98d4a8475d15d +Subproject commit 9e7f03ed6d3d5cb9e6952f00c4779ac64427bc81