mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Changed asset CreatorID to a string
This commit is contained in:
@@ -235,7 +235,7 @@ namespace OpenSim.Data.SQLite
|
||||
new UUID((String)row["UUID"]),
|
||||
(String)row["Name"],
|
||||
Convert.ToSByte(row["Type"]),
|
||||
UUID.Zero
|
||||
UUID.Zero.ToString()
|
||||
);
|
||||
|
||||
asset.Description = (String) row["Description"];
|
||||
|
||||
Reference in New Issue
Block a user