diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-30 16:08:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-30 16:08:43 -0300 |
commit | 9e8b0b8ac77c11edb20fca419192c7466a8a56f1 (patch) | |
tree | 79b072b6a8474bca4d7b081be3c76e4813395d0e /npc | |
parent | 88aaf2154475ef7c9d0e411b06d52d82c3c177e0 (diff) | |
download | serverdata-9e8b0b8ac77c11edb20fca419192c7466a8a56f1.tar.gz serverdata-9e8b0b8ac77c11edb20fca419192c7466a8a56f1.tar.bz2 serverdata-9e8b0b8ac77c11edb20fca419192c7466a8a56f1.tar.xz serverdata-9e8b0b8ac77c11edb20fca419192c7466a8a56f1.zip |
Lower Cotton Trouser price from 90k to 80k, update item db
Still too high but need better equipment for saner prices
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-1/shoppakep.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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; |