diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-13 15:36:26 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-13 15:36:26 -0200 |
commit | bb5ad9831b2172a0609dd32157d761cf39d2e7b7 (patch) | |
tree | 736263579b81b1a375895c3188ceabceea5feafb /npc | |
parent | 2f0603be6a4af994add75d34bc9c076b22d34015 (diff) | |
download | serverdata-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
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-6/morgan.txt | 4 |
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; } |