diff AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 110:5021d5125484 v51

Added Tomb of Sargeras to auto-logging.
author yellowfive
date Wed, 14 Jun 2017 21:00:53 -0700
parents 917ac27213d1
children 57c6cac5143c
line wrap: on
line diff
--- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua	Thu Mar 30 23:41:46 2017 -0700
+++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua	Wed Jun 14 21:00:53 2017 -0700
@@ -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", 50
+local MAJOR, MINOR = "AskMrRobot-Serializer", 51
 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR)
 
 if not Amr then return end -- already loaded by something else
@@ -149,14 +149,16 @@
 Amr.InstanceIds = {
 	EmeraldNightmare = 1520,
 	Nighthold = 1530,
-	TrialOfValor = 1648
+	TrialOfValor = 1648,
+	TombOfSargeras = 1676
 }
 
 -- instances that AskMrRobot currently supports logging for
 Amr.SupportedInstanceIds = {
 	[1520] = true,
 	[1530] = true,
-	[1648] = true
+	[1648] = true,
+	[1676] = true
 }
 
 -- just to make life easier, maps ID of each artifact weapon to the spec number (1-4)