# HG changeset patch # User yellowfive # Date 1562788380 25200 # Node ID 5c68d3fccff30630a5426b54048b8d4206851f17 # Parent 3b3ec0693df8fbe0b294c0bd0a6e49d849d39be9 eternal palace auto-logging diff -r 3b3ec0693df8 -r 5c68d3fccff3 AskMrRobot-Serializer/AskMrRobot-Serializer.lua --- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Tue Jun 25 10:27:40 2019 -0700 +++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Wed Jul 10 12:53:00 2019 -0700 @@ -1,6 +1,6 @@ -- AskMrRobot-Serializer will serialize and communicate character data between users. -local MAJOR, MINOR = "AskMrRobot-Serializer", 77 +local MAJOR, MINOR = "AskMrRobot-Serializer", 78 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) if not Amr then return end -- already loaded by something else @@ -156,14 +156,16 @@ Amr.InstanceIds = { Uldir = 1861, Dazar = 2070, - Storms = 2096 + Storms = 2096, + Palace = 2164 } -- instances that AskMrRobot currently supports logging for Amr.SupportedInstanceIds = { [1861] = true, [2070] = true, - [2096] = true + [2096] = true, + [2164] = true } diff -r 3b3ec0693df8 -r 5c68d3fccff3 AskMrRobot.toc --- a/AskMrRobot.toc Tue Jun 25 10:27:40 2019 -0700 +++ b/AskMrRobot.toc Wed Jul 10 12:53:00 2019 -0700 @@ -1,7 +1,7 @@ ## Interface: 80200 ## Title: Ask Mr. Robot ## Author: Team Robot, Inc. -## Version: 77 +## Version: 78 ## Notes: Gear import/export, combat logging, and more. ## URL: www.askmrrobot.com ## SavedVariables: AskMrRobotDb4 diff -r 3b3ec0693df8 -r 5c68d3fccff3 Constants.lua --- a/Constants.lua Tue Jun 25 10:27:40 2019 -0700 +++ b/Constants.lua Wed Jul 10 12:53:00 2019 -0700 @@ -107,7 +107,7 @@ } -- instance IDs ordered in preferred display order -Amr.InstanceIdsOrdered = { 1861, 2070, 2096 } +Amr.InstanceIdsOrdered = { 1861, 2070, 2096, 2164 } Amr.Difficulties = { Lfr = 17, diff -r 3b3ec0693df8 -r 5c68d3fccff3 localization/enUS.lua --- a/localization/enUS.lua Tue Jun 25 10:27:40 2019 -0700 +++ b/localization/enUS.lua Wed Jul 10 12:53:00 2019 -0700 @@ -87,7 +87,8 @@ L.InstanceNames = { [1861] = "Uldir", [2070] = "Dazar'alor", - [2096] = "Crucible of Storms" + [2096] = "Crucible of Storms", + [2164] = "The Eternal Palace" } L.DifficultyNames = { diff -r 3b3ec0693df8 -r 5c68d3fccff3 localization/frFR.lua --- a/localization/frFR.lua Tue Jun 25 10:27:40 2019 -0700 +++ b/localization/frFR.lua Wed Jul 10 12:53:00 2019 -0700 @@ -73,7 +73,8 @@ L.InstanceNames = { [1861] = "Uldir", [2070] = "Dazar'alor", - [2096] = "Crucible of Storms" + [2096] = "Crucible of Storms", + [2164] = "The Eternal Palace" } L.DifficultyNames = { diff -r 3b3ec0693df8 -r 5c68d3fccff3 localization/itIT.lua --- a/localization/itIT.lua Tue Jun 25 10:27:40 2019 -0700 +++ b/localization/itIT.lua Wed Jul 10 12:53:00 2019 -0700 @@ -73,7 +73,8 @@ L.InstanceNames = { [1861] = "Uldir", [2070] = "Dazar'alor", - [2096] = "Crucible of Storms" + [2096] = "Crucible of Storms", + [2164] = "The Eternal Palace" } L.DifficultyNames = { diff -r 3b3ec0693df8 -r 5c68d3fccff3 localization/ptBR.lua --- a/localization/ptBR.lua Tue Jun 25 10:27:40 2019 -0700 +++ b/localization/ptBR.lua Wed Jul 10 12:53:00 2019 -0700 @@ -73,7 +73,8 @@ L.InstanceNames = { [1861] = "Uldir", [2070] = "Dazar'alor", - [2096] = "Crucible of Storms" + [2096] = "Crucible of Storms", + [2164] = "The Eternal Palace" } L.DifficultyNames = { diff -r 3b3ec0693df8 -r 5c68d3fccff3 localization/ruRU.lua --- a/localization/ruRU.lua Tue Jun 25 10:27:40 2019 -0700 +++ b/localization/ruRU.lua Wed Jul 10 12:53:00 2019 -0700 @@ -73,7 +73,8 @@ L.InstanceNames = { [1861] = "Uldir", [2070] = "Dazar'alor", - [2096] = "Crucible of Storms" + [2096] = "Crucible of Storms", + [2164] = "The Eternal Palace" } L.DifficultyNames = {