Fix Mantis 636

0.6.0-stable
Sean Dague 2008-03-14 18:09:20 +00:00
parent dc84f350a7
commit 01faa86c1a
3 changed files with 3 additions and 3 deletions

View File

@ -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;
}

View File

@ -121,7 +121,7 @@ namespace OpenSim.Framework.Data
/// <summary>
/// Region Map Texture Asset
/// </summary>
public LLUUID regionMapTextureID = new LLUUID("00000000-0000-0000-9999-000000000006");
public LLUUID regionMapTextureID = new LLUUID("00000000-0000-1111-9999-000000000006");
/// <summary>
/// this particular mod to the file provides support within the spec for RegionProfileData for the

View File

@ -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);
}