From 870b9843b274dfe0827a2f34f7f8c3cbbba95fd0 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 07 十一月 2025 18:45:55 +0800
Subject: [PATCH] 0312 阵营显示国籍

---
 Main/System/HeroUI/HeroFormationCell.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/System/HeroUI/HeroFormationCell.cs b/Main/System/HeroUI/HeroFormationCell.cs
index 7a24f3c..2ab74ca 100644
--- a/Main/System/HeroUI/HeroFormationCell.cs
+++ b/Main/System/HeroUI/HeroFormationCell.cs
@@ -63,7 +63,7 @@
             string lineText = string.Empty;
             bool isActive = sameCountry && count <= result.y;
             string countStr = isActive ? UIHelper.AppendColor(TextColType.Green, count.ToString()) : count.ToString();
-            lineText = (k == 0 ? "" : "</r>") + Language.Get("herocard37", countStr, HeroUIManager.Instance.GetJobName(index + 1));
+            lineText = (k == 0 ? "" : "</r>") + Language.Get("herocard37", countStr, HeroUIManager.Instance.GetCountryName(index + 1));
             var attrConfig = attrDict[count];
             for (int i = 0; i < attrConfig.AttrIDList.Length; i++)
             {

--
Gitblit v1.8.0