From 2917e8a4eae31c1a1bc4419a9b6f23be7e4fda3e Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 05 八月 2025 19:24:50 +0800
Subject: [PATCH] update team heros

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

diff --git a/Main/System/HeroUI/HeroScenePosCell.cs b/Main/System/HeroUI/HeroScenePosCell.cs
index 9846fdc..a8351d2 100644
--- a/Main/System/HeroUI/HeroScenePosCell.cs
+++ b/Main/System/HeroUI/HeroScenePosCell.cs
@@ -39,7 +39,7 @@
             heroConfig.AtkDistType == 2 && TeamConst.TeamPos1Array.Contains(index))
         {
             suggestForm.SetActive(true);
-            jobTip.text = Language.Get("heroClass" + heroConfig.Class);
+            jobTip.text = RichTextMsgReplaceConfig.GetRichReplace("Class", heroConfig.Class);
             posTip.text = Language.Get("heroAtkDistType" + heroConfig.AtkDistType);
         }
         else

--
Gitblit v1.8.0