Minor spelling change on NotecardsAssetSet.xml. The example notecard should now load up properly

This commit is contained in:
Justin Clarke Casey
2008-01-10 00:49:31 +00:00
parent 82af9b7a78
commit 3ab0007d3e

View File

@@ -0,0 +1,16 @@
<Nini>
<Section Name="Welcome notecard">
<Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" />
<Key Name="name" Value="WelcomeNote" />
<Key Name="assetType" Value="7" />
<Key Name="inventoryType" Value="7" />
<Key Name="fileName" Value="welcomeNote.txt" />
</Section>
<Section Name="Example notecard">
<Key Name="assetID" Value="8d1ada50-b9c7-11dc-95ff-0800200c9a66" />
<Key Name="name" Value="WelcomeNote" />
<Key Name="assetType" Value="7" />
<Key Name="inventoryType" Value="7" />
<Key Name="fileName" Value="exampleNote.txt" />
</Section>
</Nini>