diff options
-rw-r--r-- | npc/009-3/dangrostra.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/009-3/dangrostra.txt b/npc/009-3/dangrostra.txt index 055bc7930..b2e77dda0 100644 --- a/npc/009-3/dangrostra.txt +++ b/npc/009-3/dangrostra.txt @@ -46,6 +46,8 @@ OnInit: // Arrows (common) sellitem Arrow, -1, 200; sellitem IronArrow, -1, 90; + sellitem ArrowAmmoBox, -1, 2; + sellitem IronAmmoBox, -1, 1; end; @@ -62,6 +64,8 @@ OnClock0800: OnClock2000: restoreshopitem Arrow, -1, 200; restoreshopitem IronArrow, -1, 90; + restoreshopitem ArrowAmmoBox, -1, 2; + restoreshopitem IronAmmoBox, -1, 1; } |