hch
2025-10-28 2d49ec4f87de5fdedcac25a2bd45c97a0c332a04
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);
            }
        }