From 666bd6f06e5eaff3acfb969d2851b7d98b18c495 Mon Sep 17 00:00:00 2001 From: Brian McBee Date: Wed, 14 Nov 2007 06:00:03 +0000 Subject: Another try: Fix moon bleeding over into linden grid. Need to clear your cache to fix it. --- OpenSim/Framework/Communications/LoginResponse.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Framework/Communications/LoginResponse.cs') diff --git a/OpenSim/Framework/Communications/LoginResponse.cs b/OpenSim/Framework/Communications/LoginResponse.cs index a8c3f23..98a6cfc 100644 --- a/OpenSim/Framework/Communications/LoginResponse.cs +++ b/OpenSim/Framework/Communications/LoginResponse.cs @@ -141,8 +141,8 @@ namespace OpenSim.Framework.UserManagement allowFirstLife = "Y"; SunTexture = "cce0f112-878f-4586-a2e2-a8f104bba271"; - CloudTexture = "fc4b9f0b-d008-45c6-96a4-01dd947ac621"; - MoonTexture = "fc4b9f0b-d008-45c6-96a4-01dd947ac621"; + CloudTexture = "dc4b9f0b-d008-45c6-96a4-01dd947ac621"; + MoonTexture = "ec4b9f0b-d008-45c6-96a4-01dd947ac621"; ErrorMessage = "You have entered an invalid name/password combination. Check Caps/lock."; ErrorReason = "key"; -- cgit v1.1