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 eec6cfea4..a5455dee4 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -188,7 +188,7 @@ L_Shield: blacksmith_create(WoodenLog, 40, LeatherPatch, 2, WoodenShield, 500); break; case 3: - blacksmith_create(IronIngot, 14, TitaniumIngot, 2, BladeShield, 1500); + blacksmith_create(IronIngot, 14, TinIngot, 4, BladeShield, 1500); break; case 4: blacksmith_create(CopperIngot, 18, TinIngot, 2, BraknarShield, 8000); |