From 3b45627a10c6cbed9ffa868f9dffe667594047f4 Mon Sep 17 00:00:00 2001 From: xiejun <467745540@qq.com> Date: Mon, 8 Jan 2024 13:31:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=A7=92=E8=89=B2=E4=B8=BA?= =?UTF-8?q?=E4=BC=A0=E8=AF=B4=E8=B5=84=E8=B4=A8=E6=97=B6=EF=BC=8C=E6=BB=A1?= =?UTF-8?q?=E6=98=9F=E4=B8=BA11=E6=98=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Modules/HandBook/HandBookHeroAndEquipListPanel.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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