diff options
-rw-r--r-- | npc/017-1/shops.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/017-1/shops.txt b/npc/017-1/shops.txt index 2e087ea40..db1c611ce 100644 --- a/npc/017-1/shops.txt +++ b/npc/017-1/shops.txt @@ -58,13 +58,17 @@ OnInit: sellitem TrainingWand, -1, 3; sellitem NoviceWand, -1, 2; - sellitem ApprenticeWand, -1, 1; + restoreshopitem ArrowAmmoBox, -1, 5; + restoreshopitem IronAmmoBox, -1, 2; end; OnSun0346: restoreshopitem TrainingWand, -1, 3; restoreshopitem NoviceWand, -1, 2; - restoreshopitem ApprenticeWand, -1, 1; +OnClock0848: +OnClock2023: + restoreshopitem ArrowAmmoBox, -1, 5; + restoreshopitem IronAmmoBox, -1, 2; end; // Pay your taxes! |