mirror of
https://github.com/redstrate/Auracite.git
synced 2025-04-28 07:07:45 +00:00
Add upstream FFXIVClientStructs PR note
This commit is contained in:
parent
eef28b4554
commit
6d2f20d81b
1 changed files with 2 additions and 1 deletions
|
@ -20,6 +20,7 @@ namespace Auracite;
|
||||||
|
|
||||||
public class AdventurerPlateStep : IStep
|
public class AdventurerPlateStep : IStep
|
||||||
{
|
{
|
||||||
|
// Remove when https://github.com/aers/FFXIVClientStructs/pull/1319 is merged
|
||||||
enum DecorationType
|
enum DecorationType
|
||||||
{
|
{
|
||||||
Invalid = 0x0,
|
Invalid = 0x0,
|
||||||
|
@ -224,4 +225,4 @@ public class AdventurerPlateStep : IStep
|
||||||
var row = Plugin.DataManager.GetExcelSheet<CharaCardHeader>()?.GetRow(rowIndex);
|
var row = Plugin.DataManager.GetExcelSheet<CharaCardHeader>()?.GetRow(rowIndex);
|
||||||
return $"ui/icon/{row?.BottomImage.ToString().Substring(0, 3)}000/{row?.BottomImage}_hr1.tex";
|
return $"ui/icon/{row?.BottomImage.ToString().Substring(0, 3)}000/{row?.BottomImage}_hr1.tex";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue