diff options
author | Diva Canto | 2010-01-31 11:26:12 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-31 11:26:12 -0800 |
commit | 22a3ad7f6c5f54e326ac02483a9540fddaeb7506 (patch) | |
tree | d929476bd84bf087e83b713ca0e15c02115cc711 /OpenSim/Data/IXInventoryData.cs | |
parent | * Added a few files that were missing in the repo. (diff) | |
download | opensim-SC_OLD-22a3ad7f6c5f54e326ac02483a9540fddaeb7506.zip opensim-SC_OLD-22a3ad7f6c5f54e326ac02483a9540fddaeb7506.tar.gz opensim-SC_OLD-22a3ad7f6c5f54e326ac02483a9540fddaeb7506.tar.bz2 opensim-SC_OLD-22a3ad7f6c5f54e326ac02483a9540fddaeb7506.tar.xz |
* Bug fix in XInventoryData -- groupOwned is an int in the DB
* Bug fix in InventoryServerInConnector -- m_config
Diffstat (limited to 'OpenSim/Data/IXInventoryData.cs')
-rw-r--r-- | OpenSim/Data/IXInventoryData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/IXInventoryData.cs b/OpenSim/Data/IXInventoryData.cs index cd9273e..6909136 100644 --- a/OpenSim/Data/IXInventoryData.cs +++ b/OpenSim/Data/IXInventoryData.cs | |||
@@ -58,7 +58,7 @@ namespace OpenSim.Data | |||
58 | public int saleType; | 58 | public int saleType; |
59 | public int creationDate; | 59 | public int creationDate; |
60 | public UUID groupID; | 60 | public UUID groupID; |
61 | public bool groupOwned; | 61 | public int groupOwned; |
62 | public int flags; | 62 | public int flags; |
63 | public UUID inventoryID; | 63 | public UUID inventoryID; |
64 | public UUID avatarID; | 64 | public UUID avatarID; |