6f9efe3 - Remove font option
[wowui.git] / OmaRF / PlayerFrameHooks.lua
1 hooksecurefunc("UnitFramePortrait_Update", function(self)
2     if self.unit == "player" then
3         SetPortraitToTexture(self.portrait, "Interface\\ICONS\\6BF_Blackrock_Nova");
4     end
5 end);