From 27ee4227a6abcbdf66891e46e661392f3b1c720e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 8 Apr 2018 17:30:16 -0300 Subject: Updates not noted --- npc/009-1/dangrostra.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/009-1/dangrostra.txt') 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; -- cgit v1.2.3-60-g2f50