diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/RoleGetInfoPopup.lua b/Assets/ManagedResources/~Lua/Modules/Popup/RoleGetInfoPopup.lua index ba9a3c3a60..33da6f0248 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/RoleGetInfoPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/RoleGetInfoPopup.lua @@ -171,7 +171,7 @@ function RoleGetInfoPopup:OnShow() this.NoGetShowPanelData() end LogError("breakid=="..breakId.." upstarid=="..upStarId) - local talentBtnImage = heroStar == HeroManager.awakeNextStarIndex and "r_hero_tianfu2_zh" or "r_hero_tianfu1_zh" + local talentBtnImage = heroStar == HeroManager.awakeNextStarIndex and "UI_hz_zhonghe02_24" or "UI_hz_zhonghe02_24" this.talentBtn:GetComponent("Image").sprite = this.spLoader:LoadSprite(talentBtnImage) local OpenPassiveSkillRules = heroStar >= HeroManager.awakeNextStarIndex and heroSData.Awaken or heroSData.OpenPassiveSkillRules if OpenPassiveSkillRules then