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