Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
Fixed reputation update errors with oUF_Reputation loaded at max level.
Browse files Browse the repository at this point in the history
  • Loading branch information
jabernat committed Jan 12, 2015
1 parent bedcb64 commit 69408f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _Underscore.Units/_Underscore.Units.oUF.lua
Expand Up @@ -203,7 +203,8 @@ end
--- Recolors the reputation bar on update.
function NS:ReputationPostUpdate ( _, _, StandingID )
function NS:ReputationPostUpdate ( _, _, _, _, _, StandingID )
TEST=StandingID
self:SetStatusBarColor( unpack( Colors.reaction[ StandingID ] ) );
end
Expand Down

0 comments on commit 69408f9

Please sign in to comment.