图鉴修改
parent
139a2de8d2
commit
d3a8722b95
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue