11-09-2012, 08:35 AM
my base Is garbage
i have some Error with the fck castle info
or here
2
Take
DROP TABLE IF EXISTS `t_castle`;
CREATE TABLE `t_castle` (
`a_zone_index` int(11) NOT NULL DEFAULT '0',
`a_last_war_time` int(11) NOT NULL DEFAULT '0',
`a_state` int(11) NOT NULL DEFAULT '0',
`a_next_war_time` int(11) NOT NULL DEFAULT '0',
`a_owner_guild_index` int(11) NOT NULL DEFAULT '0',
`a_owner_guild_name` varchar(50) NOT NULL DEFAULT '',
`a_owner_char_index` int(11) NOT NULL DEFAULT '0',
`a_owner_char_name` varchar(50) NOT NULL DEFAULT '',
`a_tax_guild_index` int(11) NOT NULL DEFAULT '0',
`a_tax_item` bigint(20) NOT NULL DEFAULT '0',
`a_tax_produce` bigint(20) NOT NULL DEFAULT '0',
`a_tax_wday` tinyint(4) NOT NULL DEFAULT '-1',
PRIMARY KEY (`a_zone_index`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 CHECKSUM=1 DELAY_KEY_WRITE=1 ROW_FORMAT=DYNAMIC;
keep but do not know to help you or not

