化身bug修改
parent
565d4007df
commit
626a2a98ef
|
@ -77,7 +77,7 @@ function this:OnOpen(_openThisPanel,_curSelectHeroList,_needInfo)
|
|||
heroDataList={}
|
||||
local allItemList= BagManager.GetBagAllDataByItemType(29)
|
||||
for i, v in pairs(allItemList) do
|
||||
if v.quality==needQuality then
|
||||
if v.quality==needQuality and v.num>0 then
|
||||
table.insert(heroDataList,v)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue