Mercurial > wow > askmrrobot
diff Export.lua @ 85:8914581c912f v40
update for scanning relics in bags
author | yellowfive |
---|---|
date | Wed, 31 Aug 2016 11:01:44 -0700 |
parents | 0515882856f1 |
children | 6bbe64d587b4 |
line wrap: on
line diff
--- a/Export.lua Wed Aug 03 18:04:36 2016 -0700 +++ b/Export.lua Wed Aug 31 11:01:44 2016 -0700 @@ -127,15 +127,16 @@ if itemLink ~= nil then local itemData = Amr.Serializer.ParseItemLink(itemLink) if itemData ~= nil then + -- only add equippable items to bag data - if IsEquippableItem(itemLink) or Amr.SetTokenIds[itemData.id] then + --if IsEquippableItem(itemLink) or Amr.SetTokenIds[itemData.id] then if isBank then _lastBankBagId = bagId _lastBankSlotId = slotId end table.insert(bagTable, itemLink) - end + --end -- all items and counts, used for e.g. shopping list and reagents, etc. if bagItemsWithCount then