diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-13 17:36:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-13 17:36:44 -0300 |
commit | 7a3255b162221fb3fab4a91eea6af10b76b1e658 (patch) | |
tree | ffc6bd152c8af6fa8fba77cba2adfa759957bd38 /npc/017-1/shops.txt | |
parent | e8b137e5530d459554e9fe31ee784fe7af208986 (diff) | |
download | serverdata-7a3255b162221fb3fab4a91eea6af10b76b1e658.tar.gz serverdata-7a3255b162221fb3fab4a91eea6af10b76b1e658.tar.bz2 serverdata-7a3255b162221fb3fab4a91eea6af10b76b1e658.tar.xz serverdata-7a3255b162221fb3fab4a91eea6af10b76b1e658.zip |
Drueme stock change
Diffstat (limited to 'npc/017-1/shops.txt')
-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! |