Mercurial > wow > askmrrobot
changeset 104:5bacf5c7c66d v48
trial of valor auto-logging
author | yellowfive |
---|---|
date | Wed, 16 Nov 2016 00:02:53 -0800 |
parents | ed7ffc8d9936 |
children | 3ce266c86bd3 |
files | AskMrRobot-Serializer/AskMrRobot-Serializer.lua AskMrRobot.toc Constants.lua localization/enUS.lua localization/frFR.lua localization/itIT.lua localization/ruRU.lua |
diffstat | 7 files changed, 15 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Thu Nov 03 12:57:37 2016 -0700 +++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Wed Nov 16 00:02:53 2016 -0800 @@ -1,7 +1,7 @@ -- AskMrRobot-Serializer will serialize and communicate character data between users. -- This is used primarily to associate character information to logs uploaded to askmrrobot.com. -local MAJOR, MINOR = "AskMrRobot-Serializer", 47 +local MAJOR, MINOR = "AskMrRobot-Serializer", 48 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) if not Amr then return end -- already loaded by something else @@ -148,13 +148,15 @@ Amr.InstanceIds = { EmeraldNightmare = 1520, - Nighthold = 1530 + Nighthold = 1530, + TrialOfValor = 1648 } -- instances that AskMrRobot currently supports logging for Amr.SupportedInstanceIds = { [1520] = true, - [1530] = true + [1530] = true, + [1648] = true } -- just to make life easier, maps ID of each artifact weapon to the spec number (1-4)
--- a/AskMrRobot.toc Thu Nov 03 12:57:37 2016 -0700 +++ b/AskMrRobot.toc Wed Nov 16 00:02:53 2016 -0800 @@ -1,7 +1,7 @@ ## Interface: 70100 ## Title: Ask Mr. Robot ## Author: Team Robot, Inc. -## Version: 47 +## Version: 48 ## Notes: Gear import/export, combat logging, and more. ## URL: www.askmrrobot.com ## SavedVariables: AskMrRobotDb3
--- a/Constants.lua Thu Nov 03 12:57:37 2016 -0700 +++ b/Constants.lua Wed Nov 16 00:02:53 2016 -0800 @@ -107,7 +107,7 @@ } -- instance IDs ordered in preferred display order -Amr.InstanceIdsOrdered = { 1520, 1530 } +Amr.InstanceIdsOrdered = { 1520, 1530, 1648 } Amr.Difficulties = { Lfr = 17,
--- a/localization/enUS.lua Thu Nov 03 12:57:37 2016 -0700 +++ b/localization/enUS.lua Wed Nov 16 00:02:53 2016 -0800 @@ -86,7 +86,8 @@ L.InstanceNames = { [1520] = "Emerald Nightmare", - [1530] = "Nighthold" + [1530] = "Nighthold", + [1648] = "Trial of Valor" } L.DifficultyNames = {
--- a/localization/frFR.lua Thu Nov 03 12:57:37 2016 -0700 +++ b/localization/frFR.lua Wed Nov 16 00:02:53 2016 -0800 @@ -86,7 +86,8 @@ L.InstanceNames = { [1520] = "Emerald Nightmare", - [1530] = "Nighthold" + [1530] = "Nighthold", + [1648] = "Trial of Valor" } L.DifficultyNames = {