Skip to content

Commit

Permalink
fix ach date
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Jan 5, 2011
1 parent f9b31a0 commit 2d55613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DKPProfiler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function DKPPGetAchievements()
end

if comp == true then
catrec.date = M.."/"..D.."/"..Y;
catrec.date = M.."/"..D.."/"..(Y+2000);
end

if comp or numdone>0 then
Expand Down

0 comments on commit 2d55613

Please sign in to comment.