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/005-4 | |
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/005-4')
-rw-r--r-- | npc/005-4/shop.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/005-4/shop.txt b/npc/005-4/shop.txt index 0cb69e54f..fbf8c6dfb 100644 --- a/npc/005-4/shop.txt +++ b/npc/005-4/shop.txt @@ -33,10 +33,10 @@ OnClock0602: OnClock1206: OnClock1811: OnClock0004: - restoreshopitem RoundLeatherShield, 2; - restoreshopitem SmallKnife, 5; - restoreshopitem TolchiArrow, 30000; - restoreshopitem LousyMoccasins, 4; - restoreshopitem TrainingBow, 3; + restoreshopitem RoundLeatherShield, -1, 2; + restoreshopitem SmallKnife, -1, 5; + restoreshopitem TolchiArrow, -1, 30000; + restoreshopitem LousyMoccasins, -1, 4; + restoreshopitem TrainingBow, -1, 3; } |