diff options
Diffstat (limited to 'OpenSim/Region/Environment/Modules/World')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs index 632b7a6..e5d295b 100644 --- a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | |||
@@ -83,6 +83,16 @@ namespace OpenSim.Region.Environment.Modules.World.NPC | |||
83 | Position, m_scene.RegionInfo.RegionID, new byte[0]); | 83 | Position, m_scene.RegionInfo.RegionID, new byte[0]); |
84 | } | 84 | } |
85 | 85 | ||
86 | public void SendAgentOffline(LLUUID[] agentIDs) | ||
87 | { | ||
88 | |||
89 | } | ||
90 | |||
91 | public void SendAgentOnline(LLUUID[] agentIDs) | ||
92 | { | ||
93 | |||
94 | } | ||
95 | |||
86 | public LLUUID GetDefaultAnimation(string name) | 96 | public LLUUID GetDefaultAnimation(string name) |
87 | { | 97 | { |
88 | return LLUUID.Zero; | 98 | return LLUUID.Zero; |