--- deliantra/server/include/object.h 2007/01/09 21:32:42 1.84 +++ deliantra/server/include/object.h 2007/01/11 01:10:01 1.85 @@ -306,7 +306,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; } + MTH bool can_map_save () const { return !contr && !head && !owner && !flag [FLAG_NO_SAVE]; } /* This return true if object has still randomitems which * could be expanded.