diff options
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/estate.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/012-1/estate.txt b/npc/012-1/estate.txt index 4ee92d188..ac8dbae78 100644 --- a/npc/012-1/estate.txt +++ b/npc/012-1/estate.txt @@ -66,12 +66,14 @@ L_RentAvailable: // If you're not the previous owner // Remove previous owner furniture and reset room password if ($ESTATE_OWNER[.id] != getcharid(3)) { + /* $ESTATE_MOBILIA_2[.id]=0; $ESTATE_MOBILIA_4[.id]=0; $ESTATE_MOBILIA_8[.id]=0; $ESTATE_MOBILIA_32[.id]=0; $ESTATE_MOBILIA_64[.id]=0; $ESTATE_MOBILIA_128[.id]=0; + */ $ESTATE_PASSWORD$[.id]=""; $ESTATE_DOORBELL[.id]=false; } |