Make all NPCs owned by default

avinationmerge
Melanie 2012-01-28 03:32:25 +01:00
parent 6db9109b3f
commit 6fbc48ee9c
1 changed files with 1 additions and 1 deletions

View File

@ -2242,7 +2242,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
CheckThreatLevel(ThreatLevel.High, "osNpcCreate");
m_host.AddScriptLPS(1);
return NpcCreate(firstname, lastname, position, notecard, false, false);
return NpcCreate(firstname, lastname, position, notecard, true, false);
}
public LSL_Key osNpcCreate(string firstname, string lastname, LSL_Vector position, string notecard, int options)