# HG changeset patch # User yellowfive # Date 1517473062 28800 # Node ID 42ce010b6253cc411bd46e1a95333fe6954c9623 # Parent cd521552e277b231519c276fd5165ace14c1276d Added new allied races. diff -r cd521552e277 -r 42ce010b6253 AskMrRobot-Serializer/AskMrRobot-Serializer.lua --- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Fri Nov 24 19:46:44 2017 -0800 +++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Thu Feb 01 00:17:42 2018 -0800 @@ -1,7 +1,7 @@ -- AskMrRobot-Serializer will serialize and communicate character data between users. -- This is used primarily to associate character information to logs uploaded to askmrrobot.com. -local MAJOR, MINOR = "AskMrRobot-Serializer", 55 +local MAJOR, MINOR = "AskMrRobot-Serializer", 56 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) if not Amr then return end -- already loaded by something else @@ -137,7 +137,11 @@ ["Undead"] = 10, ["Goblin"] = 11, ["Worgen"] = 12, - ["Pandaren"] = 13 + ["Pandaren"] = 13, + ["Nightborne"] = 14, + ["HighmountainTauren"] = 15, + ["VoidElf"] = 16, + ["LightforgedDraenei"] = 17 } Amr.FactionIds = { diff -r cd521552e277 -r 42ce010b6253 AskMrRobot.toc --- a/AskMrRobot.toc Fri Nov 24 19:46:44 2017 -0800 +++ b/AskMrRobot.toc Thu Feb 01 00:17:42 2018 -0800 @@ -1,7 +1,7 @@ ## Interface: 70300 ## Title: Ask Mr. Robot ## Author: Team Robot, Inc. -## Version: 55 +## Version: 56 ## Notes: Gear import/export, combat logging, and more. ## URL: www.askmrrobot.com ## SavedVariables: AskMrRobotDb3