face down dragging fixed, minor french translation fix

This commit is contained in:
Max-Wilhelm Bruker 2011-11-17 21:43:32 +01:00
parent 6b18ba6bac
commit 7efee472ed
3 changed files with 6 additions and 5 deletions

View file

@ -155,6 +155,7 @@ CREATE TABLE `cockatrice_bans` (
`time_from` datetime NOT NULL,
`minutes` int(6) NOT NULL,
`reason` text NOT NULL,
KEY `id_user` (`id_user`)
PRIMARY KEY (`user_name`,`time_from`),
KEY `time_from` (`time_from`,`ip_address`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;