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 589611c77..dddeabbd8 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -133,7 +133,7 @@ L_Weapon: blacksmith_create(IronIngot, 8, Coal, 12, BugSlayer, 10000); break; case 5: - blacksmith_create(IronIngot, 14, Coal, 18, ShortGladius, 15000); + blacksmith_create(IronIngot, 12, Coal, 16, ShortGladius, 15000); break; } goto L_Weapon; |