diff Junk.lua @ 187:180cb1458674 v91

Fixed an issue with the junk list after the pre-patch.
author yellowfive
date Tue, 13 Oct 2020 17:08:49 -0700
parents a7f2ba17c39a
children 4aeedce4c995
line wrap: on
line diff
--- a/Junk.lua	Tue Oct 13 10:49:27 2020 -0700
+++ b/Junk.lua	Tue Oct 13 17:08:49 2020 -0700
@@ -411,6 +411,8 @@
             if itemLink then
                 local itemData = Amr.ParseItemLink(itemLink)
                 if itemData then
+
+                    --[[
                     -- see if this is an azerite item and read azerite power ids
                     loc:SetEquipmentSlot(slotId)
                     if C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItem(loc) then
@@ -418,7 +420,7 @@
                         if powers then
                             itemData.azerite = powers
                         end
-                    end
+                    end]]
 
                     -- see if it matches
                     if Amr.CountItemDifferences(matchItem, itemData) == 0 then