英雄碎片宝箱修改提交
parent
6d3fe931d3
commit
ec97eb8183
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue