7b95a32 - Add role icon
[wowui.git] / OmaRF / PlayerFrameHooks.lua
index 9131543..8101306 100644 (file)
@@ -1,5 +1,5 @@
 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);