diff options
Diffstat (limited to 'npc/003-1/shop.txt')
-rw-r--r-- | npc/003-1/shop.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt index ce74730eb..1abed4e68 100644 --- a/npc/003-1/shop.txt +++ b/npc/003-1/shop.txt @@ -8,7 +8,7 @@ OnInit: tradertype(NST_MARKET); sellitem YellowCottonDye, -1, 3; - sellitem SmallKnife, -1, 5; + sellitem Knife, -1, 5; sellitem Arrow, -1, 30000; sellitem DesertHat, -1, 10; sellitem Bread, -1, 15; @@ -19,7 +19,7 @@ OnInit: OnClock0000: restoreshopitem YellowCottonDye, 3; - restoreshopitem SmallKnife, 5; + restoreshopitem Knife, 5; restoreshopitem Arrow, 30000; restoreshopitem DesertHat, 10; restoreshopitem Bread, 15; |