In library inventory, correct asset id for llSay example script

From http://opensimulator.org/mantis/view.php?id=6917
Thanks to FreakyTech for this spot.
master-beforevarregion
Justin Clark-Casey (justincc) 2014-01-10 20:51:28 +00:00
parent 8c6b9ef865
commit 70dd4cf152
2 changed files with 4 additions and 4 deletions

View File

@ -89,9 +89,9 @@
<Key Name="assetType" Value="10" />
<Key Name="fileName" Value="llResetLandBanList.lsl" />
</Section>
<Section Name="llResetLandPassList">
<Section Name="llSay">
<Key Name="assetID" Value="366ac8e9-b391-11dc-8314-0800200c9a66" />
<Key Name="name" Value="llResetLandPassList" />
<Key Name="name" Value="llSay" />
<Key Name="assetType" Value="10" />
<Key Name="fileName" Value="llSay.lsl" />
</Section>
@ -240,4 +240,4 @@
<Key Name="fileName" Value="KanEd-Test16.lsl" />
</Section>
</Nini>
</Nini>

View File

@ -195,7 +195,7 @@
<!-- S == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba018"/> -->
<Section Name="llSay">
<Key Name="inventoryID" Value="3af51d20-b38f-11dc-8314-0800200c9a66" />
<Key Name="assetID" Value="3af51d21-b38f-11dc-8314-0800200c9a66" />
<Key Name="assetID" Value="366ac8e9-b391-11dc-8314-0800200c9a66" />
<Key Name="folderID" Value="30000112-000f-0000-0000-000100bba018"/>
<Key Name="description" Value="llS" />
<Key Name="name" Value="llSay" />