yyl
2025-07-29 6577831ab2883bd05448ce0b1f9f913a9944fc78
Main/System/Hero/HeroFetterInfo.cs
@@ -30,9 +30,9 @@
        int count = 0;
        for (int i = 0; i < teamBase.teamHeros.Length; i++)
        for (int i = 0; i < teamBase.serverHeroes.Length; i++)
        {
            TeamHero teamHero = teamBase.teamHeros[i];
            TeamHero teamHero = teamBase.serverHeroes[i];
            if (null == teamHero)
                continue;