From a331f84a0101790e5fd0aec0d4191bb0e610b244 Mon Sep 17 00:00:00 2001 From: Repooc Date: Sat, 18 Oct 2014 17:52:49 -0400 Subject: [PATCH] Fix file encoding "i think" --- ElvUI_SLE/core/globals.lua | 77 ++++++++++++++++++++++---------------------- 1 file changed, 39 insertions(+), 38 deletions(-) diff --git a/ElvUI_SLE/core/globals.lua b/ElvUI_SLE/core/globals.lua index 74606c2..97f2d03 100644 --- a/ElvUI_SLE/core/globals.lua +++ b/ElvUI_SLE/core/globals.lua @@ -1,6 +1,7 @@ -local E, L, V, P, G = unpack(ElvUI); +local E, L, V, P, G = unpack(ElvUI); local SLE = E:GetModule('SLE') +--Update chat icon functions and such and convert to utf-8 --Chat icon paths local adapt = "|TInterface\\AddOns\\ElvUI_SLE\\media\\textures\\adapt:0:2|t" local repooc = "|TInterface\\AddOns\\ElvUI_SLE\\media\\textures\\SLE_Chat_Logo:0:2|t" @@ -22,24 +23,24 @@ SLE.Dev = { ["Dapooc"] = true, }, ["Brill(EU)"] = { - [""] = true, + ["Дартпредатор"] = true, }, --Live ['Sylvanas'] = { ["Neeka"] = true, }, - [""] = { - [""] = true, - [""] = true, - [""] = true, - [""] = true, - [""] = true, - [""] = true, - [""] = true, - [""] = true, - [""] = true, - [""] = true, - [""] = true + ["ВечнаяПесня"] = { + ["Дартпредатор"] = true, + ["Алея"] = true, + ["Ваззули"] = true, + ["Сиаранна"] = true, + ["Джатон"] = true, + ["Фикстер"] = true, + ["Киландра"] = true, + ["Нарджо"] = true, + ["Келинира"] = true, + ["Крениг"] = true, + ["Мейжи"] = true }, }, ["US"] = { @@ -75,38 +76,38 @@ SLE.SpecialChatIcons = { ['Sylvanas'] = { ["Neeka"] = darth, }, - [""] = { + ["СвежевательДуш"] = { --Darth's toons - [""] = test, --Testing toon - [""] = friend + ["Большойгном"] = test, --Testing toon + ["Фергесон"] = friend }, - [""] = { + ["ВечнаяПесня"] = { --Darth's toons - [""] = darth, - [""] = darth, - [""] = darth, - [""] = darth, - [""] = darth, - [""] = darth, - [""] = darth, - [""] = darth, - [""] = darth, - [""] = darth, - [""] = darth, + ["Дартпредатор"] = darth, + ["Алея"] = darth, + ["Ваззули"] = darth, + ["Сиаранна"] = darth, + ["Джатон"] = darth, + ["Фикстер"] = darth, + ["Киландра"] = darth, + ["Нарджо"] = darth, + ["Келинира"] = darth, + ["Крениг"] = darth, + ["Мейжи"] = darth, --Darth's friends - [""] = friend, + ["Леани"] = friend, --Da tester lol - [""] = test, - [""] = test + ["Харореанн"] = test, + ["Нерререанн"] = test }, - [""] = { - [""] = friend, - [""] = friend, + ["Ревущийфьорд"] = { + ["Рыжая"] = friend, + ["Рыжа"] = friend, --Some people - [""] = test + ["Брэгар"] = test }, - [""] = { - [""] = test + ["Азурегос"] = { + ["Брэгари"] = test }, }, ["US"] = { -- 1.7.9.5