diff AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 189:21a69c63fee8 v92

Added BfA auto-logging back for now.
author yellowfive
date Mon, 19 Oct 2020 11:19:56 -0700
parents 180cb1458674
children 4aeedce4c995
line wrap: on
line diff
--- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua	Tue Oct 13 17:09:06 2020 -0700
+++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua	Mon Oct 19 11:19:56 2020 -0700
@@ -1,6 +1,6 @@
 -- AskMrRobot-Serializer will serialize and communicate character data between users.
 
-local MAJOR, MINOR = "AskMrRobot-Serializer", 91
+local MAJOR, MINOR = "AskMrRobot-Serializer", 92
 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR)
 
 if not Amr then return end -- already loaded by something else
@@ -156,11 +156,21 @@
 }
 
 Amr.InstanceIds = {
+	Uldir = 1861,
+	Dazar = 2070,
+	Storms = 2096,
+	Palace = 2164,
+	Nyalotha = 2217,
 	Nathria = 2296
 }
 
 -- instances that AskMrRobot currently supports logging for
 Amr.SupportedInstanceIds = {
+	[1861] = true,
+	[2070] = true,
+	[2096] = true,
+	[2164] = true,
+	[2217] = true,
 	[2296] = true
 }