X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/a7e766ac6a22d25458433393b900e5f9a4def266..9f42c246e7cad727813489286e25a68c17a64598:/OmaRF/PlayerFrameHooks.lua diff --git a/OmaRF/PlayerFrameHooks.lua b/OmaRF/PlayerFrameHooks.lua index 9131543..8101306 100644 --- a/OmaRF/PlayerFrameHooks.lua +++ b/OmaRF/PlayerFrameHooks.lua @@ -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);