Missed some
Trevor Cooper [06-30-12 - 08:23]
diff --git a/ElvUI_SLE/config/dpe_global.lua b/ElvUI_SLE/config/dpe_global.lua
deleted file mode 100644
index b9a1d99..0000000
--- a/ElvUI_SLE/config/dpe_global.lua
+++ /dev/null
@@ -1,33 +0,0 @@
-local E, L, V, P, G = unpack(ElvUI); --Inport: Engine, Locales, ProfileDB, GlobalDB
-
-V['namelist'] = {};
-V['channellist'] = {};
-
-V['channelcheck'] = {
- ['say'] = false,
- ['yell'] = false,
- ['party'] = true,
- ['raid'] = true,
- ['battleground'] = false,
- ['guild'] = true,
- ['officer'] = false,
- ['general'] = false,
- ['trade'] = false,
- ['defense'] = false,
- ['lfg'] = false,
- ['time'] = 3,
-}
-
-V['dpe'] = {
- --Auras Frame
- ['auras'] = {
- ['size'] = 30,
- },
-
- --Skada Backdrop
- ['skadaback'] = true,
-
- ['dbm'] = {
- ['size'] = 10,
- },
-}
\ No newline at end of file
diff --git a/ElvUI_SLE/layout/layout.lua b/ElvUI_SLE/layout/layout.lua
index 2b3f327..10d58de 100644
--- a/ElvUI_SLE/layout/layout.lua
+++ b/ElvUI_SLE/layout/layout.lua
@@ -61,9 +61,9 @@ function LO:ToggleChatPanels()
end
end
-LO.CreateChatPanelsDPE = LO.CreateChatPanels
+LO.CreateChatPanelsSLE = LO.CreateChatPanels
function LO:CreateChatPanels()
- LO.CreateChatPanelsDPE(self)
+ LO.CreateChatPanelsSLE(self)
--Left Chat
LeftChatPanel:Point('BOTTOMLEFT', E.UIParent, 0, 21)