diff options
Diffstat (limited to 'npc/017-4/pihro.txt')
-rw-r--r-- | npc/017-4/pihro.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/017-4/pihro.txt b/npc/017-4/pihro.txt index ab9b29b51..ed8de51d6 100644 --- a/npc/017-4/pihro.txt +++ b/npc/017-4/pihro.txt @@ -20,10 +20,10 @@ .@price=getarg(1); .@base1=LeadIngot; .@amon1=getarg(2); - .@base2=getarg(2,0); - .@amon2=getarg(3,0); - .@base3=getarg(4,0); - .@amon3=getarg(5,0); + .@base2=getarg(3,0); + .@amon2=getarg(4,0); + .@base3=getarg(5,0); + .@amon3=getarg(6,0); mesn; mesq l("Do you want to craft @@? For that I will need:", getitemlink(.@prize)); |