mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-08 05:42:34 +01:00
zlist update and a few bug fixes
This commit is contained in:
parent
358d18b7fd
commit
143364cbc9
9 changed files with 104 additions and 47 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue