aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/TaskInventoryItem.cs
diff options
context:
space:
mode:
authorAdam Frisby2008-04-23 11:53:16 +0000
committerAdam Frisby2008-04-23 11:53:16 +0000
commit163d254bb917d8e3fac6a86724fa908e35fc02c8 (patch)
tree172976b603ca7305efe1c2feda1df02b1fe615e6 /OpenSim/Framework/TaskInventoryItem.cs
parent* Applying Mantis #1020 (Animations) - Thanks Melanie. (diff)
downloadopensim-SC_OLD-163d254bb917d8e3fac6a86724fa908e35fc02c8.zip
opensim-SC_OLD-163d254bb917d8e3fac6a86724fa908e35fc02c8.tar.gz
opensim-SC_OLD-163d254bb917d8e3fac6a86724fa908e35fc02c8.tar.bz2
opensim-SC_OLD-163d254bb917d8e3fac6a86724fa908e35fc02c8.tar.xz
* Applying Mantis #1021 (llStartAnimation/llStopAnimation) - Thanks Melanie!
Diffstat (limited to 'OpenSim/Framework/TaskInventoryItem.cs')
-rw-r--r--OpenSim/Framework/TaskInventoryItem.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/TaskInventoryItem.cs b/OpenSim/Framework/TaskInventoryItem.cs
index 5453eb3..1eff696 100644
--- a/OpenSim/Framework/TaskInventoryItem.cs
+++ b/OpenSim/Framework/TaskInventoryItem.cs
@@ -214,6 +214,8 @@ namespace OpenSim.Framework
214 public string Name = String.Empty; 214 public string Name = String.Empty;
215 public string Description = String.Empty; 215 public string Description = String.Empty;
216 public uint CreationDate = 0; 216 public uint CreationDate = 0;
217 public LLUUID PermsGranter;
218 public int PermsMask;
217 219
218 public LLUUID ParentPartID = LLUUID.Zero; 220 public LLUUID ParentPartID = LLUUID.Zero;
219 221