Follow up for #72. If it first accesses the one from hero definition for Character_CattleJar - Meowtooth, the icon is T_Placeholder_Item_Outfit-S whereas the actual icon is T_Soldier_CattleJar. Similar issue with Nix Scarlet and few others.
So changed the order to
Get the icon from default method.
If not found, try to get from SmallPreviewImage and LargePreviewImage.
Follow up for #72. If it first accesses the one from hero definition for
Character_CattleJar
-Meowtooth
, the icon isT_Placeholder_Item_Outfit-S
whereas the actual icon isT_Soldier_CattleJar
. Similar issue with Nix Scarlet and few others.So changed the order to
SmallPreviewImage
andLargePreviewImage
.