I try to insert the account name in the mysql DB with
Code:
INSERT INTO account (id, name, charname, packencrypt, sharedplat, password, status, lsaccount_id, gmspeed, revoked) VALUES (1, 'eqemu', '', '', 0, 'eqemu', 250, NULL, 0, 0);
but it says
unknown column 'revoked' in 'field list' I can get in using mini loggin but I get a 1017 error when I try to connect to the server which I guess is from the account not being in the DB