diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-29 16:24:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-29 16:24:36 -0300 |
commit | 0433e2d988e6d93b36475a6451b25b3c9e19cb03 (patch) | |
tree | 9b19e66f0f497ee5d9919ec81f1ad4e82371bf32 /npc/012-1 | |
parent | 18ead20a9a08e1d7656df5bfe14df39cabba266d (diff) | |
download | serverdata-0433e2d988e6d93b36475a6451b25b3c9e19cb03.tar.gz serverdata-0433e2d988e6d93b36475a6451b25b3c9e19cb03.tar.bz2 serverdata-0433e2d988e6d93b36475a6451b25b3c9e19cb03.tar.xz serverdata-0433e2d988e6d93b36475a6451b25b3c9e19cb03.zip |
Cut Real Estate prices in half.
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/estate.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/estate.txt b/npc/012-1/estate.txt index 6e8b455f6..96912a82b 100644 --- a/npc/012-1/estate.txt +++ b/npc/012-1/estate.txt @@ -52,7 +52,7 @@ OnInit: // Estate Settings .id=1; // Estate ID - .price=120000; // Monthly rent price. Renew is only 70% from this value. + .price=60000; // Monthly rent price. Renew is only 70% from this value. end; } |