diff options
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; |