# HG changeset patch # User yellowfive # Date 1602634129 25200 # Node ID 180cb1458674d033865f82eb8cc9353c2068e74e # Parent 3c2626ed5f8299ffa0636c90c7f6d9a3eff4826c Fixed an issue with the junk list after the pre-patch. diff -r 3c2626ed5f82 -r 180cb1458674 AskMrRobot-Serializer/AskMrRobot-Serializer.lua --- 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 diff -r 3c2626ed5f82 -r 180cb1458674 AskMrRobot.toc --- 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 diff -r 3c2626ed5f82 -r 180cb1458674 Junk.lua --- 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