--- deliantra/server/include/object.h 2007/01/19 17:50:11 1.89 +++ deliantra/server/include/object.h 2007/01/20 22:09:52 1.90 @@ -312,7 +312,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_SAVE]; } + MTH bool can_map_save () const { return !contr && !head && !owner && !flag [FLAG_NO_MAP_SAVE]; } /* This return true if object has still randomitems which * could be expanded.