Here's a little fix to stop all players from being an admin when they create new characters.

PHP Code:
USE `newproject_db`;ALTER TABLE `t_charactersMODIFY COLUMN `a_admintinyint(4NOT NULL DEFAULT 0 AFTER `a_deletedelay`;  
Or