From b7a0912e07c6d79e7077357c973690babd74638f Mon Sep 17 00:00:00 2001 From: Brues <5278969+brues-code@users.noreply.github.com> Date: Thu, 21 May 2026 01:18:01 -0500 Subject: [PATCH] fixed target buffs not showing --- api/unitframes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/unitframes.lua b/api/unitframes.lua index e0664d99..56cdd134 100644 --- a/api/unitframes.lua +++ b/api/unitframes.lua @@ -1107,7 +1107,7 @@ function pfUI.uf.OnEvent() elseif this.label == "pet" and event == "UNIT_HAPPINESS" then this.update_full = true -- UNIT_XXX Events - elseif arg1 and arg1 == this.label .. this.id then + elseif arg1 and (arg1 == this.label .. this.id or (GetUnitGUID and arg1 == GetUnitGUID(this.label .. this.id))) then this.lastEventUpdate = GetTime() if event == "UNIT_PORTRAIT_UPDATE" or event == "UNIT_MODEL_CHANGED" then