diff options
author | Justin Clark-Casey (justincc) | 2015-03-11 23:04:39 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2015-03-11 23:04:39 +0000 |
commit | db24cf53229bbe5cb6ae949dc89aced08d46ceed (patch) | |
tree | 4e00af4a7dd409f009448aae96f78a2f7ccce40c /bin/inventory/ClothingLibrary | |
parent | minor: Remove windows build warning about CompressionLevel package ambiguity. (diff) | |
download | opensim-SC_OLD-db24cf53229bbe5cb6ae949dc89aced08d46ceed.zip opensim-SC_OLD-db24cf53229bbe5cb6ae949dc89aced08d46ceed.tar.gz opensim-SC_OLD-db24cf53229bbe5cb6ae949dc89aced08d46ceed.tar.bz2 opensim-SC_OLD-db24cf53229bbe5cb6ae949dc89aced08d46ceed.tar.xz |
Add required wearable flags values to inventory body parts and clothing example xml
Diffstat (limited to 'bin/inventory/ClothingLibrary')
-rw-r--r-- | bin/inventory/ClothingLibrary/ClothingLibraryItems.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml index a12bb8a..53698ef 100644 --- a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml +++ b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml | |||
@@ -9,6 +9,7 @@ | |||
9 | <Key Name="name" Value="Example Library Item" /> | 9 | <Key Name="name" Value="Example Library Item" /> |
10 | <Key Name="assetType" Value="7" /> | 10 | <Key Name="assetType" Value="7" /> |
11 | <Key Name="inventoryType" Value="7" /> | 11 | <Key Name="inventoryType" Value="7" /> |
12 | <Key Name="flags" Value="0" /> | ||
12 | </Section> | 13 | </Section> |
13 | --> | 14 | --> |
14 | <!-- | 15 | <!-- |
@@ -20,6 +21,7 @@ | |||
20 | <Key Name="name" Value="Shirt" /> | 21 | <Key Name="name" Value="Shirt" /> |
21 | <Key Name="assetType" Value="5" /> | 22 | <Key Name="assetType" Value="5" /> |
22 | <Key Name="inventoryType" Value="18" /> | 23 | <Key Name="inventoryType" Value="18" /> |
24 | <Key Name="flags" Value="4" /> | ||
23 | </Section> | 25 | </Section> |
24 | 26 | ||
25 | <Section Name="Pants"> | 27 | <Section Name="Pants"> |
@@ -30,6 +32,7 @@ | |||
30 | <Key Name="name" Value="Pants" /> | 32 | <Key Name="name" Value="Pants" /> |
31 | <Key Name="assetType" Value="5" /> | 33 | <Key Name="assetType" Value="5" /> |
32 | <Key Name="inventoryType" Value="18" /> | 34 | <Key Name="inventoryType" Value="18" /> |
35 | <Key Name="flags" Value="5" /> | ||
33 | </Section> | 36 | </Section> |
34 | --> | 37 | --> |
35 | 38 | ||