changeset 167:5c68d3fccff3 v78

eternal palace auto-logging
author yellowfive
date Wed, 10 Jul 2019 12:53:00 -0700
parents 3b3ec0693df8
children 0d037afc7128
files AskMrRobot-Serializer/AskMrRobot-Serializer.lua AskMrRobot.toc Constants.lua localization/enUS.lua localization/frFR.lua localization/itIT.lua localization/ptBR.lua localization/ruRU.lua
diffstat 8 files changed, 17 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- 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
 }
 
 
--- 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
--- 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,
--- 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 = {
--- 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 = {
--- 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 = {
--- 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 = {
--- 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 = {