diff AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 153:31386c009f03 v72

dazar'alor auto-logging
author yellowfive
date Tue, 22 Jan 2019 22:18:27 -0800
parents bdf1b0c98882
children 3ac4915a2e41
line wrap: on
line diff
--- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua	Thu Jan 03 13:36:56 2019 -0800
+++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua	Tue Jan 22 22:18:27 2019 -0800
@@ -1,6 +1,6 @@
 -- AskMrRobot-Serializer will serialize and communicate character data between users.
 
-local MAJOR, MINOR = "AskMrRobot-Serializer", 71
+local MAJOR, MINOR = "AskMrRobot-Serializer", 72
 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR)
 
 if not Amr then return end -- already loaded by something else
@@ -152,12 +152,14 @@
 }
 
 Amr.InstanceIds = {
-	Uldir = 1861
+	Uldir = 1861,
+	Dazar = 2070
 }
 
 -- instances that AskMrRobot currently supports logging for
 Amr.SupportedInstanceIds = {
-	[1861] = true
+	[1861] = true,
+	[2070] = true
 }