8da63c0 - Add incoming res icon
[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);