changeset 155:3ac4915a2e41 v73

New races, Crucible of Storms auto-logging.
author yellowfive
date Tue, 12 Mar 2019 11:16:36 -0700
parents efb787b934ad
children 60e43850d214
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, 20 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua	Tue Jan 22 22:18:52 2019 -0800
+++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua	Tue Mar 12 11:16:36 2019 -0700
@@ -1,6 +1,6 @@
 -- AskMrRobot-Serializer will serialize and communicate character data between users.
 
-local MAJOR, MINOR = "AskMrRobot-Serializer", 72
+local MAJOR, MINOR = "AskMrRobot-Serializer", 73
 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR)
 
 if not Amr then return end -- already loaded by something else
@@ -142,7 +142,9 @@
     ["VoidElf"] = 16,
 	["LightforgedDraenei"] = 17,
 	["DarkIronDwarf"] = 18,
-	["MagharOrc"] = 19
+	["MagharOrc"] = 19,
+	["ZandalariTroll"] = 20,
+	["KulTiranHuman"] = 21
 }
 
 Amr.FactionIds = {
@@ -153,13 +155,15 @@
 
 Amr.InstanceIds = {
 	Uldir = 1861,
-	Dazar = 2070
+	Dazar = 2070,
+	Storms = 2096
 }
 
 -- instances that AskMrRobot currently supports logging for
 Amr.SupportedInstanceIds = {
 	[1861] = true,
-	[2070] = true
+	[2070] = true,
+	[2096] = true
 }
 
 
--- a/AskMrRobot.toc	Tue Jan 22 22:18:52 2019 -0800
+++ b/AskMrRobot.toc	Tue Mar 12 11:16:36 2019 -0700
@@ -1,7 +1,7 @@
 ## Interface: 80100
 ## Title: Ask Mr. Robot
 ## Author: Team Robot, Inc.
-## Version: 72
+## Version: 73
 ## Notes: Gear import/export, combat logging, and more.
 ## URL: www.askmrrobot.com
 ## SavedVariables: AskMrRobotDb4
--- a/Constants.lua	Tue Jan 22 22:18:52 2019 -0800
+++ b/Constants.lua	Tue Mar 12 11:16:36 2019 -0700
@@ -105,7 +105,7 @@
 }
 
 -- instance IDs ordered in preferred display order
-Amr.InstanceIdsOrdered = { 1861, 2070 }
+Amr.InstanceIdsOrdered = { 1861, 2070, 2096 }
 
 Amr.Difficulties = {
 	Lfr = 17,
--- a/localization/enUS.lua	Tue Jan 22 22:18:52 2019 -0800
+++ b/localization/enUS.lua	Tue Mar 12 11:16:36 2019 -0700
@@ -86,7 +86,8 @@
 
 L.InstanceNames = {
     [1861] = "Uldir",
-    [2070] = "Dazar'alor"
+    [2070] = "Dazar'alor",
+    [2096] = "Crucible of Storms"
 }
 
 L.DifficultyNames = {
--- a/localization/frFR.lua	Tue Jan 22 22:18:52 2019 -0800
+++ b/localization/frFR.lua	Tue Mar 12 11:16:36 2019 -0700
@@ -72,7 +72,8 @@
 
 L.InstanceNames = {
     [1861] = "Uldir",
-    [2070] = "Dazar'alor"
+    [2070] = "Dazar'alor",
+    [2096] = "Crucible of Storms"
 }
 
 L.DifficultyNames = {
--- a/localization/itIT.lua	Tue Jan 22 22:18:52 2019 -0800
+++ b/localization/itIT.lua	Tue Mar 12 11:16:36 2019 -0700
@@ -72,7 +72,8 @@
 
 L.InstanceNames = {
     [1861] = "Uldir",
-    [2070] = "Dazar'alor"
+    [2070] = "Dazar'alor",
+    [2096] = "Crucible of Storms"
 }
 
 L.DifficultyNames = {
--- a/localization/ptBR.lua	Tue Jan 22 22:18:52 2019 -0800
+++ b/localization/ptBR.lua	Tue Mar 12 11:16:36 2019 -0700
@@ -72,7 +72,8 @@
 
 L.InstanceNames = {
     [1861] = "Uldir",
-    [2070] = "Dazar'alor"
+    [2070] = "Dazar'alor",
+    [2096] = "Crucible of Storms"
 }
 
 L.DifficultyNames = {
--- a/localization/ruRU.lua	Tue Jan 22 22:18:52 2019 -0800
+++ b/localization/ruRU.lua	Tue Mar 12 11:16:36 2019 -0700
@@ -72,7 +72,8 @@
 
 L.InstanceNames = {
     [1861] = "Uldir",
-    [2070] = "Dazar'alor"
+    [2070] = "Dazar'alor",
+    [2096] = "Crucible of Storms"
 }
 
 L.DifficultyNames = {