# HG changeset patch # User yellowfive # Date 1552414596 25200 # Node ID 3ac4915a2e41039e22e8d3116e188d2644b538d3 # Parent efb787b934ad40880fbb68cc94c93f5b44d7c1a2 New races, Crucible of Storms auto-logging. diff -r efb787b934ad -r 3ac4915a2e41 AskMrRobot-Serializer/AskMrRobot-Serializer.lua --- 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 } diff -r efb787b934ad -r 3ac4915a2e41 AskMrRobot.toc --- 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 diff -r efb787b934ad -r 3ac4915a2e41 Constants.lua --- 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, diff -r efb787b934ad -r 3ac4915a2e41 localization/enUS.lua --- 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 = { diff -r efb787b934ad -r 3ac4915a2e41 localization/frFR.lua --- 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 = { diff -r efb787b934ad -r 3ac4915a2e41 localization/itIT.lua --- 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 = { diff -r efb787b934ad -r 3ac4915a2e41 localization/ptBR.lua --- 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 = { diff -r efb787b934ad -r 3ac4915a2e41 localization/ruRU.lua --- 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 = {