Fix some PAK that have no featured image as Legends pack (addition to a080bd2dac)

This commit is contained in:
MaikyM 2019-07-04 21:12:39 -06:00
parent a080bd2dac
commit 5f3cbf6450

View File

@ -247,6 +247,10 @@ namespace FModel
break;
}
}
// There is no featured image (as legends pack, shadow pack...)
if (string.IsNullOrEmpty(ItemIconPath))
GetItemIcon(theItem);
}
}
catch (JsonSerializationException)