hch
7 天以前 cfe2a2d5bc6fe9a85488542597d4f73dddbfeee8
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);
            }
        }