diff options
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; } |