From b132e3e2b58c846df06202b8459c00a35bc813d9 Mon Sep 17 00:00:00 2001 From: Adrian Lund-Lange Date: Sat, 7 Jan 2012 15:21:32 +0100 Subject: [PATCH] Fix the standing tag --- oUF_Reputation.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oUF_Reputation.lua b/oUF_Reputation.lua index 77137e8..8ac3a6d 100644 --- a/oUF_Reputation.lua +++ b/oUF_Reputation.lua @@ -17,7 +17,7 @@ for tag, func in pairs({ end, ['standing'] = function() local _, standing = GetWatchedFactionInfo() - return standing + return GetText('FACTION_STANDING_LABEL' .. standing, UnitSex('player')) end, ['reputation'] = function() return GetWatchedFactionInfo() -- 1.7.9.5