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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user