diff options
Diffstat (limited to 'npc/017-5')
-rw-r--r-- | npc/017-5/silversmith.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-5/silversmith.txt b/npc/017-5/silversmith.txt index f0e1e850d..517e7b3da 100644 --- a/npc/017-5/silversmith.txt +++ b/npc/017-5/silversmith.txt @@ -74,7 +74,7 @@ L_Menu: blacksmith_create(SilverIngot, 12, Coal, 8, MiereCleaver, 20000); break; case 5: - blacksmith_create(SilverIngot, 27, Coal, 20, BroadSword, 50000); + blacksmith_create(SilverIngot, 27, Coal, 20, Broadsword, 50000); break; } close; |