diff options
Diffstat (limited to 'npc/012-5')
-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 1f50fe834..c600a099e 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -137,7 +137,7 @@ L_Weapon: blacksmith_create(CopperIngot, 18, TinIngot, 2, RealBronzeGladius, 500); break; case 6: - blacksmith_create(IronIngot, 28, TitaniumIngot, 12, Backsword, 4550); + blacksmith_create(IronIngot, 22, TitaniumIngot, 9, Backsword, 4550); break; } goto L_Weapon; |