diff options
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; } |