git
/
wowui.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
d9a8d3f - Fix small issues, use StateDrivers instead of reimplementing
[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);