diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-25 23:47:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-25 23:47:44 -0300 |
commit | 7b6831e33a4ef1500199ef84637261e91256c716 (patch) | |
tree | 96c696e942d1daa7857c762be7df90a8c60bf954 /npc/017-1/shops.txt | |
parent | 7c973b8c943ddd39720bb03c3ccb28216b5dd1f0 (diff) | |
download | serverdata-7b6831e33a4ef1500199ef84637261e91256c716.tar.gz serverdata-7b6831e33a4ef1500199ef84637261e91256c716.tar.bz2 serverdata-7b6831e33a4ef1500199ef84637261e91256c716.tar.xz serverdata-7b6831e33a4ef1500199ef84637261e91256c716.zip |
Supply basic arrows to LoF Village. Correct typo. Minor adjustment to Evil Scythe.
Diffstat (limited to 'npc/017-1/shops.txt')
-rw-r--r-- | npc/017-1/shops.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/017-1/shops.txt b/npc/017-1/shops.txt index ec30f6422..acda66d8a 100644 --- a/npc/017-1/shops.txt +++ b/npc/017-1/shops.txt @@ -23,12 +23,14 @@ OnInit: sellitem YellowDye, -1, 1; sellitem CottonCloth, -1, 3; + sellitem ArrowAmmoBox, -1, 5; end; OnClock1250: OnClock0112: restoreshopitem YellowDye, -1, 1; restoreshopitem CottonCloth, -1, 3; + restoreshopitem ArrowAmmoBox, -1, 5; end; } |