aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs
index 61b9045..593bd52 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs
@@ -757,6 +757,12 @@ namespace OpenSim.Region.ClientStack.Linden
757 inType = (sbyte)InventoryType.Animation; 757 inType = (sbyte)InventoryType.Animation;
758 assType = (sbyte)AssetType.Animation; 758 assType = (sbyte)AssetType.Animation;
759 } 759 }
760 else if (inventoryType == "animationset")
761 {
762 inType = (sbyte)CustomInventoryType.AnimationSet;
763 assType = (sbyte)CustomAssetType.AnimationSet;
764 m_log.Debug("got animationset upload request");
765 }
760 else if (inventoryType == "wearable") 766 else if (inventoryType == "wearable")
761 { 767 {
762 inType = (sbyte)InventoryType.Wearable; 768 inType = (sbyte)InventoryType.Wearable;