Skip to content

Commit 524e6b0

Browse files
修改了一下部队成员管理面板查表的内容 (#37)
* feat: ai code review * modify action (#26) * modify action * no message * change action into manual * fix api * the same * fix: Location Name --------- Co-authored-by: KirisameVanilla <[email protected]>
1 parent 728bbfa commit 524e6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UIOptimization/FCMemberManagePanel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ public static FreeCompanyMemberInfo Parse(InfoProxyCommonList.CharacterData data
543543
JobIcon = data.Job == 0 ? null : DService.Texture.GetFromGameIcon(new(62100U + data.Job)),
544544
Job = data.Job == 0 ? string.Empty : LuminaCache.GetRow<ClassJob>(data.Job)?.Abbreviation.ExtractText(),
545545
Location = data.Location != 0
546-
? LuminaCache.TryGetRow<TerritoryType>(data.Location, out var zone) ? zone.Name.ExtractText() : lastOnlineTime
546+
? LuminaCache.TryGetRow<TerritoryType>(data.Location, out var zone) ? zone.PlaceName.ExtractText() : lastOnlineTime
547547
: lastOnlineTime,
548548
};
549549
}

0 commit comments

Comments
 (0)