mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
* Bug fix in XInventoryData -- groupOwned is an int in the DB
* Bug fix in InventoryServerInConnector -- m_config
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user