--- deliantra/server/include/object.h 2007/08/16 11:34:29 1.144 +++ deliantra/server/include/object.h 2007/08/25 22:19:26 1.145 @@ -385,7 +385,7 @@ // contr => is a player // head => only save head of a multitile object // owner => can not reference owner yet - MTH bool can_map_save () const { return !contr && !head && !owner && !flag [FLAG_NO_MAP_SAVE]; } + MTH bool can_map_save () const { return !head && (!owner || owner->contr) && !contr && !flag [FLAG_NO_MAP_SAVE]; } /* This return true if object has still randomitems which * could be expanded.