nameplates: adjust level offset to healthbar

This commit is contained in:
shagu
2020-11-16 22:00:27 +01:00
parent bc41bc9306
commit 72d600d14c
+1 -1
View File
@@ -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()