diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-11 14:37:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-11 14:37:13 -0300 |
commit | f445b8e5d0e7cdec1438a07ff769db52a070295b (patch) | |
tree | 1ef5accdef640e490cc48df46078229f0e5bf960 /npc/003-1/ninathetraveler.txt | |
parent | fa9907d2ee9508e35b3e00716b9919902b86b6cd (diff) | |
download | serverdata-f445b8e5d0e7cdec1438a07ff769db52a070295b.tar.gz serverdata-f445b8e5d0e7cdec1438a07ff769db52a070295b.tar.bz2 serverdata-f445b8e5d0e7cdec1438a07ff769db52a070295b.tar.xz serverdata-f445b8e5d0e7cdec1438a07ff769db52a070295b.zip |
All restoreshopitem now for three args
Diffstat (limited to 'npc/003-1/ninathetraveler.txt')
-rw-r--r-- | npc/003-1/ninathetraveler.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/ninathetraveler.txt b/npc/003-1/ninathetraveler.txt index d08ccde83..5ac94fac7 100644 --- a/npc/003-1/ninathetraveler.txt +++ b/npc/003-1/ninathetraveler.txt @@ -149,8 +149,8 @@ OnInit: OnClock0000: OnClock1200: - restoreshopitem CherryCake, 3; - restoreshopitem ChocolateMouboo, 2; + restoreshopitem CherryCake, 300, 3; + restoreshopitem ChocolateMouboo, 5000, 2; end; } |