From da2047cdea283dbf4b6373a55731bf17c7ee41bf Mon Sep 17 00:00:00 2001 From: Darthpred Date: Thu, 8 Nov 2012 09:43:28 +0400 Subject: [PATCH] Copy from Elv's --- ElvUI_SLE/modules/install.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ElvUI_SLE/modules/install.lua b/ElvUI_SLE/modules/install.lua index 427ce20..94f2a0a 100644 --- a/ElvUI_SLE/modules/install.lua +++ b/ElvUI_SLE/modules/install.lua @@ -587,7 +587,7 @@ local function SetupAuras(style) --PLAYER E.db.unitframe.units.player.buffs.enable = true; E.db.unitframe.units.player.buffs.attachTo = 'FRAME'; - E.db.unitframe.units.player.buffs.noDuration = 'NONE'; + E.db.unitframe.units.player.buffs.noDuration = false; E.db.unitframe.units.player.debuffs.attachTo = 'BUFFS'; @@ -600,7 +600,7 @@ local function SetupAuras(style) elseif style == 'classic' then --seriosly is this fucking hard?? E.db.unitframe.units.target.smartAuraDisplay = 'DISABLED'; - E.db.unitframe.units.target.buffs.playerOnly = 'NONE'; + E.db.unitframe.units.target.buffs.playerOnly = {friendly = false, enemy = false}; E.db.unitframe.units.target.debuffs.enable = true; E.db.unitframe.units.target.aurabar.attachTo = 'DEBUFFS'; end -- 1.7.9.5