diff options
author | Melanie | 2013-12-07 01:08:49 +0000 |
---|---|---|
committer | Melanie | 2013-12-07 01:08:49 +0000 |
commit | 6d6b9ab791a6a759b2a3a8469569f536b3525894 (patch) | |
tree | 9b3a1a63f8b6bd4596d11904be04e667747601c7 /OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs | |
parent | Merge branch 'master' into careminster (diff) | |
parent | Adding profile partners fix to SQLite and PgSQL drivers (diff) | |
download | opensim-SC-6d6b9ab791a6a759b2a3a8469569f536b3525894.zip opensim-SC-6d6b9ab791a6a759b2a3a8469569f536b3525894.tar.gz opensim-SC-6d6b9ab791a6a759b2a3a8469569f536b3525894.tar.bz2 opensim-SC-6d6b9ab791a6a759b2a3a8469569f536b3525894.tar.xz |
Merge branch 'master' into careminster
Conflicts:
OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs
OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
OpenSim/Region/Framework/Scenes/ScenePresence.cs
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs index 762e22a..613bc24 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs | |||
@@ -743,6 +743,10 @@ namespace OpenSim.Region.ClientStack.Linden | |||
743 | inType = (sbyte)InventoryType.Sound; | 743 | inType = (sbyte)InventoryType.Sound; |
744 | assType = (sbyte)AssetType.Sound; | 744 | assType = (sbyte)AssetType.Sound; |
745 | } | 745 | } |
746 | else if (inventoryType == "snapshot") | ||
747 | { | ||
748 | inType = (sbyte)InventoryType.Snapshot; | ||
749 | } | ||
746 | else if (inventoryType == "animation") | 750 | else if (inventoryType == "animation") |
747 | { | 751 | { |
748 | inType = (sbyte)InventoryType.Animation; | 752 | inType = (sbyte)InventoryType.Animation; |