Profile change error
Darthpred [08-09-14 - 01:49]
diff --git a/ElvUI_SLE/modules/loot.lua b/ElvUI_SLE/modules/loot.lua
index 57557ab..d61e250 100644
--- a/ElvUI_SLE/modules/loot.lua
+++ b/ElvUI_SLE/modules/loot.lua
@@ -188,9 +188,9 @@ end
function LT:LootShow()
local instance = IsInInstance()
- LootHistoryFrame:SetAlpha(db.history.alpha or 1)
+ LootHistoryFrame:SetAlpha(E.db.sle.loot.history.alpha or 1)
- if (not instance and db.history.autohide) then
+ if (not instance and E.db.sle.loot.history.autohide) then
LootHistoryFrame:Hide()
end
end