diff --git a/.hgtags b/.hgtags
index 1c0d088a97f57eebbe2354b81306d6335cdc307f..2ef1521918fbd4b6233106d366ba2a766c6d2f26 100644
--- a/.hgtags
+++ b/.hgtags
@@ -400,3 +400,4 @@ e1bb1ae7d8b12faeb37933a737c199cc9b9f89cc 3.4.4-release
 b9ff9730daa53a541925300cbd02bb14575a5705 DRTVWR-277
 af6b711a97073431953b55ee808aaa09900c27e5 DRTVWR-276
 8302fefde6c8f4a64bfc7f04929f8bc85f5c6c7b DRTVWR-279
+c296133849d1f103c0e2abc41e6599daed00b67b DRTVWR-280
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