summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf4
-rw-r--r--npc/012-1/shoppakep.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index f3c95f6eb..8faf6c255 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -8121,8 +8121,8 @@ item_db: (
AegisName: "CottonTrousers"
Name: "Cotton Trousers"
Type: "IT_ARMOR"
- Buy: 1200
- Sell: 250
+ Buy: 12000
+ Sell: 2500
Weight: 25
Def: 22
Slots: 1
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;