Release 1.4.45

- Fix for DB mode being enabled on SharedItemList tooltip
- Fixed node location covering jewel tooltips in Items tab
- Fixed pre-1.4.18 crafted item migration
- Updated uniques for 3.0
This commit is contained in:
Openarl
2017-07-17 00:05:56 +10:00
parent f998b56e8f
commit d2420ee5fa
20 changed files with 87 additions and 47 deletions

View File

@@ -385,7 +385,7 @@ function itemLib.parseItemRaw(item)
break
end
end
if not item.affixes[list[i]] then
if not item.affixes[list[i].modId] then
list[i].modId = "None"
end
end