diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-11 12:43:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-11 12:43:43 -0300 |
commit | ffd7cd37034bb49d535edc5ea25f3879561748f3 (patch) | |
tree | 60ef279c9ee3c82118d21f91c7736af3079b50e0 /npc | |
parent | c1aadbebf249c0cada5ebb07fd4aabbd234b084d (diff) | |
download | serverdata-ffd7cd37034bb49d535edc5ea25f3879561748f3.tar.gz serverdata-ffd7cd37034bb49d535edc5ea25f3879561748f3.tar.bz2 serverdata-ffd7cd37034bb49d535edc5ea25f3879561748f3.tar.xz serverdata-ffd7cd37034bb49d535edc5ea25f3879561748f3.zip |
Bread to Hurnscald shop
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-1/shoppakep.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/012-1/shoppakep.txt b/npc/012-1/shoppakep.txt index 64daf7f8b..c3b46efc7 100644 --- a/npc/012-1/shoppakep.txt +++ b/npc/012-1/shoppakep.txt @@ -40,6 +40,7 @@ OnInit: sellitem CottonBoots, 10000, 1; sellitem PinkieLeg, 500, 1; + sellitem Bread, -1, 50; sellitem Piberries, -1, 30; sellitem Plushroom, -1, 3; sellitem Chagashroom, -1, 3; @@ -60,6 +61,7 @@ OnClock0546: restoreshopitem CottonGloves, 20000, 1; restoreshopitem CottonBoots, 10000, 1; + restoreshopitem Bread, -1, 50; restoreshopitem Piberries, -1, 30; restoreshopitem Plushroom, -1, 3; restoreshopitem Chagashroom, -1, 3; |