hch
5 天以前 8f006f426334f5ca733bfe4be2aa91007e232f55
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);