diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-01 19:26:02 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-01 19:26:02 -0300 |
commit | 09510d786445ed82bc2a8725a4653b2638cb8ac6 (patch) | |
tree | 2420cef9104f7ace262b0c2d18bcfea9d53066ed /npc/005-5 | |
parent | 075a5c7d0f597f835fd0cd49de1bdb2cc38a3a0b (diff) | |
download | serverdata-09510d786445ed82bc2a8725a4653b2638cb8ac6.tar.gz serverdata-09510d786445ed82bc2a8725a4653b2638cb8ac6.tar.bz2 serverdata-09510d786445ed82bc2a8725a4653b2638cb8ac6.tar.xz serverdata-09510d786445ed82bc2a8725a4653b2638cb8ac6.zip |
All NST_MARKET shops should be restocking roughly every 6 hours.
Diffstat (limited to 'npc/005-5')
-rw-r--r-- | npc/005-5/nylo.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/005-5/nylo.txt b/npc/005-5/nylo.txt index 1f10c3746..5e1a041cb 100644 --- a/npc/005-5/nylo.txt +++ b/npc/005-5/nylo.txt @@ -186,6 +186,9 @@ OnInit: .distance = 4; end; +OnClock0600: +OnClock1200: +OnClock1800: OnClock0000: restoreshopitem Beer, 100; |