changeset 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 3c2626ed5f82
children 29f11593d255
files AskMrRobot-Serializer/AskMrRobot-Serializer.lua AskMrRobot.toc Junk.lua
diffstat 3 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua	Tue Oct 13 10:49:27 2020 -0700
+++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua	Tue Oct 13 17:08:49 2020 -0700
@@ -1,6 +1,6 @@
 -- AskMrRobot-Serializer will serialize and communicate character data between users.
 
-local MAJOR, MINOR = "AskMrRobot-Serializer", 90
+local MAJOR, MINOR = "AskMrRobot-Serializer", 91
 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR)
 
 if not Amr then return end -- already loaded by something else
--- a/AskMrRobot.toc	Tue Oct 13 10:49:27 2020 -0700
+++ b/AskMrRobot.toc	Tue Oct 13 17:08:49 2020 -0700
@@ -1,7 +1,7 @@
-## Interface: 90002
+## Interface: 90001
 ## Title: Ask Mr. Robot
 ## Author: Team Robot, Inc.
-## Version: 90
+## Version: 91
 ## Notes: Gear import/export, combat logging, and more.
 ## URL: www.askmrrobot.com
 ## SavedVariables: AskMrRobotDb4
--- 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