119 lines
4.7 KiB
SQL
119 lines
4.7 KiB
SQL
-- --------------------------------------------------------
|
|
-- Värd: 127.0.0.1
|
|
-- Serverversion: 8.0.28 - MySQL Community Server - GPL
|
|
-- Server-OS: Win64
|
|
-- HeidiSQL Version: 11.3.0.6295
|
|
-- --------------------------------------------------------
|
|
|
|
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
|
/*!40101 SET NAMES utf8 */;
|
|
/*!50503 SET NAMES utf8mb4 */;
|
|
/*!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 */;
|
|
|
|
-- Dumpar struktur för tabell acore_world.instance_template
|
|
DROP TABLE IF EXISTS `instance_template`;
|
|
CREATE TABLE IF NOT EXISTS `instance_template` (
|
|
`map` SMALLINT unsigned NOT NULL,
|
|
`parent` SMALLINT unsigned NOT NULL,
|
|
`script` VARCHAR(128) NOT NULL DEFAULT '',
|
|
`allowMount` TINYINT unsigned NOT NULL DEFAULT 0,
|
|
PRIMARY KEY (`map`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
|
|
|
|
-- Dumpar data för tabell acore_world.instance_template: 85 rows
|
|
DELETE FROM `instance_template`;
|
|
/*!40000 ALTER TABLE `instance_template` DISABLE KEYS */;
|
|
INSERT INTO `instance_template` (`map`, `parent`, `script`, `allowMount`) VALUES
|
|
(30, 0, '', 1),
|
|
(33, 0, 'instance_shadowfang_keep', 0),
|
|
(34, 0, 'instance_the_stockade', 0),
|
|
(36, 0, 'instance_deadmines', 0),
|
|
(43, 1, 'instance_wailing_caverns', 0),
|
|
(47, 1, 'instance_razorfen_kraul', 0),
|
|
(48, 1, 'instance_blackfathom_deeps', 0),
|
|
(70, 0, 'instance_uldaman', 0),
|
|
(90, 0, 'instance_gnomeregan', 0),
|
|
(109, 0, 'instance_sunken_temple', 0),
|
|
(129, 1, 'instance_razorfen_downs', 0),
|
|
(169, 0, '', 1),
|
|
(189, 0, 'instance_scarlet_monastery', 0),
|
|
(209, 1, 'instance_zulfarrak', 1),
|
|
(229, 0, 'instance_blackrock_spire', 0),
|
|
(230, 0, 'instance_blackrock_depths', 0),
|
|
(249, 1, 'instance_onyxias_lair', 0),
|
|
(269, 1, 'instance_the_black_morass', 1),
|
|
(289, 0, 'instance_scholomance', 0),
|
|
(309, 0, 'instance_zulgurub', 1),
|
|
(329, 0, 'instance_stratholme', 0),
|
|
(349, 1, 'instance_maraudon', 0),
|
|
(389, 1, 'instance_ragefire_chasm', 0),
|
|
(409, 230, 'instance_molten_core', 0),
|
|
(429, 1, 'instance_dire_maul', 0),
|
|
(469, 229, 'instance_blackwing_lair', 0),
|
|
(489, 0, '', 1),
|
|
(509, 1, 'instance_ruins_of_ahnqiraj', 1),
|
|
(529, 0, '', 1),
|
|
(531, 1, 'instance_temple_of_ahnqiraj', 1),
|
|
(532, 0, 'instance_karazhan', 0),
|
|
(533, 571, 'instance_naxxramas', 0),
|
|
(534, 1, 'instance_hyjal', 1),
|
|
(540, 530, 'instance_shattered_halls', 0),
|
|
(542, 530, 'instance_blood_furnace', 0),
|
|
(543, 530, 'instance_hellfire_ramparts', 0),
|
|
(544, 530, 'instance_magtheridons_lair', 0),
|
|
(545, 530, 'instance_steam_vault', 0),
|
|
(546, 530, 'instance_the_underbog', 0),
|
|
(547, 530, 'instance_the_slave_pens', 0),
|
|
(548, 530, 'instance_serpent_shrine', 0),
|
|
(550, 530, 'instance_the_eye', 0),
|
|
(552, 530, 'instance_arcatraz', 0),
|
|
(553, 530, 'instance_the_botanica', 0),
|
|
(554, 530, 'instance_mechanar', 0),
|
|
(555, 530, 'instance_shadow_labyrinth', 0),
|
|
(556, 530, 'instance_sethekk_halls', 0),
|
|
(557, 530, 'instance_mana_tombs', 0),
|
|
(558, 530, 'instance_auchenai_crypts', 0),
|
|
(559, 0, '', 1),
|
|
(560, 1, 'instance_old_hillsbrad', 1),
|
|
(562, 0, '', 1),
|
|
(564, 530, 'instance_black_temple', 1),
|
|
(565, 530, 'instance_gruuls_lair', 0),
|
|
(566, 0, '', 1),
|
|
(568, 530, 'instance_zulaman', 1),
|
|
(572, 0, '', 1),
|
|
(574, 571, 'instance_utgarde_keep', 1),
|
|
(575, 571, 'instance_utgarde_pinnacle', 0),
|
|
(576, 571, 'instance_nexus', 0),
|
|
(578, 571, 'instance_oculus', 1),
|
|
(580, 530, 'instance_sunwell_plateau', 1),
|
|
(585, 530, 'instance_magisters_terrace', 0),
|
|
(595, 1, 'instance_culling_of_stratholme', 1),
|
|
(599, 571, 'instance_halls_of_stone', 0),
|
|
(600, 571, 'instance_drak_tharon_keep', 1),
|
|
(601, 571, 'instance_azjol_nerub', 0),
|
|
(602, 571, 'instance_halls_of_lightning', 0),
|
|
(603, 571, 'instance_ulduar', 1),
|
|
(604, 571, 'instance_gundrak', 0),
|
|
(607, 0, '', 1),
|
|
(608, 571, 'instance_violet_hold', 0),
|
|
(615, 571, 'instance_obsidian_sanctum', 1),
|
|
(616, 571, 'instance_eye_of_eternity', 0),
|
|
(619, 571, 'instance_ahnkahet', 0),
|
|
(624, 571, 'instance_vault_of_archavon', 0),
|
|
(628, 0, '', 1),
|
|
(631, 0, 'instance_icecrown_citadel', 1),
|
|
(632, 0, 'instance_forge_of_souls', 0),
|
|
(649, 571, 'instance_trial_of_the_crusader', 0),
|
|
(650, 571, 'instance_trial_of_the_champion', 0),
|
|
(658, 0, 'instance_pit_of_saron', 1),
|
|
(668, 0, 'instance_halls_of_reflection', 1),
|
|
(724, 0, 'instance_ruby_sanctum', 1),
|
|
(44, 0, '', 0);
|
|
/*!40000 ALTER TABLE `instance_template` ENABLE KEYS */;
|
|
|
|
/*!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) */;
|