Mercurial > wow > askmrrobot
diff Junk.lua @ 185:a7f2ba17c39a v90
Shadowlands pre-patch update.
author | yellowfive |
---|---|
date | Tue, 13 Oct 2020 10:49:07 -0700 |
parents | eec8032ba9df |
children | 180cb1458674 |
line wrap: on
line diff
--- a/Junk.lua Sat Feb 15 11:17:00 2020 -0800 +++ b/Junk.lua Tue Oct 13 10:49:07 2020 -0700 @@ -36,13 +36,13 @@ local itemData = Amr.Serializer.ParseItemLink(itemLink) if itemData ~= nil then -- see if this is an azerite item and read azerite power ids - loc:SetBagAndSlot(bagId, slotId) + --[[loc:SetBagAndSlot(bagId, slotId) if C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItem(loc) then local powers = Amr.ReadAzeritePowers(loc) if powers then itemData.azerite = powers end - end + end]] -- see if it matches local diffs = Amr.CountItemDifferences(matchItem, itemData)