also fox chekc threat level on osNpcSetProfileAbout

melanie
UbitUmarov 2016-12-14 01:16:21 +00:00
parent a75c16e1bf
commit 1c08b3d8f9
1 changed files with 1 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, "osNpcCreate");
CheckThreatLevel(ThreatLevel.High, "osNpcSetProfileAbout");
m_host.AddScriptLPS(1);
INPCModule module = World.RequestModuleInterface<INPCModule>();