a few more changes on inventory library and inv fetch

This commit is contained in:
UbitUmarov
2018-01-27 18:09:44 +00:00
parent f89b2379a0
commit 4c65bb4196
3 changed files with 73 additions and 58 deletions

View File

@@ -92,6 +92,7 @@ namespace OpenSim.Framework
// explicitly given
All = 0x8e000,
AllAndExport = 0x9e000,
AllAndExportNoMod = 0x9a000,
AllEffective = 0x9e000,
UnfoldedMask = 0x1e000
}