EverWrath/data/sql/base/db_world/game_event.sql

106 lines
8.5 KiB
SQL

/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
DROP TABLE IF EXISTS `game_event`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = UTF8MB4 */;
CREATE TABLE `game_event`
(
`eventEntry` TINYINT unsigned NOT NULL COMMENT 'Entry of the game event',
`start_time` timestamp NULL DEFAULT '2000-01-01 07:00:00' COMMENT 'Absolute start date, the event will never start before',
`end_time` timestamp NULL DEFAULT '2000-01-01 07:00:00' COMMENT 'Absolute end date, the event will never start after',
`occurence` BIGINT unsigned NOT NULL DEFAULT 5184000 COMMENT 'Delay in minutes between occurences of the event',
`length` BIGINT unsigned NOT NULL DEFAULT 2592000 COMMENT 'Length in minutes of the event',
`holiday` MEDIUMINT unsigned NOT NULL DEFAULT 0 COMMENT 'Client side holiday id',
`holidayStage` TINYINT unsigned NOT NULL DEFAULT 0,
`description` varchar(255) DEFAULT NULL COMMENT 'Description of the event displayed in console',
`world_event` TINYINT unsigned NOT NULL DEFAULT 0 COMMENT '0 if normal event, 1 if world event',
`announce` TINYINT unsigned NOT NULL DEFAULT 2 COMMENT '0 dont announce, 1 announce, 2 value from config',
PRIMARY KEY (`eventEntry`)
) ENGINE=MyISAM DEFAULT CHARSET=UTF8MB4;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `game_event` WRITE;
/*!40000 ALTER TABLE `game_event` DISABLE KEYS */;
INSERT INTO `game_event` VALUES
(1,'2014-06-21 22:01:00','2030-12-31 05:00:00',525600,20160,341,1,'Midsummer Fire Festival',0,2),
(2,'2015-12-16 00:00:00','2030-12-31 05:00:00',525600,25920,141,1,'Winter Veil',0,2),
(3,'2020-01-04 23:01:00','2030-12-31 05:00:00',131040,10079,376,2,'Darkmoon Faire (Terokkar Forest)',0,2),
(4,'2014-09-06 23:01:00','2030-12-31 05:00:00',131040,10079,374,2,'Darkmoon Faire (Elwynn Forest)',0,2),
(5,'2014-10-04 23:01:00','2030-12-31 05:00:00',131040,10079,375,2,'Darkmoon Faire (Mulgore)',0,2),
(6,'2010-01-01 06:00:00','2030-12-31 05:00:00',525600,120,0,0,'New Year\'s Eve',0,2),
(7,'2020-01-23 23:01:00','2030-12-31 05:00:00',525600,20160,327,1,'Lunar Festival',0,2),
(8,'2020-02-07 23:01:00','2030-12-31 05:00:00',525600,20160,423,1,'Love is in the Air',0,2),
(9,'2020-04-12 22:01:00','2030-12-31 05:00:00',525600,10080,181,1,'Noblegarden',0,2),
(10,'2020-04-30 22:01:00','2030-12-31 05:00:00',525600,10080,201,1,'Children\'s Week',0,2),
(11,'2020-09-28 22:01:00','2030-12-31 05:00:00',525600,10080,321,1,'Harvest Festival',0,2),
(12,'2014-10-18 22:00:00','2030-12-31 05:00:00',525600,20160,324,1,'Hallow\'s End',0,2),
(13,'2000-01-01 07:00:00','2000-01-01 07:00:00',525600,1,0,0,'Elemental Invasions',0,2),
(14,'2014-03-23 00:00:00','2030-12-31 05:00:00',10080,1440,0,0,'Fishing Extravaganza Announce',0,2),
(15,'2014-03-23 13:00:00','2030-12-31 05:00:00',10080,120,0,0,'Fishing Extravaganza Fishing Pools',0,2),
(16,'2007-08-05 03:00:00','2030-12-31 05:00:00',180,120,0,0,'Gurubashi Arena Booty Run',0,2),
(17,'2000-01-01 07:00:00','2000-01-01 07:00:00',525600,1,0,0,'Scourge Invasion',0,2),
(18,'2010-05-07 06:00:00','2030-12-31 05:00:00',60480,6240,283,1,'Call to Arms: Alterac Valley!',0,2),
(19,'2010-04-02 06:00:00','2030-12-31 05:00:00',60480,6240,284,1,'Call to Arms: Warsong Gulch!',0,2),
(20,'2010-04-23 06:00:00','2030-12-31 05:00:00',60480,6240,285,1,'Call to Arms: Arathi Basin!',0,2),
(21,'2010-04-30 06:00:00','2030-12-31 05:00:00',60480,6240,353,1,'Call to Arms: Eye of the Storm!',0,2),
(22,'2000-01-01 07:00:00','2000-01-01 07:00:00',525600,1,0,0,'AQ War Effort',0,2),
(23,'2014-09-03 23:01:00','2030-12-31 05:00:00',131040,4320,374,1,'Darkmoon Faire Building (Elwynn Forest)',0,2),
(24,'2017-09-19 23:01:00','2030-12-31 06:00:00',525600,21600,372,2,'Brewfest',0,2),
(25,'2015-07-29 19:00:00','2030-12-31 05:00:00',1440,480,0,0,'Pyrewood Village',0,2),
(26,'2020-11-23 00:00:00','2030-12-31 05:00:00',525600,10080,404,1,'Pilgrim\'s Bounty',0,2),
(27,'2008-03-24 05:00:00','2030-12-31 05:00:00',86400,21600,0,0,'Edge of Madness, Gri\'lek',0,2),
(28,'2008-04-07 05:00:00','2030-12-31 05:00:00',86400,21600,0,0,'Edge of Madness, Hazza\'rah',0,2),
(29,'2008-04-21 05:00:00','2030-12-31 05:00:00',86400,21600,0,0,'Edge of Madness, Renataki',0,2),
(30,'2008-05-05 05:00:00','2030-12-31 05:00:00',86400,21600,0,0,'Edge of Madness, Wushoolay',0,2),
(31,'2000-01-01 07:00:00','2000-01-01 07:00:00',5184000,2592000,0,0,'Arena Tournament',0,2),
(32,'2008-05-15 19:00:00','2030-12-31 05:00:00',10080,5,0,0,'L70ETC Concert',0,2),
(33,'2011-03-21 23:10:00','2030-12-31 05:00:00',30,5,0,0,'Dalaran: Minigob',0,2),
(34,'2012-09-30 22:01:00','2030-12-31 05:00:00',525600,44640,0,0,'Brew of the Month October',0,2),
(35,'2012-10-31 23:01:00','2030-12-31 05:00:00',525600,43200,0,0,'Brew of the Month November',0,2),
(36,'2012-11-30 23:01:00','2030-12-31 05:00:00',525600,44640,0,0,'Brew of the Month December',0,2),
(37,'2011-12-31 23:01:00','2030-12-31 05:00:00',525600,44640,0,0,'Brew of the Month January',0,2),
(38,'2012-01-31 23:01:00','2030-12-31 05:00:00',525600,40320,0,0,'Brew of the Month February',0,2),
(39,'2012-02-29 23:01:00','2030-12-31 05:00:00',525600,44640,0,0,'Brew of the Month March',0,2),
(40,'2012-03-31 22:01:00','2030-12-31 05:00:00',525600,43200,0,0,'Brew of the Month April',0,2),
(41,'2012-04-30 22:01:00','2030-12-31 05:00:00',525600,44640,0,0,'Brew of the Month May',0,2),
(42,'2012-05-31 22:01:00','2030-12-31 05:00:00',525600,43200,0,0,'Brew of the Month June',0,2),
(43,'2012-06-30 22:01:00','2030-12-31 05:00:00',525600,44640,0,0,'Brew of the Month July',0,2),
(44,'2012-07-31 22:01:00','2030-12-31 05:00:00',525600,44640,0,0,'Brew of the Month August',0,2),
(45,'2012-08-31 22:01:00','2030-12-31 05:00:00',525600,44640,0,0,'Brew of the Month September',0,2),
(48,'2000-01-01 07:00:00','2000-01-01 07:00:00',5184000,2592000,0,0,'Wintergrasp Alliance Defence',5,2),
(49,'2000-01-01 07:00:00','2000-01-01 07:00:00',5184000,2592000,0,0,'Wintergrasp Horde Defence',5,2),
(50,'2013-09-18 23:01:00','2030-12-31 05:00:00',525600,1440,398,1,'Pirates\' Day',0,2),
(51,'2013-11-01 01:00:00','2030-12-31 05:00:00',525600,2820,409,1,'Day of the Dead',0,2),
(52,'2015-12-25 05:00:00','2030-12-31 05:00:00',525600,11700,0,0,'Winter Veil: Gifts',0,2),
(53,'2010-04-09 06:00:00','2030-12-31 05:00:00',60480,6240,400,1,'Call to Arms: Strand of the Ancients!',0,2),
(54,'2010-04-16 06:00:00','2030-12-31 05:00:00',60480,6240,420,1,'Call to Arms: Isle of Conquest!',0,2),
(55,'2000-01-01 07:00:00','2000-01-01 07:00:00',5184000,2592000,0,0,'Arena Season 3',0,2),
(56,'2000-01-01 07:00:00','2000-01-01 07:00:00',5184000,2592000,0,0,'Arena Season 4',0,2),
(57,'2000-01-01 07:00:00','2000-01-01 07:00:00',5184000,2592000,0,0,'Arena Season 5',0,2),
(58,'2000-01-01 07:00:00','2000-01-01 07:00:00',5184000,2592000,0,0,'Arena Season 6',0,2),
(59,'2000-01-01 07:00:00','2000-01-01 07:00:00',5184000,2592000,0,0,'Arena Season 7',0,2),
(60,'2000-01-01 07:00:00','2000-01-01 07:00:00',5184000,2592000,0,0,'Arena Season 8',0,2),
(61,'2010-09-06 23:00:00','2010-10-09 23:00:00',9999999,47520,0,0,'Zalazane\'s Fall',0,2),
(62,'2014-03-23 13:00:00','2030-12-31 05:00:00',10080,180,376,1,'Fishing Extravaganza Turn-ins',0,2),
(63,'2014-03-22 12:00:00','2030-12-31 05:00:00',10080,180,0,0,'Kalu\'ak Fishing Derby Turn-ins',0,2),
(64,'2014-03-22 13:00:00','2030-12-31 05:00:00',10080,60,424,0,'Kalu\'ak Fishing Derby Fishing Pools',0,2),
(65,'2000-01-01 07:00:00','2030-12-31 05:00:00',5184000,2592000,0,0,'Venture Bay Alliance Defence',5,2),
(66,'2000-01-01 07:00:00','2000-01-01 07:00:00',5184000,2592000,0,0,'Venture Bay Horde Defence',5,2),
(67,'2010-01-01 23:40:00','2030-12-31 05:00:00',60,5,0,0,'AT Event Trigger (Tirion Speech)',0,2),
(68,'2010-01-01 23:55:00','2030-12-31 05:00:00',60,5,0,0,'AT Event Trigger (Horde Event)',0,2),
(69,'2010-01-01 23:10:00','2030-12-31 05:00:00',60,5,0,0,'AT Event Trigger (Alliance Event)',0,2),
(70,'2016-09-19 23:01:00','2030-12-31 05:00:00',525600,4320,0,0,'Brewfest Building (Iron Forge)',0,2),
(71,'2013-01-06 00:01:00','2030-12-31 05:00:00',131040,8639,0,0,'Darkmoon Faire Building (Mulgore)',0,2);
/*!40000 ALTER TABLE `game_event` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;