Quantcast

fml

Darthpred [10-23-14 - 20:57]
fml
Filename
ElvUI_SLE/core/globals.lua
ElvUI_SLE/modules/chat.lua
diff --git a/ElvUI_SLE/core/globals.lua b/ElvUI_SLE/core/globals.lua
index 81aabda..d0a8c8f 100644
--- a/ElvUI_SLE/core/globals.lua
+++ b/ElvUI_SLE/core/globals.lua
@@ -11,7 +11,6 @@ local friend = "|TInterface\\AddOns\\ElvUI_SLE\\media\\textures\\Chat_Friend:16:
 local test = "|TInterface\\AddOns\\ElvUI_SLE\\media\\textures\\Chat_Test:16:16|t "
 local rpg = "|TInterface\\AddOns\\ElvUI_SLE\\media\\textures\\Chat_RPG:13:35|t"
 local kitalie = "|TInterface\\Icons\\%s:12:12:0:0:64:64:4:60:4:60|t"
-local leader = [[|TInterface\GroupFrame\UI-Group-LeaderIcon:12:12|t]]

 E.SLEConfigs = {}

@@ -85,7 +84,7 @@ SLE.SpecialChatIcons = {
 		},
 		["ВечнаяПесня"] = {
 			--Darth's toons
-			["Дартпредатор"] = darth,
+			-- ["Дартпредатор"] = darth,
 			["Алея"] = darth,
 			["Ваззули"] = darth,
 			["Сиаранна"] = darth,
diff --git a/ElvUI_SLE/modules/chat.lua b/ElvUI_SLE/modules/chat.lua
index 4ddab2a..251ad1b 100644
--- a/ElvUI_SLE/modules/chat.lua
+++ b/ElvUI_SLE/modules/chat.lua
@@ -31,6 +31,7 @@ local rolePaths = {
 	HEALER = [[|TInterface\AddOns\ElvUI\media\textures\healer:15:15:0:0:64:64:2:56:2:56|t]],
 	DAMAGER = [[|TInterface\AddOns\ElvUI\media\textures\dps:15:15|t]]
 }
+local leader = [[|TInterface\GroupFrame\UI-Group-LeaderIcon:12:12|t]]
 local specialChatIcons

 local function Style(self, frame)