Quantcast

Fix the standing tag

Adrian Lund-Lange [01-07-12 - 14:21]
Fix the standing tag
Filename
oUF_Reputation.lua
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()