From 01aa2cd1b984d3978a03eee8d0af0e09c8301a16 Mon Sep 17 00:00:00 2001 From: shagu Date: Sun, 17 Aug 2025 16:49:48 +0200 Subject: [PATCH] unitframes: attach combat feedback to text frame --- api/unitframes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/unitframes.lua b/api/unitframes.lua index dadd13e9..9c1b9465 100644 --- a/api/unitframes.lua +++ b/api/unitframes.lua @@ -590,7 +590,7 @@ function pfUI.uf:UpdateConfig() f.feedbackFontHeight = f.config.hitindicatorsize f.feedbackStartTime = GetTime() if f.config.portrait == "bar" or f.config.portrait == "off" then - f.feedbackText:SetParent(f.hp.bar) + f.feedbackText:SetParent(f.texts) f.feedbackText:ClearAllPoints() f.feedbackText:SetPoint("CENTER", f.hp.bar, "CENTER") else