9131543caae0f7628c092d2deda3416320c825f1
[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);