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/024-13 | |
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/024-13')
-rw-r--r-- | npc/024-13/manager.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/024-13/manager.txt b/npc/024-13/manager.txt index 7c9df55e3..d65897405 100644 --- a/npc/024-13/manager.txt +++ b/npc/024-13/manager.txt @@ -68,7 +68,7 @@ OnInit: setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); setunitdata(.@npcId, UDT_WEAPON, LeatherTrousers); - .price=10000; // Monthly rent price. + .price=5000; // Monthly rent price. .time=2592000; // Defaults to 30 days end; |