From 1f8f60b28caad1c38710caaac2e8cfbf88c45879 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sun, 19 Oct 2014 15:25:26 +0400 Subject: [PATCH] new region tables to global to prevent unneeded print outputs in asia --- ElvUI_SLE/core/globals.lua | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 -- 1.7.9.5