diff options
Diffstat (limited to 'npc/017-5')
-rw-r--r-- | npc/017-5/nahrec.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/017-5/nahrec.txt b/npc/017-5/nahrec.txt index 538bed376..eab5ed333 100644 --- a/npc/017-5/nahrec.txt +++ b/npc/017-5/nahrec.txt @@ -71,7 +71,7 @@ function NahrecMain { switch (@menu) { case 1: mesn; - mesq ("For %d GP I'll teach you, do we have a deal?", fnum(30000)); + mesq l("For %d GP I'll teach you, do we have a deal?", fnum(30000)); next; if (askyesno() == ASK_YES && Zeny > 30000) { mes ""; @@ -84,7 +84,7 @@ function NahrecMain { break; case 2: mesn; - mesq ("For %d GP I'll teach you, do we have a deal?", fnum(200000)); + mesq l("For %d GP I'll teach you, do we have a deal?", fnum(200000)); next; if (askyesno() == ASK_YES && Zeny > 200000) { mes ""; |