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/009-1/estate.txt | |
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/009-1/estate.txt')
-rw-r--r-- | npc/009-1/estate.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/009-1/estate.txt b/npc/009-1/estate.txt index 5782f9f45..f530de108 100644 --- a/npc/009-1/estate.txt +++ b/npc/009-1/estate.txt @@ -52,7 +52,7 @@ OnInit: // Estate Settings .id=4; // Estate ID - .price=40000; // Monthly rent price + .price=20000; // Monthly rent price end; } @@ -128,7 +128,7 @@ OnInit: // Estate Settings .id=5; // Estate ID - .price=40000; // Monthly rent price + .price=20000; // Monthly rent price end; } |