diff options
-rw-r--r-- | npc/017-1/estate.txt | 2 | ||||
-rw-r--r-- | npc/017-1/estate2.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/017-1/estate.txt b/npc/017-1/estate.txt index b8e9118ab..95155bda5 100644 --- a/npc/017-1/estate.txt +++ b/npc/017-1/estate.txt @@ -180,7 +180,7 @@ OnInit: // Estate Settings .id=2; // Estate ID - .price=140000; // Monthly rent price + .price=80000; // Monthly rent price .time=60*60*24*30; // How long last default rent time. In future could consider month. end; diff --git a/npc/017-1/estate2.txt b/npc/017-1/estate2.txt index bf5fc1856..69dfcd777 100644 --- a/npc/017-1/estate2.txt +++ b/npc/017-1/estate2.txt @@ -180,7 +180,7 @@ OnInit: // Estate Settings .id=3; // Estate ID - .price=180000; // Monthly rent price + .price=120000; // Monthly rent price .time=60*60*24*30; // How long last default rent time. In future could consider month. end; |