From 7d1261ccb203880f8dbb03270de40d53da996c0c Mon Sep 17 00:00:00 2001 From: Darthpred Date: Wed, 21 Nov 2012 11:58:26 +0400 Subject: [PATCH] profile addition --- ElvUI_SLE/config/profile.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ElvUI_SLE/config/profile.lua b/ElvUI_SLE/config/profile.lua index 36f0aac..e2b94c8 100644 --- a/ElvUI_SLE/config/profile.lua +++ b/ElvUI_SLE/config/profile.lua @@ -262,4 +262,10 @@ P['datatexts'] = { P.unitframe.units.player.classbar.xOffset = 0 P.unitframe.units.player.classbar.yOffset = 0 -P.unitframe.units.player.classbar.offset = false \ No newline at end of file +P.unitframe.units.player.classbar.offset = false +P.unitframe.units.player.fixTo = "power" +P.unitframe.units.target.fixTo = "power" +P.unitframe.units.targettarget.fixTo = "power" +P.unitframe.units.focus.fixTo = "power" +P.unitframe.units.arena.fixTo = "power" +P.unitframe.units.boss.fixTo = "power" \ No newline at end of file -- 1.7.9.5