summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2012-04-06 09:48:54 -0400
committerJonathan Yap <none@none>2012-04-06 09:48:54 -0400
commit9df3afc1efd92c5c080703f5d1dc858dbeafea1c (patch)
tree30380070eeb7370f7f92c4bd846c7a7d55e7d0d8
parentb187aeb8f177bd76e792652e773617beff18b47b (diff)
STORM-1839 Banlines need to be extended from 768 meters to 5000 meters now that explicit ban height has been changed.
-rw-r--r--doc/contributions.txt1
-rw-r--r--indra/llinventory/llparcel.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/contributions.txt b/doc/contributions.txt
index c5db396c97..3e74c0b796 100644
--- a/doc/contributions.txt
+++ b/doc/contributions.txt
@@ -610,6 +610,7 @@ Jonathan Yap
STORM-1788
STORM-1799
STORM-1796
+ STORM-1839
Kadah Coba
STORM-1060
Jondan Lundquist
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;