diff options
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 4407462..6825fbc 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -430,7 +430,7 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
430 | LLUUID objectID, LLUUID ownerID, string text, byte[] color, | 430 | LLUUID objectID, LLUUID ownerID, string text, byte[] color, |
431 | uint parentID, | 431 | uint parentID, |
432 | byte[] particleSystem, byte clickAction, byte[] textureanimation, | 432 | byte[] particleSystem, byte clickAction, byte[] textureanimation, |
433 | bool attachment, uint AttachmentPoint, LLUUID AssetId) | 433 | bool attachment, uint AttachmentPoint, LLUUID AssetId, LLUUID SoundId, double SoundVolume, byte SoundFlags, double SoundRadius) |
434 | { | 434 | { |
435 | } | 435 | } |
436 | public virtual void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, | 436 | public virtual void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, |