Quantcast

Copy from Elv's

Darthpred [11-08-12 - 05:43]
Copy from Elv's
Filename
ElvUI_SLE/modules/install.lua
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