From 6cfd244217171f490ef6bce92bcc0e5d2e61c44a Mon Sep 17 00:00:00 2001 From: osmarks Date: Wed, 15 Aug 2018 22:25:59 +0100 Subject: [PATCH] Use wyvern-converted item --- backend-chests.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend-chests.lua b/backend-chests.lua index 743430d..dae1089 100644 --- a/backend-chests.lua +++ b/backend-chests.lua @@ -45,7 +45,7 @@ local function update_index_for(name) for slot, item in pairs(data) do data[slot] = w.to_wyvern_item(data[slot]) - w.join(data[slot], cache(item, inv, slot)) + w.join(data[slot], cache(data[slot], inv, slot)) end index[name] = data