diff options
Diffstat (limited to 'npc/012-5/nicholas.txt')
-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 dddeabbd8..78ac16a47 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -124,7 +124,7 @@ L_Weapon: case 1: goto L_Menu; case 2: - blacksmith_create(WoodenLog, 45, RawLog, 5, WoodenSword, 4500); + blacksmith_create(WoodenLog, 35, RawLog, 5, WoodenSword, 4500); break; case 3: blacksmith_create(CopperIngot, 18, TinIngot, 2, BronzeGladius, 5000); |