summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-13 15:36:26 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-13 15:36:26 -0200
commitbb5ad9831b2172a0609dd32157d761cf39d2e7b7 (patch)
tree736263579b81b1a375895c3188ceabceea5feafb
parent2f0603be6a4af994add75d34bc9c076b22d34015 (diff)
downloadserverdata-bb5ad9831b2172a0609dd32157d761cf39d2e7b7.tar.gz
serverdata-bb5ad9831b2172a0609dd32157d761cf39d2e7b7.tar.bz2
serverdata-bb5ad9831b2172a0609dd32157d761cf39d2e7b7.tar.xz
serverdata-bb5ad9831b2172a0609dd32157d761cf39d2e7b7.zip
Nominal CottonCloth buy price is the same as Morgan, change morgan to auto-price
-rw-r--r--npc/005-6/morgan.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/005-6/morgan.txt b/npc/005-6/morgan.txt
index 01911d92b..4e0cf67a8 100644
--- a/npc/005-6/morgan.txt
+++ b/npc/005-6/morgan.txt
@@ -106,7 +106,7 @@ L_Cheat:
OnInit:
tradertype(NST_MARKET);
- sellitem CottonCloth, 200, 7;
+ sellitem CottonCloth, -1, 7;
sellitem Fungus, -1, 10;
sellitem Bread, -1, 15;
@@ -118,7 +118,7 @@ OnClock0556:
OnClock1201:
OnClock1759:
OnClock0003:
- restoreshopitem CottonCloth, 200, 7;
+ restoreshopitem CottonCloth, -1, 7;
restoreshopitem Fungus, -1, 10;
restoreshopitem Bread, -1, 15;
}