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 +}