yyl
2025-08-08 3bc28c54e82721b7858eaa3507f0f65a4041736d
Main/System/HeroUI/HeroUIManager.cs
@@ -205,7 +205,7 @@
            {
                if (team.tempHeroes[i] == null)
                    continue;
                var country = (HeroCountry)team.tempHeroes[i].heroConfig.Country;
                var country = (HeroCountry)team.tempHeroes[i].Country;
                if (!heroCountryCount.ContainsKey(country))
                {