diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/RoleInfoPopup.lua b/Assets/ManagedResources/~Lua/Modules/Popup/RoleInfoPopup.lua index 195fab1ba2..6f92eacbd8 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/RoleInfoPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/RoleInfoPopup.lua @@ -326,11 +326,11 @@ function this.RoleInfo0() if curHeroData.star == HeroManager.awakeNextStarIndex then talentBtnImage = "r_hero_tianfu2_zh" elseif curHeroData.star == 12 then - talentBtnImage = "r_tongyong_tianfufeisheng1" + talentBtnImage = "r_tongyong_tianfufeisheng1_zh" elseif curHeroData.star == 13 then - talentBtnImage = "r_tongyong_tianfufeisheng2" + talentBtnImage = "r_tongyong_tianfufeisheng2_zh" elseif curHeroData.star == 14 then - talentBtnImage = "r_tongyong_tianfufeisheng3" + talentBtnImage = "r_tongyong_tianfufeisheng3_zh" else talentBtnImage = "r_hero_tianfu1_zh" end