diff options
author | Melanie Thielker | 2009-03-27 22:47:41 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-03-27 22:47:41 +0000 |
commit | cbef90fec6ebdbc4280b684425479a18cfca01d0 (patch) | |
tree | fa20313e59274a0d331e185729fc366e36a5b2d2 /OpenSim/Region/OptionalModules | |
parent | * Adding a few more requirements for *nix (diff) | |
download | opensim-SC_OLD-cbef90fec6ebdbc4280b684425479a18cfca01d0.zip opensim-SC_OLD-cbef90fec6ebdbc4280b684425479a18cfca01d0.tar.gz opensim-SC_OLD-cbef90fec6ebdbc4280b684425479a18cfca01d0.tar.bz2 opensim-SC_OLD-cbef90fec6ebdbc4280b684425479a18cfca01d0.tar.xz |
Add the events needed for profiles.
Fixes Mantis #3324
Diffstat (limited to 'OpenSim/Region/OptionalModules')
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs index 71f7cc0..c182048 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | |||
@@ -361,6 +361,11 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
361 | 361 | ||
362 | public event RetrieveInstantMessages OnRetrieveInstantMessages; | 362 | public event RetrieveInstantMessages OnRetrieveInstantMessages; |
363 | 363 | ||
364 | public event PickDelete OnPickDelete; | ||
365 | public event PickGodDelete OnPickGodDelete; | ||
366 | public event PickInfoUpdate OnPickInfoUpdate; | ||
367 | public event AvatarNotesUpdate OnAvatarNotesUpdate; | ||
368 | |||
364 | #pragma warning restore 67 | 369 | #pragma warning restore 67 |
365 | 370 | ||
366 | #endregion | 371 | #endregion |