diff --git a/indra/newview/llviewerparcelmgr.cpp b/indra/newview/llviewerparcelmgr.cpp
index 7e524df3f63ab6c1f25ebe0cbb7b0a056b967827..33f632b25d331075258a59d3a481f1d82c21f4ad 100644
--- a/indra/newview/llviewerparcelmgr.cpp
+++ b/indra/newview/llviewerparcelmgr.cpp
@@ -1540,7 +1540,8 @@ void LLViewerParcelMgr::processParcelProperties(LLMessageSystem *msg, void **use
 	// Actually extract the data.
 	if (parcel)
 	{
-		if (parcel->getLocalID() != INVALID_PARCEL_ID
+		if (sequence_id == SELECTED_PARCEL_SEQ_ID
+			&& parcel->getLocalID() != INVALID_PARCEL_ID
 			&& parcel->getLocalID() != local_id)
 		{
 			// The parcel has a valid parcel ID but it doesn't match the parcel