Mercurial > wow > askmrrobot
diff AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 104:5bacf5c7c66d v48
trial of valor auto-logging
author | yellowfive |
---|---|
date | Wed, 16 Nov 2016 00:02:53 -0800 |
parents | ed7ffc8d9936 |
children | e635cd648e01 |
line wrap: on
line diff
--- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Thu Nov 03 12:57:37 2016 -0700 +++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Wed Nov 16 00:02:53 2016 -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", 47 +local MAJOR, MINOR = "AskMrRobot-Serializer", 48 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) if not Amr then return end -- already loaded by something else @@ -148,13 +148,15 @@ Amr.InstanceIds = { EmeraldNightmare = 1520, - Nighthold = 1530 + Nighthold = 1530, + TrialOfValor = 1648 } -- instances that AskMrRobot currently supports logging for Amr.SupportedInstanceIds = { [1520] = true, - [1530] = true + [1530] = true, + [1648] = true } -- just to make life easier, maps ID of each artifact weapon to the spec number (1-4)