Clean Up
Repooc [07-29-14 - 08:54]
Clean Up
Signed-off-by: Repooc <repooc82@gmail.com>
diff --git a/ElvUI_SLE/core/core.lua b/ElvUI_SLE/core/core.lua
index 2dbbc23..5908039 100644
--- a/ElvUI_SLE/core/core.lua
+++ b/ElvUI_SLE/core/core.lua
@@ -39,7 +39,7 @@ end
local function GetOptions()
for _, func in pairs(E.SLEConfigs) do
func()
- end
+ end
end
local function IncompatibleAddOn(addon, module, optiontable, value)
@@ -73,7 +73,7 @@ function SLE:Initialize()
end
--if E.private.install_complete == E.version and E.private.sle.install_complete == nil then SLE:Install() end
if E.db.general.loginmessage then
- print(format(L['SLE_LOGIN_MSG'], E["media"].hexvaluecolor, SLE.version))
+ SLE:Print(format(L['SLE_LOGIN_MSG'], E["media"].hexvaluecolor, SLE.version))
end
E:GetModule('SLE_DTPanels'):DashboardShow()
AddTutorials()
diff --git a/ElvUI_SLE/core/toolkit.lua b/ElvUI_SLE/core/toolkit.lua
index a9bbd18..fda27de 100644
--- a/ElvUI_SLE/core/toolkit.lua
+++ b/ElvUI_SLE/core/toolkit.lua
@@ -11,7 +11,7 @@ local LT = E:GetModule('SLE_Loot')
local UF = E:GetModule('UnitFrames')
local M = E:GetModule('SLE_Media')
local I = E:GetModule('SLE_InstDif')
---test
+
local GetContainerNumSlots, GetContainerItemID = GetContainerNumSlots, GetContainerItemID
function SLE:BagSearch(itemId)