Quantcast

Added Blood Legion Logo

Repooc [02-23-13 - 12:42]
Added Blood Legion Logo
Filename
ElvUI_SLE/modules/install.lua
diff --git a/ElvUI_SLE/modules/install.lua b/ElvUI_SLE/modules/install.lua
index a62dcd9..8382c2e 100644
--- a/ElvUI_SLE/modules/install.lua
+++ b/ElvUI_SLE/modules/install.lua
@@ -1729,6 +1729,8 @@ function E:AffinitiiSetup() --The function to switch from class ElvUI settings t
 	--Chat
 	E.db.chat.editBoxPosition = "ABOVE_CHAT"
 	E.db.chat.emotionIcons = false
+	E.db.chat.panelBackdropNameLeft = "Interface\\AddOns\\ElvUI_SLE\\media\\textures\\bl_logo.tga"
+	E.db.chat.panelBackdropNameRight = "Interface\\AddOns\\ElvUI_SLE\\media\\textures\\bl_logo.tga"
 	if GetScreenWidth() < 1920 then
 		E.db.chat.panelWidth = 380
 	else