diff --git a/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroAndEquipListPanel.lua b/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroAndEquipListPanel.lua index 417487bb20..8e5c7550cf 100644 --- a/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroAndEquipListPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroAndEquipListPanel.lua @@ -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