From 8f006f426334f5ca733bfe4be2aa91007e232f55 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期四, 16 十月 2025 22:09:37 +0800 Subject: [PATCH] 50 【主界面】核心主体 - 阵容人数解锁 --- Main/System/HeroUI/HeroPosHeadCell.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Main/System/HeroUI/HeroPosHeadCell.cs b/Main/System/HeroUI/HeroPosHeadCell.cs index faeba92..ba6249a 100644 --- a/Main/System/HeroUI/HeroPosHeadCell.cs +++ b/Main/System/HeroUI/HeroPosHeadCell.cs @@ -41,7 +41,7 @@ return; } - team.AddHero(hero, out pos); + team.AddHero(hero, out pos, true); if (pos != -1) { selectRect.SetActive(true); -- Gitblit v1.8.0