diff options
author | Diva Canto | 2010-06-08 15:52:26 -0700 |
---|---|---|
committer | Diva Canto | 2010-06-08 15:52:26 -0700 |
commit | 5c0068723fbf0523c31b0c20c1aa456d549bf8dc (patch) | |
tree | 1137e1db9e617a74e17b6c71357ad191c01bbf26 /OpenSim/Data/IXInventoryData.cs | |
parent | * Changed CreatorIDs consistently to varchar(128) (diff) | |
download | opensim-SC_OLD-5c0068723fbf0523c31b0c20c1aa456d549bf8dc.zip opensim-SC_OLD-5c0068723fbf0523c31b0c20c1aa456d549bf8dc.tar.gz opensim-SC_OLD-5c0068723fbf0523c31b0c20c1aa456d549bf8dc.tar.bz2 opensim-SC_OLD-5c0068723fbf0523c31b0c20c1aa456d549bf8dc.tar.xz |
Changed XInventoryData's CreatorID to a string.
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 6909136..d85a7ef 100644 --- a/OpenSim/Data/IXInventoryData.cs +++ b/OpenSim/Data/IXInventoryData.cs | |||
@@ -51,7 +51,7 @@ namespace OpenSim.Data | |||
51 | public int inventoryNextPermissions; | 51 | public int inventoryNextPermissions; |
52 | public int inventoryCurrentPermissions; | 52 | public int inventoryCurrentPermissions; |
53 | public int invType; | 53 | public int invType; |
54 | public UUID creatorID; | 54 | public string creatorID; |
55 | public int inventoryBasePermissions; | 55 | public int inventoryBasePermissions; |
56 | public int inventoryEveryOnePermissions; | 56 | public int inventoryEveryOnePermissions; |
57 | public int salePrice; | 57 | public int salePrice; |