diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs index 893bd3ed91..f9af7eacfb 100644 --- a/OpenSim/Framework/Communications/Capabilities/Caps.cs +++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs @@ -184,7 +184,7 @@ namespace OpenSim.Region.Capabilities LLSDMapLayer mapLayer = new LLSDMapLayer(); mapLayer.Right = 5000; mapLayer.Top = 5000; - mapLayer.ImageID = new LLUUID("00000000-0000-0000-9999-000000000006"); + mapLayer.ImageID = new LLUUID("00000000-0000-1111-9999-000000000006"); return mapLayer; } diff --git a/OpenSim/Framework/Data/RegionProfileData.cs b/OpenSim/Framework/Data/RegionProfileData.cs index e4b48b7105..f63a087635 100644 --- a/OpenSim/Framework/Data/RegionProfileData.cs +++ b/OpenSim/Framework/Data/RegionProfileData.cs @@ -121,7 +121,7 @@ namespace OpenSim.Framework.Data /// /// Region Map Texture Asset /// - public LLUUID regionMapTextureID = new LLUUID("00000000-0000-0000-9999-000000000006"); + public LLUUID regionMapTextureID = new LLUUID("00000000-0000-1111-9999-000000000006"); /// /// this particular mod to the file provides support within the spec for RegionProfileData for the diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs index 14f9dc048b..0a17b2fb8c 100644 --- a/OpenSim/Region/ClientStack/ClientView.cs +++ b/OpenSim/Region/ClientStack/ClientView.cs @@ -2551,7 +2551,7 @@ namespace OpenSim.Region.ClientStack mapReply.LayerData[0].Left = 0; mapReply.LayerData[0].Top = 30000; mapReply.LayerData[0].Right = 30000; - mapReply.LayerData[0].ImageID = new LLUUID("00000000-0000-0000-9999-000000000006"); + mapReply.LayerData[0].ImageID = new LLUUID("00000000-0000-1111-9999-000000000006"); OutPacket(mapReply, ThrottleOutPacketType.Land); }