Fixed missing comma.

This commit is contained in:
MattDuskson
2017-06-19 03:37:13 +02:00
committed by GitHub
parent f01f72c071
commit ae93aaecc3

View File

@@ -136,7 +136,7 @@ CREATE TABLE `death` (
`mapname` varchar(32) NOT NULL,
`server_ip` int(10) unsigned NOT NULL,
`server_port` smallint(5) unsigned NOT NULL,
`round_id` int(11) NOT NULL
`round_id` int(11) NOT NULL,
`tod` datetime NOT NULL COMMENT 'Time of death',
`job` varchar(32) NOT NULL,
`special` varchar(32) DEFAULT NULL,