17,101
edits
(getSpellsUsingItem: Correct typo) |
(formatRuneList: Fix quantity reference) |
||
Line 153: | Line 153: | ||
local rune = Items.getItemByID(req.id) | local rune = Items.getItemByID(req.id) | ||
if rune ~= nil then | if rune ~= nil then | ||
table.insert(runeList, Icons.Icon({rune.name, type='item', notext=true, qty=req. | table.insert(runeList, Icons.Icon({rune.name, type='item', notext=true, qty=req.quantity})) | ||
end | end | ||
end | end |