Alright so I went through this LOTF Source I found here by Arcotemple.
Its a Cleaned up/Fixed up LOTF I guess.
I took out everything related to heavenlybless.
Meaning I went to Emme's HeavenBlessing release and worked backwards.
Now when I log into my char it says this on the console:
ANybody know what's wrong?
Its a Cleaned up/Fixed up LOTF I guess.
I took out everything related to heavenlybless.
Meaning I went to Emme's HeavenBlessing release and worked backwards.
Now when I log into my char it says this on the console:
PHP Code:
MySql.Data.MySqlClient.MySqlException: Unknown column 'HeavenBless' in 'field list'
at MySql.Data.MySqlClient.PacketReader.CheckForError()
at MySql.Data.MySqlClient.PacketReader.ReadHeader()
at MySql.Data.MySqlClient.PacketReader.OpenPacket()
at MySql.Data.MySqlClient.NativeDriver.ReadResult(Int64& affectedRows, Int64& lastInsertId)
at MySql.Data.MySqlClient.CommandResult.ReadNextResult(Boolean isFirst)
at MySql.Data.MySqlClient.CommandResult..ctor(Driver d, Boolean isBinary)
at MySql.Data.MySqlClient.NativeDriver.SendQuery(Byte[] bytes, Int32 length, Boolean consume)
at MySql.Data.MySqlClient.MySqlCommand.GetNextResultSet(MySqlDataReader reader)
at MySql.Data.MySqlClient.MySqlCommand.Consume()
at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
at COServer_Project.DataBase.SaveHB(Character Charr) in C:\Documents and Settings\Coco\My Documents\Good\LOFT Source\Source\COServerProject\DataBase.cs:line 1163