diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-31 20:39:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-31 20:39:59 -0300 |
commit | c55932bb768e57739c8a65015216e9f94f8a7943 (patch) | |
tree | c4c1fc2352826bc57df0eac4a749d36fb65c4145 /npc/003-1/shop.txt | |
parent | 18ce8f0b54a2d7dfb76c3082ebbac970f3e66d76 (diff) | |
download | serverdata-c55932bb768e57739c8a65015216e9f94f8a7943.tar.gz serverdata-c55932bb768e57739c8a65015216e9f94f8a7943.tar.bz2 serverdata-c55932bb768e57739c8a65015216e9f94f8a7943.tar.xz serverdata-c55932bb768e57739c8a65015216e9f94f8a7943.zip |
Save pipelines
Diffstat (limited to 'npc/003-1/shop.txt')
-rw-r--r-- | npc/003-1/shop.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt index 37eb8a179..b6fd283d3 100644 --- a/npc/003-1/shop.txt +++ b/npc/003-1/shop.txt @@ -7,7 +7,7 @@ OnInit: tradertype(NST_MARKET); - sellitem YellowCottonDye, -1, 2; + sellitem YellowDye, -1, 2; sellitem Knife, -1, 5; sellitem Arrow, -1, 30000; sellitem DesertHat, -1, 8; @@ -24,7 +24,7 @@ OnClock0621: OnClock1210: OnClock1757: OnClock0000: - restoreshopitem YellowCottonDye, -1, 2; + restoreshopitem YellowDye, -1, 2; restoreshopitem Knife, -1, 5; restoreshopitem Arrow, -1, 30000; restoreshopitem DesertHat, -1, 8; |