@ -173,7 +173,7 @@ MWWorld::Ptr MWWorld::Cells::getPtr (const std::string& name, CellStore& cell,
Ptr ptr = cell.search (name);
if (!ptr.isEmpty())
if (!ptr.isEmpty() && ptr.getRefData().getCount())
return ptr;
if (searchInContainers)