# HG changeset patch # User yellowfive # Date 1579650909 28800 # Node ID 731cb3cedd3d71b62955d200a20d737ebbd7b029 # Parent 5f8d8a8ed6a4a660717310045b445a97888300c0 added auto-logging for ny'alotha diff -r 5f8d8a8ed6a4 -r 731cb3cedd3d AskMrRobot-Serializer/AskMrRobot-Serializer.lua --- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Tue Jan 14 12:51:30 2020 -0800 +++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Tue Jan 21 15:55:09 2020 -0800 @@ -1,6 +1,6 @@ -- AskMrRobot-Serializer will serialize and communicate character data between users. -local MAJOR, MINOR = "AskMrRobot-Serializer", 81 +local MAJOR, MINOR = "AskMrRobot-Serializer", 82 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) if not Amr then return end -- already loaded by something else @@ -159,7 +159,8 @@ Uldir = 1861, Dazar = 2070, Storms = 2096, - Palace = 2164 + Palace = 2164, + Nyalotha = 2217 } -- instances that AskMrRobot currently supports logging for @@ -167,7 +168,8 @@ [1861] = true, [2070] = true, [2096] = true, - [2164] = true + [2164] = true, + [2217] = true } diff -r 5f8d8a8ed6a4 -r 731cb3cedd3d AskMrRobot.toc --- a/AskMrRobot.toc Tue Jan 14 12:51:30 2020 -0800 +++ b/AskMrRobot.toc Tue Jan 21 15:55:09 2020 -0800 @@ -1,7 +1,7 @@ ## Interface: 80300 ## Title: Ask Mr. Robot ## Author: Team Robot, Inc. -## Version: 81 +## Version: 82 ## Notes: Gear import/export, combat logging, and more. ## URL: www.askmrrobot.com ## SavedVariables: AskMrRobotDb4 diff -r 5f8d8a8ed6a4 -r 731cb3cedd3d Constants.lua --- a/Constants.lua Tue Jan 14 12:51:30 2020 -0800 +++ b/Constants.lua Tue Jan 21 15:55:09 2020 -0800 @@ -107,7 +107,7 @@ } -- instance IDs ordered in preferred display order -Amr.InstanceIdsOrdered = { 1861, 2070, 2096, 2164 } +Amr.InstanceIdsOrdered = { 1861, 2070, 2096, 2164, 2217 } Amr.Difficulties = { Lfr = 17, diff -r 5f8d8a8ed6a4 -r 731cb3cedd3d localization/enUS.lua --- a/localization/enUS.lua Tue Jan 14 12:51:30 2020 -0800 +++ b/localization/enUS.lua Tue Jan 21 15:55:09 2020 -0800 @@ -88,7 +88,8 @@ [1861] = "Uldir", [2070] = "Dazar'alor", [2096] = "Crucible of Storms", - [2164] = "The Eternal Palace" + [2164] = "The Eternal Palace", + [2217] = "Ny'alotha" } L.DifficultyNames = { diff -r 5f8d8a8ed6a4 -r 731cb3cedd3d localization/frFR.lua --- a/localization/frFR.lua Tue Jan 14 12:51:30 2020 -0800 +++ b/localization/frFR.lua Tue Jan 21 15:55:09 2020 -0800 @@ -74,7 +74,8 @@ [1861] = "Uldir", [2070] = "Dazar'alor", [2096] = "Crucible of Storms", - [2164] = "The Eternal Palace" + [2164] = "The Eternal Palace", + [2217] = "Ny'alotha" } L.DifficultyNames = { diff -r 5f8d8a8ed6a4 -r 731cb3cedd3d localization/itIT.lua --- a/localization/itIT.lua Tue Jan 14 12:51:30 2020 -0800 +++ b/localization/itIT.lua Tue Jan 21 15:55:09 2020 -0800 @@ -74,7 +74,8 @@ [1861] = "Uldir", [2070] = "Dazar'alor", [2096] = "Crucible of Storms", - [2164] = "The Eternal Palace" + [2164] = "The Eternal Palace", + [2217] = "Ny'alotha" } L.DifficultyNames = { diff -r 5f8d8a8ed6a4 -r 731cb3cedd3d localization/ptBR.lua --- a/localization/ptBR.lua Tue Jan 14 12:51:30 2020 -0800 +++ b/localization/ptBR.lua Tue Jan 21 15:55:09 2020 -0800 @@ -74,7 +74,8 @@ [1861] = "Uldir", [2070] = "Dazar'alor", [2096] = "Crucible of Storms", - [2164] = "The Eternal Palace" + [2164] = "The Eternal Palace", + [2217] = "Ny'alotha" } L.DifficultyNames = { diff -r 5f8d8a8ed6a4 -r 731cb3cedd3d localization/ruRU.lua --- a/localization/ruRU.lua Tue Jan 14 12:51:30 2020 -0800 +++ b/localization/ruRU.lua Tue Jan 21 15:55:09 2020 -0800 @@ -74,7 +74,8 @@ [1861] = "Uldir", [2070] = "Dazar'alor", [2096] = "Crucible of Storms", - [2164] = "The Eternal Palace" + [2164] = "The Eternal Palace", + [2217] = "Ny'alotha" } L.DifficultyNames = {