mirror of
https://github.com/OpenSim-NGC/OpenSim-Sasquatch.git
synced 2024-11-21 14:29:10 -07:00
fix Welcome notecard entry on library
This commit is contained in:
parent
a8bbde011d
commit
9cf4b5e696
1 changed files with 1 additions and 14 deletions
|
@ -11,23 +11,10 @@
|
|||
-->
|
||||
|
||||
<Nini>
|
||||
|
||||
<!--
|
||||
<Section Name="Example Library Item">
|
||||
<Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" />
|
||||
<Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" />
|
||||
<Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/>
|
||||
<Key Name="description" Value="Example Library Item" />
|
||||
<Key Name="name" Value="Example Library Item" />
|
||||
<Key Name="assetType" Value="7" />
|
||||
<Key Name="inventoryType" Value="7" />
|
||||
</Section>
|
||||
-->
|
||||
|
||||
<Section Name="Welcome notecard">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-000000000001" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba000"/> <!-- Yes this is root, but notecards should live here -->
|
||||
<Key Name="folderID" Value="33cbd240-b9bf-11dc-95ff-0800200c9a66"/>
|
||||
<Key Name="description" Value="Welcome" />
|
||||
<Key Name="name" Value="Welcome" />
|
||||
<Key Name="assetType" Value="7" />
|
||||
|
|
Loading…
Reference in a new issue