diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/009-1/charles.txt | 8 |
1 files 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; |