mirror of
https://github.com/opensim/opensim.git
synced 2026-06-12 07:15:34 +08:00
Moved Avatar appearance Factory to its own project so that the reference to MySQLDatabaseMapper could be removed from Region.Environment.
Added a using OpenSim.Framework.Data statement to MySQLDatabaseMapper , to try to fix the build problem that has been reported on the mailing list.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
|
||||
using System.Data.Common;
|
||||
using MySql.Data.MySqlClient;
|
||||
using OpenSim.Framework.Data;
|
||||
|
||||
namespace OpenSim.Framework.Data.MySQLMapper
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user