Fixed the problem of uploaded animations not showing up in inventory [Mantis number 338]. They should now show up in inventory and play locally should work. But Play in world doesn't seem to work yet.

afrisby
MW 2007-08-28 20:07:59 +00:00
parent 3a97f3f597
commit 2ccc8e1e98
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ namespace OpenSim.Region.Capabilities
else if (inventoryType == "animation")
{
inType = 19;
assType = 19;
assType = 20;
}
AssetBase asset;