Mercurial > wow > askmrrobot
changeset 175:731cb3cedd3d v82
added auto-logging for ny'alotha
author | yellowfive |
---|---|
date | Tue, 21 Jan 2020 15:55:09 -0800 |
parents | 5f8d8a8ed6a4 |
children | 1b44e5094830 |
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 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 }
--- 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
--- 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,
--- 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 = {
--- 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 = {
--- 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 = {
--- 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 = {
--- 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 = {