-- -- Table structure for table `bonus_script` -- CREATE TABLE IF NOT EXISTS `bonus_script` ( `char_id` int(11) NOT NULL, `script` varchar(1024) NOT NULL, `tick` int(11) NOT NULL, `flag` tinyint(3) unsigned NOT NULL DEFAULT '0', `type` tinyint(1) unsigned NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=latin1;