diff options
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs index a073862..ba24884 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -249,6 +249,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
249 | public const int ATTACH_HUD_BOTTOM_LEFT = 36; | 249 | public const int ATTACH_HUD_BOTTOM_LEFT = 36; |
250 | public const int ATTACH_HUD_BOTTOM = 37; | 250 | public const int ATTACH_HUD_BOTTOM = 37; |
251 | public const int ATTACH_HUD_BOTTOM_RIGHT = 38; | 251 | public const int ATTACH_HUD_BOTTOM_RIGHT = 38; |
252 | public const int ATTACH_NECK = 39; | ||
253 | public const int ATTACH_AVATAR_CENTER = 40; | ||
252 | 254 | ||
253 | #region osMessageAttachments constants | 255 | #region osMessageAttachments constants |
254 | 256 | ||