Skip to content

Commit c3709d0

Browse files
committed
- Fix for regression - Not including indoor furniture in item scan.
1 parent c508155 commit c3709d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xivModdingFramework/Cache/XivDependencyGraph.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1805,6 +1805,7 @@ public static async Task CacheAllRealRoots()
18051805
types[XivItemType.equipment].Add(XivItemType.none);
18061806
types[XivItemType.accessory].Add(XivItemType.none);
18071807
types[XivItemType.outdoor].Add(XivItemType.none);
1808+
types[XivItemType.indoor].Add(XivItemType.none);
18081809

18091810
var tasks = new List<Task<List<XivDependencyRootInfo>>>();
18101811
foreach (var kv in types)

0 commit comments

Comments
 (0)