hooksecurefunc("UnitFramePortrait_Update", function(self)
if self.unit == "player" then
- SetPortraitToTexture(self.portrait, "Interface\\ICONS\\6BF_Blackrock_Nova");
+ SetPortraitToTexture(self.portrait, "Interface\\ICONS\\ClassIcon_Paladin");
end
end);