Module:HeroData: Difference between revisions

Sur (talk | contribs)
m test
Sur (talk | contribs)
m nul>nil typo
Line 50: Line 50:
local hero = get_json_item(hero_name)
local hero = get_json_item(hero_name)
if(hero == nul) then return "Hero Not Found" end
if(hero == nil) then return "Hero Not Found" end
--Retrieve scaling data
--Retrieve scaling data