hch
6 天以前 8f006f426334f5ca733bfe4be2aa91007e232f55
Main/System/Main/FightPowerManager.cs
@@ -498,11 +498,11 @@
            var index = team.GetEmptyPosition();
            if (index < 0)
            {
                team.AddHero(heroInfo, 5);
                team.AddHero(heroInfo, 5, false);
            }
            else
            {
                team.AddHero(heroInfo, index);
                team.AddHero(heroInfo, index, false);
            }
        }