mirror of
https://github.com/opensim/opensim.git
synced 2026-07-03 00:57:49 +08:00
De-tabify source.
This commit is contained in:
@@ -333,7 +333,7 @@ namespace OpenSim.Data.MySQL
|
||||
item.Creator = new LLUUID((string) reader["creatorID"]);
|
||||
item.BasePermissions = (uint) reader["inventoryBasePermissions"];
|
||||
item.EveryOnePermissions = (uint) reader["inventoryEveryOnePermissions"];
|
||||
item.SalePrice = (int) reader["salePrice"];
|
||||
item.SalePrice = (int) reader["salePrice"];
|
||||
item.SaleType = Convert.ToByte(reader["saleType"]);
|
||||
item.CreationDate = (int) reader["creationDate"];
|
||||
item.GroupID = new LLUUID(reader["groupID"].ToString());
|
||||
|
||||
Reference in New Issue
Block a user