Mercurial > wow > askmrrobot
changeset 153:31386c009f03 v72
dazar'alor auto-logging
author | yellowfive |
---|---|
date | Tue, 22 Jan 2019 22:18:27 -0800 |
parents | f33e5aaaee9e |
children | efb787b934ad |
files | AskMrRobot-Serializer/AskMrRobot-Serializer.lua AskMrRobot.toc Constants.lua Gear.lua localization/enUS.lua localization/frFR.lua localization/itIT.lua localization/ptBR.lua localization/ruRU.lua |
diffstat | 9 files changed, 18 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- 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 }
--- 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
--- 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,
--- 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
--- 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 = {
--- 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 = {
--- 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 = {