Use wyvern-converted item
This commit is contained in:
parent
669bc6e43e
commit
6cfd244217
@ -45,7 +45,7 @@ local function update_index_for(name)
|
|||||||
|
|
||||||
for slot, item in pairs(data) do
|
for slot, item in pairs(data) do
|
||||||
data[slot] = w.to_wyvern_item(data[slot])
|
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
|
end
|
||||||
|
|
||||||
index[name] = data
|
index[name] = data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user