diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-03-19 21:36:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-03-19 21:36:51 -0300 |
commit | a73db31851dcf1c0a93ea1726f1d762e50f3eb4b (patch) | |
tree | c15f78956efd1f1c970f196ee4ba4ece4d47c2e9 /npc | |
parent | eb85f9ec43d4ba01ee9bbad6a2f9059bc9ce2d06 (diff) | |
download | serverdata-a73db31851dcf1c0a93ea1726f1d762e50f3eb4b.tar.gz serverdata-a73db31851dcf1c0a93ea1726f1d762e50f3eb4b.tar.bz2 serverdata-a73db31851dcf1c0a93ea1726f1d762e50f3eb4b.tar.xz serverdata-a73db31851dcf1c0a93ea1726f1d762e50f3eb4b.zip |
Fix a broken display
Diffstat (limited to 'npc')
-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 ::."; |