Mercurial > wow > askmrrobot
diff AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 167:5c68d3fccff3 v78
eternal palace auto-logging
author | yellowfive |
---|---|
date | Wed, 10 Jul 2019 12:53:00 -0700 |
parents | 3be9cc6f7d20 |
children | d90a740a1d0b |
line wrap: on
line diff
--- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Tue Jun 25 10:27:40 2019 -0700 +++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Wed Jul 10 12:53:00 2019 -0700 @@ -1,6 +1,6 @@ -- AskMrRobot-Serializer will serialize and communicate character data between users. -local MAJOR, MINOR = "AskMrRobot-Serializer", 77 +local MAJOR, MINOR = "AskMrRobot-Serializer", 78 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) if not Amr then return end -- already loaded by something else @@ -156,14 +156,16 @@ Amr.InstanceIds = { Uldir = 1861, Dazar = 2070, - Storms = 2096 + Storms = 2096, + Palace = 2164 } -- instances that AskMrRobot currently supports logging for Amr.SupportedInstanceIds = { [1861] = true, [2070] = true, - [2096] = true + [2096] = true, + [2164] = true }