diff options
author | Teravus Ovares | 2008-10-06 00:00:55 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-10-06 00:00:55 +0000 |
commit | f8acdeb437ff18762399c519e2416aceb2149609 (patch) | |
tree | c24f4290f54c47010e61a8e071273bde0a2877fc /OpenSim/Region/Environment/Modules/World/NPC | |
parent | For symmetry reasons, I think this probably is a bug. (diff) | |
download | opensim-SC-f8acdeb437ff18762399c519e2416aceb2149609.zip opensim-SC-f8acdeb437ff18762399c519e2416aceb2149609.tar.gz opensim-SC-f8acdeb437ff18762399c519e2416aceb2149609.tar.bz2 opensim-SC-f8acdeb437ff18762399c519e2416aceb2149609.tar.xz |
* Green dots on the mainmap for avatar.
* Initial implementation
* You'll only be able to seen green dots on regions on the map that have been updated.
Diffstat (limited to 'OpenSim/Region/Environment/Modules/World/NPC')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs index 99c953c..ff54ed3 100644 --- a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | |||
@@ -324,6 +324,8 @@ namespace OpenSim.Region.Environment.Modules.World.NPC | |||
324 | 324 | ||
325 | public event DirPlacesQuery OnDirPlacesQuery; | 325 | public event DirPlacesQuery OnDirPlacesQuery; |
326 | 326 | ||
327 | public event MapItemRequest OnMapItemRequest; | ||
328 | |||
327 | #pragma warning restore 67 | 329 | #pragma warning restore 67 |
328 | 330 | ||
329 | #endregion | 331 | #endregion |
@@ -895,6 +897,10 @@ namespace OpenSim.Region.Environment.Modules.World.NPC | |||
895 | { | 897 | { |
896 | } | 898 | } |
897 | 899 | ||
900 | public void SendMapItemReply(mapItemReply[] replies, uint mapitemtype, uint flags) | ||
901 | { | ||
902 | } | ||
903 | |||
898 | public void KillEndDone() | 904 | public void KillEndDone() |
899 | { | 905 | { |
900 | } | 906 | } |