From a73db31851dcf1c0a93ea1726f1d762e50f3eb4b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 19 Mar 2020 21:36:51 -0300 Subject: Fix a broken display --- npc/003-0-1/professor.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ::."; -- cgit v1.2.3-60-g2f50