Are you still using the Ascent database with the same rev? Because if you are, I think I have the solution for you. This problem has been here before and I saved the post (I rock)
Anyway, open up SQLyog and in the queries field, copy and paste this code:
and the right-click and select "Execute Query" and then "All Queries" and it should be fixed!Code:alter table characters add column custom_faction int(30) default 0 not null after gender;
alter table playeritems add column randomsuffix int(30) default 0 after randomprop;

