diff options
-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 98dac1710..2957b2e47 100644 --- a/npc/015-2/ben.txt +++ b/npc/015-2/ben.txt @@ -25,7 +25,7 @@ L_Quest: if (THIEF_RANK == 0) goto L_Recruit; mesn; - mesq l("Hello there, @@, fear from the wealthy.", thiefrank()); + mesq l("Hello there, @@ the @@.", strcharinfo(0), thiefrank()); if (THIEF_RANK == 5) goto L_Menu; mesq l("I see you have collected some experience. Let me try to rank you up!"); next; |