Fix Mantis 636

This commit is contained in:
Sean Dague
2008-03-14 18:09:20 +00:00
parent dc84f350a7
commit 01faa86c1a
3 changed files with 3 additions and 3 deletions

View File

@@ -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);
}