mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
Allow the osNpcCreate() function to accept a notecard name or asset for initial appearance
This commit is contained in:
@@ -78,11 +78,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests
|
||||
/// <summary>
|
||||
/// Test creation of an NPC where the appearance data comes from a notecard
|
||||
/// </summary>
|
||||
//[Test]
|
||||
[Test]
|
||||
public void TestOsNpcCreateFromNotecard()
|
||||
{
|
||||
TestHelpers.InMethod();
|
||||
log4net.Config.XmlConfigurator.Configure();
|
||||
// log4net.Config.XmlConfigurator.Configure();
|
||||
|
||||
// Store an avatar with a different height from default in a notecard.
|
||||
UUID userId = TestHelpers.ParseTail(0x1);
|
||||
|
||||
Reference in New Issue
Block a user