diff --git a/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroAndEquipListPanel.lua b/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroAndEquipListPanel.lua index 916a5d2fbe..6a5fc86a9d 100644 --- a/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroAndEquipListPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroAndEquipListPanel.lua @@ -301,9 +301,10 @@ function HandBookHeroAndEquipListPanel:GetHeroData() --LogBlue("v[n].id:"..v[n].Id) end local showStar=v[i].MaxRank - if k==6 then - showStar=11 - end + -- 海洋说不需要了,改掉。 ---xiejun, 2024 1/8 13:30 + -- if k==6 then + -- showStar=11 + -- end if i%5 ==0 then table.insert(heroScrolldatas,{type = 1,natural=k, star = showStar,index = math.floor(i/5), content = tempData}) else