diff amr-constants.lua @ 53:be5dc6c02f77 v19

minor tweaks for combat logging
author yellowfive
date Tue, 02 Dec 2014 16:57:32 -0800
parents 6f1bb8fcf64d
children
line wrap: on
line diff
--- a/amr-constants.lua	Fri Nov 28 13:12:01 2014 -0600
+++ b/amr-constants.lua	Tue Dec 02 16:57:32 2014 -0800
@@ -114,14 +114,14 @@
 
 -- instances that we currently support logging for
 AskMrRobot.supportedInstanceIds = {
-	[1182] = true,
-	[1175] = true,
-	[1208] = true,
-	[1195] = true,
-	[1176] = true,
-	[1209] = true,
-	[1279] = true,
-	[1358] = true,
+	--[1182] = true,
+	--[1175] = true,
+	--[1208] = true,
+	--[1195] = true,
+	--[1176] = true,
+	--[1209] = true,
+	--[1279] = true,
+	--[1358] = true,
 	[1228] = true,
 	[1205] = true
 }
@@ -137,6 +137,14 @@
 	end
 end
 
+function AskMrRobot.IsSupportedInstanceId(instanceMapID)
+	if AskMrRobot.supportedInstanceIds[tonumber(instanceMapID)] then
+		return true
+	else
+		return false
+	end
+end
+
 AskMrRobot.regionNames = {
 	[1] = "US",
 	[2] = "KR",