diff options
author | Melanie | 2009-12-26 04:13:27 +0000 |
---|---|---|
committer | Melanie | 2009-12-26 04:13:27 +0000 |
commit | f3a48606359cd6082f294af7defcdede67bf5853 (patch) | |
tree | 642aab2baa9247d695cb88b729a0b841a9d6e1a7 /OpenSim/Region/Examples/SimpleModule | |
parent | Make the GenericTableHandler work as intended (diff) | |
parent | Add AvatarInterestsReply (diff) | |
download | opensim-SC_OLD-f3a48606359cd6082f294af7defcdede67bf5853.zip opensim-SC_OLD-f3a48606359cd6082f294af7defcdede67bf5853.tar.gz opensim-SC_OLD-f3a48606359cd6082f294af7defcdede67bf5853.tar.bz2 opensim-SC_OLD-f3a48606359cd6082f294af7defcdede67bf5853.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 816060f..fed8f64 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -1099,5 +1099,9 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
1099 | public void SendRebakeAvatarTextures(UUID textureID) | 1099 | public void SendRebakeAvatarTextures(UUID textureID) |
1100 | { | 1100 | { |
1101 | } | 1101 | } |
1102 | |||
1103 | public void SendAvatarInterestsReply(UUID avatarID, uint wantMask, string wantText, uint skillsMask, string skillsText, string languages) | ||
1104 | { | ||
1105 | } | ||
1102 | } | 1106 | } |
1103 | } | 1107 | } |