EverWrath/data/sql/base/db_world/areatrigger_involvedrelation.sql
2023-02-01 10:11:28 -03:00

94 lines
2.6 KiB
SQL

-- --------------------------------------------------------
-- Host: 127.0.0.1
-- Server version: 8.0.29 - MySQL Community Server - GPL
-- Server OS: Win64
-- HeidiSQL Version: 12.0.0.6468
-- --------------------------------------------------------
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!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 */;
-- Dumping structure for table acore_world.areatrigger_involvedrelation
DROP TABLE IF EXISTS `areatrigger_involvedrelation`;
CREATE TABLE IF NOT EXISTS `areatrigger_involvedrelation` (
`id` mediumint unsigned NOT NULL DEFAULT '0' COMMENT 'Identifier',
`quest` mediumint unsigned NOT NULL DEFAULT '0' COMMENT 'Quest Identifier',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 ROW_FORMAT=FIXED COMMENT='Trigger System';
-- Dumping data for table acore_world.areatrigger_involvedrelation: 59 rows
DELETE FROM `areatrigger_involvedrelation`;
/*!40000 ALTER TABLE `areatrigger_involvedrelation` DISABLE KEYS */;
INSERT INTO `areatrigger_involvedrelation` (`id`, `quest`) VALUES
(78, 155),
(87, 76),
(88, 62),
(98, 201),
(169, 287),
(173, 437),
(175, 455),
(178, 503),
(196, 578),
(216, 870),
(225, 944),
(230, 954),
(231, 984),
(232, 984),
(235, 984),
(246, 1149),
(362, 1448),
(482, 1699),
(522, 1719),
(822, 2240),
(1205, 2989),
(1388, 3505),
(1667, 1265),
(2207, 5156),
(2327, 4842),
(2486, 4811),
(2726, 6185),
(2926, 25),
(2946, 6421),
(3367, 6025),
(3986, 8286),
(3991, 1658),
(4064, 9160),
(4071, 9193),
(4170, 9400),
(4200, 9607),
(4201, 9608),
(4280, 9700),
(4291, 9701),
(4293, 9716),
(4298, 9731),
(4300, 9752),
(4301, 9786),
(4473, 10269),
(4475, 10275),
(4581, 10750),
(4588, 10772),
(4899, 11890),
(4950, 12036),
(4963, 11652),
(4986, 12263),
(5003, 12506),
(5030, 12575),
(5052, 12665),
(5400, 13607),
(5703, 24656),
(5704, 24656),
(5705, 24541),
(5706, 24541);
/*!40000 ALTER TABLE `areatrigger_involvedrelation` ENABLE KEYS */;
/*!40103 SET TIME_ZONE=IFNULL(@OLD_TIME_ZONE, 'system') */;
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
/*!40014 SET FOREIGN_KEY_CHECKS=IFNULL(@OLD_FOREIGN_KEY_CHECKS, 1) */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40111 SET SQL_NOTES=IFNULL(@OLD_SQL_NOTES, 1) */;