diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-04 15:09:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-04 15:09:12 -0300 |
commit | 4ace6c940b0d0fbacb63b788849674f7a46f8bef (patch) | |
tree | 12167c41948f27c7a8e4ad781854e6dcceab4dd4 /npc | |
parent | f5978f9a14ca1f693489fc6ef715e822aef86f75 (diff) | |
download | serverdata-4ace6c940b0d0fbacb63b788849674f7a46f8bef.tar.gz serverdata-4ace6c940b0d0fbacb63b788849674f7a46f8bef.tar.bz2 serverdata-4ace6c940b0d0fbacb63b788849674f7a46f8bef.tar.xz serverdata-4ace6c940b0d0fbacb63b788849674f7a46f8bef.zip |
Fix bug on Dang Rostra
Diffstat (limited to 'npc')
-rw-r--r-- | npc/009-1/dangrostra.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/009-1/dangrostra.txt b/npc/009-1/dangrostra.txt index 1e8dc8228..e58bd65c7 100644 --- a/npc/009-1/dangrostra.txt +++ b/npc/009-1/dangrostra.txt @@ -44,8 +44,8 @@ OnInit: sellitem EmptyBottle, -1, 1; // You can buy some empty bottles here, but they're scarse sellitem BlueDye, -1, 1; // Arrows (common) - sellitem Arrow, -1, 250; - sellitem IronArrow, -1, 110; + sellitem Arrow, -1, 200; + sellitem IronArrow, -1, 90; end; |