化身bug修改

dev_chengFeng
yuanshuai 2022-04-25 18:48:27 +08:00
parent 565d4007df
commit 626a2a98ef
1 changed files with 1 additions and 1 deletions

View File

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