diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-15 21:40:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-15 21:40:15 -0300 |
commit | 1e21660e3e678a2c9d4d1d1aebd127a1c65072c4 (patch) | |
tree | 146da2dd089c49c2a041ce48652e70fbd361b386 /npc/009-3/dangrostra.txt | |
parent | 6a692a57c31eb28f9f7e125d032d73a664de702e (diff) | |
download | serverdata-1e21660e3e678a2c9d4d1d1aebd127a1c65072c4.tar.gz serverdata-1e21660e3e678a2c9d4d1d1aebd127a1c65072c4.tar.bz2 serverdata-1e21660e3e678a2c9d4d1d1aebd127a1c65072c4.tar.xz serverdata-1e21660e3e678a2c9d4d1d1aebd127a1c65072c4.zip |
Fix some prices
Diffstat (limited to 'npc/009-3/dangrostra.txt')
-rw-r--r-- | npc/009-3/dangrostra.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/009-3/dangrostra.txt b/npc/009-3/dangrostra.txt index cb56ac079..a6e9c6af2 100644 --- a/npc/009-3/dangrostra.txt +++ b/npc/009-3/dangrostra.txt @@ -38,7 +38,7 @@ OnInit: tradertype(NST_MARKET); // Bows (rare) - sellitem ShortBow, 15200, 1; + sellitem ShortBow, 10200, 1; sellitem WoodenBow, 6800, 1; // Misc (uncommon) sellitem SharpKnife, -1, 1; @@ -54,7 +54,7 @@ OnInit: end; OnClock0001: - restoreshopitem ShortBow, 15200, 1; + restoreshopitem ShortBow, 10200, 1; OnClock1200: restoreshopitem WoodenBow, 6800, 1; OnClock0400: |