444
edits
Inconvenient (talk | contribs) mNo edit summary |
Inconvenient (talk | contribs) mNo edit summary |
||
Line 80: | Line 80: | ||
if (i >= 390 and i < 400) or (i >= 821 and i < 825) then | if (i >= 390 and i < 400) or (i >= 821 and i < 825) then | ||
table.insert(standardRunes, Icons.Icon({item.name, type='item'})) | table.insert(standardRunes, Icons.Icon({item.name, type='item'})) | ||
elseif i >= 825 and i < | elseif i >= 825 and i < 831 then | ||
table.insert(combinationRunes, Icons.Icon({item.name, type='item'})) | table.insert(combinationRunes, Icons.Icon({item.name, type='item'})) | ||
end | end |
edits