Fox threat level line on SetProfileImage. It is ALWAYS the name of the function!

Low is justified because setting an image requires having a NPC in the
first place....
melanie
Melanie Thielker 2016-12-14 01:00:48 +00:00
parent ec883d0f15
commit a75c16e1bf
1 changed files with 1 additions and 1 deletions

View File

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