git
/
wowui.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
9f42c24 - Use constant time jump table
[wowui.git]
/
OmaRF
/
PlayerFrameHooks.lua
diff --git
a/OmaRF/PlayerFrameHooks.lua
b/OmaRF/PlayerFrameHooks.lua
index
9131543
..
8101306
100644
(file)
--- a/
OmaRF/PlayerFrameHooks.lua
+++ b/
OmaRF/PlayerFrameHooks.lua
@@
-1,5
+1,5
@@
hooksecurefunc("UnitFramePortrait_Update", function(self)
if self.unit == "player" then
hooksecurefunc("UnitFramePortrait_Update", function(self)
if self.unit == "player" then
- SetPortraitToTexture(self.portrait, "Interface\\ICONS\\
6BF_Blackrock_Nova
");
+ SetPortraitToTexture(self.portrait, "Interface\\ICONS\\
ClassIcon_Paladin
");
end
end);
end
end);