Add build column to properties tables

This commit is contained in:
Zyres
2018-04-01 00:38:26 +02:00
parent 243fff5116
commit 4cb5cc565b
10 changed files with 100405 additions and 100355 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -11,8 +11,9 @@ CREATE TABLE IF NOT EXISTS `gossip_menu` (
PRIMARY KEY (`gossip_menu`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
DELETE FROM `gossip_menu`;
/*!40000 ALTER TABLE `gossip_menu` DISABLE KEYS */;
REPLACE INTO `gossip_menu` (`gossip_menu`, `text_id`, `Comment`) VALUES
INSERT INTO `gossip_menu` (`gossip_menu`, `text_id`, `Comment`) VALUES
(114, 933, 'StormwindGuard'),
(122, 3016, 'DarnassusGuard'),
(132, 4259, 'GoldshireGuard'),

View File

@@ -15,8 +15,9 @@ CREATE TABLE IF NOT EXISTS `gossip_menu_items` (
PRIMARY KEY (`id`,`item_order`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
DELETE FROM `gossip_menu_items`;
/*!40000 ALTER TABLE `gossip_menu_items` DISABLE KEYS */;
REPLACE INTO `gossip_menu_items` (`id`, `item_order`, `menu_option`, `icon`, `point_of_interest`, `next_gossip_menu`, `next_gossip_text`) VALUES
INSERT INTO `gossip_menu_items` (`id`, `item_order`, `menu_option`, `icon`, `point_of_interest`, `next_gossip_menu`, `next_gossip_text`) VALUES
(114, 1, 164, 0, 1, 0, 3834),
(114, 2, 227, 0, 2, 0, 764),
(114, 3, 228, 0, 3, 0, 13439),

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@@ -12,7 +12,7 @@ CREATE TABLE IF NOT EXISTS `world_db_version` (
DELETE FROM `world_db_version`;
/*!40000 ALTER TABLE `world_db_version` DISABLE KEYS */;
INSERT INTO `world_db_version` (`LastUpdate`) VALUES
('2018-01-01_01_gameobject_spawns');
('1.3.18_build_creature_properties');
/*!40000 ALTER TABLE `world_db_version` ENABLE KEYS */;
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;

View File

@@ -6,6 +6,7 @@
CREATE TABLE IF NOT EXISTS `worldmap_info` (
`entry` int(10) unsigned NOT NULL DEFAULT '0',
`build` smallint(6) NOT NULL DEFAULT '12340',
`screenid` int(10) unsigned DEFAULT '0',
`type` int(10) unsigned DEFAULT '0',
`maxplayers` int(10) unsigned DEFAULT '0',
@@ -26,147 +27,148 @@ CREATE TABLE IF NOT EXISTS `worldmap_info` (
`heroic_keyid_2` int(30) NOT NULL DEFAULT '0',
`viewingDistance` float NOT NULL DEFAULT '80',
`required_checkpoint` int(30) NOT NULL DEFAULT '0',
PRIMARY KEY (`entry`)
PRIMARY KEY (`entry`,`build`),
UNIQUE KEY `unique_index` (`entry`,`build`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='World System';
DELETE FROM `worldmap_info`;
/*!40000 ALTER TABLE `worldmap_info` DISABLE KEYS */;
INSERT INTO `worldmap_info` (`entry`, `screenid`, `type`, `maxplayers`, `minlevel`, `minlevel_heroic`, `repopx`, `repopy`, `repopz`, `repopentry`, `area_name`, `flags`, `cooldown`, `lvl_mod_a`, `required_quest_A`, `required_quest_H`, `required_item`, `heroic_keyid_1`, `heroic_keyid_2`, `viewingDistance`, `required_checkpoint`) VALUES
(0, 4, 0, 0, 1, 0, 0, 0, 0, 0, 'Eastern Kingdoms', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(1, 3, 0, 0, 1, 0, 0, 0, 0, 0, 'Kalimdor', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(13, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Testing', 0, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(25, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Scott Test', 0, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(30, 104, 3, 80, 51, 0, 0, 0, 0, 0, 'Alterac Valley', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(33, 204, 2, 5, 10, 0, -230.989, 1571.57, 76.8909, 0, 'Shadowfang Keep', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(34, 194, 2, 5, 15, 0, -8762.38, 848.01, 89.8765, 0, 'Stormwind Stockade', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(35, 23, 0, 0, 1, 0, -8762.48, 848.049, 87.94, 0, '<unused>StormwindPrison', 0, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(36, 142, 2, 5, 10, 0, -11207.8, 1681.15, 24.6245, 0, 'Deadmines', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(37, 25, 0, 0, 1, 0, 0, 0, 0, 0, 'Azshara Crater', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Collin\'s Test', 0, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(43, 143, 2, 5, 10, 0, -751.131, -2209.24, 21.5403, 1, 'Wailing Caverns', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(44, 42, 2, 0, 1, 0, 2892.41, -811.241, 160.333, 0, '<unused> Monastery', 0, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(47, 188, 2, 5, 15, 0, -4459.45, -1660.21, 86.1095, 1, 'Razorfen Kraul', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(48, 196, 2, 5, 19, 0, 4249.12, 748.387, -23.0632, 1, 'Blackfathom Deeps', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(70, 144, 2, 5, 30, 0, -6060.18, -2955, 266.91, 0, 'Uldaman', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(90, 193, 2, 5, 15, 0, -5162.66, 931.599, 260.554, 0, 'Gnomeregan', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(109, 191, 2, 5, 35, 0, -10170.1, -3995.97, -109.194, 0, 'Sunken Temple', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(129, 145, 2, 5, 25, 0, -4662.88, -2535.87, 86.9671, 1, 'Razorfen Downs', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(169, 0, 1, 40, 1, 0, 0, 0, 0, 0, 'Emerald Dream', 0, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(189, 190, 2, 5, 20, 0, 2892.24, -811.264, 160.333, 0, 'Scarlet Monastery', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(209, 146, 2, 5, 35, 0, -6790.58, -2891.28, 15.1063, 1, 'Zul\'Farrak', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(229, 189, 2, 10, 45, 0, -7522.53, -1233.04, 287.243, 0, 'Blackrock Spire', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(230, 103, 2, 5, 40, 0, -7178.09, -928.639, 170.206, 0, 'Blackrock Depths', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(249, 61, 1, 25, 80, 0, -4753.31, -3752.42, 53.4317, 1, 'Onyxia\'s Lair', 115, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(269, 212, 4, 5, 66, 70, -8750.83, -4193.51, -210.158, 1, 'Opening of the Dark Portal', 11, 0, 0, 10284, 10284, 0, 30635, 0, 500, 0),
(289, 102, 2, 5, 45, 0, 1274.78, -2552.56, 85.3994, 0, 'Scholomance', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(309, 161, 1, 20, 50, 0, -11916.1, -1224.58, 64.1502, 0, 'Zul\'Gurub', 3, 259200, 0, 0, 0, 0, 0, 0, 500, 0),
(329, 101, 2, 5, 45, 0, 3392.32, -3378.48, 112.01, 0, 'Stratholme', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(349, 81, 2, 5, 30, 0, -1432.7, 2924.98, 85.491, 1, 'Maraudon', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(369, 205, 0, 0, 1, 0, -8349.22, 517.348, 91.8, 0, 'Deeprun Tram', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(389, 195, 2, 5, 8, 0, 1816.76, -4423.37, -10.4478, 1, 'Ragefire Chasm', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(409, 192, 1, 40, 50, 0, -7510.56, -1036.7, 180.912, 0, 'Molten Core', 3, 604800, 0, 7848, 7848, 0, 0, 0, 500, 0),
(429, 82, 2, 5, 45, 0, -3908.03, 1130, 161.214, 1, 'Dire Maul', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(449, 181, 0, 0, 1, 0, 0, 0, 0, 0, 'Alliance PVP Barracks', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(450, 182, 0, 0, 1, 0, 0, 0, 0, 0, 'Horde PVP Barracks', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(451, 21, 0, 0, 1, 0, 0, 0, 0, 0, 'Development Land', 0, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(469, 141, 1, 40, 60, 0, -7663.41, -1218.67, 287.798, 0, 'Blackwing Lair', 3, 604800, 0, 7761, 7761, 0, 0, 0, 500, 0),
(489, 122, 3, 20, 10, 0, 0, 0, 0, 0, 'Warsong Gulch', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(509, 184, 1, 20, 50, 0, -8114.46, 1526.37, 6.1904, 1, 'Ruins of Ahn\'Qiraj', 3, 259200, 0, 0, 0, 0, 0, 0, 500, 0),
(529, 183, 3, 30, 20, 0, 0, 0, 0, 0, 'Arathi Basin', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(530, 198, 0, 0, 58, 0, 0, 0, 0, 0, 'Outland', 9, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(531, 185, 1, 40, 50, 0, -8111.72, 1526.79, 129.861, 1, 'Ahn\'Qiraj Temple', 3, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(532, 200, 1, 10, 68, 0, -11110.4, -2004.07, 49.3307, 0, 'Karazhan', 43, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(533, 197, 1, 25, 80, 0, 0, 0, 0, 0, 'Naxxramas', 115, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(534, 212, 1, 25, 70, 0, -8178.51, -4182.05, -168.4, 1, 'The Battle for Mount Hyjal', 75, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(540, 199, 4, 5, 55, 70, -306.758, 3064.44, -3.73108, 530, 'Hellfire Citadel: The Shattered Halls', 13, 0, 0, 0, 0, 0, 30637, 30622, 500, 0),
(542, 199, 4, 5, 55, 70, -295.419, 3151.99, 31.7029, 530, 'Hellfire Citadel: The Blood Furnace', 13, 0, 0, 0, 0, 0, 30637, 30622, 500, 0),
(543, 199, 4, 5, 55, 70, -360.05, 3067.9, -15.0364, 530, 'Hellfire Citadel: Ramparts', 13, 0, 0, 0, 0, 0, 30637, 30622, 500, 0),
(544, 208, 1, 25, 65, 0, -330.234, 3106.64, -116.502, 530, 'Magtheridon\'s Lair', 75, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(545, 207, 4, 5, 55, 70, 764.219, 6915.08, -80.5606, 530, 'Coilfang: The Steamvault', 13, 0, 0, 0, 0, 0, 30623, 0, 500, 0),
(546, 207, 4, 5, 55, 70, 764.628, 6768.07, -72.0662, 530, 'Coilfang: The Underbog', 13, 0, 0, 0, 0, 0, 30623, 0, 500, 0),
(547, 207, 4, 5, 55, 70, 742.158, 7011.33, -73.0743, 530, 'Coilfang: The Slave Pens', 13, 0, 0, 0, 0, 0, 30623, 0, 500, 0),
(548, 207, 1, 25, 70, 0, 775.786, 6865.24, -65.9414, 530, 'Coilfang: Serpentshrine Cavern', 75, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(550, 206, 1, 25, 70, 0, 0, 0, 0, 0, 'Tempest Keep', 75, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(552, 206, 4, 5, 65, 70, 0, 0, 0, 0, 'Tempest Keep: The Arcatraz', 13, 0, 0, 0, 0, 0, 30634, 0, 500, 0),
(553, 206, 4, 5, 67, 70, 0, 0, 0, 0, 'Tempest Keep: The Botanica', 13, 0, 0, 0, 0, 0, 30634, 0, 500, 0),
(554, 206, 4, 5, 67, 70, 0, 0, 0, 0, 'Tempest Keep: The Mechanar', 13, 0, 0, 0, 0, 0, 30634, 0, 500, 0),
(555, 201, 4, 5, 65, 70, -3640.69, 4943.16, -101.047, 530, 'Auchindoun: Shadow Labyrinth', 13, 0, 0, 0, 0, 0, 30633, 0, 500, 0),
(556, 201, 4, 5, 55, 70, -3361.86, 4665.59, -101.048, 530, 'Auchindoun: Sethekk Halls', 13, 0, 0, 0, 0, 0, 30633, 0, 500, 0),
(557, 201, 4, 5, 55, 70, -3089.52, 4942.76, -101.048, 530, 'Auchindoun: Mana-Tombs', 13, 0, 0, 0, 0, 0, 30633, 0, 500, 0),
(558, 201, 4, 5, 55, 70, -3363.44, 5156.46, -101.048, 530, 'Auchindoun: Auchenai Crypts', 13, 0, 0, 0, 0, 0, 30633, 0, 500, 0),
(559, 219, 3, 10, 10, 0, 0, 0, 0, 0, 'Nagrand Arena', 5, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(560, 212, 4, 5, 66, 70, -8309.81, -4061.51, 207.924, 1, 'The Escape From Durnholde', 13, 0, 0, 0, 0, 0, 30635, 0, 500, 0),
(562, 218, 3, 10, 10, 0, 0, 0, 0, 0, 'Blade\'s Edge Arena', 5, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(564, 215, 1, 25, 70, 0, -3644.53, 317.294, 36.1671, 530, 'Black Temple', 75, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(565, 213, 1, 25, 65, 0, 3525.45, 5144.15, 2.46332, 530, 'Gruul\'s Lair', 75, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(566, 210, 3, 30, 61, 0, 0, 0, 0, 0, 'Eye of the Storm', 9, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(568, 214, 1, 10, 70, 0, 6851.02, -7989.71, 192.37, 530, 'Zul\'Aman', 43, 259200, 0, 0, 0, 0, 0, 0, 500, 0),
(571, 216, 0, 0, 68, 0, 0, 0, 0, 0, 'Northrend', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(572, 217, 3, 10, 10, 0, 0, 0, 0, 0, 'Ruins of Lordaeron', 5, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(573, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'ExteriorTest', 0, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(574, 220, 4, 5, 68, 80, 1211.76, -4868.42, 218.28, 571, 'Utgarde Keep', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(575, 221, 4, 5, 75, 80, 1232.41, -4860.95, 41.2482, 571, 'Utgarde Pinnacle', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(576, 226, 4, 5, 66, 80, 3899.93, 6985.44, 69.488, 571, 'The Nexus', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(578, 227, 4, 5, 75, 80, 3865.92, 6983.94, 106.32, 571, 'The Oculus', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(580, 225, 1, 25, 70, 0, 12551.8, -6774.57, 15.07, 530, 'The Sunwell', 75, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(582, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Rut\'theran to Auberdine', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(584, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Menethil to Theramore', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(585, 224, 4, 5, 65, 70, 12881.9, -7343.09, 65.48, 530, 'Magister\'s Terrace', 13, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(586, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Exodar to Auberdine', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(587, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Feathermoon Ferry', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(588, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Menethil to Auberdine', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(589, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Orgrimmar to Grom\'Gol', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(590, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Grom\'Gol to Undercity', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(591, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Undercity to Orgrimmar', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(592, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Borean Tundra Test', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(593, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Booty Bay to Ratchet', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(594, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Howling Fjord Sister Mercy (Quest)', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(595, 222, 4, 5, 75, 80, -8756.09, -4457.42, -205.872, 1, 'The Culling of Stratholme', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(596, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Naglfar', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(597, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Craig Test', 0, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(598, 4, 2, 0, 1, 0, 0, 0, 0, 0, 'Sunwell Fix (Unused)', 0, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(599, 230, 4, 5, 72, 80, 8921.79, -966.806, 1039.26, 571, 'Halls of Stone', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(600, 228, 4, 5, 69, 80, 4774.58, -2023.05, 229.379, 571, 'Drak\'Tharon Keep', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(601, 229, 4, 5, 67, 80, 3672.22, 2171.28, 35.8489, 571, 'Azjol-Nerub', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(602, 231, 4, 5, 75, 80, 9185.09, -1386.79, 1108, 571, 'Halls of Lightning', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(603, 244, 1, 25, 80, 0, 9359.37, -1115.18, 1245.15, 571, 'Ulduar', 115, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(604, 237, 4, 5, 71, 80, 6708.73, -4654.9, 450.988, 571, 'Gundrak', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(605, 21, 0, 0, 1, 0, 0, 0, 0, 0, 'Development Land (non-weighted textures)', 0, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(606, 21, 0, 0, 1, 0, 0, 0, 0, 0, 'QA and DVD', 0, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(607, 238, 3, 30, 71, 0, 0, 0, 0, 0, 'Strand of the Ancients', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(608, 235, 4, 5, 70, 80, 5689.49, 498.047, 159.91, 571, 'Violet Hold', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(609, 233, 0, 0, 1, 0, 0, 0, 0, 0, 'Ebon Hold', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(610, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Tirisfal to Vengeance Landing', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(612, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Menethil to Valgarde', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(613, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Orgrimmar to Warsong Hold', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(614, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Stormwind to Valiance Keep', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(615, 239, 1, 25, 80, 0, 3438.15, 260.401, -113.289, 571, 'The Obsidian Sanctum', 115, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(616, 236, 1, 25, 80, 0, 3869.98, 6984.33, 152.042, 571, 'The Eye of Eternity', 115, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(617, 242, 3, 10, 10, 0, 0, 0, 0, 0, 'Dalaran Sewers', 5, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(618, 240, 3, 10, 10, 0, 0, 0, 0, 0, 'The Ring of Valor', 5, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(619, 234, 4, 5, 68, 80, 3641.46, 2032.06, 2.1876, 571, 'Ahn\'kahet: The Old Kingdom', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(620, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Moa\'ki to Unu\'pe', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(621, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Moa\'ki to Kamagua', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(622, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Orgrim\'s Hammer', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(623, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: The Skybreaker', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(624, 243, 1, 25, 80, 0, 5488.12, 2840.33, 419.966, 571, 'Vault of Archavon', 115, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(628, 245, 3, 80, 71, 0, 0, 0, 0, 0, 'Isle of Conquest', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(631, 250, 1, 25, 80, 80, 5776.92, 2065.93, 636.064, 571, 'Icecrown Citadel', 499, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(632, 249, 4, 5, 80, 80, 5670.79, 2003.63, 798.182, 571, 'The Forge of Souls', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(641, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Alliance Airship BG', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(642, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: HordeAirshipBG', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(647, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Orgrimmar to Thunder Bluff', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(649, 246, 1, 25, 80, 80, 8515.29, 736.137, 558.566, 571, 'Trial of the Crusader', 499, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(650, 247, 4, 5, 80, 80, 8571.43, 792.221, 558.557, 571, 'Trial of the Champion', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(658, 252, 4, 5, 75, 80, 5592.06, 2010.27, 798.181, 571, 'Pit of Saron', 21, 0, 0, 24499, 24511, 0, 0, 0, 500, 0),
(668, 253, 4, 5, 75, 80, 5628.88, 1973.29, 803.021, 571, 'Halls of Reflection', 21, 0, 0, 24710, 24712, 0, 0, 0, 500, 0),
(672, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: The Skybreaker (Icecrown Citadel Raid)', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(673, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Orgrim\'s Hammer (Icecrown Citadel Raid)', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(712, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: The Skybreaker (IC Dungeon)', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(713, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Orgrim\'s Hammer (IC Dungeon)', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(718, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: The Mighty Wind (Icecrown Citadel Raid)', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(723, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Stormwind', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(724, 254, 1, 25, 80, 80, 3438.15, 260.401, -113.289, 571, 'The Ruby Sanctum', 499, 604800, 0, 0, 0, 0, 0, 0, 500, 0);
INSERT INTO `worldmap_info` (`entry`, `build`, `screenid`, `type`, `maxplayers`, `minlevel`, `minlevel_heroic`, `repopx`, `repopy`, `repopz`, `repopentry`, `area_name`, `flags`, `cooldown`, `lvl_mod_a`, `required_quest_A`, `required_quest_H`, `required_item`, `heroic_keyid_1`, `heroic_keyid_2`, `viewingDistance`, `required_checkpoint`) VALUES
(0, 12340, 4, 0, 0, 1, 0, 0, 0, 0, 0, 'Eastern Kingdoms', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(1, 12340, 3, 0, 0, 1, 0, 0, 0, 0, 0, 'Kalimdor', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(13, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Testing', 0, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(25, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Scott Test', 0, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(30, 12340, 104, 3, 80, 51, 0, 0, 0, 0, 0, 'Alterac Valley', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(33, 12340, 204, 2, 5, 10, 0, -230.989, 1571.57, 76.8909, 0, 'Shadowfang Keep', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(34, 12340, 194, 2, 5, 15, 0, -8762.38, 848.01, 89.8765, 0, 'Stormwind Stockade', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(35, 12340, 23, 0, 0, 1, 0, -8762.48, 848.049, 87.94, 0, '<unused>StormwindPrison', 0, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(36, 12340, 142, 2, 5, 10, 0, -11207.8, 1681.15, 24.6245, 0, 'Deadmines', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(37, 12340, 25, 0, 0, 1, 0, 0, 0, 0, 0, 'Azshara Crater', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(42, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Collin\'s Test', 0, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(43, 12340, 143, 2, 5, 10, 0, -751.131, -2209.24, 21.5403, 1, 'Wailing Caverns', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(44, 12340, 42, 2, 0, 1, 0, 2892.41, -811.241, 160.333, 0, '<unused> Monastery', 0, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(47, 12340, 188, 2, 5, 15, 0, -4459.45, -1660.21, 86.1095, 1, 'Razorfen Kraul', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(48, 12340, 196, 2, 5, 19, 0, 4249.12, 748.387, -23.0632, 1, 'Blackfathom Deeps', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(70, 12340, 144, 2, 5, 30, 0, -6060.18, -2955, 266.91, 0, 'Uldaman', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(90, 12340, 193, 2, 5, 15, 0, -5162.66, 931.599, 260.554, 0, 'Gnomeregan', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(109, 12340, 191, 2, 5, 35, 0, -10170.1, -3995.97, -109.194, 0, 'Sunken Temple', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(129, 12340, 145, 2, 5, 25, 0, -4662.88, -2535.87, 86.9671, 1, 'Razorfen Downs', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(169, 12340, 0, 1, 40, 1, 0, 0, 0, 0, 0, 'Emerald Dream', 0, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(189, 12340, 190, 2, 5, 20, 0, 2892.24, -811.264, 160.333, 0, 'Scarlet Monastery', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(209, 12340, 146, 2, 5, 35, 0, -6790.58, -2891.28, 15.1063, 1, 'Zul\'Farrak', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(229, 12340, 189, 2, 10, 45, 0, -7522.53, -1233.04, 287.243, 0, 'Blackrock Spire', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(230, 12340, 103, 2, 5, 40, 0, -7178.09, -928.639, 170.206, 0, 'Blackrock Depths', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(249, 12340, 61, 1, 25, 80, 0, -4753.31, -3752.42, 53.4317, 1, 'Onyxia\'s Lair', 115, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(269, 12340, 212, 4, 5, 66, 70, -8750.83, -4193.51, -210.158, 1, 'Opening of the Dark Portal', 11, 0, 0, 10284, 10284, 0, 30635, 0, 500, 0),
(289, 12340, 102, 2, 5, 45, 0, 1274.78, -2552.56, 85.3994, 0, 'Scholomance', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(309, 12340, 161, 1, 20, 50, 0, -11916.1, -1224.58, 64.1502, 0, 'Zul\'Gurub', 3, 259200, 0, 0, 0, 0, 0, 0, 500, 0),
(329, 12340, 101, 2, 5, 45, 0, 3392.32, -3378.48, 112.01, 0, 'Stratholme', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(349, 12340, 81, 2, 5, 30, 0, -1432.7, 2924.98, 85.491, 1, 'Maraudon', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(369, 12340, 205, 0, 0, 1, 0, -8349.22, 517.348, 91.8, 0, 'Deeprun Tram', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(389, 12340, 195, 2, 5, 8, 0, 1816.76, -4423.37, -10.4478, 1, 'Ragefire Chasm', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(409, 12340, 192, 1, 40, 50, 0, -7510.56, -1036.7, 180.912, 0, 'Molten Core', 3, 604800, 0, 7848, 7848, 0, 0, 0, 500, 0),
(429, 12340, 82, 2, 5, 45, 0, -3908.03, 1130, 161.214, 1, 'Dire Maul', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(449, 12340, 181, 0, 0, 1, 0, 0, 0, 0, 0, 'Alliance PVP Barracks', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(450, 12340, 182, 0, 0, 1, 0, 0, 0, 0, 0, 'Horde PVP Barracks', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(451, 12340, 21, 0, 0, 1, 0, 0, 0, 0, 0, 'Development Land', 0, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(469, 12340, 141, 1, 40, 60, 0, -7663.41, -1218.67, 287.798, 0, 'Blackwing Lair', 3, 604800, 0, 7761, 7761, 0, 0, 0, 500, 0),
(489, 12340, 122, 3, 20, 10, 0, 0, 0, 0, 0, 'Warsong Gulch', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(509, 12340, 184, 1, 20, 50, 0, -8114.46, 1526.37, 6.1904, 1, 'Ruins of Ahn\'Qiraj', 3, 259200, 0, 0, 0, 0, 0, 0, 500, 0),
(529, 12340, 183, 3, 30, 20, 0, 0, 0, 0, 0, 'Arathi Basin', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(530, 12340, 198, 0, 0, 58, 0, 0, 0, 0, 0, 'Outland', 9, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(531, 12340, 185, 1, 40, 50, 0, -8111.72, 1526.79, 129.861, 1, 'Ahn\'Qiraj Temple', 3, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(532, 12340, 200, 1, 10, 68, 0, -11110.4, -2004.07, 49.3307, 0, 'Karazhan', 43, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(533, 12340, 197, 1, 25, 80, 0, 0, 0, 0, 0, 'Naxxramas', 115, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(534, 12340, 212, 1, 25, 70, 0, -8178.51, -4182.05, -168.4, 1, 'The Battle for Mount Hyjal', 75, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(540, 12340, 199, 4, 5, 55, 70, -306.758, 3064.44, -3.73108, 530, 'Hellfire Citadel: The Shattered Halls', 13, 0, 0, 0, 0, 0, 30637, 30622, 500, 0),
(542, 12340, 199, 4, 5, 55, 70, -295.419, 3151.99, 31.7029, 530, 'Hellfire Citadel: The Blood Furnace', 13, 0, 0, 0, 0, 0, 30637, 30622, 500, 0),
(543, 12340, 199, 4, 5, 55, 70, -360.05, 3067.9, -15.0364, 530, 'Hellfire Citadel: Ramparts', 13, 0, 0, 0, 0, 0, 30637, 30622, 500, 0),
(544, 12340, 208, 1, 25, 65, 0, -330.234, 3106.64, -116.502, 530, 'Magtheridon\'s Lair', 75, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(545, 12340, 207, 4, 5, 55, 70, 764.219, 6915.08, -80.5606, 530, 'Coilfang: The Steamvault', 13, 0, 0, 0, 0, 0, 30623, 0, 500, 0),
(546, 12340, 207, 4, 5, 55, 70, 764.628, 6768.07, -72.0662, 530, 'Coilfang: The Underbog', 13, 0, 0, 0, 0, 0, 30623, 0, 500, 0),
(547, 12340, 207, 4, 5, 55, 70, 742.158, 7011.33, -73.0743, 530, 'Coilfang: The Slave Pens', 13, 0, 0, 0, 0, 0, 30623, 0, 500, 0),
(548, 12340, 207, 1, 25, 70, 0, 775.786, 6865.24, -65.9414, 530, 'Coilfang: Serpentshrine Cavern', 75, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(550, 12340, 206, 1, 25, 70, 0, 0, 0, 0, 0, 'Tempest Keep', 75, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(552, 12340, 206, 4, 5, 65, 70, 0, 0, 0, 0, 'Tempest Keep: The Arcatraz', 13, 0, 0, 0, 0, 0, 30634, 0, 500, 0),
(553, 12340, 206, 4, 5, 67, 70, 0, 0, 0, 0, 'Tempest Keep: The Botanica', 13, 0, 0, 0, 0, 0, 30634, 0, 500, 0),
(554, 12340, 206, 4, 5, 67, 70, 0, 0, 0, 0, 'Tempest Keep: The Mechanar', 13, 0, 0, 0, 0, 0, 30634, 0, 500, 0),
(555, 12340, 201, 4, 5, 65, 70, -3640.69, 4943.16, -101.047, 530, 'Auchindoun: Shadow Labyrinth', 13, 0, 0, 0, 0, 0, 30633, 0, 500, 0),
(556, 12340, 201, 4, 5, 55, 70, -3361.86, 4665.59, -101.048, 530, 'Auchindoun: Sethekk Halls', 13, 0, 0, 0, 0, 0, 30633, 0, 500, 0),
(557, 12340, 201, 4, 5, 55, 70, -3089.52, 4942.76, -101.048, 530, 'Auchindoun: Mana-Tombs', 13, 0, 0, 0, 0, 0, 30633, 0, 500, 0),
(558, 12340, 201, 4, 5, 55, 70, -3363.44, 5156.46, -101.048, 530, 'Auchindoun: Auchenai Crypts', 13, 0, 0, 0, 0, 0, 30633, 0, 500, 0),
(559, 12340, 219, 3, 10, 10, 0, 0, 0, 0, 0, 'Nagrand Arena', 5, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(560, 12340, 212, 4, 5, 66, 70, -8309.81, -4061.51, 207.924, 1, 'The Escape From Durnholde', 13, 0, 0, 0, 0, 0, 30635, 0, 500, 0),
(562, 12340, 218, 3, 10, 10, 0, 0, 0, 0, 0, 'Blade\'s Edge Arena', 5, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(564, 12340, 215, 1, 25, 70, 0, -3644.53, 317.294, 36.1671, 530, 'Black Temple', 75, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(565, 12340, 213, 1, 25, 65, 0, 3525.45, 5144.15, 2.46332, 530, 'Gruul\'s Lair', 75, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(566, 12340, 210, 3, 30, 61, 0, 0, 0, 0, 0, 'Eye of the Storm', 9, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(568, 12340, 214, 1, 10, 70, 0, 6851.02, -7989.71, 192.37, 530, 'Zul\'Aman', 43, 259200, 0, 0, 0, 0, 0, 0, 500, 0),
(571, 12340, 216, 0, 0, 68, 0, 0, 0, 0, 0, 'Northrend', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(572, 12340, 217, 3, 10, 10, 0, 0, 0, 0, 0, 'Ruins of Lordaeron', 5, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(573, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'ExteriorTest', 0, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(574, 12340, 220, 4, 5, 68, 80, 1211.76, -4868.42, 218.28, 571, 'Utgarde Keep', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(575, 12340, 221, 4, 5, 75, 80, 1232.41, -4860.95, 41.2482, 571, 'Utgarde Pinnacle', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(576, 12340, 226, 4, 5, 66, 80, 3899.93, 6985.44, 69.488, 571, 'The Nexus', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(578, 12340, 227, 4, 5, 75, 80, 3865.92, 6983.94, 106.32, 571, 'The Oculus', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(580, 12340, 225, 1, 25, 70, 0, 12551.8, -6774.57, 15.07, 530, 'The Sunwell', 75, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(582, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Rut\'theran to Auberdine', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(584, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Menethil to Theramore', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(585, 12340, 224, 4, 5, 65, 70, 12881.9, -7343.09, 65.48, 530, 'Magister\'s Terrace', 13, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(586, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Exodar to Auberdine', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(587, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Feathermoon Ferry', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(588, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Menethil to Auberdine', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(589, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Orgrimmar to Grom\'Gol', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(590, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Grom\'Gol to Undercity', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(591, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Undercity to Orgrimmar', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(592, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Borean Tundra Test', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(593, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Booty Bay to Ratchet', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(594, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Howling Fjord Sister Mercy (Quest)', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(595, 12340, 222, 4, 5, 75, 80, -8756.09, -4457.42, -205.872, 1, 'The Culling of Stratholme', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(596, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Naglfar', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(597, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Craig Test', 0, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(598, 12340, 4, 2, 0, 1, 0, 0, 0, 0, 0, 'Sunwell Fix (Unused)', 0, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(599, 12340, 230, 4, 5, 72, 80, 8921.79, -966.806, 1039.26, 571, 'Halls of Stone', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(600, 12340, 228, 4, 5, 69, 80, 4774.58, -2023.05, 229.379, 571, 'Drak\'Tharon Keep', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(601, 12340, 229, 4, 5, 67, 80, 3672.22, 2171.28, 35.8489, 571, 'Azjol-Nerub', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(602, 12340, 231, 4, 5, 75, 80, 9185.09, -1386.79, 1108, 571, 'Halls of Lightning', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(603, 12340, 244, 1, 25, 80, 0, 9359.37, -1115.18, 1245.15, 571, 'Ulduar', 115, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(604, 12340, 237, 4, 5, 71, 80, 6708.73, -4654.9, 450.988, 571, 'Gundrak', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(605, 12340, 21, 0, 0, 1, 0, 0, 0, 0, 0, 'Development Land (non-weighted textures)', 0, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(606, 12340, 21, 0, 0, 1, 0, 0, 0, 0, 0, 'QA and DVD', 0, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(607, 12340, 238, 3, 30, 71, 0, 0, 0, 0, 0, 'Strand of the Ancients', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(608, 12340, 235, 4, 5, 70, 80, 5689.49, 498.047, 159.91, 571, 'Violet Hold', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(609, 12340, 233, 0, 0, 1, 0, 0, 0, 0, 0, 'Ebon Hold', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(610, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Tirisfal to Vengeance Landing', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(612, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Menethil to Valgarde', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(613, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Orgrimmar to Warsong Hold', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(614, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Stormwind to Valiance Keep', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(615, 12340, 239, 1, 25, 80, 0, 3438.15, 260.401, -113.289, 571, 'The Obsidian Sanctum', 115, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(616, 12340, 236, 1, 25, 80, 0, 3869.98, 6984.33, 152.042, 571, 'The Eye of Eternity', 115, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(617, 12340, 242, 3, 10, 10, 0, 0, 0, 0, 0, 'Dalaran Sewers', 5, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(618, 12340, 240, 3, 10, 10, 0, 0, 0, 0, 0, 'The Ring of Valor', 5, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(619, 12340, 234, 4, 5, 68, 80, 3641.46, 2032.06, 2.1876, 571, 'Ahn\'kahet: The Old Kingdom', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(620, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Moa\'ki to Unu\'pe', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(621, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Moa\'ki to Kamagua', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(622, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Orgrim\'s Hammer', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(623, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: The Skybreaker', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(624, 12340, 243, 1, 25, 80, 0, 5488.12, 2840.33, 419.966, 571, 'Vault of Archavon', 115, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(628, 12340, 245, 3, 80, 71, 0, 0, 0, 0, 0, 'Isle of Conquest', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(631, 12340, 250, 1, 25, 80, 80, 5776.92, 2065.93, 636.064, 571, 'Icecrown Citadel', 499, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(632, 12340, 249, 4, 5, 80, 80, 5670.79, 2003.63, 798.182, 571, 'The Forge of Souls', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(641, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Alliance Airship BG', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(642, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: HordeAirshipBG', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(647, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Orgrimmar to Thunder Bluff', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(649, 12340, 246, 1, 25, 80, 80, 8515.29, 736.137, 558.566, 571, 'Trial of the Crusader', 499, 604800, 0, 0, 0, 0, 0, 0, 500, 0),
(650, 12340, 247, 4, 5, 80, 80, 8571.43, 792.221, 558.557, 571, 'Trial of the Champion', 21, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(658, 12340, 252, 4, 5, 75, 80, 5592.06, 2010.27, 798.181, 571, 'Pit of Saron', 21, 0, 0, 24499, 24511, 0, 0, 0, 500, 0),
(668, 12340, 253, 4, 5, 75, 80, 5628.88, 1973.29, 803.021, 571, 'Halls of Reflection', 21, 0, 0, 24710, 24712, 0, 0, 0, 500, 0),
(672, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: The Skybreaker (Icecrown Citadel Raid)', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(673, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Orgrim\'s Hammer (Icecrown Citadel Raid)', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(712, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: The Skybreaker (IC Dungeon)', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(713, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: Orgrim\'s Hammer (IC Dungeon)', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(718, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Transport: The Mighty Wind (Icecrown Citadel Raid)', 17, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(723, 12340, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Stormwind', 1, 0, 0, 0, 0, 0, 0, 0, 500, 0),
(724, 12340, 254, 1, 25, 80, 80, 3438.15, 260.401, -113.289, 571, 'The Ruby Sanctum', 499, 604800, 0, 0, 0, 0, 0, 0, 500, 0);
/*!40000 ALTER TABLE `worldmap_info` ENABLE KEYS */;
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;

View File

@@ -0,0 +1,36 @@
/*
Add build column to *_properties tables
*/
ALTER TABLE `creature_properties`
ADD COLUMN `build` SMALLINT(6) NOT NULL DEFAULT 12340 AFTER `entry`,
DROP PRIMARY KEY,
ADD PRIMARY KEY (`entry`,`build`),
ADD UNIQUE KEY `unique_index` (`entry`,`build`) USING BTREE;
ALTER TABLE `gameobject_properties`
ADD COLUMN `build` SMALLINT(6) NOT NULL DEFAULT 12340 AFTER `entry`,
DROP PRIMARY KEY,
ADD PRIMARY KEY (`entry`,`build`),
ADD UNIQUE KEY `unique_index` (`entry`,`build`) USING BTREE;
ALTER TABLE `item_properties`
ADD COLUMN `build` SMALLINT(6) NOT NULL DEFAULT 12340 AFTER `entry`,
DROP PRIMARY KEY,
ADD PRIMARY KEY (`entry`,`build`),
ADD UNIQUE KEY `unique_index` (`entry`,`build`) USING BTREE;
ALTER TABLE `quest_properties`
ADD COLUMN `build` SMALLINT(6) NOT NULL DEFAULT 12340 AFTER `entry`,
DROP PRIMARY KEY,
ADD PRIMARY KEY (`entry`,`build`),
ADD UNIQUE KEY `unique_index` (`entry`,`build`) USING BTREE;
ALTER TABLE `worldmap_info`
ADD COLUMN `build` SMALLINT(6) NOT NULL DEFAULT 12340 AFTER `entry`,
DROP PRIMARY KEY,
ADD PRIMARY KEY (`entry`,`build`),
ADD UNIQUE KEY `unique_index` (`entry`,`build`) USING BTREE;
DELETE FROM `world_db_version`;
INSERT INTO `world_db_version` VALUES ('1.3.18_build_creature_properties');