diff options
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs | 2 | ||||
-rw-r--r-- | bin/config-include/osslEnable.ini | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs index bdecf72..9742119 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs | |||
@@ -3001,7 +3001,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
3001 | 3001 | ||
3002 | public void osNpcSetProfileAbout(LSL_Key npc, string about) | 3002 | public void osNpcSetProfileAbout(LSL_Key npc, string about) |
3003 | { | 3003 | { |
3004 | CheckThreatLevel(ThreatLevel.High, "osNpcSetProfileAbout"); | 3004 | CheckThreatLevel(ThreatLevel.Low, "osNpcSetProfileAbout"); |
3005 | m_host.AddScriptLPS(1); | 3005 | m_host.AddScriptLPS(1); |
3006 | 3006 | ||
3007 | INPCModule module = World.RequestModuleInterface<INPCModule>(); | 3007 | INPCModule module = World.RequestModuleInterface<INPCModule>(); |
diff --git a/bin/config-include/osslEnable.ini b/bin/config-include/osslEnable.ini index 4c6be16..59a162a 100644 --- a/bin/config-include/osslEnable.ini +++ b/bin/config-include/osslEnable.ini | |||
@@ -139,6 +139,8 @@ | |||
139 | Allow_osMessageObject = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | 139 | Allow_osMessageObject = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
140 | Allow_osRegexIsMatch = true | 140 | Allow_osRegexIsMatch = true |
141 | Allow_osGetAvatarHomeURI = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | 141 | Allow_osGetAvatarHomeURI = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
142 | Allow_osNpcSetProfileAbout = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | ||
143 | Allow_osNpcSetProfileImage = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | ||
142 | 144 | ||
143 | ; ThreatLevel Moderate | 145 | ; ThreatLevel Moderate |
144 | Allow_osDropAttachment = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | 146 | Allow_osDropAttachment = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |