英雄碎片宝箱修改提交

dev_chengFeng
wangzhenxing 2023-04-12 15:12:36 +08:00
parent 6d3fe931d3
commit ec97eb8183
1 changed files with 2 additions and 2 deletions

View File

@ -166,9 +166,9 @@ function RewardBoxPanel:SetGiftData()--设置奖励列表
elseif itemType == ItemType.HeroDebris then
-- 判断是否在版本内
local heroId = HeroManager.ChipIdToHeroId(item[1])
if not heroId or HeroManager.InVersion(heroId) then
--if not heroId or HeroManager.InVersion(heroId) then
table.insert(dataList, item)
end
--end
else
table.insert(dataList, item)
end