diff options
-rw-r--r-- | npc/003-1/shop.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt index 07c25bc69..65a2a1b03 100644 --- a/npc/003-1/shop.txt +++ b/npc/003-1/shop.txt @@ -7,7 +7,6 @@ OnInit: tradertype(NST_MARKET); - sellitem YellowDye, -1, 2; sellitem RoundLeatherShield, -1, 2; sellitem Knife, -1, 5; sellitem TrainingAmmoBox, -1, rand(2,5); @@ -30,7 +29,6 @@ OnClock0621: OnClock1210: OnClock1757: OnClock0001: - restoreshopitem YellowDye, 2; restoreshopitem RoundLeatherShield, 2; restoreshopitem Knife, 5; restoreshopitem TrainingAmmoBox, rand(2,5); |