diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-29 18:48:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-29 18:48:00 -0300 |
commit | 71a12544aa2d43648021911a0f6011664966ab12 (patch) | |
tree | ef611b3e581d0e4c551a90e8c5ab5f73ba4ded8f /npc | |
parent | f68b541dfd491169ab3a8b2437e67fb68cae1cf9 (diff) | |
download | serverdata-71a12544aa2d43648021911a0f6011664966ab12.tar.gz serverdata-71a12544aa2d43648021911a0f6011664966ab12.tar.bz2 serverdata-71a12544aa2d43648021911a0f6011664966ab12.tar.xz serverdata-71a12544aa2d43648021911a0f6011664966ab12.zip |
Reduce quiver price a little
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 4d9c16917..280001085 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -170,7 +170,7 @@ L_Quiver: case 1: goto L_Menu; case 2: - blacksmith_create(LeatherPatch, 40, TitaniumIngot, 1, LeatherQuiver, 20000); + blacksmith_create(LeatherPatch, 35, TitaniumIngot, 1, LeatherQuiver, 20000); break; case 3: blacksmith_create(TerraniteOre, 210, Coal, 80, TerraniteQuiver, 30000); // TODO: Terranite Ingot |