summaryrefslogtreecommitdiff
path: root/npc/009-1/dangrostra.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-1/dangrostra.txt')
-rw-r--r--npc/009-1/dangrostra.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/009-1/dangrostra.txt b/npc/009-1/dangrostra.txt
index eb200c46b..207427abd 100644
--- a/npc/009-1/dangrostra.txt
+++ b/npc/009-1/dangrostra.txt
@@ -37,8 +37,8 @@ OnInit:
tradertype(NST_MARKET);
// Bows (rare)
- sellitem WoodenBow, -1, 1;
- sellitem ShortBow, -1, 1;
+ sellitem WoodenBow, 6800, 1;
+ sellitem ShortBow, 15200, 1;
// Misc (uncommon)
sellitem SharpKnife, -1, 1;
sellitem EmptyBottle, -1, 1; // You can buy some empty bottles here, but they're scarse
@@ -49,9 +49,9 @@ OnInit:
end;
OnClock0000:
- restoreshopitem ShortBow, -1, 1;
+ restoreshopitem ShortBow, 15200, 1;
OnClock1200:
- restoreshopitem WoodenBow, -1, 1;
+ restoreshopitem WoodenBow, 6800, 1;
OnClock0400:
OnClock1600:
restoreshopitem SharpKnife, -1, 1;