diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-12 18:26:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-12 18:26:32 -0300 |
commit | 1bd4cc9901acbab05f36402bfdbb96c2578cf2d3 (patch) | |
tree | c659a3547d49d0099714edd577f48330f7fa68d5 /npc/012-1/estate.txt | |
parent | a128a876e368e86cf6075bbd1ff8a7779c30ef20 (diff) | |
download | serverdata-1bd4cc9901acbab05f36402bfdbb96c2578cf2d3.tar.gz serverdata-1bd4cc9901acbab05f36402bfdbb96c2578cf2d3.tar.bz2 serverdata-1bd4cc9901acbab05f36402bfdbb96c2578cf2d3.tar.xz serverdata-1bd4cc9901acbab05f36402bfdbb96c2578cf2d3.zip |
Remove unused NPC variable .time, and merge estate2 on main estate files
They're not THAT huge anymore to justify their own file
Diffstat (limited to 'npc/012-1/estate.txt')
-rw-r--r-- | npc/012-1/estate.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/012-1/estate.txt b/npc/012-1/estate.txt index 69493dc18..6e8b455f6 100644 --- a/npc/012-1/estate.txt +++ b/npc/012-1/estate.txt @@ -53,7 +53,6 @@ OnInit: // Estate Settings .id=1; // Estate ID .price=120000; // Monthly rent price. Renew is only 70% from this value. - .time=60*60*24*30; // How long last default rent time. In future could consider month. end; } |