From 72d600d14c391304637ed00097dc65d7e7e4e440 Mon Sep 17 00:00:00 2001 From: shagu Date: Mon, 16 Nov 2020 22:00:27 +0100 Subject: [PATCH] nameplates: adjust level offset to healthbar --- modules/nameplates.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nameplates.lua b/modules/nameplates.lua index 07bf65ec..2fae2e07 100644 --- a/modules/nameplates.lua +++ b/modules/nameplates.lua @@ -532,7 +532,7 @@ pfUI:RegisterModule("nameplates", "vanilla:tbc", function () plate.health:Hide() plate.totem:Hide() else - plate.level:SetPoint("RIGHT", plate.health, "LEFT", -3, 0) + plate.level:SetPoint("RIGHT", plate.health, "LEFT", -5, 0) plate.name:SetParent(plate.health) plate.level:Show()