From 8129fc0efea46756b45dac12e386342941759b48 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sat, 9 Aug 2014 05:49:10 +0400 Subject: [PATCH] Profile change error --- ElvUI_SLE/modules/loot.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.9.5