Hiding prestige icon

Hello,

I previously had some scripts that allowed me to hide the prestige icon on my player/target frames (I don’t like the clutter), however since the expansion came out they no longer seem to work. Any suggestions?

PlayerPrestigeBadge:SetAlpha(0)
PlayerPrestigePortrait:SetAlpha(0)
TargetFrameTextureFramePrestigeBadge:SetAlpha(0)
TargetFrameTextureFramePrestigePortrait:SetAlpha(0)
FocusFrameTextureFramePrestigeBadge:SetAlpha(0)
FocusFrameTextureFramePrestigePortrait:SetAlpha(0)

1 Like

An addon that shows what UI element correlates with what script would also be helpful if anyone has one