From ea8fcd6bc428531b427846a7d046ea4eaa923834 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 14 Jan 2018 10:45:30 +0100 Subject: [PATCH] make travis happy --- sql/base/dev/world_database.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/base/dev/world_database.sql b/sql/base/dev/world_database.sql index 3f526a77e57..90f7c579503 100644 --- a/sql/base/dev/world_database.sql +++ b/sql/base/dev/world_database.sql @@ -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',