From 8b9bc5238d98d88f0f2033fa53095c79499c9d44 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sat, 1 Dec 2012 21:54:02 +0400 Subject: [PATCH] Fix for health bar height with classbar offset enabled --- ElvUI_SLE/modules/unitframes/units/player.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/unitframes/units/player.lua b/ElvUI_SLE/modules/unitframes/units/player.lua index 94dbca2..52ce472 100644 --- a/ElvUI_SLE/modules/unitframes/units/player.lua +++ b/ElvUI_SLE/modules/unitframes/units/player.lua @@ -114,7 +114,7 @@ function UF:Update_PlayerFrame(frame, db) if USE_MINI_CLASSBAR then DEPTH = -(BORDER+(CLASSBAR_HEIGHT/2)) else - DEPTH = -(BORDER+CLASSBAR_HEIGHT+SPACING) + DEPTH = -(BORDER+SPACING) end if USE_POWERBAR_OFFSET then -- 1.7.9.5