diff amr-constants.lua @ 41:0e78d6424532 v13

added region to import/export, some prep for new combat logging
author yellowfive
date Fri, 24 Oct 2014 12:08:47 -0700
parents 561cf98ced21
children 6f1bb8fcf64d
line wrap: on
line diff
--- a/amr-constants.lua	Wed Oct 22 00:28:44 2014 -0700
+++ b/amr-constants.lua	Fri Oct 24 12:08:47 2014 -0700
@@ -123,6 +123,14 @@
 	end
 end
 
+AskMrRobot.regionNames = {
+	[1] = "US",
+	[2] = "KR",
+	[3] = "EU",
+	[4] = "TW",
+	[5] = "CN"
+}
+
 AskMrRobot.classIds = {
     ["NONE"] = 0,
     ["DEATHKNIGHT"] = 1,