Mercurial > wow > askmrrobot
diff AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 175:731cb3cedd3d v82
added auto-logging for ny'alotha
author | yellowfive |
---|---|
date | Tue, 21 Jan 2020 15:55:09 -0800 |
parents | 556cb7c32580 |
children | 44ce007189e0 |
line wrap: on
line diff
--- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Tue Jan 14 12:51:30 2020 -0800 +++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Tue Jan 21 15:55:09 2020 -0800 @@ -1,6 +1,6 @@ -- AskMrRobot-Serializer will serialize and communicate character data between users. -local MAJOR, MINOR = "AskMrRobot-Serializer", 81 +local MAJOR, MINOR = "AskMrRobot-Serializer", 82 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) if not Amr then return end -- already loaded by something else @@ -159,7 +159,8 @@ Uldir = 1861, Dazar = 2070, Storms = 2096, - Palace = 2164 + Palace = 2164, + Nyalotha = 2217 } -- instances that AskMrRobot currently supports logging for @@ -167,7 +168,8 @@ [1861] = true, [2070] = true, [2096] = true, - [2164] = true + [2164] = true, + [2217] = true }