十连抽卡不显示4星

dev_chengFeng
wangzhenxing 2023-02-10 16:33:32 +08:00
parent 8177a8d6cb
commit 0a2e186913
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ function SingleRecruitPanel:OnShow()
_heroTable={}
--将符合条件的英雄插入容器中
for k, v in ipairs(heroData) do
if heroConfigData[v.heroId].Star==4 or heroConfigData[v.heroId].Star==5 then
if heroConfigData[v.heroId].Star==5 then
-- LogBlue(heroConfigData[v.heroId].ReadingName)
table.insert(_heroTable,v)
end