# HG changeset patch # User yellowfive # Date 1518492814 28800 # Node ID f1da233629be1e5ee2c23b8ce43515d4eb9c9fb6 # Parent 3e36e37935735380924a37e04a1455a9b7c195fa Added portuguese translation. Turned off team optimizer for now. diff -r 3e36e3793573 -r f1da233629be AskMrRobot-Serializer/AskMrRobot-Serializer.lua --- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Thu Feb 01 00:18:01 2018 -0800 +++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Mon Feb 12 19:33:34 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", 56 +local MAJOR, MINOR = "AskMrRobot-Serializer", 57 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) if not Amr then return end -- already loaded by something else @@ -1325,4 +1325,4 @@ Amr:RegisterEvent("PLAYER_REGEN_DISABLED") --Amr:RegisterEvent("GARRISON_MISSION_NPC_OPENED") -- for debugging, fire this event when open mission table -]] \ No newline at end of file +]] diff -r 3e36e3793573 -r f1da233629be AskMrRobot-Serializer/AskMrRobot-Serializer.xml --- a/AskMrRobot-Serializer/AskMrRobot-Serializer.xml Thu Feb 01 00:18:01 2018 -0800 +++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.xml Mon Feb 12 19:33:34 2018 -0800 @@ -1,4 +1,4 @@