From 2ccc8e1e9886286f02c981ff47b3dac62314902f Mon Sep 17 00:00:00 2001 From: MW Date: Tue, 28 Aug 2007 20:07:59 +0000 Subject: 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. --- OpenSim/Framework/Communications/Capabilities/Caps.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/Communications/Capabilities') diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs index 6afb35c..1a63b98 100644 --- a/OpenSim/Framework/Communications/Capabilities/Caps.cs +++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs @@ -310,7 +310,7 @@ namespace OpenSim.Region.Capabilities else if (inventoryType == "animation") { inType = 19; - assType = 19; + assType = 20; } AssetBase asset; -- cgit v1.1