aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs
diff options
context:
space:
mode:
authorTeravus Ovares2008-10-06 00:00:55 +0000
committerTeravus Ovares2008-10-06 00:00:55 +0000
commitf8acdeb437ff18762399c519e2416aceb2149609 (patch)
treec24f4290f54c47010e61a8e071273bde0a2877fc /OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs
parentFor symmetry reasons, I think this probably is a bug. (diff)
downloadopensim-SC_OLD-f8acdeb437ff18762399c519e2416aceb2149609.zip
opensim-SC_OLD-f8acdeb437ff18762399c519e2416aceb2149609.tar.gz
opensim-SC_OLD-f8acdeb437ff18762399c519e2416aceb2149609.tar.bz2
opensim-SC_OLD-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 '')
-rw-r--r--OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs6
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 }