From dd44d8e9a2a2f00a9c7120cac1ead00f6f9e4b9b Mon Sep 17 00:00:00 2001 From: Darthpred Date: Fri, 24 Oct 2014 00:18:39 +0400 Subject: [PATCH] So we wouldn't need to ask ths every time --- ElvUI_SLE/core/toolkit.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/core/toolkit.lua b/ElvUI_SLE/core/toolkit.lua index 3699ef9..e8b5647 100644 --- a/ElvUI_SLE/core/toolkit.lua +++ b/ElvUI_SLE/core/toolkit.lua @@ -169,7 +169,7 @@ function SLE:GetRegion() local region = select(6, lib:GetRealmInfo(rid)) SLE.region = region - if not SLE.region then SLE.region = format("An error happened while processing your realm. Please report error id and realm to |cff1784d1Shadow & Light|r authors! Error id: %s. Realm: %s", rid, E.myrealm) end + if not SLE.region then SLE.region = format("An error happened while processing your realm. Please report error id, realm and the region you are playing to |cff1784d1Shadow & Light|r authors! Error id: %s. Realm: %s", rid, E.myrealm) end if dev == "" then dev = SLE.Dev[SLE.region] end if not dev then SLE:Print(SLE.region) -- 1.7.9.5