diff options
author | Justin Clarke Casey | 2008-07-02 16:34:24 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-07-02 16:34:24 +0000 |
commit | 1187cd0d3d838de8a2590160f6b3e2ea03b4c1d1 (patch) | |
tree | 7d3a4adce996e6a48825b9808e617931edb481d1 /bin/assets/ClothingAssetSet | |
parent | * Drop InvType from the assets table since it is no longer used (diff) | |
download | opensim-SC_OLD-1187cd0d3d838de8a2590160f6b3e2ea03b4c1d1.zip opensim-SC_OLD-1187cd0d3d838de8a2590160f6b3e2ea03b4c1d1.tar.gz opensim-SC_OLD-1187cd0d3d838de8a2590160f6b3e2ea03b4c1d1.tar.bz2 opensim-SC_OLD-1187cd0d3d838de8a2590160f6b3e2ea03b4c1d1.tar.xz |
* elminate now pointless inv type fields from OpenSim library xml
Diffstat (limited to 'bin/assets/ClothingAssetSet')
-rw-r--r-- | bin/assets/ClothingAssetSet/ClothingAssetSet.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/assets/ClothingAssetSet/ClothingAssetSet.xml b/bin/assets/ClothingAssetSet/ClothingAssetSet.xml index 4591261..1640593 100644 --- a/bin/assets/ClothingAssetSet/ClothingAssetSet.xml +++ b/bin/assets/ClothingAssetSet/ClothingAssetSet.xml | |||
@@ -3,14 +3,12 @@ | |||
3 | <Key Name="assetID" Value="00000000-38f9-1111-024e-222222111110"/> | 3 | <Key Name="assetID" Value="00000000-38f9-1111-024e-222222111110"/> |
4 | <Key Name="name" Value="Shirt"/> | 4 | <Key Name="name" Value="Shirt"/> |
5 | <Key Name="assetType" Value="5" /> | 5 | <Key Name="assetType" Value="5" /> |
6 | <Key Name="inventoryType" Value="18" /> | ||
7 | <Key Name="fileName" Value="newshirt.dat"/> | 6 | <Key Name="fileName" Value="newshirt.dat"/> |
8 | </Section> | 7 | </Section> |
9 | <Section Name="Pants"> | 8 | <Section Name="Pants"> |
10 | <Key Name="assetID" Value="00000000-38f9-1111-024e-222222111120"/> | 9 | <Key Name="assetID" Value="00000000-38f9-1111-024e-222222111120"/> |
11 | <Key Name="name" Value="Pants"/> | 10 | <Key Name="name" Value="Pants"/> |
12 | <Key Name="assetType" Value="5" /> | 11 | <Key Name="assetType" Value="5" /> |
13 | <Key Name="inventoryType" Value="18" /> | ||
14 | <Key Name="fileName" Value="newpants.dat"/> | 12 | <Key Name="fileName" Value="newpants.dat"/> |
15 | </Section> | 13 | </Section> |
16 | </Nini> | 14 | </Nini> |