We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6f881 commit ce842c1Copy full SHA for ce842c1
xivModdingFramework/Items/Categories/Character.cs
@@ -588,7 +588,7 @@ public async Task<List<string>> GetDecalPaths(XivDecalType type)
588
589
for (int i = 0; i < decalMax; i++)
590
{
591
- var file = string.Format(XivStrings.EquipDecalFile, i);
+ var file = string.Format(XivStrings.EquipDecalFile, i.ToString().PadLeft(3, '0'));
592
593
if (fileList.Contains(HashGenerator.GetHash(file)))
594
0 commit comments