diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-12 23:25:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-12 23:25:08 -0300 |
commit | f7990ef567bcbce56873b36789ec529185aa9ab5 (patch) | |
tree | 7b6b357d225b6d1a282b086f24e779f98542461e /npc/017-4/pihro.txt | |
parent | 15bb58124199c60160f1dd81d6702b2dc212d5d5 (diff) | |
download | serverdata-f7990ef567bcbce56873b36789ec529185aa9ab5.tar.gz serverdata-f7990ef567bcbce56873b36789ec529185aa9ab5.tar.bz2 serverdata-f7990ef567bcbce56873b36789ec529185aa9ab5.tar.xz serverdata-f7990ef567bcbce56873b36789ec529185aa9ab5.zip |
Correct typo
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)); |