diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-09 14:38:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-09 14:38:33 -0300 |
commit | 0f89f0f5fd41e1043e3b55246b921613d57f7c64 (patch) | |
tree | 18c9ad78e40aa4c56bbe393c9f69b3c985b52a12 /npc/001-2-27 | |
parent | c2f745288da7305d12b73c49bb92f1f3994766a4 (diff) | |
download | serverdata-jesusalva/arrowshop.tar.gz serverdata-jesusalva/arrowshop.tar.bz2 serverdata-jesusalva/arrowshop.tar.xz serverdata-jesusalva/arrowshop.zip |
[skip ci] Plan B - 3 Gp the arrow.jesusalva/arrowshop
Diffstat (limited to 'npc/001-2-27')
-rw-r--r-- | npc/001-2-27/shop.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-2-27/shop.txt b/npc/001-2-27/shop.txt index 84234be0..c942eef5 100644 --- a/npc/001-2-27/shop.txt +++ b/npc/001-2-27/shop.txt @@ -41,7 +41,7 @@ OnInit: sellitem PiouSlayer, -1, 50; sellitem TrainingGladius, -1, 25; sellitem WoodenSword, -1, 50; - sellitem TrainingArrow, 1, 20000; + sellitem TrainingArrow, -1, 20000; .sex = G_OTHER; .distance = 2; @@ -59,6 +59,6 @@ OnClock01600: restoreshopitem PiouSlayer, 25; restoreshopitem TrainingGladius, 8; restoreshopitem WoodenSword, 25; - restoreshopitem TrainingArrow, 20000, 1; + restoreshopitem TrainingArrow, 20000; end; } |