aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
index 9859dc2..2196dcc 100644
--- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
@@ -277,10 +277,10 @@ namespace OpenSim.Region.Examples.SimpleModule
277 get { return 0; } 277 get { return 0; }
278 } 278 }
279 279
280 public ulong GetGroupPowers(LLUUID groupID) 280 public ulong GetGroupPowers(LLUUID groupID)
281 { 281 {
282 return 0; 282 return 0;
283 } 283 }
284 284
285 public virtual int NextAnimationSequenceNumber 285 public virtual int NextAnimationSequenceNumber
286 { 286 {