去掉角色为传说资质时,满星为11星

onepiece_demo_arena
xiejun 2024-01-08 13:31:01 +08:00
parent 9166aaba61
commit 3b45627a10
1 changed files with 4 additions and 3 deletions

View File

@ -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 1330
-- 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