From 8b9fcf064a7bbc91af9787c425ad4206bb2700ad Mon Sep 17 00:00:00 2001 From: gareth Date: Thu, 8 Mar 2007 15:54:05 +0000 Subject: Changed water height to default of 20 --- src/world/Avatar.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/world') diff --git a/src/world/Avatar.cs b/src/world/Avatar.cs index cf95f76..c09c008 100644 --- a/src/world/Avatar.cs +++ b/src/world/Avatar.cs @@ -301,7 +301,7 @@ namespace OpenSim.world handshake.RegionInfo.TerrainStartHeight10 = 10; handshake.RegionInfo.TerrainStartHeight11 = 10; handshake.RegionInfo.SimAccess = 13; - handshake.RegionInfo.WaterHeight = 5; + handshake.RegionInfo.WaterHeight = 20; handshake.RegionInfo.RegionFlags = 72458694; handshake.RegionInfo.SimName = _enc.GetBytes(OpenSim_Main.cfg.RegionName + "\0"); handshake.RegionInfo.SimOwner = new LLUUID("00000000-0000-0000-0000-000000000000"); -- cgit v1.1