# HG changeset patch # User yellowfive # Date 1548224307 28800 # Node ID 31386c009f0326f8fda798928cbdc693f29ce6ec # Parent f33e5aaaee9e009ff23a9993a3fcfbac55d825e2 dazar'alor auto-logging diff -r f33e5aaaee9e -r 31386c009f03 AskMrRobot-Serializer/AskMrRobot-Serializer.lua --- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Thu Jan 03 13:36:56 2019 -0800 +++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Tue Jan 22 22:18:27 2019 -0800 @@ -1,6 +1,6 @@ -- AskMrRobot-Serializer will serialize and communicate character data between users. -local MAJOR, MINOR = "AskMrRobot-Serializer", 71 +local MAJOR, MINOR = "AskMrRobot-Serializer", 72 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) if not Amr then return end -- already loaded by something else @@ -152,12 +152,14 @@ } Amr.InstanceIds = { - Uldir = 1861 + Uldir = 1861, + Dazar = 2070 } -- instances that AskMrRobot currently supports logging for Amr.SupportedInstanceIds = { - [1861] = true + [1861] = true, + [2070] = true } diff -r f33e5aaaee9e -r 31386c009f03 AskMrRobot.toc --- a/AskMrRobot.toc Thu Jan 03 13:36:56 2019 -0800 +++ b/AskMrRobot.toc Tue Jan 22 22:18:27 2019 -0800 @@ -1,7 +1,7 @@ ## Interface: 80100 ## Title: Ask Mr. Robot ## Author: Team Robot, Inc. -## Version: 71 +## Version: 72 ## Notes: Gear import/export, combat logging, and more. ## URL: www.askmrrobot.com ## SavedVariables: AskMrRobotDb4 diff -r f33e5aaaee9e -r 31386c009f03 Constants.lua --- a/Constants.lua Thu Jan 03 13:36:56 2019 -0800 +++ b/Constants.lua Tue Jan 22 22:18:27 2019 -0800 @@ -105,7 +105,7 @@ } -- instance IDs ordered in preferred display order -Amr.InstanceIdsOrdered = { 1861 } +Amr.InstanceIdsOrdered = { 1861, 2070 } Amr.Difficulties = { Lfr = 17, diff -r f33e5aaaee9e -r 31386c009f03 Gear.lua --- a/Gear.lua Thu Jan 03 13:36:56 2019 -0800 +++ b/Gear.lua Tue Jan 22 22:18:27 2019 -0800 @@ -302,7 +302,7 @@ if slotId == 1 or slotId == 3 or slotId == 5 then -- show the item as not equipped if azerite doesn't match... might mean they have to switch to another version of same item local aztDiff = countItemDifferences(optimalItem, equippedItem) - if aztDiff == 0 then + if aztDiff < 10 then isEquipped = true end else diff -r f33e5aaaee9e -r 31386c009f03 localization/enUS.lua --- a/localization/enUS.lua Thu Jan 03 13:36:56 2019 -0800 +++ b/localization/enUS.lua Tue Jan 22 22:18:27 2019 -0800 @@ -85,7 +85,8 @@ } L.InstanceNames = { - [1861] = "Uldir" + [1861] = "Uldir", + [2070] = "Dazar'alor" } L.DifficultyNames = { diff -r f33e5aaaee9e -r 31386c009f03 localization/frFR.lua --- a/localization/frFR.lua Thu Jan 03 13:36:56 2019 -0800 +++ b/localization/frFR.lua Tue Jan 22 22:18:27 2019 -0800 @@ -71,7 +71,8 @@ } L.InstanceNames = { - [1861] = "Uldir" + [1861] = "Uldir", + [2070] = "Dazar'alor" } L.DifficultyNames = { diff -r f33e5aaaee9e -r 31386c009f03 localization/itIT.lua --- a/localization/itIT.lua Thu Jan 03 13:36:56 2019 -0800 +++ b/localization/itIT.lua Tue Jan 22 22:18:27 2019 -0800 @@ -71,7 +71,8 @@ } L.InstanceNames = { - [1861] = "Uldir" + [1861] = "Uldir", + [2070] = "Dazar'alor" } L.DifficultyNames = { diff -r f33e5aaaee9e -r 31386c009f03 localization/ptBR.lua --- a/localization/ptBR.lua Thu Jan 03 13:36:56 2019 -0800 +++ b/localization/ptBR.lua Tue Jan 22 22:18:27 2019 -0800 @@ -71,7 +71,8 @@ } L.InstanceNames = { - [1861] = "Uldir" + [1861] = "Uldir", + [2070] = "Dazar'alor" } L.DifficultyNames = { diff -r f33e5aaaee9e -r 31386c009f03 localization/ruRU.lua --- a/localization/ruRU.lua Thu Jan 03 13:36:56 2019 -0800 +++ b/localization/ruRU.lua Tue Jan 22 22:18:27 2019 -0800 @@ -71,7 +71,8 @@ } L.InstanceNames = { - [1861] = "Uldir" + [1861] = "Uldir", + [2070] = "Dazar'alor" } L.DifficultyNames = {