summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/items/books.txt2
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;