diff options
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 bf93b9e58..b23d567c5 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -121,7 +121,7 @@ L_Weapon: case 1: goto L_Menu; case 2: - blacksmith_create(WoodenLog, 55, RawLog, 25, WoodenSword, 4500); + blacksmith_create(WoodenLog, 45, RawLog, 5, WoodenSword, 4500); break; case 3: blacksmith_create(CopperIngot, 18, TinIngot, 2, BronzeGladius, 5000); |