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/HeroPosWin.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Main/System/HeroUI/HeroPosWin.cs b/Main/System/HeroUI/HeroPosWin.cs index 38565aa..d4c6359 100644 --- a/Main/System/HeroUI/HeroPosWin.cs +++ b/Main/System/HeroUI/HeroPosWin.cs @@ -459,7 +459,7 @@ team.RemoveAllHeroes(); for (int i = 0; i < guidList.Count; i++) { - team.AddHero(HeroManager.Instance.GetHero(guidList[i]), i); + team.AddHero(HeroManager.Instance.GetHero(guidList[i]), i, true); } TeamChangeEvent(new List<int>() { 0, 1, 2, 3, 4, 5 }, -1, Vector3.zero); -- Gitblit v1.8.0