From 1bb0030de85348f7feb9a106162fd64dc4427116 Mon Sep 17 00:00:00 2001 From: Ackis Date: Tue, 21 Oct 2008 15:59:26 +0000 Subject: [PATCH] Fix typo --- ARLFrame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index 3538c81..9fb4b22 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -138,7 +138,7 @@ function ReDisplay( ) pbMax = playerData.totalRecipes -- We're removing filtered recipes from the final count else - pbMax = playerData.totalRecipes - playerData.filteredRecipes + playerdata.foundRecipes + pbMax = playerData.totalRecipes - playerData.filteredRecipes + playerData.foundRecipes end ARL_ProgressBar:SetMinMaxValues( pbMin, pbMax) ARL_ProgressBar:SetValue( pbCur ) -- 1.7.9.5