mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Changed asset CreatorID to a string
This commit is contained in:
@@ -136,7 +136,7 @@ namespace OpenSim.Data.MSSQL
|
||||
new UUID((Guid)reader["id"]),
|
||||
(string)reader["name"],
|
||||
Convert.ToSByte(reader["assetType"]),
|
||||
UUID.Zero
|
||||
UUID.Zero.ToString()
|
||||
);
|
||||
// Region Main
|
||||
asset.Description = (string)reader["description"];
|
||||
|
||||
Reference in New Issue
Block a user