zlist update and a few bug fixes

This commit is contained in:
JamDog
2010-12-05 16:28:00 +00:00
parent 358d18b7fd
commit 143364cbc9
9 changed files with 104 additions and 47 deletions

View File

@@ -104,6 +104,8 @@ int House_save(struct obj_data *obj, FILE *fp)
int result;
room_vnum rv;
if (!obj) return(1);
rv = world[(IN_ROOM(obj))].number;
hse = find_house(rv);