Mercurial > wow > askmrrobot
diff AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 118:5cb881417bbf v55
Added Antorus to auto-logging.
author | yellowfive |
---|---|
date | Fri, 24 Nov 2017 19:46:27 -0800 |
parents | bccce18e12cb |
children | 42ce010b6253 |
line wrap: on
line diff
--- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Wed Oct 04 11:18:33 2017 -0700 +++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Fri Nov 24 19:46:27 2017 -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", 54 +local MAJOR, MINOR = "AskMrRobot-Serializer", 55 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) if not Amr then return end -- already loaded by something else @@ -150,7 +150,8 @@ EmeraldNightmare = 1520, Nighthold = 1530, TrialOfValor = 1648, - TombOfSargeras = 1676 + TombOfSargeras = 1676, + Antorus = 1712 } -- instances that AskMrRobot currently supports logging for @@ -158,7 +159,8 @@ [1520] = true, [1530] = true, [1648] = true, - [1676] = true + [1676] = true, + [1712] = true } -- just to make life easier, maps ID of each artifact weapon to the spec number (1-4)