mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
make travis happy
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user