* Un-break the NPC avatar.. you know.. the one that sits in your sim and shouts, 'This is my sim, get out!'

0.6.0-stable
Teravus Ovares 2008-05-11 22:03:01 +00:00
parent a01b415d6c
commit 6cda15a53f
1 changed files with 5 additions and 0 deletions

View File

@ -83,6 +83,11 @@ namespace OpenSim.Region.Environment.Modules.World.NPC
Position, m_scene.RegionInfo.RegionID, new byte[0]);
}
public LLUUID GetDefaultAnimation(string name)
{
return LLUUID.Zero;
}
public LLVector3 Position
{
get { return m_scene.Entities[m_uuid].AbsolutePosition; }