hch
2025-09-05 22c9e9200f01262e0d596fd971e4299cd72d3e1f
Main/System/HeroUI/HeroUIManager.cs
@@ -199,7 +199,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;
        }