diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs b/OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs index d59da96..4fba1fd 100644 --- a/OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs +++ b/OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs | |||
@@ -2263,6 +2263,9 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
2263 | public const int CHANGED_LINK = 32; | 2263 | public const int CHANGED_LINK = 32; |
2264 | public const int CHANGED_ALLOWED_DROP = 64; | 2264 | public const int CHANGED_ALLOWED_DROP = 64; |
2265 | public const int CHANGED_OWNER = 128; | 2265 | public const int CHANGED_OWNER = 128; |
2266 | public const int CHANGED_REGION_RESTART = 256; | ||
2267 | public const int CHANGED_REGION = 512; | ||
2268 | public const int CHANGED_TELEPORT = 1024; | ||
2266 | public const int TYPE_INVALID = 0; | 2269 | public const int TYPE_INVALID = 0; |
2267 | public const int TYPE_INTEGER = 1; | 2270 | public const int TYPE_INTEGER = 1; |
2268 | public const int TYPE_double = 2; | 2271 | public const int TYPE_double = 2; |