fixed typo
AssemblerManiac [02-16-18 - 16:18]
diff --git a/IIfA/IIfADataCollection.lua b/IIfA/IIfADataCollection.lua
index 2337080..9883418 100644
--- a/IIfA/IIfADataCollection.lua
+++ b/IIfA/IIfADataCollection.lua
@@ -403,7 +403,7 @@ end
function IIfA:SaveBagSlotIndex(bagId, slotId, itemLink)
if not bagId or not slotId then return end
- IIfA.BatSlotInfo = IIfA.BagSlotInfo or IIfA:MakeBSI()
+ IIfA.BagSlotInfo = IIfA.BagSlotInfo or IIfA:MakeBSI()
IIfA.BagSlotInfo[bagId] = IIfA.BagSlotInfo[bagId] or {}
IIfA.BagSlotInfo[bagId][slotId] = IIfA.BagSlotInfo[bagId][slotId] or itemLink
end