summaryrefslogtreecommitdiff
path: root/indra/llinventory
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-05-01 13:27:02 -0400
committerOz Linden <oz@lindenlab.com>2012-05-01 13:27:02 -0400
commit0248aa5ec26897cfbb631e87ea1044848ce196b6 (patch)
tree2ab481e37c18e0d2fb44349ebf6d1ccfa03ac780 /indra/llinventory
parent5d92c60a4a4707eb18d9932afd01b196792830a2 (diff)
parent9df3afc1efd92c5c080703f5d1dc858dbeafea1c (diff)
merge changes for storm-1839
Diffstat (limited to 'indra/llinventory')
-rw-r--r--indra/llinventory/llparcel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llparcel.h b/indra/llinventory/llparcel.h
index e36d0b20d2..f0b2caca3d 100644
--- a/indra/llinventory/llparcel.h
+++ b/indra/llinventory/llparcel.h
@@ -45,7 +45,7 @@ const S32 PARCEL_UNIT_AREA = 16;
const F32 PARCEL_HEIGHT = 50.f;
//Height above ground which parcel boundries exist for explicitly banned avatars
-const F32 BAN_HEIGHT = 768.f;
+const F32 BAN_HEIGHT = 5000.f;
// Maximum number of entries in an access list
const S32 PARCEL_MAX_ACCESS_LIST = 300;