Module:HeroData: Difference between revisions

Sur (talk | contribs)
m fix outdated use of PageRef for write_default_items()
edited to include labs heroes
Line 482: Line 482:
in_development = hero_data["InDevelopment"]
in_development = hero_data["InDevelopment"]
is_disabled = hero_data["IsDisabled"]
is_disabled = hero_data["IsDisabled"]
if ((not in_development) and (not is_disabled)) then  
if (not is_disabled) then  
--Add the row's stats
--Add the row's stats