1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-04-25 22:07:45 +00:00

Add upstream FFXIVClientStructs PR note

This commit is contained in:
Joshua Goins 2025-03-10 20:42:37 -04:00
parent eef28b4554
commit 6d2f20d81b

View file

@ -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<CharaCardHeader>()?.GetRow(rowIndex);
return $"ui/icon/{row?.BottomImage.ToString().Substring(0, 3)}000/{row?.BottomImage}_hr1.tex";
}
}
}