hch
2026-02-02 04ffe31b6a2b2fbcfecc83abb44a8aa233f2e53f
Main/System/HeroUI/HeroTrainWin.cs
@@ -353,6 +353,7 @@
            return;
        }
        RefreshAttr();
        heroLVBreakCell.RefreshLV(hero);
    }
    void RefreshHeroEvent(HeroInfo hero)
@@ -420,7 +421,7 @@
    bool CanDelete()
    {
        if (hero.isAttrActive)
        if (hero.isActive)
            return false;
        return HeroUIManager.Instance.IsTheSameHeroFullStar(hero.heroId);
@@ -823,9 +824,9 @@
        }
    }
    void TeamPosChangeEvent(TeamType teamType)
    void TeamPosChangeEvent(int teamType)
    {
        if (teamType != TeamType.Story)
        if (teamType != TeamManager.Instance.GetMainTeamID())
            return;
        fightPowerText.text = UIHelper.ReplaceLargeArtNum(hero.CalculateFightPower());
    }
@@ -895,7 +896,7 @@
        }
        if (!hero.IsInTeamByTeamType(TeamType.Story))
        if (!hero.IsInTeamByTeamType(BattlePreSetType.Story))
        {
            return;
        }