diff options
Diffstat (limited to 'npc/009-1')
-rw-r--r-- | npc/009-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/009-1/estate.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/009-1/_import.txt b/npc/009-1/_import.txt index abe8b2d99..36577f2be 100644 --- a/npc/009-1/_import.txt +++ b/npc/009-1/_import.txt @@ -3,6 +3,7 @@ "npc/009-1/_mobs.txt", "npc/009-1/_warps.txt", "npc/009-1/charles.txt", +"npc/009-1/estate.txt", "npc/009-1/fisherman.txt", "npc/009-1/foxhound.txt", "npc/009-1/guards.txt", diff --git a/npc/009-1/estate.txt b/npc/009-1/estate.txt index e9dd26c34..c8e31fd28 100644 --- a/npc/009-1/estate.txt +++ b/npc/009-1/estate.txt @@ -180,7 +180,7 @@ OnInit: // Estate Settings .id=1; // Estate ID - .price=120000; // Monthly rent price + .price=40000; // Monthly rent price .time=60*60*24*30; // How long last default rent time. In future could consider month. end; |