diff options
Diffstat (limited to 'OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs')
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs index 975033a..9ca5a0a 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | |||
@@ -1104,5 +1104,9 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
1104 | public void SendRebakeAvatarTextures(UUID textureID) | 1104 | public void SendRebakeAvatarTextures(UUID textureID) |
1105 | { | 1105 | { |
1106 | } | 1106 | } |
1107 | |||
1108 | public void SendAvatarInterestsReply(UUID avatarID, uint wantMask, string wantText, uint skillsMask, string skillsText, string languages) | ||
1109 | { | ||
1110 | } | ||
1107 | } | 1111 | } |
1108 | } | 1112 | } |