--- deliantra/server/common/object.C 2009/11/09 03:08:23 1.300 +++ deliantra/server/common/object.C 2009/11/09 18:47:56 1.301 @@ -1570,7 +1570,7 @@ return where->map->insert (this, where->x, where->y, originator, flags); } -// check whether we can put this into the map, respect max_nrof, max_volume, max_items +// check whether we can put this into the map, respect max_volume, max_items bool object::can_drop_at (maptile *m, int x, int y, object *originator) { @@ -1580,8 +1580,7 @@ if (!items // testing !items ensures we can drop at least one item || (items < m->max_items - && ms.volume () < m->max_volume - && nrof <= m->max_nrof)) + && ms.volume () < m->max_volume)) return true; if (originator && originator->is_player ())