Skip to content

Commit 6bb325c

Browse files
authored
Merge pull request #518 from Krowe-moh/junodescriptions
2 parents 20adb80 + 7c15ddf commit 6bb325c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FModel/Creator/Bases/FN/BaseIcon.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public void ParseForReward(bool isUsingDisplayAsset)
6262
// text
6363
if (Object.TryGetValue(out FText displayName, "DisplayName", "ItemName", "BundleName", "DefaultHeaderText", "UIDisplayName", "EntryName", "EventCalloutTitle"))
6464
DisplayName = displayName.Text;
65-
if (Object.TryGetValue(out FText description, "Description", "ItemDescription", "BundleDescription", "GeneralDescription", "DefaultBodyText", "UIDescription", "UIDisplayDescription", "EntryDescription", "EventCalloutDescription"))
65+
if (Object.TryGetValue(out FText description, "Description", "ItemDescription", "SetDescription", "BundleDescription", "GeneralDescription", "DefaultBodyText", "UIDescription", "UIDisplayDescription", "EntryDescription", "EventCalloutDescription"))
6666
Description = description.Text;
6767
else if (Object.TryGetValue(out FText[] descriptions, "Description"))
6868
Description = string.Join('\n', descriptions.Select(x => x.Text));

0 commit comments

Comments
 (0)