From 9e8b0b8ac77c11edb20fca419192c7466a8a56f1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 30 Aug 2019 16:08:43 -0300 Subject: Lower Cotton Trouser price from 90k to 80k, update item db Still too high but need better equipment for saner prices --- npc/012-1/shoppakep.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/012-1/shoppakep.txt b/npc/012-1/shoppakep.txt index 2ee13acc2..a55e36554 100644 --- a/npc/012-1/shoppakep.txt +++ b/npc/012-1/shoppakep.txt @@ -35,7 +35,7 @@ OnInit: sellitem CottonSkirt, 100000, 1; sellitem MiniSkirt, 100000, 1; sellitem ShortTankTop, 100000, 1; - sellitem CottonTrousers, 90000, 1; + sellitem CottonTrousers, 80000, 1; sellitem CottonGloves, 20000, 1; sellitem CottonBoots, 10000, 1; @@ -56,7 +56,7 @@ OnClock0546: restoreshopitem CottonSkirt, 100000, 1; restoreshopitem MiniSkirt, 100000, 1; restoreshopitem ShortTankTop, 100000, 1; - restoreshopitem CottonTrousers, 90000, 1; + restoreshopitem CottonTrousers, 80000, 1; restoreshopitem CottonGloves, 20000, 1; restoreshopitem CottonBoots, 10000, 1; -- cgit v1.2.3-60-g2f50