|
The procedure is failing on the first null value being inserted in a column where it will not allow a null value. There are multiple columns in the two tables where the procedure will not give a value [thus it will be null], but the log because of the failure on the first instance of it will only give the first column that fails. So to fix the first column you must set the default value to 0, then start the server, try forming a guild, look for the next column failure, shutdown the server, fix the second failed column [repeat these over and over again for all the columns that fail].
The table dealing with the guildhouse has similar issues as well.
|