Module:Infobox regtemp: Difference between revisions

Lériendil (talk | contribs)
No edit summary
Lériendil (talk | contribs)
No edit summary
Line 74: Line 74:
end
end
if tonumber(subgroup[3]) == 3 then
if tonumber(string.char(string.byte(subgroup, 3))) == 3 then
local cot = lowermap[1]
local cot = lowermap[1]
else
else
Line 97: Line 97:
table.insert(data, {
table.insert(data, {
"?",
"?",
subgroup[3]
cot
})
})