mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
Attachments now save to MySQL. No reattach on login yet.
This commit is contained in:
@@ -1208,7 +1208,10 @@ namespace OpenSim.Data.MySQL
|
||||
|
||||
cmd.ExecuteNonQuery();
|
||||
|
||||
sql = "insert into avatarattachments (UUID, attachpoint, item, asset) values (?uuid, ?attchpoint, ?item, ?asset)";
|
||||
if (data == null)
|
||||
return;
|
||||
|
||||
sql = "insert into avatarattachments (UUID, attachpoint, item, asset) values (?uuid, ?attachpoint, ?item, ?asset)";
|
||||
|
||||
cmd = (MySqlCommand) dbcon.CreateCommand();
|
||||
cmd.CommandText = sql;
|
||||
|
||||
Reference in New Issue
Block a user