Quantcast

new region tables to global to prevent unneeded print outputs in asia

Darthpred [10-19-14 - 11:25]
new region tables to global to prevent unneeded print outputs in asia
Filename
ElvUI_SLE/core/globals.lua
diff --git a/ElvUI_SLE/core/globals.lua b/ElvUI_SLE/core/globals.lua
index 90a06df..2a95a56 100644
--- a/ElvUI_SLE/core/globals.lua
+++ b/ElvUI_SLE/core/globals.lua
@@ -66,8 +66,9 @@ SLE.Dev = {
 			["Arillora"] = true,
 		},
 	},
-	["Asia"] = {
-	},
+	["CN"] = {},
+	["KR"] = {},
+	["TW"] = {},
 }

 SLE.SpecialChatIcons = {
@@ -155,6 +156,7 @@ SLE.SpecialChatIcons = {
 			["Sliceoflife"] = repooc
 		},
 	},
-	["Asia"] = {
-	}
+	["CN"] = {},
+	["KR"] = {},
+	["TW"] = {},
 }
\ No newline at end of file