aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples
diff options
context:
space:
mode:
authorMelanie2009-12-26 04:13:27 +0000
committerMelanie2009-12-26 04:13:27 +0000
commitf3a48606359cd6082f294af7defcdede67bf5853 (patch)
tree642aab2baa9247d695cb88b729a0b841a9d6e1a7 /OpenSim/Region/Examples
parentMake the GenericTableHandler work as intended (diff)
parentAdd AvatarInterestsReply (diff)
downloadopensim-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')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs4
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}