From 5c5a5cc66227439be7a7b61da5d1ff68cf187ac3 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期一, 18 八月 2025 22:47:05 +0800 Subject: [PATCH] 117 【武将】武将系统 - 战力计算 --- 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 8290d71..d12a38c 100644 --- a/Main/System/HeroUI/HeroFormationCell.cs +++ b/Main/System/HeroUI/HeroFormationCell.cs @@ -12,7 +12,7 @@ public void Display(int index) { - Int2 result = HeroUIManager.Instance.GetMaxCountHeroCountry(HeroUIManager.Instance.selectTeamType); + Int2 result = HeroUIManager.Instance.GetMaxCountHeroCountry(HeroUIManager.Instance.selectTeamType, true); var config = HeroLineupHaloConfig.GetConfig(result.x, result.y); bool sameCountry = result.x == (index + 1); -- Gitblit v1.8.0