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 def976d commit 18f936fCopy full SHA for 18f936f
xivModdingFramework/Mods/FileTypes/TTMP.cs
@@ -859,6 +859,7 @@ await Task.Run(async () =>
859
if (!indexFiles.ContainsKey(XivDataFile._04_Chara))
860
{
861
indexFiles.Add(XivDataFile._04_Chara, await _index.GetIndexFile(XivDataFile._04_Chara));
862
+ metadataEntries.Add(XivDataFile._04_Chara, new List<ItemMetadata>());
863
}
864
// Expand the racial scaling files
865
await CMP.ApplyRgspFile(file, indexFiles[XivDataFile._04_Chara], modList);
0 commit comments