diff --git a/trunk/Resource/ConfLSL.xml b/trunk/Resource/ConfLSL.xml
index 7a01201..a8ac6b2 100644
--- a/trunk/Resource/ConfLSL.xml
+++ b/trunk/Resource/ConfLSL.xml
@@ -3727,6 +3727,7 @@
If this permission enabled, the object can successfully
call the llTakeControls libray call.
+
If this permission is enabled, the object can successfully
@@ -4661,16 +4662,16 @@
Makes character navigate in a straight line toward pos. May be set to TRUE or FALSE.
-
+
One of TRAVERSAL_TYPE_FAST, TRAVERSAL_TYPE_SLOW, and TRAVERSAL_TYPE_NONE.
-
+
Selects a random destination near the offset.
Define whether the character attempts to predict the target's location.
Go to a position offset from the target.
- Define whether the character needs a line-of-sight to give chase.
+ Define whether the character needs a line-of-sight to give chase.
@@ -4743,6 +4744,7 @@
+ Usage: 'HTTP_CUSTOM_HEADER, string, string'. Add an extra custom HTTP header to the request. The first string is the name of the parameter to change, e.g. "Pragma", and the second string is the value, e.g. "no-cache".