From 6d2f20d81bb18e16e0dd5e258be4a26b6bdd7a54 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 10 Mar 2025 20:42:37 -0400 Subject: [PATCH] Add upstream FFXIVClientStructs PR note --- dalamud/Auracite/AdventurerPlateStep.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dalamud/Auracite/AdventurerPlateStep.cs b/dalamud/Auracite/AdventurerPlateStep.cs index b2efe3d..897d5af 100644 --- a/dalamud/Auracite/AdventurerPlateStep.cs +++ b/dalamud/Auracite/AdventurerPlateStep.cs @@ -20,6 +20,7 @@ namespace Auracite; public class AdventurerPlateStep : IStep { + // Remove when https://github.com/aers/FFXIVClientStructs/pull/1319 is merged enum DecorationType { Invalid = 0x0, @@ -224,4 +225,4 @@ public class AdventurerPlateStep : IStep var row = Plugin.DataManager.GetExcelSheet()?.GetRow(rowIndex); return $"ui/icon/{row?.BottomImage.ToString().Substring(0, 3)}000/{row?.BottomImage}_hr1.tex"; } -} \ No newline at end of file +}