Fix something yet again

This commit is contained in:
osmarks 2018-08-13 09:00:19 +01:00
parent 5dba54b933
commit 2b784e4dde

View File

@ -44,7 +44,7 @@ local function update_index_for(name)
for slot, item in pairs(data) do
data[slot] = w.to_wyvern_item(data[slot])
data[slot].display_name = cache(item, inv, slot)
data[slot].display_name = cache(data[slot], inv, slot)
end
index[name] = data