im making my first otserver and i alrdy have the website made but when i try to create a character this apears:
"Player::make() Cannot insert attributes:
Error #1364
INSERT INTO `players` (`id`,`name`,`account_id`,`vocation`,`sex`,`level`,`experience`,`health`,`healthmax`,`looktype`,`maglevel`,`mana`,`manamax`,`cap`,`town_id`,`posx`,`posy`,`posz`) VALUES (NULL,'Integra',797494,2,1,8,4200,185,185,130,0,50,50,470,2,50,50,7);
Field 'conditions' doesn't have a default value
player.php on line: 189
Script was terminated because something unexpected happened. You can report this, if you think it's a bug.
Nicaw SQL"
How can i fix it?
"Player::make() Cannot insert attributes:
Error #1364
INSERT INTO `players` (`id`,`name`,`account_id`,`vocation`,`sex`,`level`,`experience`,`health`,`healthmax`,`looktype`,`maglevel`,`mana`,`manamax`,`cap`,`town_id`,`posx`,`posy`,`posz`) VALUES (NULL,'Integra',797494,2,1,8,4200,185,185,130,0,50,50,470,2,50,50,7);
Field 'conditions' doesn't have a default value
player.php on line: 189
Script was terminated because something unexpected happened. You can report this, if you think it's a bug.
Nicaw SQL"
How can i fix it?