git
/
wowui.git
/ blob
810130609a1f4d54cd14fa63e59f178adfe4dd72
[wowui.git]
/
OmaRF
/
PlayerFrameHooks.lua
1
hooksecurefunc("UnitFramePortrait_Update", function(self)
2
if self.unit == "player" then
3
SetPortraitToTexture(self.portrait, "Interface\\ICONS\\ClassIcon_Paladin");
4
end
5
end);