hch
2025-09-03 bc4197c636bd2bbf011bf94cd24ebfc7b060f2d7
Main/System/HeroUI/HeroTrainWin.cs
@@ -172,7 +172,7 @@
    public void Display()
    {
        roleLhModel.Create(hero.SkinID, HeroUIManager.lihuiScale, motionName: "", isLh: true);
        roleLhModel.Create(hero.SkinID, 1, motionName: "", isLh: true);
        roleXsModel.Create(hero.SkinID);
        jobImg.SetSprite(HeroUIManager.Instance.GetJobIconName(hero.heroConfig.Class));
        jobPosNameText.text = HeroUIManager.Instance.GetJobName(hero.heroConfig.Class);