Added the default shape to the OpenSim library. Now need to get the new ruth into asset format and add that.

This commit is contained in:
MW
2007-07-25 19:18:34 +00:00
parent 2b42ea0a42
commit 74654dc735
5 changed files with 71 additions and 35 deletions

View File

@@ -49,7 +49,7 @@ namespace OpenSim.Framework.Types
defaultWearables[i] = new AvatarWearable();
}
defaultWearables[0].AssetID = new LLUUID("66c41e39-38f9-f75a-024e-585989bfab73");
defaultWearables[0].ItemID = LLUUID.Random();
defaultWearables[0].ItemID = new LLUUID("66c41e39-38f9-f75a-024e-585989bfaba9");
return defaultWearables;
}
}