diff --git a/api/unitframes.lua b/api/unitframes.lua index 00c8d74d..6aedfae9 100644 --- a/api/unitframes.lua +++ b/api/unitframes.lua @@ -693,7 +693,7 @@ function pfUI.uf:EnableScripts() f:SetScript("OnClick", function () if not this.label and this.unitname then local player = UnitIsUnit("target", "player") - TargetByName(this.unitname) + TargetByName(this.unitname, true) if strlower(UnitName("target")) ~= strlower(this.unitname) then if player then TargetUnit("player")