also reduce check threat level of osNpcSetProfileAbout to Low; update osslEnable.ini

This commit is contained in:
UbitUmarov
2016-12-14 01:31:16 +00:00
parent 1c08b3d8f9
commit 1ffc81c869
2 changed files with 3 additions and 1 deletions

View File

@@ -3001,7 +3001,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
public void osNpcSetProfileAbout(LSL_Key npc, string about)
{
CheckThreatLevel(ThreatLevel.High, "osNpcSetProfileAbout");
CheckThreatLevel(ThreatLevel.Low, "osNpcSetProfileAbout");
m_host.AddScriptLPS(1);
INPCModule module = World.RequestModuleInterface<INPCModule>();