diff AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 61:cf2b6b9a8337 v23

6.2 update, shopping list bug fixes, ui scale option
author yellowfive
date Tue, 23 Jun 2015 00:27:21 -0700
parents ee701ce45354
children f1d5827dbde0
line wrap: on
line diff
--- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua	Sun Jun 07 15:20:25 2015 -0700
+++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua	Tue Jun 23 00:27:21 2015 -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", 22
+local MAJOR, MINOR = "AskMrRobot-Serializer", 23
 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR)
 
 if not Amr then return end -- already loaded by something else
@@ -153,7 +153,8 @@
 	TheEverbloom = 1279,
 	UpperBlackrockSpire = 1358,
 	Highmaul = 1228,
-	BlackrockFoundry = 1205
+	BlackrockFoundry = 1205,
+	HellfireCitadel = 1448
 }
 
 -- instances that AskMrRobot currently supports logging for
@@ -167,7 +168,8 @@
 	--[1279] = true,
 	--[1358] = true,
 	[1228] = true,
-	[1205] = true
+	[1205] = true,
+	[1448] = true
 }
 
 Amr.SPEC_WARRIORPROTECTION = 34