latest working ver

AssemblerManiac [02-18-18 - 16:02]
latest working ver
Filename
IIfA/IIfABackpack.lua
diff --git a/IIfA/IIfABackpack.lua b/IIfA/IIfABackpack.lua
index 04b07cc..bb6c4d3 100644
--- a/IIfA/IIfABackpack.lua
+++ b/IIfA/IIfABackpack.lua
@@ -323,7 +323,7 @@ end

 --sort datalines
 local function IIfA_FilterCompareUp(a, b)
-
+
 	local sort1 = (IIfA.bSortQuality and a.quality) or a.name
 	local sort2 = (IIfA.bSortQuality and b.quality) or b.name
 	return (sort1 or "") < (sort2 or "")
@@ -655,7 +655,7 @@ function IIfA:QueryAccountInventory(itemLink)
 						newLocation = {}
 						newLocation.name = locationName

-						if (location.bagID >= BAG_HOUSE_BANK_ONE and location.bagID <= BAG_HOUSE_BANK_TEN) then -- location is a housing chest
+						if location.bagID >= BAG_HOUSE_BANK_ONE and location.bagID <= BAG_HOUSE_BANK_TEN then -- location is a housing chest
 							newLocation.name = GetCollectibleNickname(locationName)
 							if newLocation.name == "" then newLocation.name = GetCollectibleName(locationName) end
 						elseif location.bagID == locationName then	-- location is a house