Module:ItemsByStat: Difference between revisions
SerpentofSet (talk | contribs) No edit summary |
SerpentofSet (talk | contribs) No edit summary |
||
Line 23: | Line 23: | ||
local stat = frame.args[1] | local stat = frame.args[1] | ||
local tabledata = selectByStat(stat) | local tabledata = selectByStat(stat) | ||
return | return tabledata[1][1] | ||
end | end | ||
return p | return p |