图鉴修改

dev_chengFeng
wangzhenxing 2022-04-25 20:35:17 +08:00
parent 139a2de8d2
commit d3a8722b95
1 changed files with 6 additions and 7 deletions

View File

@ -241,14 +241,13 @@ function HandBookHeroAndEquipListPanel:GetHeroData()
for id, v in ConfigPairs(ConfigManager.GetConfig(ConfigName.HeroConfig)) do
if (not v.Hide or v.Hide == 0) and HeroManager.InVersion(id) then
-- if v.Natural == 7 and (proId == 0 or v.PropertyName == proId) then
-- table.insert(tenHeroList,v)
-- else
if v.Natural == 6 and (proId == 0 or v.PropertyName == proId) then
if v.Natural == 7 and (proId == 0 or v.PropertyName == proId) then
table.insert(tenHeroList,v)
elseif v.Natural == 6 and (proId == 0 or v.PropertyName == proId) then
table.insert(sexHeroList,v)
if v.MaxRank==14 then
table.insert(tenHeroList,v)
end
-- if v.MaxRank==14 then
-- table.insert(tenHeroList,v)
-- end
elseif v.Natural == 5 and (proId == 0 or v.PropertyName == proId) then
table.insert(fiveHeroList,v)
elseif v.Natural == 4 and (proId == 0 or v.PropertyName == proId) then