mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Fix Mantis 636
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user