diff options
author | Sean Dague | 2008-03-14 18:09:20 +0000 |
---|---|---|
committer | Sean Dague | 2008-03-14 18:09:20 +0000 |
commit | 01faa86c1a05381890bcbb859e55577fae436425 (patch) | |
tree | 856a62521a46d3138730628c0fc8218714e83586 /OpenSim | |
parent | * As yet incomplete fix for mantis #766 - terse updates broken (diff) | |
download | opensim-SC_OLD-01faa86c1a05381890bcbb859e55577fae436425.zip opensim-SC_OLD-01faa86c1a05381890bcbb859e55577fae436425.tar.gz opensim-SC_OLD-01faa86c1a05381890bcbb859e55577fae436425.tar.bz2 opensim-SC_OLD-01faa86c1a05381890bcbb859e55577fae436425.tar.xz |
Fix Mantis 636
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Framework/Communications/Capabilities/Caps.cs | 2 | ||||
-rw-r--r-- | OpenSim/Framework/Data/RegionProfileData.cs | 2 | ||||
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.cs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs index 893bd3e..f9af7ea 100644 --- a/OpenSim/Framework/Communications/Capabilities/Caps.cs +++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs | |||
@@ -184,7 +184,7 @@ namespace OpenSim.Region.Capabilities | |||
184 | LLSDMapLayer mapLayer = new LLSDMapLayer(); | 184 | LLSDMapLayer mapLayer = new LLSDMapLayer(); |
185 | mapLayer.Right = 5000; | 185 | mapLayer.Right = 5000; |
186 | mapLayer.Top = 5000; | 186 | mapLayer.Top = 5000; |
187 | mapLayer.ImageID = new LLUUID("00000000-0000-0000-9999-000000000006"); | 187 | mapLayer.ImageID = new LLUUID("00000000-0000-1111-9999-000000000006"); |
188 | return mapLayer; | 188 | return mapLayer; |
189 | } | 189 | } |
190 | 190 | ||
diff --git a/OpenSim/Framework/Data/RegionProfileData.cs b/OpenSim/Framework/Data/RegionProfileData.cs index e4b48b7..f63a087 100644 --- a/OpenSim/Framework/Data/RegionProfileData.cs +++ b/OpenSim/Framework/Data/RegionProfileData.cs | |||
@@ -121,7 +121,7 @@ namespace OpenSim.Framework.Data | |||
121 | /// <summary> | 121 | /// <summary> |
122 | /// Region Map Texture Asset | 122 | /// Region Map Texture Asset |
123 | /// </summary> | 123 | /// </summary> |
124 | public LLUUID regionMapTextureID = new LLUUID("00000000-0000-0000-9999-000000000006"); | 124 | public LLUUID regionMapTextureID = new LLUUID("00000000-0000-1111-9999-000000000006"); |
125 | 125 | ||
126 | /// <summary> | 126 | /// <summary> |
127 | /// this particular mod to the file provides support within the spec for RegionProfileData for the | 127 | /// 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 14f9dc0..0a17b2f 100644 --- a/OpenSim/Region/ClientStack/ClientView.cs +++ b/OpenSim/Region/ClientStack/ClientView.cs | |||
@@ -2551,7 +2551,7 @@ namespace OpenSim.Region.ClientStack | |||
2551 | mapReply.LayerData[0].Left = 0; | 2551 | mapReply.LayerData[0].Left = 0; |
2552 | mapReply.LayerData[0].Top = 30000; | 2552 | mapReply.LayerData[0].Top = 30000; |
2553 | mapReply.LayerData[0].Right = 30000; | 2553 | mapReply.LayerData[0].Right = 30000; |
2554 | mapReply.LayerData[0].ImageID = new LLUUID("00000000-0000-0000-9999-000000000006"); | 2554 | mapReply.LayerData[0].ImageID = new LLUUID("00000000-0000-1111-9999-000000000006"); |
2555 | OutPacket(mapReply, ThrottleOutPacketType.Land); | 2555 | OutPacket(mapReply, ThrottleOutPacketType.Land); |
2556 | } | 2556 | } |
2557 | 2557 | ||