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/Framework/Communications | |
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/Framework/Communications')
-rw-r--r-- | OpenSim/Framework/Communications/Capabilities/Caps.cs | 2 |
1 files changed, 1 insertions, 1 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 | ||