Merge branch 'avination' into ubitwork

This commit is contained in:
UbitUmarov
2012-06-29 01:00:38 +01:00
5 changed files with 39 additions and 11 deletions

View File

@@ -197,6 +197,8 @@ namespace OpenSim.Region.ScriptEngine.Shared
presence.Velocity.Z);
Type = 0x01; // Avatar
if (presence.PresenceType == PresenceType.Npc)
Type = 0x20;
if (presence.Velocity != Vector3.Zero)
Type |= 0x02; // Active