more data collection fixes
git [02-15-18 - 18:51]
more data collection fixes
diff --git a/IIfA/IIfAEvents.lua b/IIfA/IIfAEvents.lua
index 51ebb19..db7a29c 100644
--- a/IIfA/IIfAEvents.lua
+++ b/IIfA/IIfAEvents.lua
@@ -62,9 +62,9 @@ local function IIfA_HouseEntered(eventCode)
local houseCollectibleId = GetCollectibleIdForHouse(GetCurrentZoneHouseId())
if nil == IIfA.data.collectHouseData[houseCollectibleId] then
- IIfA:SetTrackingForHouse(houseCollectibleId, IIfA:GetCollectingHouseData())
+ IIfA:SetTrackingForHouse(houseCollectibleId, IIfA:GetCollectingHouseData())
end
-
+ IIfA:GetTrackedBags()[houseCollectibleId] = IIfA:GetTrackedBags()[houseCollectibleId] or IIfA.data.collectHouseData[houseCollectibleId]
IIfA:RescanHouse(houseCollectibleId)
end
diff --git a/IIfA/IIfATooltip.lua b/IIfA/IIfATooltip.lua
index 7827d35..9f4bdfc 100644
--- a/IIfA/IIfATooltip.lua
+++ b/IIfA/IIfATooltip.lua
@@ -445,6 +445,7 @@ function IIfA:UpdateTooltip(tooltip)
if(queryResults) then
if #queryResults.locations > 0 then
+ IIfA:DebugOut(queryResults)
if itemStyleTexArray.styleName ~= "" then
ZO_Tooltip_AddDivider(tooltip)
end