diff options
author | Justin Clark-Casey (justincc) | 2014-01-10 20:52:50 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-01-10 20:52:50 +0000 |
commit | 66e2e1c9c36dd33c44aa5740b60f7dfbb1d62411 (patch) | |
tree | 59dd16453a7fb3a37434180079af16851e7d029f | |
parent | Merge branch 'justincc-master' (diff) | |
parent | In library inventory, correct asset id for llSay example script (diff) | |
download | opensim-SC_OLD-66e2e1c9c36dd33c44aa5740b60f7dfbb1d62411.zip opensim-SC_OLD-66e2e1c9c36dd33c44aa5740b60f7dfbb1d62411.tar.gz opensim-SC_OLD-66e2e1c9c36dd33c44aa5740b60f7dfbb1d62411.tar.bz2 opensim-SC_OLD-66e2e1c9c36dd33c44aa5740b60f7dfbb1d62411.tar.xz |
Merge branch 'justincc-master'
-rw-r--r-- | bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml | 6 | ||||
-rw-r--r-- | bin/inventory/ScriptsLibrary/ScriptsLibraryItems.xml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml b/bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml index c76cb78..eae9642 100644 --- a/bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml +++ b/bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml | |||
@@ -89,9 +89,9 @@ | |||
89 | <Key Name="assetType" Value="10" /> | 89 | <Key Name="assetType" Value="10" /> |
90 | <Key Name="fileName" Value="llResetLandBanList.lsl" /> | 90 | <Key Name="fileName" Value="llResetLandBanList.lsl" /> |
91 | </Section> | 91 | </Section> |
92 | <Section Name="llResetLandPassList"> | 92 | <Section Name="llSay"> |
93 | <Key Name="assetID" Value="366ac8e9-b391-11dc-8314-0800200c9a66" /> | 93 | <Key Name="assetID" Value="366ac8e9-b391-11dc-8314-0800200c9a66" /> |
94 | <Key Name="name" Value="llResetLandPassList" /> | 94 | <Key Name="name" Value="llSay" /> |
95 | <Key Name="assetType" Value="10" /> | 95 | <Key Name="assetType" Value="10" /> |
96 | <Key Name="fileName" Value="llSay.lsl" /> | 96 | <Key Name="fileName" Value="llSay.lsl" /> |
97 | </Section> | 97 | </Section> |
@@ -240,4 +240,4 @@ | |||
240 | <Key Name="fileName" Value="KanEd-Test16.lsl" /> | 240 | <Key Name="fileName" Value="KanEd-Test16.lsl" /> |
241 | </Section> | 241 | </Section> |
242 | 242 | ||
243 | </Nini> \ No newline at end of file | 243 | </Nini> |
diff --git a/bin/inventory/ScriptsLibrary/ScriptsLibraryItems.xml b/bin/inventory/ScriptsLibrary/ScriptsLibraryItems.xml index df9d867..6e51d0b 100644 --- a/bin/inventory/ScriptsLibrary/ScriptsLibraryItems.xml +++ b/bin/inventory/ScriptsLibrary/ScriptsLibraryItems.xml | |||
@@ -195,7 +195,7 @@ | |||
195 | <!-- S == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba018"/> --> | 195 | <!-- S == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba018"/> --> |
196 | <Section Name="llSay"> | 196 | <Section Name="llSay"> |
197 | <Key Name="inventoryID" Value="3af51d20-b38f-11dc-8314-0800200c9a66" /> | 197 | <Key Name="inventoryID" Value="3af51d20-b38f-11dc-8314-0800200c9a66" /> |
198 | <Key Name="assetID" Value="3af51d21-b38f-11dc-8314-0800200c9a66" /> | 198 | <Key Name="assetID" Value="366ac8e9-b391-11dc-8314-0800200c9a66" /> |
199 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba018"/> | 199 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba018"/> |
200 | <Key Name="description" Value="llS" /> | 200 | <Key Name="description" Value="llS" /> |
201 | <Key Name="name" Value="llSay" /> | 201 | <Key Name="name" Value="llSay" /> |