Module:HeroData/headcount: Difference between revisionsGive feedback
m load heroes_data |
m hero lab heroes no longer include released heroes |
||
| Line 13: | Line 13: | ||
end | end | ||
elseif hero_type == 'HeroLabs' then | elseif hero_type == 'HeroLabs' then | ||
if | if (v["InHeroLabs"] == true and v["Name"] ~= nil) then | ||
iter = iter + 1 | iter = iter + 1 | ||
end | end | ||