From 11f2caefe8791942c9d4dd0faabaeb4eff4b5437 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 12 Dec 2022 21:53:52 -0300 Subject: Fix typo on Charles reported by spencing --- npc/009-1/charles.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/npc/009-1/charles.txt b/npc/009-1/charles.txt index d3cdf3e21..70c9dab23 100644 --- a/npc/009-1/charles.txt +++ b/npc/009-1/charles.txt @@ -166,10 +166,10 @@ L_Review: mes ""; mesn; mes l("Here's what I need:"); - mes l("@@/30 @@", countitem(CoinBag), getitemlink(CoinBag)); - mes l("@@/5 @@", countitem(EmptyBottle), getitemlink(EmptyBottle)); - mes l("@@/2 @@", countitem(Dagger), getitemlink(Dagger)); - mes l("@@/1 @@", countitem(LeatherShield), getitemlink(LeatherShield)); + mes l("@@/@@ @@", countitem(CoinBag), 25, getitemlink(CoinBag)); + mes l("@@/@@ @@", countitem(EmptyBottle), 5, getitemlink(EmptyBottle)); + mes l("@@/@@ @@", countitem(Dagger), 2, getitemlink(Dagger)); + mes l("@@/@@ @@", countitem(LeatherShield), 1, getitemlink(LeatherShield)); mes l("@@/6000 GP", Zeny); close; -- cgit v1.2.3-60-g2f50