Use wyvern-converted item

This commit is contained in:
osmarks 2018-08-15 22:25:59 +01:00
parent 669bc6e43e
commit 6cfd244217
1 changed files with 1 additions and 1 deletions

View File

@ -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