# HG changeset patch # User yellowfive # Date 1479283373 28800 # Node ID 5bacf5c7c66dd16f8da3bb712a5c4ed60f825f00 # Parent ed7ffc8d9936e4b3a31fd3a0c01278223b417fe2 trial of valor auto-logging diff -r ed7ffc8d9936 -r 5bacf5c7c66d AskMrRobot-Serializer/AskMrRobot-Serializer.lua --- 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) diff -r ed7ffc8d9936 -r 5bacf5c7c66d AskMrRobot.toc --- 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 diff -r ed7ffc8d9936 -r 5bacf5c7c66d Constants.lua --- 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, diff -r ed7ffc8d9936 -r 5bacf5c7c66d localization/enUS.lua --- 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 = { diff -r ed7ffc8d9936 -r 5bacf5c7c66d localization/frFR.lua --- 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 = { diff -r ed7ffc8d9936 -r 5bacf5c7c66d localization/itIT.lua --- a/localization/itIT.lua Thu Nov 03 12:57:37 2016 -0700 +++ b/localization/itIT.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 = { diff -r ed7ffc8d9936 -r 5bacf5c7c66d localization/ruRU.lua --- a/localization/ruRU.lua Thu Nov 03 12:57:37 2016 -0700 +++ b/localization/ruRU.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 = {