Fix Mantis 636
parent
dc84f350a7
commit
01faa86c1a
|
@ -184,7 +184,7 @@ namespace OpenSim.Region.Capabilities
|
||||||
LLSDMapLayer mapLayer = new LLSDMapLayer();
|
LLSDMapLayer mapLayer = new LLSDMapLayer();
|
||||||
mapLayer.Right = 5000;
|
mapLayer.Right = 5000;
|
||||||
mapLayer.Top = 5000;
|
mapLayer.Top = 5000;
|
||||||
mapLayer.ImageID = new LLUUID("00000000-0000-0000-9999-000000000006");
|
mapLayer.ImageID = new LLUUID("00000000-0000-1111-9999-000000000006");
|
||||||
return mapLayer;
|
return mapLayer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -121,7 +121,7 @@ namespace OpenSim.Framework.Data
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Region Map Texture Asset
|
/// Region Map Texture Asset
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public LLUUID regionMapTextureID = new LLUUID("00000000-0000-0000-9999-000000000006");
|
public LLUUID regionMapTextureID = new LLUUID("00000000-0000-1111-9999-000000000006");
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// this particular mod to the file provides support within the spec for RegionProfileData for the
|
/// this particular mod to the file provides support within the spec for RegionProfileData for the
|
||||||
|
|
|
@ -2551,7 +2551,7 @@ namespace OpenSim.Region.ClientStack
|
||||||
mapReply.LayerData[0].Left = 0;
|
mapReply.LayerData[0].Left = 0;
|
||||||
mapReply.LayerData[0].Top = 30000;
|
mapReply.LayerData[0].Top = 30000;
|
||||||
mapReply.LayerData[0].Right = 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);
|
OutPacket(mapReply, ThrottleOutPacketType.Land);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue