diff options
Diffstat (limited to 'npc/015-2/ben.txt')
-rw-r--r-- | npc/015-2/ben.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/015-2/ben.txt b/npc/015-2/ben.txt index bbd5b1553..bbe2405d1 100644 --- a/npc/015-2/ben.txt +++ b/npc/015-2/ben.txt @@ -103,7 +103,7 @@ L_Menu: next; mesn; mesq l("Do you want me to teach you how to improve an existing skill with MAGIC? There are no better mages than Mouboos!"); - mesc l("You also need @@/@@ Mob Points to improve thief skills.", format_number(Mobpt), 1000); + mesc l("You also need @@/@@ Mob Points to improve thief skills.", 1000, format_number(Mobpt)); if (Mobpt < 1000) close; next; |