1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-21 18:57:41 +00:00
This commit is contained in:
kepler155c@gmail.com
2017-04-25 12:29:43 -04:00
parent 78c5cc2818
commit 705b600e93
2 changed files with 3 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ function RefinedProvider:listItems()
for _,v in pairs(list) do
local item = self:getCachedItemDetails(v)
if item then
item.id - v.name
item.count = v.count
item.qty = v.count
table.insert(items, item)