Postado Julho 11, 2015 9 anos Boa Noite Galerinha Do TK !, Gostaria Da Ajuda De Vocês Gostaria De Solucionar Esse Erro No TFS. Esse Erro Ocorre Após Eu Tentar Banir Um Player No Servidor.
Postado Julho 11, 2015 9 anos Solução Faça o seguinte... Drope a tabela bans, e execulte essa query! Citar CREATE TABLE IF NOT EXISTS `bans` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `type` tinyint(1) NOT NULL COMMENT '1 - ip banishment, 2 - namelock, 3 - account banishment, 4 - notation, 5 - deletion', `value` int(10) unsigned NOT NULL COMMENT 'ip address (integer), player guid or account number', `param` int(10) unsigned NOT NULL DEFAULT '4294967295' COMMENT 'used only for ip banishment mask (integer)', `active` tinyint(1) NOT NULL DEFAULT '1', `expires` int(11) NOT NULL, `added` int(10) unsigned NOT NULL, `admin_id` int(10) unsigned NOT NULL DEFAULT '0', `comment` text NOT NULL, `reason` int(10) unsigned NOT NULL DEFAULT '0', `action` int(10) unsigned NOT NULL DEFAULT '0', `statement` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `type` (`type`,`value`), KEY `active` (`active`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
Postado Julho 11, 2015 9 anos Autor Em 11/07/2015 em 22:05, Kamiz disse: Faça o seguinte... Drope a tabela bans, e execulte essa query! Rep+ Obrigado !
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.