nil check
manavortex [02-14-18 - 13:47]
diff --git a/IIfA/IIfADataCollection.lua b/IIfA/IIfADataCollection.lua
index b7785b1..afa95ed 100644
--- a/IIfA/IIfADataCollection.lua
+++ b/IIfA/IIfADataCollection.lua
@@ -441,6 +441,7 @@ function IIfA:EvalBagItem(bagId, slotId, fromXfer, itemCount, itemLink, itemName
itemKey = getItemKey(itemLink, usedInCraftingType, itemType)
+ if nil == itemKey then return end
itemFilterType = GetItemFilterTypeInfo(bagId, slotId) or 0
DBitem = DBv3[itemKey]
location = locationID or getLocation(location, bagId) or EMPTY_STRING