* Bug fix in XInventoryData -- groupOwned is an int in the DB

* Bug fix in InventoryServerInConnector -- m_config
This commit is contained in:
Diva Canto
2010-01-31 11:26:12 -08:00
parent 40d8e91008
commit 22a3ad7f6c
3 changed files with 12 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ namespace OpenSim.Data
public int saleType;
public int creationDate;
public UUID groupID;
public bool groupOwned;
public int groupOwned;
public int flags;
public UUID inventoryID;
public UUID avatarID;