From 01faa86c1a05381890bcbb859e55577fae436425 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Fri, 14 Mar 2008 18:09:20 +0000
Subject: Fix Mantis 636
---
OpenSim/Framework/Communications/Capabilities/Caps.cs | 2 +-
OpenSim/Framework/Data/RegionProfileData.cs | 2 +-
OpenSim/Region/ClientStack/ClientView.cs | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
(limited to 'OpenSim')
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
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;
}
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
///
/// Region Map Texture Asset
///
- public LLUUID regionMapTextureID = new LLUUID("00000000-0000-0000-9999-000000000006");
+ public LLUUID regionMapTextureID = new LLUUID("00000000-0000-1111-9999-000000000006");
///
/// 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
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);
}
--
cgit v1.1