diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-03 19:24:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-03 19:24:06 -0300 |
commit | 7995e7df4e9a1582e59530621c8d50c61617bb5d (patch) | |
tree | a29d6fc83e5834514f4eb29756cf37f280591180 /npc | |
parent | 73b290e632012139ceedab688c2af4a7da1856bd (diff) | |
download | serverdata-7995e7df4e9a1582e59530621c8d50c61617bb5d.tar.gz serverdata-7995e7df4e9a1582e59530621c8d50c61617bb5d.tar.bz2 serverdata-7995e7df4e9a1582e59530621c8d50c61617bb5d.tar.xz serverdata-7995e7df4e9a1582e59530621c8d50c61617bb5d.zip |
Leather Quiver is based on Cotton Cloth, not Titanium Ingot (I mean, WHAT)
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-5/nicholas.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index b1a6073e4..5fce87e66 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -211,7 +211,7 @@ L_Quiver: case 1: goto L_Menu; case 2: - blacksmith_create(LeatherPatch, 35, TitaniumIngot, 1, LeatherQuiver, 2000); + blacksmith_create(LeatherPatch, 35, CottonCloth, 5, LeatherQuiver, 2000); break; case 3: blacksmith_create(IronIngot, 16, Coal, 21, IronQuiver, 3000); |