diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-5/nicholas.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index ef6c84abc..4d9c16917 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -125,10 +125,10 @@ L_Weapon: blacksmith_create(CopperIngot, 18, TinIngot, 2, BronzeGladius, 5000); break; case 4: - blacksmith_create(IronIngot, 12, Coal, 8, BugSlayer, 10000); + blacksmith_create(IronIngot, 8, Coal, 12, BugSlayer, 10000); break; case 5: - blacksmith_create(IronIngot, 22, Coal, 18, ShortGladius, 15000); + blacksmith_create(IronIngot, 14, Coal, 18, ShortGladius, 15000); break; } goto L_Weapon; |