Okay not sure if it's something to do with the source or the database but the error I get is
Code:
[10:13:19] MySql.Data.MySqlClient.MySqlException (0x80004005): Field 'NextSteedColor' doesn't have a default value
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& insertedId)
at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int32& insertedId)
at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId)
at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
at Desco_Pj.Database.MySqlCommand.Execute(MySqlConnection conn) in C:\Users\alank\Downloads\SourceV1[conquer]\SourceV1\SourceV1\Database\MySql\MySqlCommand.cs:line 349
at Desco_Pj.Database.MySqlCommand.Execute() in C:\Users\alank\Downloads\SourceV1[conquer]\SourceV1\SourceV1\Database\MySql\MySqlCommand.cs:line 318
at Desco_Pj.Database.ConquerItemTable.AddItem(ConquerItem& Item, GameState client) in C:\Users\alank\Downloads\SourceNightMareV1[conquer]\SourceV1\SourceV1\Database\ConquerItemTable.cs:line 381