This commit is contained in:
kepler155c
2018-10-24 19:12:03 -04:00
parent 55653aa494
commit 3687df3d36
11 changed files with 333 additions and 38 deletions

View File

@@ -25,7 +25,7 @@ function ExportTask:cycle(context)
item = Milo:getItemWithQty(item)
if item and count > 0 then
context.inventoryAdapter:provide(
itemDB:splitKey(entry.name),
item,
math.min(count, item.count),
entry.slot,
target)