diff options
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/shoppakep.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/012-1/shoppakep.txt b/npc/012-1/shoppakep.txt index 13fb8f360..8c5f4ba17 100644 --- a/npc/012-1/shoppakep.txt +++ b/npc/012-1/shoppakep.txt @@ -27,11 +27,11 @@ OnInit: sleep(SHOPWAIT); tradertype(NST_MARKET); - sellitem CottonTrousers, 80000, 1; - sellitem CottonSkirt, 40000, 1; - sellitem MiniSkirt, 35000, 1; - sellitem ShortTankTop, 20000, 1; - sellitem CottonGloves, 20000, 1; + sellitem CottonTrousers, 10000, 1; + sellitem CottonSkirt, 5000, 1; + sellitem MiniSkirt, 5000, 1; + sellitem ShortTankTop, 2000, 1; + sellitem CottonGloves, 15000, 1; sellitem CottonBoots, 10000, 1; sellitem PinkieLeg, 500, 1; |