diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-08-01 06:39:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-08-01 06:39:58 -0300 |
commit | 95b12032c7a341281438cee2dda3078186ceb0ce (patch) | |
tree | 04616301ceb475396db7096318576d23f2917fda /npc/items/books.txt | |
parent | 6ba7175666386669dca3816b006deb5331b79bdb (diff) | |
download | serverdata-95b12032c7a341281438cee2dda3078186ceb0ce.tar.gz serverdata-95b12032c7a341281438cee2dda3078186ceb0ce.tar.bz2 serverdata-95b12032c7a341281438cee2dda3078186ceb0ce.tar.xz serverdata-95b12032c7a341281438cee2dda3078186ceb0ce.zip |
[skip ci] I love passing strings to %d, you see
Diffstat (limited to 'npc/items/books.txt')
-rw-r--r-- | npc/items/books.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/books.txt b/npc/items/books.txt index 14a2ee6e1..a2fc7acec 100644 --- a/npc/items/books.txt +++ b/npc/items/books.txt @@ -242,7 +242,7 @@ OnInit: mesc l("Current magic rank: %d", MAGIC_LVL); mesc l("You have @@/@@ magic skill points available.", b(sk_points()), sk_maxpoints()); - mesc l("Your current scholar rank: %s (%d Research Points)", + mesc l("Your current scholar rank: %s (%s Research Points)", academicrank(), fnum(MAGIC_RP)); ShowAbizit(true); next; |