25 Sort Char names

His Dad [10-11-16 - 07:03]
25 Sort Char names
Filename
history.lua
diff --git a/history.lua b/history.lua
index edf8c87..515d91a 100644
--- a/history.lua
+++ b/history.lua
@@ -97,7 +97,7 @@ function load_history()
 	local name,points,description,completed,adate,atime
   local cat
   local count = 0
-	for i = 1,1800 do
+	for i = 1,2000 do
 		name,description,points,_,completed,adate,atime= GetAchievementInfo(i)
 		if completed then
 			cat,_,_ =GetCategoryInfoFromAchievementId(i)