Main/System/HeroUI/HeroUIManager.Reborn.cs
@@ -134,7 +134,7 @@ { return heroA.Quality < heroB.Quality ? -1 : 1; } if (heroA.heroStar != heroA.heroStar) if (heroA.heroStar != heroB.heroStar) { return heroA.heroStar < heroB.heroStar ? -1 : 1; }