nameplates: align debuffs to castbar

This commit is contained in:
shagu
2020-07-18 21:07:08 +02:00
parent a607c5b53c
commit f7fee69440
+1 -1
View File
@@ -299,7 +299,7 @@ pfUI:RegisterModule("nameplates", "vanilla:tbc", function ()
castbar:SetScript("OnHide", function()
if C.nameplates.debuffs["position"] == "BOTTOM" then
nameplate.debuffs[1]:SetPoint("TOPLEFT", this, "BOTTOMLEFT", 0, -4)
nameplate.debuffs[1]:SetPoint("TOPLEFT", this:GetParent(), "BOTTOMLEFT", 0, -4)
end
end)