From 0b72d489d989007a827c1f8ca33248441a6e85f9 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期六, 02 八月 2025 23:06:46 +0800 Subject: [PATCH] 122 子 【武将】武将系统 / 【武将】武将系统-客户端 - 布阵 --- 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