make travis happy

This commit is contained in:
Aokromes
2018-01-14 10:45:30 +01:00
parent 1151dfc6fe
commit ea8fcd6bc4

View File

@@ -785,6 +785,7 @@ CREATE TABLE `game_event` (
`occurence` bigint(20) unsigned NOT NULL DEFAULT '5184000' COMMENT 'Delay in minutes between occurences of the event',
`length` bigint(20) unsigned NOT NULL DEFAULT '2592000' COMMENT 'Length in minutes of the event',
`holiday` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'Client side holiday id',
`holidayStage` TINYINT UNSIGNED NOT NULL DEFAULT '0' COMMENT '',
`description` varchar(255) DEFAULT NULL COMMENT 'Description of the event displayed in console',
`world_event` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '0 if normal event, 1 if world event',
`announce` tinyint(3) unsigned DEFAULT '2' COMMENT '0 dont announce, 1 announce, 2 value from config',