diff options
Diffstat (limited to 'npc/003-0-1/professor.txt')
-rw-r--r-- | npc/003-0-1/professor.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0-1/professor.txt b/npc/003-0-1/professor.txt index 94a1e057f..5529e4632 100644 --- a/npc/003-0-1/professor.txt +++ b/npc/003-0-1/professor.txt @@ -11,7 +11,7 @@ mesn; mesq l("Sit on the rug in front of me and learn wisdom! Maybe you'll learn something this way."); if (AFKING) - mesc l("Thus far, you've heard about %d hours and %d minutes of wisdom.", AFKING/1200, AFKING%1200/60); + mesc l("Thus far, you've heard about %d hours and %d minutes of wisdom.", AFKING/1200, AFKING%1200/60*3); if (!TUTORIAL) close; next; mes ".:: AFK EXP AREA ::."; |