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;