diff options
Diffstat (limited to 'npc/items')
-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 68a9ae56e..0932a6337 100644 --- a/npc/items/books.txt +++ b/npc/items/books.txt @@ -193,7 +193,7 @@ OnInit: next; break; case 3: - mesc l("You currently have @@/@@ subclass(es).", total_subclass(),(MAGIC_LVL/2)); + mesc l("You currently have @@/@@ subclass(es).", total_subclass(),max_subclass()); if (MAGIC_SUBCLASS & CL_PALADIN) mesc lg("* Paladin"); if (MAGIC_SUBCLASS & CL_TANKER) |