diff --git a/Full_DB/recall.sql b/Full_DB/recall.sql index f56a5c2..9213ad6 100644 --- a/Full_DB/recall.sql +++ b/Full_DB/recall.sql @@ -6,818 +6,829 @@ CREATE TABLE IF NOT EXISTS `recall` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `min_build` int(6) NOT NULL DEFAULT '12340', + `max_build` int(6) NOT NULL DEFAULT '12340', `name` varchar(100) NOT NULL, `MapId` int(10) unsigned NOT NULL DEFAULT '0', `positionX` float NOT NULL DEFAULT '0', `positionY` float NOT NULL DEFAULT '0', `positionZ` float NOT NULL DEFAULT '0', `Orientation` float unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `UNIQUE` (`name`) -) ENGINE=MyISAM AUTO_INCREMENT=801 DEFAULT CHARSET=utf8 COMMENT='Tele Command'; + PRIMARY KEY (`id`,`min_build`), + UNIQUE KEY `UNIQUE` (`name`), + UNIQUE KEY `unique_index` (`id`,`min_build`) USING BTREE +) ENGINE=MyISAM AUTO_INCREMENT=811 DEFAULT CHARSET=utf8 COMMENT='Tele Command'; DELETE FROM `recall`; /*!40000 ALTER TABLE `recall` DISABLE KEYS */; -INSERT INTO `recall` (`id`, `name`, `MapId`, `positionX`, `positionY`, `positionZ`, `Orientation`) VALUES - (1, 'AbyssalSands', 1, -8109.34, -3067.48, 39.9773, 0), - (2, 'AddlesStead', 0, -10992.6, 268.794, 28.5101, 0), - (3, 'AeriePeak', 0, 327.814, -1959.99, 198.724, 0), - (4, 'AgamandMills', 0, 2803.27, 847.119, 112.841, 0), - (5, 'AgmondsEnd', 0, -7027.81, -3330.11, 242.51, 0), - (6, 'AgolWatha', 0, 339.304, -3469.39, 119.433, 0), - (7, 'AlcazIsland', 1, -2657.63, -4896.05, 22.3726, 0), - (8, 'AldorRise', 530, -1769.37, 5712.7, 127.538, 0), - (9, 'Aldrassil', 1, 10455.7, 798.455, 1347.75, 0), - (10, 'AlexstonFarmsted', 0, -10644.8, 1681.3, 43.0338, 0), - (11, 'AlgazStation', 0, -4909.52, -2726.76, 330.06, 0), - (12, 'AllerianStronghold', 530, -2903.58, 3980.27, 0.972477, 0), - (13, 'AltarOfDamnation', 530, -3592.43, 1856.87, 48.2406, 0), - (14, 'AltarOfStormsA', 0, -11272.8, -2547.59, 103.02, 0), - (15, 'AltarOfStormsB', 0, -7613.13, -761.492, 191.807, 0), - (16, 'AltarOfZul', 0, -295.384, -3459.12, 195.005, 0), - (17, 'AlteracValley', 30, 628.53, -207.67, 40.0523, 0), - (18, 'AlthersMill', 0, -9168.66, -2726.31, 91.0426, 0), - (19, 'AmaniPass', 530, 6862.09, -7576.34, 86.6041, 0), - (20, 'Ambermill', 0, -126.954, 815.624, 67.0224, 0), - (21, 'AmethAran', 1, 5732.53, 116.359, 32.5681, 0), - (22, 'ammenvale', 530, -4192.39, -13725.2, 71.2854, 0), - (23, 'AngorFortress', 0, -6380.77, -3139.89, 302.111, 0), - (24, 'Anvilmar', 0, -6110.8, 388.517, 396.542, 0), - (25, 'ApocryphansRest', 0, -6894.29, -2465.82, 248.978, 0), - (26, 'ArathiBasin', 529, 1181.62, 1183.39, -44.329, 0), - (27, 'ArathiHighlands', 0, -907.865, -3534.24, 84.7878, 0), - (28, 'Arcatraz', 530, 2872, 1555.29, 253.159, 0), - (29, 'Area52', 530, 3053.18, 3679.83, 143.376, 0), - (30, 'AridensCamp', 0, -10443.6, -2140.79, 91.7795, 0), - (31, 'ArklonRuins', 530, 2763.23, 3168.18, 148.978, 0), - (32, 'Ashenvale', 1, 3469.43, 847.62, 6.36476, 0), - (33, 'Astranaar', 1, 2745.85, -378.33, 109.253, 0), - (34, 'Auberdine', 1, 6438.69, 485.38, 8.382, 0), - (35, 'Auchindoun', 530, -3363.13, 4893.08, -100.395, 0), - (36, 'Azshara', 1, 2717.1, -5968.91, 107.4, 0), - (37, 'AzureloadHumanTown', 0, -11033, -3095.22, 90.8189, 0), - (38, 'AzuremystIsle', 530, -4020.48, -13783.3, 74.9001, 0), - (39, 'AzureWatch', 530, -4194.58, -12553.2, 41.2315, 0), - (40, 'BaelDunDigside', 1, -1897.98, 400.675, 135.787, 0), - (41, 'BaelModan', 1, -4074.33, -2094.19, 94.2936, 0), - (42, 'BallalRuins', 0, -11977.4, 332.254, 4.20626, 0), - (43, 'BalnirFarmstead', 0, 2032.01, -432.954, 36.4329, 0), - (44, 'Balwark', 0, 1716.02, -788.217, 57.844, 0), - (45, 'BaradinBay', 0, -2955, -1022.21, 11.0919, 0), - (46, 'Barrens', 1, 90.1003, -1943.44, 80.4727, 0), - (47, 'BarrensGnollOutpost', 1, -4319.38, -2110.38, 81.8662, 0), - (48, 'BashalAran', 1, 6735.43, 6.71422, 43.7028, 0), - (49, 'BeezilsZepellinsWreck', 1, -4006.19, -3777.83, 41.6804, 0), - (50, 'BeggarsHaunt', 0, -10359.9, -1531.75, 92.5352, 0), - (51, 'BehindTheGreymaneWall', 0, -987.449, 1585.69, 54.4298, 0), - (52, 'BlackfathomDeep', 48, -152.984, 106.33, -39.0953, 0), - (53, 'BlackMorass', 269, -2061.12, 6635.97, -143.596, 0), - (54, 'BlackMorassPortal', 269, -2033.5, 7120.97, 24.5189, 0), - (55, 'BlackMorassUndergroundEntrance', 269, -2014.12, 6583.5, -153.654, 0), - (56, 'BlackphantomDeeps', 1, 4252.37, 756.974, -22.0632, 0), - (57, 'BlackrockCamp', 0, -9713.81, -3188.39, 59.6835, 0), - (58, 'BlackrockDepths', 230, 596.432, -188.498, -49, 0), - (59, 'BlackrockMountain', 0, -7317.34, -1072.33, 278.069, 0), - (60, 'BlackRockMountainTop', 0, -7468, -1082, 901, 0), - (61, 'BlackrockSpire', 229, 73.5083, -215.044, 53.3869, 0), - (62, 'BlackrockStronghold', 0, -7728.12, -1504.22, 133.837, 0), - (63, 'BlackrokMountain', 0, -7813.25, -1133.33, 215.069, 0), - (64, 'BlackTemple', 530, -3609.74, 328.252, 38.3077, 0), - (65, 'BlackwindLake', 530, -3815.57, 3527.15, 282.884, 0), - (66, 'BlackwingLair', 469, -7665.55, -1102.49, 400.679, 0), - (67, 'BlackwolfRiver', 1, 1160.25, 51.3229, 2.072, 0), - (68, 'BlackwoodDen', 1, 4641.19, 55.3801, 67.6307, 0), - (69, 'BlackwoodLake', 0, 2515.84, -4251.86, 77.3568, 0), - (70, 'BladefistBay', 1, 1525.73, -4968.13, 18.1397, 0), - (71, 'BladesEdgeMountains', 530, 1114, 7091, 124, 0), - (72, 'BladespireHold', 530, 2502.52, 6573.17, 1.11438, 0), - (73, 'BladespireOutpost', 530, 2219.95, 5717.02, 273.883, 0), - (74, 'BlastedLands', 0, -11204.5, -2730.61, 15.8972, 0), - (75, 'BleedingHollowRuins', 530, -3284.64, 6001.33, -0.88672, 0), - (76, 'bloodcurseisle', 530, -1789.79, -12762.5, 3.5249, 0), - (77, 'BloodhoofVillage', 1, -2326.44, -367.682, -7.8497, 0), - (78, 'BloodmaulOutpost', 530, 1618.27, 6323.13, 1.14226, 0), - (79, 'BloodmystIsle', 530, -2721.68, -12208.9, 10.0882, 0), - (80, 'BloodsailCompound', 0, -13274.4, 769.951, 3.45505, 0), - (81, 'BloodvenomFalls', 1, 5280.03, -713.61, 347.129, 0), - (82, 'BloodWatch', 530, -2062.06, -11850, 50.728, 0), - (83, 'BonechewerRuins', 530, -2981.17, 3520.61, -3.6513, 0), - (84, 'BootyBay', 0, -14406.6, 419.353, 23.3907, 0), - (85, 'Botanica', 530, 3405.48, 1489.14, 183.838, 0), - (86, 'BoughShadow', 1, 3141.82, -3707.34, 122.05, 0), - (87, 'BoulderfistHall', 0, -1969.08, -2789.04, 82.2105, 0), - (88, 'BouldersideRavine', 1, -122.391, 388.013, 95.4856, 0), - (89, 'BrackenwallOrcVillage', 1, -3129.38, -2864.51, 35.8711, 0), - (90, 'BrackwellPumpkinPatch', 0, -9772.44, -869.693, 40.5096, 0), - (91, 'BramblebladeRavine', 1, -3037.04, -1050.56, 50.1447, 0), - (92, 'BrewnallVillage', 0, -5368.81, 319.498, 395.123, 0), - (93, 'BrightwaterLake', 0, 2685.13, -198.851, 32.4095, 0), - (94, 'BrightwoodGrove', 0, -10649.7, -884.01, 51.8196, 0), - (95, 'Brill', 0, 2255.5, 288.511, 35.1138, 0), - (96, 'bristlelimbvillage', 530, -4633.86, -11615.8, 20.65, 0), - (97, 'Bulwark', 0, 1636.09, -1011.36, 77.1124, 0), - (98, 'CaerDarrow', 0, 1025.59, -2517, 60.1416, 0), - (99, 'CaerDarrowTheDarkPortal', 0, 1125.31, -2541.35, 79.3562, 0), - (100, 'CampBoff', 0, -7033.94, -3669.89, 246.91, 0), - (101, 'CampCagg', 0, -7147.67, -2430.87, 241.51, 0), - (102, 'CampCosh', 0, -6247.73, -3776.6, 250.06, 0), - (103, 'CampMojache', 1, -4369.68, 242.294, 26.4133, 0), - (104, 'CampNarache', 1, -2893.04, -240.87, 54.5445, 0), - (105, 'CampTaurajo', 1, -2372.51, -1991.64, 121.975, 0), - (106, 'Cauldron', 0, -6892.24, -1342.38, 240.913, 0), - (107, 'CavernsOfTime', 1, -8195.94, -4500.13, 9.60819, 0), - (108, 'CenarionEnclave', 1, 10118.4, 2538.5, 1322.52, 0), - (109, 'CenarionHold', 1, -6824.15, 821.273, 50.6675, 0), - (110, 'CenarionRefuge', 530, -214.722, 5493.04, 22.7705, 0), - (111, 'CenarionThicket', 530, -1841.36, 4694.72, 10.0581, 0), - (112, 'ChampionHall', 449, -0.199573, -1.59112, 0.744116, 0), - (113, 'CharredVale', 1, 821.99, 1599.07, -20.1896, 0), - (114, 'ChillwindPoint', 0, 322.373, -1487.85, 44.7201, 0), - (115, 'CircleOfBlood', 530, 2840.38, 5929.42, 12.0902, 0), - (116, 'CircleOfEastBinding', 0, -842.604, -3270.04, 79.3588, 0), - (117, 'CircleOfInnerBinding', 0, -1529.75, -2166.7, 18.3717, 0), - (118, 'CircleOfOuterBinding', 0, -1354.4, -2738.07, 59.9657, 0), - (119, 'CircleOfWestBinding', 0, -863.118, -1784.72, 40.6118, 0), - (120, 'CleftOfShadow', 1, 1805.41, -4337.11, -10.1877, 0), - (121, 'CliffspringRiver', 1, 6931.74, -569.077, 45.8192, 0), - (122, 'CoilfangResevoir', 530, 565.641, 6940.71, 17.2277, 0), - (123, 'CoilskarPoint', 530, -2936.13, 1704.08, 67.1989, 0), - (124, 'ColdHearthManor', 0, 2146.99, 658.485, 34.59, 0), - (125, 'ColdridgeValley', 0, -6229.25, 333.733, 384.206, 0), - (126, 'Commons', 0, -4920.61, -955.967, 502.51, 0), - (127, 'CorinsCrossing', 0, 2039.73, -4511.63, 74.6218, 0), - (128, 'Cosmowrench', 530, 2963.84, 1787.36, 140.121, 0), - (129, 'CraftmensTerrace', 1, 10094.3, 2319.44, 1330.17, 0), - (130, 'CragpoolLake', 1, 1618.33, 161.796, 134.084, 0), - (131, 'CrashSite', 530, -4114.93, -13755, 74.5106, 0), - (132, 'Crossroads', 1, -456.263, -2652.7, 96.615, 0), - (133, 'CrownGuardTower', 0, 1868.66, -3678.97, 156.231, 0), - (134, 'CrystalLake', 0, -9462.99, -161.312, 61.7274, 0), - (135, 'CrystalSpine', 530, 4004.3, 5026.29, 267.691, 0), - (136, 'DabyriesFarmstead', 0, -1065.89, -2905.56, 43.0958, 0), - (137, 'DaggerHills', 0, -11275.5, 1448.2, 90.0785, 0), - (138, 'DalaranCrater', 0, 258, 351, 42.9076, 0), - (139, 'DalaranRuins', 0, 386.938, 212.299, 44.6994, 0), - (140, 'DalsonsTears', 0, 1855.13, -1569.22, 60.1825, 0), - (141, 'DandredsFold', 0, 1239.12, -286.705, 43.4764, 0), - (142, 'DarkcloudPinnacle', 1, -5096.02, -1945.14, 89.7375, 0), - (143, 'DarkenedBank', 0, -10015.9, -575.457, 43.7515, 0), - (144, 'DarkPortal', 0, -11853.6, -3197.44, -26.2186, 0), - (145, 'DarkPortalOutland', 530, -248.16, 922.349, 85.3798, 0), - (146, 'Darkshire', 0, -10559.7, -1189.02, 29.0698, 0), - (147, 'Darkshore', 1, 6207.5, -152.833, 80.8185, 0), - (148, 'DarkwhisperGorge', 1, 5018.91, -4563.94, 852.75, 0), - (149, 'Darnassus', 1, 8795.8, 969.427, 31.1955, 0), - (150, 'DarrowHillsCorners', 0, -434.575, -587.045, 54.6605, 0), - (151, 'DarrowmereLake', 0, 1234.83, -2118.49, 51.8011, 0), - (152, 'DawningIsles', 0, 982.34, 201.239, 35.9509, 0), - (153, 'DeadAcre', 0, -10776.2, 881.872, 34.9199, 0), - (154, 'DeadeyeShore', 1, 918.715, -5115.69, 3.85835, 0), - (155, 'DeadField', 0, 1035.91, 1540.85, 31.525, 0), - (156, 'DeadmansCrossing', 0, -10460.6, -1717.5, 84.5969, 0), - (157, 'Deadmines', 0, -11156.8, 1528.99, 20.4102, 0), - (158, 'DeadMire', 530, 421.306, 5376.41, 20.7973, 0), - (159, 'DeadwindPass', 0, -10435.4, -1809.28, 101, 0), - (160, 'Deathforge', 530, -3313.98, 1922.64, 167.808, 0), - (161, 'Deathknell', 0, 1871.14, 1587.91, 92.2143, 0), - (162, 'Deatholme', 530, 6305.41, -6464.78, 87.0105, 0), - (163, 'DecrepitFairy', 0, 675.698, 974.873, 35.8849, 0), - (164, 'DeepElemMine', 0, 374.222, 1083.9, 107.509, 0), - (165, 'DeeprunTram', 369, 69.2542, 10.257, -3.29664, 0), - (166, 'DeepwaterTavern', 0, -3823.06, -834.526, 19.2789, 0), - (167, 'DemonFallCanyon', 1, 1798.75, -3179.82, 93.0128, 0), - (168, 'Den', 1, -604.922, -4156.99, 44.2112, 0), - (169, 'DenOfFlame', 1, -4336.82, -3018.67, 34.1744, 0), - (170, 'DesertOutpostWaterfall', 1, 10389, -1886.06, 184.379, 0), - (171, 'Desolace', 1, -93.1614, 1691.15, 90.0649, 0), - (172, 'DireforgeHill', 0, -2833.45, -2880.43, 33.8865, 0), - (173, 'DireMaul', 429, 254.588, -24.7395, -1.56062, 0), - (174, 'Dolanaar', 1, 9809.05, 959.188, 1316.35, 0), - (175, 'DordanilBarrowDen', 1, 1775.1, -2679.19, 112.666, 0), - (176, 'DracoDar', 0, -8222.08, -1174.15, 143.557, 0), - (177, 'DraeneiStart', 530, -3962.06, -13930.8, 101.589, 0), - (178, 'DraenorDarkPortal', 0, -14958.5, 12761.6, 37.0388, 0), - (179, 'Drag', 1, 1860.46, -4513.91, 24.657, 0), - (180, 'DragonmawGarrison', 469, -7621.59, -1071.48, 409.49, 0), - (181, 'DragonmawGates', 0, -3465.16, -3727.56, 65.5778, 0), - (182, 'Dragonmurk', 1, -4197.56, -2873.76, 45.6771, 0), - (183, 'DreadmaulHold', 0, -10859, -2663.38, 8.80049, 0), - (184, 'DreadmaulPost', 0, -11528.2, -2863.73, 10.9925, 0), - (185, 'DreadmaulRock', 0, -7924.68, -2624.44, 221.958, 0), - (186, 'DreadmurkShore', 1, -3012.72, -4345.51, 7.83608, 0), - (187, 'DreamBough', 1, -2871.76, 1885.29, 53.6501, 0), - (188, 'DrownedReef', 0, -2200.52, -1685.18, -33.4569, 0), - (189, 'DunAlgaz', 0, -4088.67, -2663.71, 36.1151, 0), - (190, 'DunBaldar', 30, 654.691, -31.7338, 49.6277, 0), - (191, 'DunBaldarPass', 30, 757.831, -489.322, 96.8441, 0), - (192, 'DunemaulCompound', 1, -8492.54, -3022.39, 10.374, 0), - (193, 'DunGarok', 0, -1266.15, -1198.95, 41.1765, 0), - (194, 'DunModr', 0, -2605.21, -2341.09, 84.3551, 0), - (195, 'DunMorogh', 0, -5660.33, 755.299, 390.605, 0), - (196, 'DurnholdeKeep', 0, -489.832, -1391.35, 54.3854, 0), - (197, 'Durotar', 1, 341.42, -4684.7, 31.9493, 0), - (198, 'Duskwood', 0, -10517, -1158.39, 40.0542, 0), - (199, 'DustfireValley', 0, -6634.28, -1876.38, 245.144, 0), - (200, 'DustPlains', 0, -11116.3, 585.337, 35.4177, 0), - (201, 'DustwallowMarsh', 1, -3463.26, -4123.13, 18.1043, 0), - (202, 'EasternStrand', 0, -1234.91, -943.205, 9.62585, 0), - (203, 'EastmoonRuins', 1, -8867.71, -3435.86, 14.3515, 0), - (204, 'EastvaleLoggingCamp', 0, -9549, -1407.04, 55.7673, 0), - (205, 'EastwallTower', 0, 2545.24, -4773.8, 108.254, 0), - (206, 'EchoIsles', 1, -1124.19, -5535.02, 9.62076, 0), - (207, 'ElderRise', 1, -1056.81, -239.942, 160.03, 0), - (208, 'ElwynnForest', 0, -9465.58, 16.8472, 66.921, 0), - (209, 'emberglade', 530, -3288.6, -12861.2, 18.5183, 0), - (210, 'EmeraldForestStatue', 169, 3105.41, 3096.78, 28.0032, 0), - (211, 'EmeraldForestTrees', 169, 2732.93, -3319.63, 102.284, 0), - (212, 'EmeraldSanctuary', 1, 3989.18, -1292.13, 252.131, 0), - (213, 'Evergrove', 530, 2967.78, 5507.51, 144.632, 0), - (214, 'Everlook', 1, 6721.44, -4659.09, 721.893, 0), - (215, 'Exodar', 530, -4014.08, -11895.8, -0.99324, 0), - (216, 'FairbreezeVillage', 530, 8738.68, -6676.33, 70.355, 0), - (217, 'FalconWatch', 530, -606.845, 4100.63, 91.4021, 0), - (218, 'FaldinsCove', 0, -2086.88, -2074.57, 6.72927, 0), - (219, 'FalfarrenRiver', 1, 1979.07, -1968.07, 100.103, 0), - (220, 'FallenSkyRidge', 530, 31.5282, 4789.69, 60.8488, 0), - (221, 'FallowSactuary', 0, -9980.38, -3568.28, 23.0569, 0), - (222, 'FargodeepMine', 0, -9811.76, 130.16, 7.86, 0), - (223, 'FarstriderRetreat', 530, 8999.82, -7460.91, 87.6318, 0), - (224, 'FeathermoonStronghold', 1, -4411.09, 3228.02, 13.1294, 0), - (225, 'FelfireHill', 1, 1992.85, -2989.66, 108.111, 0), - (226, 'FelstoneField', 0, 1756.79, -1200.15, 61.7352, 0), - (227, 'FelstormPoint', 530, 3996.46, 5478.29, 267.988, 0), - (228, 'Felwood', 1, 5483.9, -749.881, 335.621, 0), - (229, 'FenrisIsle', 0, 731.866, 727.793, 38.0975, 0), - (230, 'FenrisKeep', 0, 960.45, 689.611, 60.7365, 0), - (231, 'Feralas', 1, -4458.93, 243.415, 65.6136, 0), - (232, 'FeralasCoast', 1, -4522.22, 2038.54, 51.1436, 0), - (233, 'FieldOfGiants', 1, -3120.86, -2327.89, 94.1243, 0), - (234, 'FieldOfStrife', 30, -187.386, -293.948, 7.66753, 0), - (235, 'FirePlumeRidge', 1, -7171.68, -1279.85, -183.424, 0), - (236, 'FirewatchRidge', 0, -6646.51, -829.166, 245.161, 0), - (237, 'FirewingPoint', 530, -2346.59, 3234.98, -2.37532, 0), - (238, 'ForestSong', 1, 2943.75, -3304.34, 155.067, 0), - (239, 'ForgeCampAnger', 530, 2958.03, 4775.87, 284.504, 0), - (240, 'ForgeCampTerror', 530, 1443.95, 7297.78, 375.527, 0), - (241, 'ForgeCampWrath', 530, 2894.2, 7043.85, 365.254, 0), - (242, 'ForgottenCoast', 1, -4508.92, 2041.68, 52.3872, 0), - (243, 'ForgottenPools', 1, 110.197, -1891.39, 94.5444, 0), - (244, 'ForlornCavern', 0, -4637.04, -1101.53, 502.281, 0), - (245, 'ForstriderLodge', 0, -5675.42, -4244.87, 408.002, 0), - (246, 'FrayIsland', 1, -1679.3, -4328.96, 3.58591, 0), - (247, 'FreewindPost', 1, -5437.4, -2437.47, 90.3083, 0), - (248, 'FrostfireHotSprings', 1, 6831.96, -2494.93, 559.434, 0), - (249, 'FrostmaneHold', 0, -5584.21, 759.832, 385.29, 0), - (250, 'FrostsaberRock', 1, 8070.18, -3859.56, 689.782, 0), - (251, 'FrostwishperGorge', 1, 5274.15, -4712.21, 692.124, 0), - (252, 'FrostWolfKeep', 30, -1326.63, -297.884, 91.536, 0), - (253, 'FrostWolfVillage', 30, -1201.05, -366.444, 55.0976, 0), - (254, 'FrostwyrmLair', 533, 3498.27, -5349.45, 145.967, 0), - (255, 'FungalRocks', 1, -6401.51, -1755.86, -271.256, 0), - (256, 'FungalVale', 0, 2448.25, -3703.94, 180.083, 0), - (257, 'FurlbrowsPumpkinPatch', 0, -9903.53, 1245.26, 43.0563, 0), - (258, 'Gadgetzan', 1, -7154.86, -3817.94, 9.39779, 0), - (259, 'GahrronsWithering', 0, 1738.52, -2319.93, 60.5751, 0), - (260, 'GapingChasm', 1, -9311.04, -3945.9, 11.6628, 0), - (261, 'Garadar', 530, -1246.73, 7341.59, 35.0824, 0), - (262, 'GarrensHaunt', 0, 2861.67, 398.526, 22.1504, 0), - (263, 'GelkisVillage', 1, -2222.47, 2522.4, 69.4424, 0), - (264, 'Ghostlands', 530, 7880, -6193, 22, 0), - (265, 'GhostWalkerPost', 1, -1156.34, 1894.49, 87.2854, 0), - (266, 'GiantOrcStatue', 0, -8066.68, -1621.66, 133.982, 0), - (267, 'GilijimsIsle', 0, -13693.5, 2806.3, 57.6918, 0), - (268, 'GM1', 1, -11805.5, -4754.13, 6.96693, 0), - (269, 'GM2', 1, -10735.8, 2463.19, 7.8301, 0), - (270, 'GMIsland', 1, 16222.6, 16265.9, 14.2085, 0), - (271, 'GnarlpineHold', 1, 9114.65, 1846.06, 1328.5, 0), - (272, 'Gnomeregan', 0, -5189.22, 524.796, 389.107, 0), - (273, 'GnomereganTrainDepot', 0, -4858.27, 756.435, 245.923, 0), - (274, 'GoblinObeservatory', 1, -10082.2, -5656.43, 7.24787, 0), - (275, 'GolakkaHotSprings', 1, -7196.37, -630.695, -232.64, 0), - (276, 'GolBolarQuarry', 0, -5826.35, -1586.57, 365.269, 0), - (278, 'Goldshire', 0, -9460.25, 63.0612, 56.8335, 0), - (279, 'GoShekFarm', 0, -1505.51, -3030.52, 13.627, 0), - (280, 'GreatForge', 0, -4795.88, -1113.26, 499.807, 0), - (281, 'GreatLift', 1, -4619.15, -1850.91, 87.0563, 0), - (282, 'GreatwoodVale', 1, -87.9634, -565.775, -11.1339, 0), - (283, 'GreenBelt', 0, -3256.88, -2718.36, 10.4121, 0), - (284, 'GreenpawVillage', 1, 2265.59, -1475.33, 91.8082, 0), - (285, 'GreymaneWall', 0, -757.376, 1527.28, 18.2465, 0), - (286, 'GrimBatol', 0, -4053.99, -3450.62, 284.383, 0), - (287, 'GrimeslitDigSite', 0, -6986.92, -1705.54, 242.667, 0), - (288, 'Grishnath', 530, 3767.68, 6633.98, 150.742, 0), - (289, 'GromGolBaseCamp', 0, -12352.8, 211.452, 5.5846, 0), - (290, 'GrommashHold', 1, 1926.92, -4220.35, 41.9464, 0), - (291, 'GroveOfTheAncients', 1, 4995.94, 82.9197, 55.3857, 0), - (292, 'GruulsLair', 530, 3606.85, 5260.49, 4.1724, 0), - (293, 'GunthersRetreat', 0, 2563.98, -51.7975, 32.7441, 0), - (294, 'GurubashiArena', 0, -13152.9, 342.729, 53.1328, 0), - (295, 'Halaa', 530, -1573.54, 7958.19, -21.4914, 0), - (296, 'HallOfBlackhand', 229, -78.5819, -401.395, 39.9428, 0), - (297, 'HallOfExplorers', 0, -4697.59, -1229.28, 502.659, 0), - (298, 'HallOfLegends', 1, 1639.22, -4238.83, 57.166, 0), - (299, 'Hammerfall', 0, -950.584, -3533.13, 72.8318, 0), - (300, 'HammertoesDigsite', 0, -6411.58, -3409.85, 242.537, 0), - (301, 'Headland', 0, 15.1686, -337.262, 131.995, 0), - (302, 'HellfireCitadel', 530, -272.412, 3101.46, 33.7108, 0), - (303, 'HellfireCitadelEntrance', 530, -305.714, 3056.96, -1.6005, 0), - (304, 'HellfirePeninsula', 530, -247.451, 940.898, 85.3784, 0), - (305, 'HelmsBedLake', 0, -5607.39, -1984.16, 397.373, 0), - (306, 'HeroesVigil', 0, -9136.28, -1053.89, 71.624, 0), - (307, 'HiddenGrove', 1, 7641.78, -4935.77, 697.609, 0), - (308, 'HiddenPath', 1, -844.333, -4217.06, 89.6684, 0), - (309, 'Highperch', 1, -5000.46, -940.209, -4.58816, 0), - (310, 'HillsbradFields', 0, -501.505, 91.4121, 60.0582, 0), - (311, 'HillsbradFoothill', 0, -852.854, -576.712, 21.0293, 0), - (312, 'HiveAshi', 1, -6543.32, 800.877, 3.60826, 0), - (313, 'HiveRegal', 1, -7681.92, 795.932, -2.05396, 0), - (314, 'HiveZora', 1, -7250.49, 1472.88, -2.97554, 0), - (315, 'HonorHold', 530, -703, 2724, 95, 0), - (316, 'HunterRise', 1, -1403.11, -78.5278, 159.935, 0), - (317, 'Hyjal', 1, 4674.88, -3638.37, 966.264, 0), - (318, 'HyjalCoolAncientStatue', 1, 4491.35, -3201.77, 1027.57, 0), - (319, 'HyjalPlainsUnifinishedLocation', 1, 5300.18, -2292.83, 945.186, 0), - (320, 'IcebloodGarrison', 30, -476.417, -196.086, 55.7934, 0), - (321, 'IceflowLake', 0, -5090.17, 71.2283, 395.33, 0), - (322, 'IcewingBunker', 30, 234.481, -395.528, 44.2359, 0), - (323, 'IcewingPass', 30, 281.568, 46.1705, 20.1913, 0), - (324, 'Illidan', 564, 691.882, 305.004, 278.443, 0), - (325, 'IronbandsExcavationSite', 0, -5755.53, -3998.42, 331.436, 0), - (326, 'IronbeadsTomb', 0, -2849.21, -2220.06, 32.3835, 0), - (327, 'Ironforge', 0, -4981.25, -881.542, 502.66, 0), - (328, 'IslandOfDoctorLapidis', 0, -12380.3, 3400.92, 49.865, 0), - (329, 'IsleOfDread', 1, -6498.47, 3011.38, 8.43054, 0), - (330, 'IsleofQuelDanas', 530, 13008, -6912.49, 9.58371, 0), - (331, 'Jaedenar', 1, 4878.32, -614.219, 361.391, 0), - (332, 'JagueroIsle', 0, -14740.7, -432.482, 5.00624, 0), - (333, 'JaneirosPoint', 0, -14178.2, 712.03, 30.1868, 0), - (334, 'jangolodemine', 0, -10029.2, 1456.24, 42.7707, 0), - (335, 'JasperlodeMine', 0, -9077.34, -552.93, 61.35, 0), - (336, 'JinthaAlor', 0, -678.757, -4018.61, 239.351, 0), - (337, 'Kalimdor', 1, 6744.98, 41.12, 48.6, 0), - (338, 'karazhan', 532, -11106.9, -2001.8, 49.8913, 0), - (339, 'KarazhanEntrance', 532, -11106.5, -2001.64, 50.8927, 0), - (340, 'Kargath', 0, -6657.35, -2157.1, 265.133, 0), - (341, 'KargathiaOrcOutpost', 1, 2439.16, -3500.08, 99.5954, 0), - (342, 'KargathOrcOutpost', 0, -6675.96, -2188.29, 247.152, 0), - (343, 'Kharanos', 0, -5582.32, -463.982, 403, 0), - (344, 'KirinVarVillage', 530, 2372.88, 2183.06, 89.4456, 0), - (345, 'KodoGraveyard', 1, -1305.19, 1837.56, 56.731, 0), - (346, 'KolkarCrag', 1, -1028.63, -4599.8, 26.5756, 0), - (347, 'KolkarVillage', 1, -939.787, 1091.4, 94.8119, 0), - (348, 'KurzensCompound', 0, -11586.5, -657.662, 33.9941, 0), - (349, 'LakeAlAmeth', 1, 9534.08, 730.105, 1254.42, 0), - (350, 'LakeEverstill', 0, -9319, -1937.94, 59.0698, 0), - (351, 'Lakeshire', 0, -9282.98, -2269.64, 70.39, 0), - (352, 'LakkariTarPits', 1, -6478.21, -1129.33, -274.909, 0), - (353, 'LegionHold', 530, -3410.46, 2979.6, 170.897, 0), - (354, 'LethlorRavine', 0, -6935.86, -4092.06, 286.906, 0), - (355, 'LiftsToGround', 1, -1035.63, -24.082, 141.694, 0), - (356, 'LightsHopeChapel', 0, 2278.36, -5311.16, 88.201, 0), - (357, 'LittleCrater', 0, -12238.3, -2475.1, -1.82331, 0), - (358, 'LochLake', 0, -5201.86, -3136.59, 299.761, 0), - (359, 'LochModan', 0, -4939.1, -3423.74, 306.595, 0), - (360, 'Longshore', 0, -10513.9, 2075.23, 13.1819, 0), - (361, 'LongWash', 1, 5028.14, 534.745, 8.28397, 0), - (362, 'LordamereInternmentCamp', 0, -74.6376, 201.212, 54.2755, 0), - (363, 'LordamereLake', 0, 762.653, 909.072, 32.2142, 0), - (364, 'LostPoint', 1, -3922.24, -2839.21, 45.6212, 0), - (365, 'LushwaterOasis', 1, -964.776, -2039.74, 82.3491, 0), - (366, 'MaclureVineyards', 0, -9881.4, 88.8972, 34.3196, 0), - (367, 'MaestrasPost', 1, 3229.99, 198.252, 9.06151, 0), - (368, 'MageQuarter', 0, -8979.44, 851.161, 106.584, 0), - (369, 'MagicQuarter', 0, 1733.62, 103.444, -60.857, 0), - (370, 'Magister\'sTerrace', 585, 2.19347, -0.123698, -2.8025, 0), - (371, 'MagramVillage', 1, -1754.33, 967.89, 93.5626, 0), - (372, 'Magtheridon', 544, 187.535, 31.6609, 68.923, 0), - (373, 'MakersTerrace', 0, -6092.32, -3214.55, 263.727, 0), - (374, 'MalakaJin', 1, -191.661, -301.87, 13.2698, 0), - (375, 'MaldensOrchard', 0, 1414.28, 1073.22, 53.4649, 0), - (376, 'ManaforgeBnaar', 530, 2904.43, 4184.06, 165.899, 0), - (377, 'ManaforgeCoruu', 530, 2408.54, 2761.59, 136.384, 0), - (378, 'ManaforgeDuro', 530, 2982.14, 2169.19, 167.22, 0), - (379, 'MannorocCoven', 1, -1879.28, 1745.49, 79.8892, 0), - (380, 'ManorothCorpse', 0, -13946.7, 12416.7, 99.4378, 0), - (381, 'Maraudon', 349, 419.84, 11.3365, -131.079, 0), - (382, 'MardenholdeKeep', 0, 2918.72, -1439.39, 151.782, 0), - (383, 'MarrisStead', 0, 1868.96, -3223.39, 124.065, 0), - (384, 'MarshalsRefuge', 1, -6186.57, -1106.83, -216.06, 0), - (385, 'Marshlands', 1, -7353.57, -1792.67, -265.037, 0), - (386, 'MarshlightLake', 530, 544.354, 8404.31, 22.3744, 0), - (387, 'MastersGlaive', 1, 4565.22, 438.446, 33.9133, 0), - (388, 'Mazthoril', 1, 6155.21, -4444.95, 660.788, 0), - (389, 'MenethilBay', 0, -3754.19, -1087.3, -0.71875, 0), - (390, 'MenethilHarbor', 0, -3740.29, -755.08, 11.9643, 0), - (391, 'MerchantCoast', 1, -1719.08, -3824.99, 13.0836, 0), - (392, 'MilitartWard', 0, -4970.65, -1210.7, 502.829, 0), - (393, 'MirageRaceway', 1, -6202.16, -3901.68, -59.2858, 0), - (394, 'MirkfallonLake', 1, 1570.64, 1030.23, 139.019, 0), - (395, 'MirrorLake', 0, -9405.99, 364.768, 50.6483, 0), - (396, 'MirrorLakeOrchard', 0, -9469.08, 467.583, 55.0913, 0), - (397, 'MistsEdge', 1, 7742.92, -769.867, 6.22102, 0), - (398, 'MistyPineRefuge', 0, -5353.18, -1043.02, 395.772, 0), - (399, 'MistyReedPost', 0, -10849.6, -4088.17, 22.7445, 0), - (400, 'MistyreedStrand', 0, -10022.2, -4266.67, 8.26064, 0), - (401, 'MistyValley', 0, -10103.4, -2431.61, 29.4491, 0), - (402, 'MoGroshStronghold', 0, -4871.78, -4025.77, 314.141, 0), - (403, 'MokNathalVillage', 530, 2187.43, 4763.3, 156.531, 0), - (404, 'MoltenBridge', 230, 1097.99, -466.494, -95.0719, 0), - (405, 'MoltenCore', 409, 1115.22, -462.959, -94.0148, 0), - (406, 'Moonbrook', 0, -11018.4, 1513.69, 44.0152, 0), - (407, 'Moonglade', 1, 7999.68, -2670.2, 512.2, 0), - (408, 'MorgansPlot', 0, -11094.2, -1829.64, 73.9926, 0), - (409, 'MorgansVigil', 0, -8355.88, -2752.16, 185.755, 0), - (410, 'Mulgore', 1, -1840.75, -456.561, -7.845, 0), - (411, 'MulgoreMine', 1, -1915.66, -1107.44, 88.572, 0), - (412, 'MurlocCamp', 0, -9614.89, -2613.58, 58.5311, 0), - (413, 'MysticWard', 0, -4678.19, -968.721, 502.659, 0), - (414, 'MystralLake', 1, 2058.47, -998.369, 96.6764, 0), - (415, 'Nagrand', 530, -526, 8440, 48, 0), - (416, 'Naxxramas', 571, 3674.05, -1269.86, 243.51, 2.9068), - (417, 'NerubianPits', 1, -7245.6, 1678.94, -64.9066, 0), - (418, 'NethergardeKeep', 0, -11015.9, -3326.09, 62.7594, 0), - (419, 'Netherstorm', 530, 2280.68, 2520.75, 116.278, 0), - (420, 'NetherwingLedge', 530, -5015.43, 483.667, 87.9464, 0), - (421, 'NightElfPortal', 1, 3155, -3702, 122, 0), - (422, 'Nighthaven', 1, 7978.95, -2501.13, 489.986, 0), - (423, 'NightSongWood', 1, 2454.38, -2943.27, 125, 0), - (424, 'NightsongWoods', 1, 2046.82, -1874.25, 99.5036, 0), - (425, 'NijelsPoint', 1, 147.011, 1231.58, 166.476, 0), - (426, 'NorthanderStead', 0, -898.266, -1044.33, 31.3478, 0), - (427, 'NorthCoast', 0, 2955.79, 99.8215, 4.32947, 0), - (428, 'NorthDale', 0, 3011.49, -4941.44, 104.586, 0), - (429, 'NorthfoldManor', 0, -797.235, -2068.95, 34.8337, 0), - (430, 'NorthGateOutpost', 0, -5231.95, -2366.98, 399.807, 0), - (431, 'NorthpassTower', 0, 3181.78, -4331.39, 138.689, 0), - (432, 'NorthPointTower', 1, -2855.96, -3422.66, 37.7473, 0), - (433, 'NorthridgeLumberCamp', 0, 2423.42, -1646.44, 105.51, 0), - (434, 'NorthSea', 530, 8481, -5565, 2, 0), - (435, 'Northshire', 0, -9015.92, -79.4411, 88.1198, 0), - (436, 'NorthshireValley', 0, -9043.76, -41.5906, 89.3589, 0), - (437, 'NorthshireVineyards', 0, -9092.38, -368.684, 74.6163, 0), - (438, 'NorthTidesRun', 0, 873.391, 1852.5, 6.0548, 0), - (439, 'NorthwatchHold', 1, -1986.58, -3688.25, 19.3162, 0), - (440, 'NoxiousGlade', 0, 2714.32, -5455.48, 160.145, 0), - (441, 'NoxiousLair', 1, -7779.9, -2691.72, 10.1465, 0), - (442, 'OldTown', 0, -8722.22, 409.911, 98.8349, 0), - (443, 'OlsensFarthing', 0, 134.209, 1496.64, 115.394, 0), - (444, 'OnyxiasLair', 249, 29.4548, -68.9609, -5.98402, 0), - (445, 'Opthecarium', 0, 1457.61, 382.548, -58.2747, 0), - (446, 'OracleGlade', 1, 10661.2, 1875.75, 1324.46, 0), - (447, 'OrcOutpost', 0, -8687.39, -2330.38, 156.916, 0), - (448, 'Orgrimmar', 1, 1502.71, -4415.42, 22.5512, 0), - (449, 'oshugun', 530, -2388.93, 8137.34, -42.685, 0), - (450, 'OutlandDarkPortal', 0, -11894.8, -3206.52, -13.62, 0), - (451, 'OutsideHyjalCave', 1, 4817, -1742, 1169, 0), - (452, 'OverlookCliffs', 0, -69.8514, -4536, 18.2892, 0), - (453, 'OwlWingThicket', 1, 5671.61, -4963.66, 807.429, 0), - (454, 'PathOfConquest', 530, -4100.82, 1329, 65.6388, 0), - (455, 'PillarsOfAsh', 0, -8068.39, -1603.97, 140.572, 0), - (456, 'Plaguewood', 0, 3130.17, -3401.76, 140.478, 0), - (457, 'PoolOfTears', 0, -10303.5, -3972.28, 21.2882, 0), - (458, 'PoolsOfArilthrien', 1, 9561.33, 1743, 1292.91, 0), - (459, 'PoolsOfVision', 1, -1003.42, 261.579, 113.153, 0), - (460, 'ProgrammerIsland', 451, 16304.2, 16318.1, 70.4444, 0), - (461, 'PurgationIsle', 0, -1310.1, 567.088, 107.402, 0), - (462, 'PyrewoodVillage', 0, -416.466, 1543.87, 18.5941, 0), - (463, 'Quel\'danas', 530, 13001.9, -6907.46, 9.56139, 0), - (464, 'QuelDanilLodge', 0, 266.941, -2751.41, 123.544, 0), - (465, 'RagefireChasm', 389, 1.7849, -14.3685, -16.5533, 0), - (466, 'RandomBayRuins', 0, -11712.7, -1758.67, 23.4509, 0), - (467, 'RaptorRidge', 0, -3142.5, -3239.81, 63.4612, 0), - (468, 'Ratchet', 1, -943.935, -3715.49, 12.8385, 0), - (469, 'RavenHill', 0, -10741.1, 316.202, 40.8644, 0), - (470, 'RavenHillCemetery', 0, -10316.7, 342.295, 60.6454, 0), - (471, 'RavensWood', 530, 3427.68, 7099.23, 155.005, 0), - (472, 'RaynewoodRetreat', 1, 2563.47, -1698.84, 155.018, 0), - (473, 'RazorfenDowns', 129, 2591.99, 1101.25, 52.8593, 0), - (474, 'RazorfenKraul', 1, -4464.92, -1666.24, 91, 0), - (475, 'RazorfenKraulEntrance', 47, 1941.79, 1543.69, 82.6615, 0), - (476, 'RazorHill', 1, 315.721, -4743.4, 10.4867, 0), - (477, 'RazorwindCayon', 1, 900.677, -4634.82, 18.7876, 0), - (478, 'RebelCamp', 0, -11311.5, -195.19, 77.3198, 0), - (479, 'RedCloudMesa', 1, -2928.26, -46.1054, 189.892, 0), - (480, 'RedridgeMountains', 0, -9219.37, -2149.94, 71.606, 0), - (481, 'RedRocks', 1, -1008.68, -1115.72, 47.046, 0), - (482, 'RefugePointe', 0, -1262.79, -2521.75, 21.8021, 0), - (483, 'RethressSanctum', 1, 2209.15, -6439.12, 2.82327, 0), - (484, 'RingOfTrials', 530, -2043.35, 6654.84, 14.0532, 0), - (485, 'RockOfDurotan', 30, -896.41, -525.78, 55.2313, 0), - (486, 'RogueQuarter', 0, 1456.44, 104.917, -60.8538, 0), - (487, 'RottingOrchard', 0, -11069.3, -927.315, 64.502, 0), - (488, 'RuinsOfAlterac', 0, 522.608, -275.392, 151.689, 0), - (489, 'RuinsOfAnderhol', 0, 1386.47, -1518.8, 73.4034, 0), - (490, 'RuinsOfEldarath', 1, 3546.8, -5287.96, 110.935, 0), - (491, 'RuinsOfEnkaat', 530, 3424.76, 3662.3, 153.686, 0), - (492, 'RuinsOfIsildien', 1, -5566.04, 1449.82, 21.1135, 0), - (493, 'RuinsOfJubuwal', 0, -13382.6, 2.10815, 22.8683, 0), - (494, 'RuinsOfKelTheril', 1, 6476.2, -4255.87, 666.203, 0), - (495, 'RuinsOfLordaeron', 0, 1801.58, 237.355, 63.7537, 0), - (496, 'RuinsOfMathystra', 1, 7373.38, -938.331, 33.6196, 0), - (497, 'RuinsOfRavenwind', 1, -2858.35, 2611.48, 59.3777, 0), - (498, 'RuinsOfSolarsal', 1, -4861.19, 3516.7, 23.8659, 0), - (499, 'RuinsOfStardust', 1, 2178.01, -288.45, 98.3499, 0), - (500, 'RuinsOfThaurissan', 0, -7798.32, -2171.41, 134.01, 0), - (501, 'RuinsOfZulKunda', 0, -11693.9, 702.532, 50.9689, 0), - (502, 'RumoredEntrance', 0, -10377.2, -421.704, 64.6252, 0), - (503, 'RustmaulDigSite', 1, -6495.56, -3472.69, -57.7786, 0), - (504, 'RuttheranVillage', 1, 8697.15, 954.138, 13.4829, 0), - (505, 'SacrificeAltar', 0, -11685.2, -2384.64, 0.80816, 0), - (506, 'SaldeansFarm', 0, -10171.8, 1195.41, 37.4345, 0), - (507, 'SandsorrowWatch', 1, -7164.64, -3142.55, 12.072, 0), - (508, 'Sargeron', 1, -242.347, 764.848, 99.7113, 0), - (509, 'SarTherisStrand', 1, -592.792, 2592.84, 16.467, 0), - (510, 'Satyrnaar', 1, 2757.59, -2967.58, 144.882, 0), - (511, 'ScarabWall', 1, -8108.6, 1528.42, 3.13028, 0), - (512, 'ScarletMonastery', 0, 2843.57, -692.134, 140.33, 0), - (513, 'ScarletMonasteryEntrance', 189, 269.191, -211.791, 20.201, 0), - (514, 'ScarletWatchPost', 0, 3040.8, -552.374, 123.216, 0), - (515, 'Scholomance', 289, 199.427, 126.464, 135.912, 0), - (516, 'ScreechingCanyon', 1, -5467.33, -1633.45, 30.4245, 0), - (517, 'ScryersTier', 530, -2147.6, 5524.94, 49.6637, 0), - (518, 'ScuttleCoast', 1, 242.548, -5151.46, 2.60441, 0), - (519, 'SearingGorge', 0, -7176.63, -937.667, 171.206, 0), - (520, 'SenjinVillage', 1, -827.924, -4924.43, 20.9659, 0), - (521, 'SentinelHill', 0, -10510, 1046.89, 61.518, 0), - (522, 'SentryPoint', 1, -3459.39, -4130.3, 17.3786, 0), - (523, 'Sepulcher', 0, 507.784, 1611.33, 125.921, 0), - (524, 'Seradene', 0, 724.846, -3996.11, 150.735, 0), - (525, 'Sewers', 0, 1652.9, 732.491, 81.3365, 0), - (526, 'ShadowfangKeep', 0, -238.328, 1556.3, 76.8921, 1.01552), - (527, 'Shadowglen', 1, 10696, 765.934, 1322.33, 0), - (528, 'ShadowmoonValley', 530, -2848, 3190, 9, 0), - (529, 'shadowmoonvillage', 530, -3080.99, 2566.8, 62.5054, 0), - (530, 'ShadowpreyVillage', 1, -1596.16, 3145.26, 68.8338, 0), - (531, 'ShadraAlor', 0, -464.208, -2837.23, 111.073, 0), - (532, 'ShadyRestInn', 1, -3719.26, -2530.63, 70.58, 0), - (533, 'ShaolWatha', 0, 222.281, -4312.26, 118.769, 0), - (534, 'ShatteredStrand', 1, 4260.73, -6273.64, 91.2289, 0), - (535, 'ShatterScarVale', 1, 5483.9, -749.881, 335.621, 0), - (536, 'Shattrath', 530, -1722.58, 5382.7, 2.47504, 0), - (537, 'ShrineOfAessina', 1, 2681.05, 377.693, 68.8608, 0), - (538, 'ShrineOfRemulos', 1, 7849.78, -2196.98, 474.579, 0), - (539, 'Silvermoon', 530, 9414.18, -7278.97, 15.2031, 0), - (540, 'silvermystisle', 530, -5050.23, -11040.9, 26.4853, 0), - (541, 'SilverpineForest', 0, 511.536, 1638.63, 121.417, 0), - (542, 'SilverwindRefuge', 1, 2135.27, -1189.9, 99.8206, 0), - (543, 'Skettis', 530, -3833.27, 3537.57, 280.895, 0), - (544, 'SkitteringDark', 0, 1293.65, 1957.71, 20.5619, 0), - (545, 'SkullRock', 1, 1452.83, -4877.14, 12.8788, 0), - (546, 'Slaughterhouse', 0, 2719.29, -5479.3, 160.542, 0), - (547, 'SleepingGorge', 0, -10592.5, -2131.21, 92.4703, 0), - (548, 'SlitheringScar', 1, -7849.33, -1366.02, -271.196, 0), - (549, 'SludgeFen', 1, 1059.54, -3003.53, 92.6441, 0), - (550, 'SollidenFarmstead', 0, 2268.03, 1333.63, 35.7835, 0), - (551, 'SorrowHill', 0, 1064.09, -1718.04, 62.1348, 0), - (552, 'SouthfuryRiver', 1, 114.769, -3758.95, 18.8907, 0), - (553, 'SouthGateOutpost', 0, -5475.44, -2425.32, 414.455, 0), - (554, 'Southshore', 0, -821.604, -544.654, 16.0387, 0), - (555, 'SouthTidesRun', 0, -577.865, 1807.08, 9.2492, 0), - (556, 'SouthwindVillage', 1, -7200.2, 392.124, 25.9073, 0), - (557, 'SpawningGlen', 530, -128.514, 8792.86, 26.0892, 0), - (558, 'spiritfields', 530, -2388.93, 8137.34, -42.685, 0), - (559, 'SpiritRise', 1, -1009.29, 231.283, 135.587, 0), - (560, 'SpiritRock', 1, -861.457, -4283.67, 78.7991, 0), - (561, 'SplinterspearJunction', 0, -10382.5, -2605.1, 22.6849, 0), - (562, 'SplintertreePost', 1, 2188.61, -2514.28, 82.0246, 0), - (563, 'StagnantOasis', 1, -1330.17, -3120.07, 92.6667, 0), - (564, 'StairwayOfDestiny', 530, -247.047, 938.144, 85.3426, 0), - (565, 'StarBreezeVillage', 1, 9859.09, 588.761, 1301.61, 0), - (566, 'StarfallVillage', 1, 7166.17, -3986.87, 743.872, 0), - (567, 'SteamwidlePort', 1, -6942.47, -4847.1, 1.66785, 0), - (568, 'SteelgrillsDepot', 0, -5470.37, -662.312, 393.674, 0), - (569, 'stillpinehold', 530, -3427.67, -12346.2, 14.0987, 0), - (570, 'Stockades', 34, 49.8212, 0.870144, -15.7136, 0), - (571, 'Stonard', 0, -10487.3, -3256.87, 40.8964, 0), - (572, 'StonebreakerHold', 530, -2586.72, 4374.48, 28.9619, 0), - (573, 'StonebullLake', 1, -2543.98, -327.013, -13.2089, 0), - (574, 'StoneCairnLake', 0, -9325.33, -1038.92, 66.3535, 0), - (575, 'StonefiledFarm', 0, -9964.72, 391.509, 36.6555, 0), - (576, 'StoneheartOutpost', 30, 24.9432, -304.787, 15.5986, 0), - (577, 'StonemaulRuins', 1, -4354.46, -3275.34, 47.0475, 0), - (578, 'StonesplinterValley', 0, -5930.62, -2939.03, 370.491, 0), - (579, 'Stonetalon', 1, 898.482, 922.688, 127.788, 0), - (580, 'StonetalonMountains', 1, 1145.85, 664.812, 143, 0), - (581, 'StonetalonPeak', 1, 2506.3, 1470.14, 263.722, 0), - (582, 'Stonewatch', 0, -9385.46, -3039.27, 140.437, 0), - (583, 'StonewatchFalls', 0, -9482.57, -3325.85, 9.74276, 0), - (584, 'StonewroughDam', 0, -4771.99, -3329.01, 346.504, 0), - (585, 'StonewroughtPass', 0, -6356.7, -2079.11, 244.571, 0), - (586, 'StormrageBarrowDens', 1, 7565.92, -2898.29, 461.126, 0), - (587, 'Stormwind', 0, -8913.23, 554.633, 94.7944, 0), - (588, 'StormwindBank', 0, -8937.08, 640.4, 101.645, 0), - (589, 'StormwindCanals', 0, -8675.39, 635.774, 97.9275, 0), - (590, 'StormwindCastle', 0, -8437.41, 349.017, 121.886, 0), - (591, 'StormwindCathedralOfLight', 0, -8513.49, 861.197, 112.039, 0), - (592, 'StormwindCathedralSquare', 0, -8635.62, 762.727, 104.667, 0), - (593, 'StormwindDwarvenDistrict', 0, -8434.69, 605.975, 95.9669, 0), - (594, 'StormwindKeep', 0, -8491.71, 397.008, 109.386, 0), - (595, 'StormwindMageQuarter', 0, -8896.36, 834.148, 100.521, 0), - (596, 'StormwindOldTown', 0, -8662.9, 498.212, 101.833, 0), - (597, 'StormwindStockadesEntrance', 0, -8764.83, 846.075, 88.4842, 0), - (598, 'StormwindTradeDistrict', 0, -8852.03, 652.878, 97.46, 0), - (599, 'StormwindVaultEntrance', 0, -8667.56, 623.563, 86.4054, 0), - (600, 'StormwindWizardsSanctum', 0, -9007.65, 870.424, 149.618, 0), - (601, 'StoutlagerInn', 0, -5390.18, -2953.93, 323.03, 0), - (602, 'Strahnbrad', 0, 679.813, -965.173, 165.598, 0), - (603, 'StranglethornVale', 0, -11634.8, -54.0697, 14.4439, 0), - (604, 'Stratholme', 0, 3176.63, -4039.28, 106.464, 0), - (605, 'StromgardeKeep', 0, -1661.42, -1804.2, 84.0723, 0), - (606, 'SunfuryHold', 530, 2541.15, 2365.98, 129.508, 0), - (607, 'SunkenTemple', 0, -10349.1, -3849.67, -24.6078, 0), - (608, 'SunkenTempleInside', 109, -314.229, 99.88, -130.849, 0), - (609, 'SunRockRetreat', 1, 948.365, 955.29, 105.506, 0), - (610, 'SunspringPost', 530, -1517.63, 8518.93, 2.05655, 0), - (611, 'SunstriderIsle', 530, 10459, -6366.37, 40.7917, 0), - (612, 'SunwellPlateau', 580, 1791.17, 926.31, 15.1135, 0), - (613, 'Sylvanaar', 530, 2059.58, 6850.45, 173.517, 0), - (614, 'TaintedScar', 0, -12134.7, -2455.53, 20.61, 0), - (615, 'TalondeepPath', 1, 1943.14, -741.766, 114.11, 0), - (616, 'Tanaris', 1, -7373.69, -2950.2, 11.7598, 0), - (617, 'TarrenMills', 0, -7.3559, -936.734, 63.3336, 0), - (618, 'Teldrassil', 1, 10708.8, 762.092, 1322.37, 0), - (619, 'Telredor', 530, 251.544, 6018.07, 45.3214, 0), - (620, 'TempestKeep', 530, 3102.07, 1523.94, 202.859, 0), - (621, 'TempleGardens', 1, 9935.34, 2506.11, 1318.82, 0), - (622, 'TempleOfArkkoran', 1, 4060.07, -7258.75, 8.64345, 0), - (623, 'TempleOfAtalHakkar', 0, -10429.4, -3828.84, -30.63, 0), - (624, 'TempleOfTelhamat', 530, 143.998, 4333.33, 107.364, 0), - (625, 'TempleOfTheMoon', 1, 9674.56, 2524.82, 1334.9, 0), - (626, 'TerokkarForest', 530, -1177, 5336, 31, 0), - (627, 'TerraceOfRepose', 0, 2922.59, -740.071, 154.983, 0), - (628, 'Terrordale', 0, 2963.22, -2791.65, 111.827, 0), - (629, 'TerrorRun', 1, -7817.09, -1036.34, -264.721, 0), - (630, 'TerrorwebTunnel', 0, 2741.58, -2471.74, 75.78, 0), - (631, 'Thalanaar', 1, -4517.1, -780.415, -39.736, 0), - (632, 'thalassianpass', 530, 6116.45, -7001.25, 138.533, 0), - (633, 'ThandolSpan', 0, -2336.47, -2509.82, 86.2212, 0), - (634, 'theblacktemple', 530, -3604.62, 325.196, 38.7894, 0), - (635, 'theexodar', 530, -4014.31, -11896.7, -2.01595, 0), - (636, 'Thelsamar', 0, -5335.61, -2982.58, 333.669, 0), - (637, 'TheramoreIsle', 1, -3729.36, -4421.41, 31.4474, 0), - (638, 'TheramoreIsleLighthouse', 1, -3688.18, -4760.14, 1.90968, 0), - (639, 'thevectorcoil', 530, -1910.12, -10777.2, 96.6617, 0), - (640, 'thevice', 0, -10931.4, -2282.57, 117.132, 0), - (641, 'ThoradinsWall', 0, -839.599, -1590.32, 55.1962, 0), - (642, 'ThoriumPoint', 0, -6492.69, -1035.33, 347.993, 0), - (643, 'ThornFangHill', 530, -240.915, 5148.91, 84.3922, 0), - (644, 'ThousandNeedles', 1, -4932.53, -1596.05, 85.8157, 0), - (645, 'Thrallmar', 530, 50.5559, 2670.73, 79.4644, 0), - (646, 'ThreeCorners', 0, -3239.78, -2461.01, 16.6003, 0), - (647, 'ThreeFrozenAncients', 1, 6200, -1035, 388, 0), - (648, 'ThroneRoom', 0, 1628.3, 239.925, 65.5006, 0), - (649, 'ThunderAxeFortress', 1, -439.192, 1708.22, 126.856, 0), - (650, 'Thunderbluff', 1, -1285.42, 176.523, 130.994, 0), - (651, 'Thunderbrew', 0, -5601.46, -530.747, 396.483, 0), - (652, 'ThunderhornWaterWell', 1, -1829.21, -231.982, -8.42481, 0), - (653, 'ThunderlordStronghold', 530, 2348.34, 6042.66, 142.466, 0), - (654, 'ThunderRidge', 1, 925.127, -4038.29, -12.338, 0), - (655, 'TimbermawHold', 1, 6794.4, -2076.2, 625.165, 0), - (656, 'TimbermawPost', 1, 6485.09, -3158.42, 571.607, 0), - (657, 'TinkerTown', 0, -4830.77, -1271.9, 502.868, 0), - (658, 'TiragardeKeep', 1, -141.195, -4987.04, 22.7237, 0), - (659, 'TirisfalGlades', 0, 2019.35, 1904.36, 106.144, 0), - (660, 'TopOfTheDarkPortal', 530, -236.91, 963.275, 283.03, 0), - (661, 'ToshleysStation', 530, 1906.86, 5565.86, 263.32, 0), - (662, 'TowerOfAlgalor', 0, -9281.94, -3332.11, 116.566, 0), - (663, 'TowerOfAlthalaxx', 1, 7177.46, -761.607, 60.6101, 0), - (664, 'TowerOfAzora', 0, -9527.48, -686.064, 63.2502, 0), - (665, 'TowerPoint', 30, -695.936, -427.201, 88.9976, 0), - (666, 'TradesmensTerrace', 1, 9764.55, 2313.62, 1328.68, 0), - (667, 'TranquilGardenCemetery', 0, -10993.3, -1331.19, 53.7805, 0), - (668, 'Tranquillien', 530, 7557, -6889, 97, 0), - (669, 'Turrem', 530, -2159.33, 4216.82, 7.11131, 0), - (670, 'TwilightGrove', 0, -10385, -424.696, 64.534, 0), - (671, 'TwilightPortal', 530, 573, 8655, 20.3, 0), - (672, 'TwilightPost', 1, -6750.62, 1593.26, 7.71623, 0), - (673, 'TwilightRidge', 530, -1509.79, 9789.96, 200.032, 0), - (674, 'TwilightShore', 1, 4988.97, 547.002, 6.37929, 0), - (675, 'TwilightVale', 1, 4916.99, 328.43, 37.7678, 0), - (676, 'TwinSpireRuins', 530, 217.006, 7084.48, 36.2275, 0), - (677, 'TyrsHand', 0, 1683.56, -5329.52, 74.6664, 0), - (678, 'Uldaman', 70, -228.193, 46.1602, -45.0186, 0), - (679, 'Undercity', 0, 1831.26, 238.53, 61.52, 0), - (680, 'UndercityApothecarium', 0, 1410.31, 430.512, -79.3588, 0), - (681, 'UndercityCaves', 0, 1614.68, 643.289, 38.0547, 0), - (682, 'UndercityMagic', 0, 1786.82, 47.9279, -28.1457, 0), - (683, 'UndercityRogues', 0, 1466.11, 49.6445, -61.2932, 0), - (684, 'UndercityTrade', 0, 1586.48, 239.562, -51.149, 0), - (685, 'UndercityWar', 0, 1658.95, 303.76, -41.6923, 0), - (686, 'Undercroft', 0, 1718.68, -3281.46, 90.6587, 0), - (687, 'UnGoroCrater', 1, -7932.49, -2139.61, -229.728, 0), - (688, 'Ursolan', 1, 4219.37, -5609.95, 119.166, 0), - (689, 'UthersTomb', 0, 981.477, -1821.84, 81.4872, 0), - (690, 'ValgansField', 0, 964.877, 1238.75, 49.0979, 0), - (691, 'ValleyOfHeroes', 0, -8951.62, 524.373, 97.6275, 0), - (692, 'ValleyOfHonor', 1, 2002.99, -4698.97, 25.646, 0), - (693, 'ValleyOfKings', 0, -5840.93, -2577.82, 311.546, 0), - (694, 'ValleyofSpears', 1, -1270.57, 2849.63, 114.745, 0), - (695, 'ValleyOfSpirits', 1, 1551.21, -4180.58, 41.3741, 0), - (696, 'ValleyOfStrength', 1, 1719.05, -3948.28, 50.0563, 0), - (697, 'ValleyOfTheWatchers', 1, -9418.25, -2761.61, 20.9639, 0), - (698, 'ValleyOfTrials', 1, -598.204, -4330.15, 38.6841, 0), - (699, 'ValleyOfWisdom', 1, 1931.81, -4282.29, 30.0671, 0), - (700, 'ValorsRest', 1, -6379.74, -304.357, -0.86658, 0), - (701, 'vectorcoil', 530, -1910.12, -10777.2, 96.6617, 0), - (702, 'VeilVekh', 530, 1707.87, 4624.35, 145.297, 0), - (703, 'VentureCoBaseCamp', 0, -12026.1, -524.549, 11.8818, 0), - (704, 'VentureCoMine', 1, -1445.53, -1064.14, 144.596, 0), - (705, 'VerdantFields', 169, -2128.12, -1005.89, 133.213, 0), - (706, 'Vice', 0, -10889.8, -2291.2, 118.131, 0), - (707, 'ViceCorners', 0, -10853, -2087.44, 122.918, 0), - (708, 'VileReef', 0, -12133.7, 938.409, 3.74307, 0), - (709, 'Village', 0, 2016.11, -4486.36, 74.6226, 0), - (710, 'VortexPinnacle', 530, 2320.12, 7291.25, 366.475, 0), - (711, 'WailingCaverns', 1, -746.207, -2213.18, 15.8909, 0), - (712, 'WallingCavernsEntrance', 43, -164.996, 135.503, -72.2155, 0), - (713, 'WardensCage', 530, -3755.01, 1073.32, 71.5691, 0), - (714, 'WarmaulHill', 530, -755.055, 8815.91, 183.978, 0), - (715, 'WarQuarters', 0, 1775.76, 418.224, -57.0309, 0), - (716, 'WarriorsTerrace', 1, 9951.55, 2279.6, 1342.39, 0), - (717, 'WarsongLumberCamp', 1, 2690.32, -3452.45, 114.582, 0), - (718, 'WarsonGulch', 48, -152.984, 106.33, -39.0953, 0), - (719, 'WeaselsCrater', 1, -5878.11, -3864.68, -60.0863, 0), - (720, 'WebwinderPath', 1, 591.836, 327.223, 47.658, 0), - (721, 'WellspringLake', 1, 10376.8, 1625.69, 1289.91, 0), - (722, 'WestbrookGarrison', 0, -9646.46, 679.589, 38.4136, 0), - (723, 'WesternStrand', 0, -1019.67, -359.442, 6.13463, 0), - (724, 'Westfall', 0, -10645.9, 1179.06, 49.1781, 0), - (725, 'WestfallLighthouse', 0, -11399.2, 1947.85, 11.1451, 0), - (726, 'Wetlands', 0, -4086.36, -2610.95, 47.0143, 0), - (727, 'WhelgarsExcavationSite', 0, -3522.96, -1848.58, 26.1502, 0), - (728, 'WhisperingGardens', 0, 2795.02, -753.797, 139.036, 0), - (729, 'WhisperingShore', 0, 2538.92, 1407.01, 6.69061, 0), - (730, 'wildhammer', 530, -4003.83, 2171.21, 104.563, 0), - (731, 'WildhammerKeep', 0, 357.22, -2106.09, 122.839, 0), - (732, 'wildhammerstronghold', 530, -4003.83, 2171.21, 104.563, 0), - (733, 'WildmaneWaterWell', 1, -758.744, -149.474, -26.712, 0), - (734, 'WildpawRidge', 30, -419.025, -532.699, 85.0135, 0), - (735, 'WildShore', 0, -14692.4, 506.162, 2.78241, 0), - (736, 'WindshearCrag', 1, 1160.25, 51.3229, 2.072, 0), - (737, 'WinteraxHold', 30, -149.652, 26.6353, 78.0384, 0), - (738, 'WinterSpring', 1, 6107.62, -4181.6, 853.322, 0), - (739, 'WitherbarkVillage', 0, -1763.41, -3371.67, 41.609, 0), - (740, 'WorldTree', 1, 5622.56, -3378.82, 1585.45, 0), - (741, 'WrithingHaunt', 0, 1487.77, -1884.87, 60.2039, 0), - (742, 'Wyrmbog', 1, -4682.97, -3607.63, 59.45, 0), - (743, 'wyrmscarisland', 530, -1321.61, -12282.6, 14.6898, 0), - (744, 'Xavian', 1, 2926.99, -2817.98, 212.872, 0), - (745, 'YorgenFarmstead', 0, -11105.4, -500.791, 33.8518, 0), - (746, 'Zabrajin', 530, 267.331, 7854.57, 24.8333, 0), - (747, 'Zangramarsh', 530, 30.4181, 6983.48, 149.681, 0), - (748, 'ZiataJaiRuins', 0, -12697.1, -462.157, 30.9788, 0), - (749, 'Ziggaraut', 0, 2433.31, -3782.06, 186.472, 0), - (750, 'ZoramsStand', 1, 3652.24, 928.308, 8.01517, 0), - (751, 'ZulAman', 530, 6850, -7950, 170, 0), - (752, 'ZulFarrak', 209, 1221.82, 840.746, 9.97647, 0), - (753, 'ZulGurub', 309, -11942.6, -1544.28, 40.5945, 0), - (754, 'ZulGurubVillage', 0, -12332.5, -1859.81, 131.321, 0), - (755, 'ZulMashar', 0, 3386.86, -4931.45, 162.093, 0), - (756, 'ZunWatha', 0, -35.7245, -2479.51, 121.423, 0), - (757, 'ZuuldaiaRuins', 0, -11683.1, 925.209, 4.64735, 0), - (758, 'Dalaran', 571, 5797.79, 629.402, 647.406, 0), - (759, 'ebonhold', 609, 2355.24, -5664.45, 426.028, 0), - (760, 'utgardekeep', 574, 155.937, -90.1936, 12.5517, 0), - (761, 'howlingfjord', 571, 1267.69, -4062.03, 143.187, 0), - (762, 'dragonblight', 571, 4155.35, 344.484, 64.7376, 0), - (763, 'boreantundra', 571, 3008.48, 5290.83, 59.7553, 0), - (764, 'TheNexus', 571, 3900.38, 6985.55, 69.4885, 0), - (765, 'theoculus', 571, 3881.3, 7004.83, 104.459, 0), - (766, 'ValianceKeep', 571, 2281.35, 5249.4, 11.176, 0), - (767, 'hallsoflightning', 571, 9190.16, -1387.28, 1110.22, 0), - (768, 'hallsofstone', 571, 8921.78, -968.113, 1039.18, 0), - (769, 'stormpeaks', 571, 7514.56, -1037.38, 466.844, 0), - (770, 'zuldrak', 571, 5520.02, -3602.05, 362.706, 0), - (771, 'grizzlyhills', 571, 4027.19, -3771.74, 476.593, 0), - (772, 'draktharonkeep', 571, 4774.01, -2050.26, 229.978, 0), - (773, 'azjolnerub', 571, 3714.09, 2148.78, 52.6704, 0), - (774, 'crystalsong', 571, 5578.79, -37.3206, 150.171, 0), - (775, 'Icecrown', 571, 7105.61, 2091.7, 622.529, 0), - (776, 'scholazarbasin', 571, 5574.91, 4754.57, -121.906, 0), - (777, 'gundrak', 571, 6898.99, -4585.53, 450.988, 0), - (778, 'violethold', 571, 5689.76, 498.691, 652.715, 0), - (779, 'TheEventide', 571, 5713.45, 638.258, 646.231, 0), - (780, 'silverenclave', 571, 5723.93, 741.32, 641.769, 0), - (781, 'violetcitadel', 571, 5793.73, 769.445, 661.306, 0), - (782, 'maguscommerceexchange', 571, 5858.21, 699.583, 643.34, 0), - (783, 'antonidasmemorial', 571, 5942.05, 660.579, 642.218, 0), - (784, 'SunreaversSanctuary', 571, 5912.75, 567.78, 639.605, 0), - (785, 'KrasusLanding', 571, 5821.51, 540.161, 651.131, 0), - (786, 'runeweaversquare', 571, 5798.64, 632.154, 647.434, 0), - (787, 'TheObsidianSanctum', 571, 3454.33, 262.266, -113.289, 0), - (788, 'ObsidianSanctum', 571, 3454.33, 262.266, -113.289, 0), - (789, 'Ahnkahet', 619, 341.458, -1103.98, 62.0352, 0), - (790, 'TheOldKingdom', 619, 341.458, -1103.98, 62.0352, 0), - (791, 'OldKingdom', 619, 341.458, -1103.98, 62.0352, 0), - (792, 'VaultofArchavon', 571, 5485.34, 2840.31, 419.966, 0), - (793, 'wintergrasp', 571, 4611.73, 2848.31, 396.897, 0), - (794, 'Ulduar', 571, 9012.47, -1110.25, 1165.28, 0.022), - (795, 'K3', 571, 6122.07, -1060, 402.62, 4.776), - (796, 'TempleCityofEn\'kilah', 571, 3709.54, 3714.82, 47.3957, 5.87164), - (797, 'fakestormwind', 723, -8966.5, 512.701, 96.3532, 1.09721), - (798, 'IcecrownCitadel', 571, 5879.15, 2113.5, 636.04, 3.63919), - (799, 'WyrmrestTemple', 571, 3556, 273.946, -115.965, 3.14713), - (800, 'RubySanctum', 571, 3600.29, 198.112, -113.746, 5.28692); +INSERT INTO `recall` (`id`, `min_build`, `max_build`, `name`, `MapId`, `positionX`, `positionY`, `positionZ`, `Orientation`) VALUES + (1, 12340, 12340, 'AbyssalSands', 1, -8109.34, -3067.48, 39.9773, 0), + (2, 12340, 12340, 'AddlesStead', 0, -10992.6, 268.794, 28.5101, 0), + (3, 12340, 12340, 'AeriePeak', 0, 327.814, -1959.99, 198.724, 0), + (4, 12340, 12340, 'AgamandMills', 0, 2803.27, 847.119, 112.841, 0), + (5, 12340, 12340, 'AgmondsEnd', 0, -7027.81, -3330.11, 242.51, 0), + (6, 12340, 12340, 'AgolWatha', 0, 339.304, -3469.39, 119.433, 0), + (7, 12340, 12340, 'AlcazIsland', 1, -2657.63, -4896.05, 22.3726, 0), + (8, 12340, 12340, 'AldorRise', 530, -1769.37, 5712.7, 127.538, 0), + (9, 12340, 12340, 'Aldrassil', 1, 10455.7, 798.455, 1347.75, 0), + (10, 12340, 12340, 'AlexstonFarmsted', 0, -10644.8, 1681.3, 43.0338, 0), + (11, 12340, 12340, 'AlgazStation', 0, -4909.52, -2726.76, 330.06, 0), + (12, 12340, 12340, 'AllerianStronghold', 530, -2903.58, 3980.27, 0.972477, 0), + (13, 12340, 12340, 'AltarOfDamnation', 530, -3592.43, 1856.87, 48.2406, 0), + (14, 12340, 12340, 'AltarOfStormsA', 0, -11272.8, -2547.59, 103.02, 0), + (15, 12340, 12340, 'AltarOfStormsB', 0, -7613.13, -761.492, 191.807, 0), + (16, 12340, 12340, 'AltarOfZul', 0, -295.384, -3459.12, 195.005, 0), + (17, 12340, 12340, 'AlteracValley', 30, 628.53, -207.67, 40.0523, 0), + (18, 12340, 12340, 'AlthersMill', 0, -9168.66, -2726.31, 91.0426, 0), + (19, 12340, 12340, 'AmaniPass', 530, 6862.09, -7576.34, 86.6041, 0), + (20, 12340, 12340, 'Ambermill', 0, -126.954, 815.624, 67.0224, 0), + (21, 12340, 12340, 'AmethAran', 1, 5732.53, 116.359, 32.5681, 0), + (22, 12340, 12340, 'ammenvale', 530, -4192.39, -13725.2, 71.2854, 0), + (23, 12340, 12340, 'AngorFortress', 0, -6380.77, -3139.89, 302.111, 0), + (24, 12340, 12340, 'Anvilmar', 0, -6110.8, 388.517, 396.542, 0), + (25, 12340, 12340, 'ApocryphansRest', 0, -6894.29, -2465.82, 248.978, 0), + (26, 12340, 12340, 'ArathiBasin', 529, 1181.62, 1183.39, -44.329, 0), + (27, 12340, 12340, 'ArathiHighlands', 0, -907.865, -3534.24, 84.7878, 0), + (28, 12340, 12340, 'Arcatraz', 530, 2872, 1555.29, 253.159, 0), + (29, 12340, 12340, 'Area52', 530, 3053.18, 3679.83, 143.376, 0), + (30, 12340, 12340, 'AridensCamp', 0, -10443.6, -2140.79, 91.7795, 0), + (31, 12340, 12340, 'ArklonRuins', 530, 2763.23, 3168.18, 148.978, 0), + (32, 12340, 12340, 'Ashenvale', 1, 3469.43, 847.62, 6.36476, 0), + (33, 12340, 12340, 'Astranaar', 1, 2745.85, -378.33, 109.253, 0), + (34, 12340, 12340, 'Auberdine', 1, 6438.69, 485.38, 8.382, 0), + (35, 12340, 12340, 'Auchindoun', 530, -3363.13, 4893.08, -100.395, 0), + (36, 12340, 12340, 'Azshara', 1, 2717.1, -5968.91, 107.4, 0), + (37, 12340, 12340, 'AzureloadHumanTown', 0, -11033, -3095.22, 90.8189, 0), + (38, 12340, 12340, 'AzuremystIsle', 530, -4020.48, -13783.3, 74.9001, 0), + (39, 12340, 12340, 'AzureWatch', 530, -4194.58, -12553.2, 41.2315, 0), + (40, 12340, 12340, 'BaelDunDigside', 1, -1897.98, 400.675, 135.787, 0), + (41, 12340, 12340, 'BaelModan', 1, -4074.33, -2094.19, 94.2936, 0), + (42, 12340, 12340, 'BallalRuins', 0, -11977.4, 332.254, 4.20626, 0), + (43, 12340, 12340, 'BalnirFarmstead', 0, 2032.01, -432.954, 36.4329, 0), + (44, 12340, 12340, 'Balwark', 0, 1716.02, -788.217, 57.844, 0), + (45, 12340, 12340, 'BaradinBay', 0, -2955, -1022.21, 11.0919, 0), + (46, 12340, 12340, 'Barrens', 1, 90.1003, -1943.44, 80.4727, 0), + (47, 12340, 12340, 'BarrensGnollOutpost', 1, -4319.38, -2110.38, 81.8662, 0), + (48, 12340, 12340, 'BashalAran', 1, 6735.43, 6.71422, 43.7028, 0), + (49, 12340, 12340, 'BeezilsZepellinsWreck', 1, -4006.19, -3777.83, 41.6804, 0), + (50, 12340, 12340, 'BeggarsHaunt', 0, -10359.9, -1531.75, 92.5352, 0), + (51, 12340, 12340, 'BehindTheGreymaneWall', 0, -987.449, 1585.69, 54.4298, 0), + (52, 12340, 12340, 'BlackfathomDeep', 48, -152.984, 106.33, -39.0953, 0), + (53, 12340, 12340, 'BlackMorass', 269, -2061.12, 6635.97, -143.596, 0), + (54, 12340, 12340, 'BlackMorassPortal', 269, -2033.5, 7120.97, 24.5189, 0), + (55, 12340, 12340, 'BlackMorassUndergroundEntrance', 269, -2014.12, 6583.5, -153.654, 0), + (56, 12340, 12340, 'BlackphantomDeeps', 1, 4252.37, 756.974, -22.0632, 0), + (57, 12340, 12340, 'BlackrockCamp', 0, -9713.81, -3188.39, 59.6835, 0), + (58, 12340, 12340, 'BlackrockDepths', 230, 596.432, -188.498, -49, 0), + (59, 12340, 12340, 'BlackrockMountain', 0, -7317.34, -1072.33, 278.069, 0), + (60, 12340, 12340, 'BlackRockMountainTop', 0, -7468, -1082, 901, 0), + (61, 12340, 12340, 'BlackrockSpire', 229, 73.5083, -215.044, 53.3869, 0), + (62, 12340, 12340, 'BlackrockStronghold', 0, -7728.12, -1504.22, 133.837, 0), + (63, 12340, 12340, 'BlackrokMountain', 0, -7813.25, -1133.33, 215.069, 0), + (64, 12340, 12340, 'BlackTemple', 530, -3609.74, 328.252, 38.3077, 0), + (65, 12340, 12340, 'BlackwindLake', 530, -3815.57, 3527.15, 282.884, 0), + (66, 12340, 12340, 'BlackwingLair', 469, -7665.55, -1102.49, 400.679, 0), + (67, 12340, 12340, 'BlackwolfRiver', 1, 1160.25, 51.3229, 2.072, 0), + (68, 12340, 12340, 'BlackwoodDen', 1, 4641.19, 55.3801, 67.6307, 0), + (69, 12340, 12340, 'BlackwoodLake', 0, 2515.84, -4251.86, 77.3568, 0), + (70, 12340, 12340, 'BladefistBay', 1, 1525.73, -4968.13, 18.1397, 0), + (71, 12340, 12340, 'BladesEdgeMountains', 530, 1114, 7091, 124, 0), + (72, 12340, 12340, 'BladespireHold', 530, 2502.52, 6573.17, 1.11438, 0), + (73, 12340, 12340, 'BladespireOutpost', 530, 2219.95, 5717.02, 273.883, 0), + (74, 12340, 12340, 'BlastedLands', 0, -11204.5, -2730.61, 15.8972, 0), + (75, 12340, 12340, 'BleedingHollowRuins', 530, -3284.64, 6001.33, -0.88672, 0), + (76, 12340, 12340, 'bloodcurseisle', 530, -1789.79, -12762.5, 3.5249, 0), + (77, 12340, 12340, 'BloodhoofVillage', 1, -2326.44, -367.682, -7.8497, 0), + (78, 12340, 12340, 'BloodmaulOutpost', 530, 1618.27, 6323.13, 1.14226, 0), + (79, 12340, 12340, 'BloodmystIsle', 530, -2721.68, -12208.9, 10.0882, 0), + (80, 12340, 12340, 'BloodsailCompound', 0, -13274.4, 769.951, 3.45505, 0), + (81, 12340, 12340, 'BloodvenomFalls', 1, 5280.03, -713.61, 347.129, 0), + (82, 12340, 12340, 'BloodWatch', 530, -2062.06, -11850, 50.728, 0), + (83, 12340, 12340, 'BonechewerRuins', 530, -2981.17, 3520.61, -3.6513, 0), + (84, 12340, 12340, 'BootyBay', 0, -14406.6, 419.353, 23.3907, 0), + (85, 12340, 12340, 'Botanica', 530, 3405.48, 1489.14, 183.838, 0), + (86, 12340, 12340, 'BoughShadow', 1, 3141.82, -3707.34, 122.05, 0), + (87, 12340, 12340, 'BoulderfistHall', 0, -1969.08, -2789.04, 82.2105, 0), + (88, 12340, 12340, 'BouldersideRavine', 1, -122.391, 388.013, 95.4856, 0), + (89, 12340, 12340, 'BrackenwallOrcVillage', 1, -3129.38, -2864.51, 35.8711, 0), + (90, 12340, 12340, 'BrackwellPumpkinPatch', 0, -9772.44, -869.693, 40.5096, 0), + (91, 12340, 12340, 'BramblebladeRavine', 1, -3037.04, -1050.56, 50.1447, 0), + (92, 12340, 12340, 'BrewnallVillage', 0, -5368.81, 319.498, 395.123, 0), + (93, 12340, 12340, 'BrightwaterLake', 0, 2685.13, -198.851, 32.4095, 0), + (94, 12340, 12340, 'BrightwoodGrove', 0, -10649.7, -884.01, 51.8196, 0), + (95, 12340, 12340, 'Brill', 0, 2255.5, 288.511, 35.1138, 0), + (96, 12340, 12340, 'bristlelimbvillage', 530, -4633.86, -11615.8, 20.65, 0), + (97, 12340, 12340, 'Bulwark', 0, 1636.09, -1011.36, 77.1124, 0), + (98, 12340, 12340, 'CaerDarrow', 0, 1025.59, -2517, 60.1416, 0), + (99, 12340, 12340, 'CaerDarrowTheDarkPortal', 0, 1125.31, -2541.35, 79.3562, 0), + (100, 12340, 12340, 'CampBoff', 0, -7033.94, -3669.89, 246.91, 0), + (101, 12340, 12340, 'CampCagg', 0, -7147.67, -2430.87, 241.51, 0), + (102, 12340, 12340, 'CampCosh', 0, -6247.73, -3776.6, 250.06, 0), + (103, 12340, 12340, 'CampMojache', 1, -4369.68, 242.294, 26.4133, 0), + (104, 12340, 12340, 'CampNarache', 1, -2893.04, -240.87, 54.5445, 0), + (105, 12340, 12340, 'CampTaurajo', 1, -2372.51, -1991.64, 121.975, 0), + (106, 12340, 12340, 'Cauldron', 0, -6892.24, -1342.38, 240.913, 0), + (107, 12340, 12340, 'CavernsOfTime', 1, -8195.94, -4500.13, 9.60819, 0), + (108, 12340, 12340, 'CenarionEnclave', 1, 10118.4, 2538.5, 1322.52, 0), + (109, 12340, 12340, 'CenarionHold', 1, -6824.15, 821.273, 50.6675, 0), + (110, 12340, 12340, 'CenarionRefuge', 530, -214.722, 5493.04, 22.7705, 0), + (111, 12340, 12340, 'CenarionThicket', 530, -1841.36, 4694.72, 10.0581, 0), + (112, 12340, 12340, 'ChampionHall', 449, -0.199573, -1.59112, 0.744116, 0), + (113, 12340, 12340, 'CharredVale', 1, 821.99, 1599.07, -20.1896, 0), + (114, 12340, 12340, 'ChillwindPoint', 0, 322.373, -1487.85, 44.7201, 0), + (115, 12340, 12340, 'CircleOfBlood', 530, 2840.38, 5929.42, 12.0902, 0), + (116, 12340, 12340, 'CircleOfEastBinding', 0, -842.604, -3270.04, 79.3588, 0), + (117, 12340, 12340, 'CircleOfInnerBinding', 0, -1529.75, -2166.7, 18.3717, 0), + (118, 12340, 12340, 'CircleOfOuterBinding', 0, -1354.4, -2738.07, 59.9657, 0), + (119, 12340, 12340, 'CircleOfWestBinding', 0, -863.118, -1784.72, 40.6118, 0), + (120, 12340, 12340, 'CleftOfShadow', 1, 1805.41, -4337.11, -10.1877, 0), + (121, 12340, 12340, 'CliffspringRiver', 1, 6931.74, -569.077, 45.8192, 0), + (122, 12340, 12340, 'CoilfangResevoir', 530, 565.641, 6940.71, 17.2277, 0), + (123, 12340, 12340, 'CoilskarPoint', 530, -2936.13, 1704.08, 67.1989, 0), + (124, 12340, 12340, 'ColdHearthManor', 0, 2146.99, 658.485, 34.59, 0), + (125, 12340, 12340, 'ColdridgeValley', 0, -6229.25, 333.733, 384.206, 0), + (126, 12340, 12340, 'Commons', 0, -4920.61, -955.967, 502.51, 0), + (127, 12340, 12340, 'CorinsCrossing', 0, 2039.73, -4511.63, 74.6218, 0), + (128, 12340, 12340, 'Cosmowrench', 530, 2963.84, 1787.36, 140.121, 0), + (129, 12340, 12340, 'CraftmensTerrace', 1, 10094.3, 2319.44, 1330.17, 0), + (130, 12340, 12340, 'CragpoolLake', 1, 1618.33, 161.796, 134.084, 0), + (131, 12340, 12340, 'CrashSite', 530, -4114.93, -13755, 74.5106, 0), + (132, 12340, 12340, 'Crossroads', 1, -456.263, -2652.7, 96.615, 0), + (133, 12340, 12340, 'CrownGuardTower', 0, 1868.66, -3678.97, 156.231, 0), + (134, 12340, 12340, 'CrystalLake', 0, -9462.99, -161.312, 61.7274, 0), + (135, 12340, 12340, 'CrystalSpine', 530, 4004.3, 5026.29, 267.691, 0), + (136, 12340, 12340, 'DabyriesFarmstead', 0, -1065.89, -2905.56, 43.0958, 0), + (137, 12340, 12340, 'DaggerHills', 0, -11275.5, 1448.2, 90.0785, 0), + (138, 12340, 12340, 'DalaranCrater', 0, 258, 351, 42.9076, 0), + (139, 12340, 12340, 'DalaranRuins', 0, 386.938, 212.299, 44.6994, 0), + (140, 12340, 12340, 'DalsonsTears', 0, 1855.13, -1569.22, 60.1825, 0), + (141, 12340, 12340, 'DandredsFold', 0, 1239.12, -286.705, 43.4764, 0), + (142, 12340, 12340, 'DarkcloudPinnacle', 1, -5096.02, -1945.14, 89.7375, 0), + (143, 12340, 12340, 'DarkenedBank', 0, -10015.9, -575.457, 43.7515, 0), + (144, 12340, 12340, 'DarkPortal', 0, -11853.6, -3197.44, -26.2186, 0), + (145, 12340, 12340, 'DarkPortalOutland', 530, -248.16, 922.349, 85.3798, 0), + (146, 12340, 12340, 'Darkshire', 0, -10559.7, -1189.02, 29.0698, 0), + (147, 12340, 12340, 'Darkshore', 1, 6207.5, -152.833, 80.8185, 0), + (148, 12340, 12340, 'DarkwhisperGorge', 1, 5018.91, -4563.94, 852.75, 0), + (149, 12340, 12340, 'Darnassus', 1, 8795.8, 969.427, 31.1955, 0), + (150, 12340, 12340, 'DarrowHillsCorners', 0, -434.575, -587.045, 54.6605, 0), + (151, 12340, 12340, 'DarrowmereLake', 0, 1234.83, -2118.49, 51.8011, 0), + (152, 12340, 12340, 'DawningIsles', 0, 982.34, 201.239, 35.9509, 0), + (153, 12340, 12340, 'DeadAcre', 0, -10776.2, 881.872, 34.9199, 0), + (154, 12340, 12340, 'DeadeyeShore', 1, 918.715, -5115.69, 3.85835, 0), + (155, 12340, 12340, 'DeadField', 0, 1035.91, 1540.85, 31.525, 0), + (156, 12340, 12340, 'DeadmansCrossing', 0, -10460.6, -1717.5, 84.5969, 0), + (157, 12340, 12340, 'Deadmines', 0, -11156.8, 1528.99, 20.4102, 0), + (158, 12340, 12340, 'DeadMire', 530, 421.306, 5376.41, 20.7973, 0), + (159, 12340, 12340, 'DeadwindPass', 0, -10435.4, -1809.28, 101, 0), + (160, 12340, 12340, 'Deathforge', 530, -3313.98, 1922.64, 167.808, 0), + (161, 12340, 12340, 'Deathknell', 0, 1871.14, 1587.91, 92.2143, 0), + (162, 12340, 12340, 'Deatholme', 530, 6305.41, -6464.78, 87.0105, 0), + (163, 12340, 12340, 'DecrepitFairy', 0, 675.698, 974.873, 35.8849, 0), + (164, 12340, 12340, 'DeepElemMine', 0, 374.222, 1083.9, 107.509, 0), + (165, 12340, 12340, 'DeeprunTram', 369, 69.2542, 10.257, -3.29664, 0), + (166, 12340, 12340, 'DeepwaterTavern', 0, -3823.06, -834.526, 19.2789, 0), + (167, 12340, 12340, 'DemonFallCanyon', 1, 1798.75, -3179.82, 93.0128, 0), + (168, 12340, 12340, 'Den', 1, -604.922, -4156.99, 44.2112, 0), + (169, 12340, 12340, 'DenOfFlame', 1, -4336.82, -3018.67, 34.1744, 0), + (170, 12340, 12340, 'DesertOutpostWaterfall', 1, 10389, -1886.06, 184.379, 0), + (171, 12340, 12340, 'Desolace', 1, -93.1614, 1691.15, 90.0649, 0), + (172, 12340, 12340, 'DireforgeHill', 0, -2833.45, -2880.43, 33.8865, 0), + (173, 12340, 12340, 'DireMaul', 429, 254.588, -24.7395, -1.56062, 0), + (174, 12340, 12340, 'Dolanaar', 1, 9809.05, 959.188, 1316.35, 0), + (175, 12340, 12340, 'DordanilBarrowDen', 1, 1775.1, -2679.19, 112.666, 0), + (176, 12340, 12340, 'DracoDar', 0, -8222.08, -1174.15, 143.557, 0), + (177, 12340, 12340, 'DraeneiStart', 530, -3962.06, -13930.8, 101.589, 0), + (178, 12340, 12340, 'DraenorDarkPortal', 0, -14958.5, 12761.6, 37.0388, 0), + (179, 12340, 12340, 'Drag', 1, 1860.46, -4513.91, 24.657, 0), + (180, 12340, 12340, 'DragonmawGarrison', 469, -7621.59, -1071.48, 409.49, 0), + (181, 12340, 12340, 'DragonmawGates', 0, -3465.16, -3727.56, 65.5778, 0), + (182, 12340, 12340, 'Dragonmurk', 1, -4197.56, -2873.76, 45.6771, 0), + (183, 12340, 12340, 'DreadmaulHold', 0, -10859, -2663.38, 8.80049, 0), + (184, 12340, 12340, 'DreadmaulPost', 0, -11528.2, -2863.73, 10.9925, 0), + (185, 12340, 12340, 'DreadmaulRock', 0, -7924.68, -2624.44, 221.958, 0), + (186, 12340, 12340, 'DreadmurkShore', 1, -3012.72, -4345.51, 7.83608, 0), + (187, 12340, 12340, 'DreamBough', 1, -2871.76, 1885.29, 53.6501, 0), + (188, 12340, 12340, 'DrownedReef', 0, -2200.52, -1685.18, -33.4569, 0), + (189, 12340, 12340, 'DunAlgaz', 0, -4088.67, -2663.71, 36.1151, 0), + (190, 12340, 12340, 'DunBaldar', 30, 654.691, -31.7338, 49.6277, 0), + (191, 12340, 12340, 'DunBaldarPass', 30, 757.831, -489.322, 96.8441, 0), + (192, 12340, 12340, 'DunemaulCompound', 1, -8492.54, -3022.39, 10.374, 0), + (193, 12340, 12340, 'DunGarok', 0, -1266.15, -1198.95, 41.1765, 0), + (194, 12340, 12340, 'DunModr', 0, -2605.21, -2341.09, 84.3551, 0), + (195, 12340, 12340, 'DunMorogh', 0, -5660.33, 755.299, 390.605, 0), + (196, 12340, 12340, 'DurnholdeKeep', 0, -489.832, -1391.35, 54.3854, 0), + (197, 12340, 12340, 'Durotar', 1, 341.42, -4684.7, 31.9493, 0), + (198, 12340, 12340, 'Duskwood', 0, -10517, -1158.39, 40.0542, 0), + (199, 12340, 12340, 'DustfireValley', 0, -6634.28, -1876.38, 245.144, 0), + (200, 12340, 12340, 'DustPlains', 0, -11116.3, 585.337, 35.4177, 0), + (201, 12340, 12340, 'DustwallowMarsh', 1, -3463.26, -4123.13, 18.1043, 0), + (202, 12340, 12340, 'EasternStrand', 0, -1234.91, -943.205, 9.62585, 0), + (203, 12340, 12340, 'EastmoonRuins', 1, -8867.71, -3435.86, 14.3515, 0), + (204, 12340, 12340, 'EastvaleLoggingCamp', 0, -9549, -1407.04, 55.7673, 0), + (205, 12340, 12340, 'EastwallTower', 0, 2545.24, -4773.8, 108.254, 0), + (206, 12340, 12340, 'EchoIsles', 1, -1124.19, -5535.02, 9.62076, 0), + (207, 12340, 12340, 'ElderRise', 1, -1056.81, -239.942, 160.03, 0), + (208, 12340, 12340, 'ElwynnForest', 0, -9465.58, 16.8472, 66.921, 0), + (209, 12340, 12340, 'emberglade', 530, -3288.6, -12861.2, 18.5183, 0), + (210, 12340, 12340, 'EmeraldForestStatue', 169, 3105.41, 3096.78, 28.0032, 0), + (211, 12340, 12340, 'EmeraldForestTrees', 169, 2732.93, -3319.63, 102.284, 0), + (212, 12340, 12340, 'EmeraldSanctuary', 1, 3989.18, -1292.13, 252.131, 0), + (213, 12340, 12340, 'Evergrove', 530, 2967.78, 5507.51, 144.632, 0), + (214, 12340, 12340, 'Everlook', 1, 6721.44, -4659.09, 721.893, 0), + (215, 12340, 12340, 'Exodar', 530, -4014.08, -11895.8, -0.99324, 0), + (216, 12340, 12340, 'FairbreezeVillage', 530, 8738.68, -6676.33, 70.355, 0), + (217, 12340, 12340, 'FalconWatch', 530, -606.845, 4100.63, 91.4021, 0), + (218, 12340, 12340, 'FaldinsCove', 0, -2086.88, -2074.57, 6.72927, 0), + (219, 12340, 12340, 'FalfarrenRiver', 1, 1979.07, -1968.07, 100.103, 0), + (220, 12340, 12340, 'FallenSkyRidge', 530, 31.5282, 4789.69, 60.8488, 0), + (221, 12340, 12340, 'FallowSactuary', 0, -9980.38, -3568.28, 23.0569, 0), + (222, 12340, 12340, 'FargodeepMine', 0, -9811.76, 130.16, 7.86, 0), + (223, 12340, 12340, 'FarstriderRetreat', 530, 8999.82, -7460.91, 87.6318, 0), + (224, 12340, 12340, 'FeathermoonStronghold', 1, -4411.09, 3228.02, 13.1294, 0), + (225, 12340, 12340, 'FelfireHill', 1, 1992.85, -2989.66, 108.111, 0), + (226, 12340, 12340, 'FelstoneField', 0, 1756.79, -1200.15, 61.7352, 0), + (227, 12340, 12340, 'FelstormPoint', 530, 3996.46, 5478.29, 267.988, 0), + (228, 12340, 12340, 'Felwood', 1, 5483.9, -749.881, 335.621, 0), + (229, 12340, 12340, 'FenrisIsle', 0, 731.866, 727.793, 38.0975, 0), + (230, 12340, 12340, 'FenrisKeep', 0, 960.45, 689.611, 60.7365, 0), + (231, 12340, 12340, 'Feralas', 1, -4458.93, 243.415, 65.6136, 0), + (232, 12340, 12340, 'FeralasCoast', 1, -4522.22, 2038.54, 51.1436, 0), + (233, 12340, 12340, 'FieldOfGiants', 1, -3120.86, -2327.89, 94.1243, 0), + (234, 12340, 12340, 'FieldOfStrife', 30, -187.386, -293.948, 7.66753, 0), + (235, 12340, 12340, 'FirePlumeRidge', 1, -7171.68, -1279.85, -183.424, 0), + (236, 12340, 12340, 'FirewatchRidge', 0, -6646.51, -829.166, 245.161, 0), + (237, 12340, 12340, 'FirewingPoint', 530, -2346.59, 3234.98, -2.37532, 0), + (238, 12340, 12340, 'ForestSong', 1, 2943.75, -3304.34, 155.067, 0), + (239, 12340, 12340, 'ForgeCampAnger', 530, 2958.03, 4775.87, 284.504, 0), + (240, 12340, 12340, 'ForgeCampTerror', 530, 1443.95, 7297.78, 375.527, 0), + (241, 12340, 12340, 'ForgeCampWrath', 530, 2894.2, 7043.85, 365.254, 0), + (242, 12340, 12340, 'ForgottenCoast', 1, -4508.92, 2041.68, 52.3872, 0), + (243, 12340, 12340, 'ForgottenPools', 1, 110.197, -1891.39, 94.5444, 0), + (244, 12340, 12340, 'ForlornCavern', 0, -4637.04, -1101.53, 502.281, 0), + (245, 12340, 12340, 'ForstriderLodge', 0, -5675.42, -4244.87, 408.002, 0), + (246, 12340, 12340, 'FrayIsland', 1, -1679.3, -4328.96, 3.58591, 0), + (247, 12340, 12340, 'FreewindPost', 1, -5437.4, -2437.47, 90.3083, 0), + (248, 12340, 12340, 'FrostfireHotSprings', 1, 6831.96, -2494.93, 559.434, 0), + (249, 12340, 12340, 'FrostmaneHold', 0, -5584.21, 759.832, 385.29, 0), + (250, 12340, 12340, 'FrostsaberRock', 1, 8070.18, -3859.56, 689.782, 0), + (251, 12340, 12340, 'FrostwishperGorge', 1, 5274.15, -4712.21, 692.124, 0), + (252, 12340, 12340, 'FrostWolfKeep', 30, -1326.63, -297.884, 91.536, 0), + (253, 12340, 12340, 'FrostWolfVillage', 30, -1201.05, -366.444, 55.0976, 0), + (254, 12340, 12340, 'FrostwyrmLair', 533, 3498.27, -5349.45, 145.967, 0), + (255, 12340, 12340, 'FungalRocks', 1, -6401.51, -1755.86, -271.256, 0), + (256, 12340, 12340, 'FungalVale', 0, 2448.25, -3703.94, 180.083, 0), + (257, 12340, 12340, 'FurlbrowsPumpkinPatch', 0, -9903.53, 1245.26, 43.0563, 0), + (258, 12340, 12340, 'Gadgetzan', 1, -7154.86, -3817.94, 9.39779, 0), + (259, 12340, 12340, 'GahrronsWithering', 0, 1738.52, -2319.93, 60.5751, 0), + (260, 12340, 12340, 'GapingChasm', 1, -9311.04, -3945.9, 11.6628, 0), + (261, 12340, 12340, 'Garadar', 530, -1246.73, 7341.59, 35.0824, 0), + (262, 12340, 12340, 'GarrensHaunt', 0, 2861.67, 398.526, 22.1504, 0), + (263, 12340, 12340, 'GelkisVillage', 1, -2222.47, 2522.4, 69.4424, 0), + (264, 12340, 12340, 'Ghostlands', 530, 7880, -6193, 22, 0), + (265, 12340, 12340, 'GhostWalkerPost', 1, -1156.34, 1894.49, 87.2854, 0), + (266, 12340, 12340, 'GiantOrcStatue', 0, -8066.68, -1621.66, 133.982, 0), + (267, 12340, 12340, 'GilijimsIsle', 0, -13693.5, 2806.3, 57.6918, 0), + (268, 12340, 12340, 'GM1', 1, -11805.5, -4754.13, 6.96693, 0), + (269, 12340, 12340, 'GM2', 1, -10735.8, 2463.19, 7.8301, 0), + (270, 12340, 12340, 'GMIsland', 1, 16222.6, 16265.9, 14.2085, 0), + (271, 12340, 12340, 'GnarlpineHold', 1, 9114.65, 1846.06, 1328.5, 0), + (272, 12340, 12340, 'Gnomeregan', 0, -5189.22, 524.796, 389.107, 0), + (273, 12340, 12340, 'GnomereganTrainDepot', 0, -4858.27, 756.435, 245.923, 0), + (274, 12340, 12340, 'GoblinObeservatory', 1, -10082.2, -5656.43, 7.24787, 0), + (275, 12340, 12340, 'GolakkaHotSprings', 1, -7196.37, -630.695, -232.64, 0), + (276, 12340, 12340, 'GolBolarQuarry', 0, -5826.35, -1586.57, 365.269, 0), + (278, 12340, 12340, 'Goldshire', 0, -9460.25, 63.0612, 56.8335, 0), + (279, 12340, 12340, 'GoShekFarm', 0, -1505.51, -3030.52, 13.627, 0), + (280, 12340, 12340, 'GreatForge', 0, -4795.88, -1113.26, 499.807, 0), + (281, 12340, 12340, 'GreatLift', 1, -4619.15, -1850.91, 87.0563, 0), + (282, 12340, 12340, 'GreatwoodVale', 1, -87.9634, -565.775, -11.1339, 0), + (283, 12340, 12340, 'GreenBelt', 0, -3256.88, -2718.36, 10.4121, 0), + (284, 12340, 12340, 'GreenpawVillage', 1, 2265.59, -1475.33, 91.8082, 0), + (285, 12340, 12340, 'GreymaneWall', 0, -757.376, 1527.28, 18.2465, 0), + (286, 12340, 12340, 'GrimBatol', 0, -4053.99, -3450.62, 284.383, 0), + (287, 12340, 12340, 'GrimeslitDigSite', 0, -6986.92, -1705.54, 242.667, 0), + (288, 12340, 12340, 'Grishnath', 530, 3767.68, 6633.98, 150.742, 0), + (289, 12340, 12340, 'GromGolBaseCamp', 0, -12352.8, 211.452, 5.5846, 0), + (290, 12340, 12340, 'GrommashHold', 1, 1926.92, -4220.35, 41.9464, 0), + (291, 12340, 12340, 'GroveOfTheAncients', 1, 4995.94, 82.9197, 55.3857, 0), + (292, 12340, 12340, 'GruulsLair', 530, 3606.85, 5260.49, 4.1724, 0), + (293, 12340, 12340, 'GunthersRetreat', 0, 2563.98, -51.7975, 32.7441, 0), + (294, 12340, 12340, 'GurubashiArena', 0, -13152.9, 342.729, 53.1328, 0), + (295, 12340, 12340, 'Halaa', 530, -1573.54, 7958.19, -21.4914, 0), + (296, 12340, 12340, 'HallOfBlackhand', 229, -78.5819, -401.395, 39.9428, 0), + (297, 12340, 12340, 'HallOfExplorers', 0, -4697.59, -1229.28, 502.659, 0), + (298, 12340, 12340, 'HallOfLegends', 1, 1639.22, -4238.83, 57.166, 0), + (299, 12340, 12340, 'Hammerfall', 0, -950.584, -3533.13, 72.8318, 0), + (300, 12340, 12340, 'HammertoesDigsite', 0, -6411.58, -3409.85, 242.537, 0), + (301, 12340, 12340, 'Headland', 0, 15.1686, -337.262, 131.995, 0), + (302, 12340, 12340, 'HellfireCitadel', 530, -272.412, 3101.46, 33.7108, 0), + (303, 12340, 12340, 'HellfireCitadelEntrance', 530, -305.714, 3056.96, -1.6005, 0), + (304, 12340, 12340, 'HellfirePeninsula', 530, -247.451, 940.898, 85.3784, 0), + (305, 12340, 12340, 'HelmsBedLake', 0, -5607.39, -1984.16, 397.373, 0), + (306, 12340, 12340, 'HeroesVigil', 0, -9136.28, -1053.89, 71.624, 0), + (307, 12340, 12340, 'HiddenGrove', 1, 7641.78, -4935.77, 697.609, 0), + (308, 12340, 12340, 'HiddenPath', 1, -844.333, -4217.06, 89.6684, 0), + (309, 12340, 12340, 'Highperch', 1, -5000.46, -940.209, -4.58816, 0), + (310, 12340, 12340, 'HillsbradFields', 0, -501.505, 91.4121, 60.0582, 0), + (311, 12340, 12340, 'HillsbradFoothill', 0, -852.854, -576.712, 21.0293, 0), + (312, 12340, 12340, 'HiveAshi', 1, -6543.32, 800.877, 3.60826, 0), + (313, 12340, 12340, 'HiveRegal', 1, -7681.92, 795.932, -2.05396, 0), + (314, 12340, 12340, 'HiveZora', 1, -7250.49, 1472.88, -2.97554, 0), + (315, 12340, 12340, 'HonorHold', 530, -703, 2724, 95, 0), + (316, 12340, 12340, 'HunterRise', 1, -1403.11, -78.5278, 159.935, 0), + (317, 12340, 12340, 'Hyjal', 1, 4674.88, -3638.37, 966.264, 0), + (318, 12340, 12340, 'HyjalCoolAncientStatue', 1, 4491.35, -3201.77, 1027.57, 0), + (319, 12340, 12340, 'HyjalPlainsUnifinishedLocation', 1, 5300.18, -2292.83, 945.186, 0), + (320, 12340, 12340, 'IcebloodGarrison', 30, -476.417, -196.086, 55.7934, 0), + (321, 12340, 12340, 'IceflowLake', 0, -5090.17, 71.2283, 395.33, 0), + (322, 12340, 12340, 'IcewingBunker', 30, 234.481, -395.528, 44.2359, 0), + (323, 12340, 12340, 'IcewingPass', 30, 281.568, 46.1705, 20.1913, 0), + (324, 12340, 12340, 'Illidan', 564, 691.882, 305.004, 278.443, 0), + (325, 12340, 12340, 'IronbandsExcavationSite', 0, -5755.53, -3998.42, 331.436, 0), + (326, 12340, 12340, 'IronbeadsTomb', 0, -2849.21, -2220.06, 32.3835, 0), + (327, 12340, 12340, 'Ironforge', 0, -4981.25, -881.542, 502.66, 0), + (328, 12340, 12340, 'IslandOfDoctorLapidis', 0, -12380.3, 3400.92, 49.865, 0), + (329, 12340, 12340, 'IsleOfDread', 1, -6498.47, 3011.38, 8.43054, 0), + (330, 12340, 12340, 'IsleofQuelDanas', 530, 13008, -6912.49, 9.58371, 0), + (331, 12340, 12340, 'Jaedenar', 1, 4878.32, -614.219, 361.391, 0), + (332, 12340, 12340, 'JagueroIsle', 0, -14740.7, -432.482, 5.00624, 0), + (333, 12340, 12340, 'JaneirosPoint', 0, -14178.2, 712.03, 30.1868, 0), + (334, 12340, 12340, 'jangolodemine', 0, -10029.2, 1456.24, 42.7707, 0), + (335, 12340, 12340, 'JasperlodeMine', 0, -9077.34, -552.93, 61.35, 0), + (336, 12340, 12340, 'JinthaAlor', 0, -678.757, -4018.61, 239.351, 0), + (337, 12340, 12340, 'Kalimdor', 1, 6744.98, 41.12, 48.6, 0), + (338, 12340, 12340, 'karazhan', 532, -11106.9, -2001.8, 49.8913, 0), + (339, 12340, 12340, 'KarazhanEntrance', 532, -11106.5, -2001.64, 50.8927, 0), + (340, 12340, 12340, 'Kargath', 0, -6657.35, -2157.1, 265.133, 0), + (341, 12340, 12340, 'KargathiaOrcOutpost', 1, 2439.16, -3500.08, 99.5954, 0), + (342, 12340, 12340, 'KargathOrcOutpost', 0, -6675.96, -2188.29, 247.152, 0), + (343, 12340, 12340, 'Kharanos', 0, -5582.32, -463.982, 403, 0), + (344, 12340, 12340, 'KirinVarVillage', 530, 2372.88, 2183.06, 89.4456, 0), + (345, 12340, 12340, 'KodoGraveyard', 1, -1305.19, 1837.56, 56.731, 0), + (346, 12340, 12340, 'KolkarCrag', 1, -1028.63, -4599.8, 26.5756, 0), + (347, 12340, 12340, 'KolkarVillage', 1, -939.787, 1091.4, 94.8119, 0), + (348, 12340, 12340, 'KurzensCompound', 0, -11586.5, -657.662, 33.9941, 0), + (349, 12340, 12340, 'LakeAlAmeth', 1, 9534.08, 730.105, 1254.42, 0), + (350, 12340, 12340, 'LakeEverstill', 0, -9319, -1937.94, 59.0698, 0), + (351, 12340, 12340, 'Lakeshire', 0, -9282.98, -2269.64, 70.39, 0), + (352, 12340, 12340, 'LakkariTarPits', 1, -6478.21, -1129.33, -274.909, 0), + (353, 12340, 12340, 'LegionHold', 530, -3410.46, 2979.6, 170.897, 0), + (354, 12340, 12340, 'LethlorRavine', 0, -6935.86, -4092.06, 286.906, 0), + (355, 12340, 12340, 'LiftsToGround', 1, -1035.63, -24.082, 141.694, 0), + (356, 12340, 12340, 'LightsHopeChapel', 0, 2278.36, -5311.16, 88.201, 0), + (357, 12340, 12340, 'LittleCrater', 0, -12238.3, -2475.1, -1.82331, 0), + (358, 12340, 12340, 'LochLake', 0, -5201.86, -3136.59, 299.761, 0), + (359, 12340, 12340, 'LochModan', 0, -4939.1, -3423.74, 306.595, 0), + (360, 12340, 12340, 'Longshore', 0, -10513.9, 2075.23, 13.1819, 0), + (361, 12340, 12340, 'LongWash', 1, 5028.14, 534.745, 8.28397, 0), + (362, 12340, 12340, 'LordamereInternmentCamp', 0, -74.6376, 201.212, 54.2755, 0), + (363, 12340, 12340, 'LordamereLake', 0, 762.653, 909.072, 32.2142, 0), + (364, 12340, 12340, 'LostPoint', 1, -3922.24, -2839.21, 45.6212, 0), + (365, 12340, 12340, 'LushwaterOasis', 1, -964.776, -2039.74, 82.3491, 0), + (366, 12340, 12340, 'MaclureVineyards', 0, -9881.4, 88.8972, 34.3196, 0), + (367, 12340, 12340, 'MaestrasPost', 1, 3229.99, 198.252, 9.06151, 0), + (368, 12340, 12340, 'MageQuarter', 0, -8979.44, 851.161, 106.584, 0), + (369, 12340, 12340, 'MagicQuarter', 0, 1733.62, 103.444, -60.857, 0), + (370, 12340, 12340, 'Magister\'sTerrace', 585, 2.19347, -0.123698, -2.8025, 0), + (371, 12340, 12340, 'MagramVillage', 1, -1754.33, 967.89, 93.5626, 0), + (372, 12340, 12340, 'Magtheridon', 544, 187.535, 31.6609, 68.923, 0), + (373, 12340, 12340, 'MakersTerrace', 0, -6092.32, -3214.55, 263.727, 0), + (374, 12340, 12340, 'MalakaJin', 1, -191.661, -301.87, 13.2698, 0), + (375, 12340, 12340, 'MaldensOrchard', 0, 1414.28, 1073.22, 53.4649, 0), + (376, 12340, 12340, 'ManaforgeBnaar', 530, 2904.43, 4184.06, 165.899, 0), + (377, 12340, 12340, 'ManaforgeCoruu', 530, 2408.54, 2761.59, 136.384, 0), + (378, 12340, 12340, 'ManaforgeDuro', 530, 2982.14, 2169.19, 167.22, 0), + (379, 12340, 12340, 'MannorocCoven', 1, -1879.28, 1745.49, 79.8892, 0), + (380, 12340, 12340, 'ManorothCorpse', 0, -13946.7, 12416.7, 99.4378, 0), + (381, 12340, 12340, 'Maraudon', 349, 419.84, 11.3365, -131.079, 0), + (382, 12340, 12340, 'MardenholdeKeep', 0, 2918.72, -1439.39, 151.782, 0), + (383, 12340, 12340, 'MarrisStead', 0, 1868.96, -3223.39, 124.065, 0), + (384, 12340, 12340, 'MarshalsRefuge', 1, -6186.57, -1106.83, -216.06, 0), + (385, 12340, 12340, 'Marshlands', 1, -7353.57, -1792.67, -265.037, 0), + (386, 12340, 12340, 'MarshlightLake', 530, 544.354, 8404.31, 22.3744, 0), + (387, 12340, 12340, 'MastersGlaive', 1, 4565.22, 438.446, 33.9133, 0), + (388, 12340, 12340, 'Mazthoril', 1, 6155.21, -4444.95, 660.788, 0), + (389, 12340, 12340, 'MenethilBay', 0, -3754.19, -1087.3, -0.71875, 0), + (390, 12340, 12340, 'MenethilHarbor', 0, -3740.29, -755.08, 11.9643, 0), + (391, 12340, 12340, 'MerchantCoast', 1, -1719.08, -3824.99, 13.0836, 0), + (392, 12340, 12340, 'MilitartWard', 0, -4970.65, -1210.7, 502.829, 0), + (393, 12340, 12340, 'MirageRaceway', 1, -6202.16, -3901.68, -59.2858, 0), + (394, 12340, 12340, 'MirkfallonLake', 1, 1570.64, 1030.23, 139.019, 0), + (395, 12340, 12340, 'MirrorLake', 0, -9405.99, 364.768, 50.6483, 0), + (396, 12340, 12340, 'MirrorLakeOrchard', 0, -9469.08, 467.583, 55.0913, 0), + (397, 12340, 12340, 'MistsEdge', 1, 7742.92, -769.867, 6.22102, 0), + (398, 12340, 12340, 'MistyPineRefuge', 0, -5353.18, -1043.02, 395.772, 0), + (399, 12340, 12340, 'MistyReedPost', 0, -10849.6, -4088.17, 22.7445, 0), + (400, 12340, 12340, 'MistyreedStrand', 0, -10022.2, -4266.67, 8.26064, 0), + (401, 12340, 12340, 'MistyValley', 0, -10103.4, -2431.61, 29.4491, 0), + (402, 12340, 12340, 'MoGroshStronghold', 0, -4871.78, -4025.77, 314.141, 0), + (403, 12340, 12340, 'MokNathalVillage', 530, 2187.43, 4763.3, 156.531, 0), + (404, 12340, 12340, 'MoltenBridge', 230, 1097.99, -466.494, -95.0719, 0), + (405, 12340, 12340, 'MoltenCore', 409, 1115.22, -462.959, -94.0148, 0), + (406, 12340, 12340, 'Moonbrook', 0, -11018.4, 1513.69, 44.0152, 0), + (407, 12340, 12340, 'Moonglade', 1, 7999.68, -2670.2, 512.2, 0), + (408, 12340, 12340, 'MorgansPlot', 0, -11094.2, -1829.64, 73.9926, 0), + (409, 12340, 12340, 'MorgansVigil', 0, -8355.88, -2752.16, 185.755, 0), + (410, 12340, 12340, 'Mulgore', 1, -1840.75, -456.561, -7.845, 0), + (411, 12340, 12340, 'MulgoreMine', 1, -1915.66, -1107.44, 88.572, 0), + (412, 12340, 12340, 'MurlocCamp', 0, -9614.89, -2613.58, 58.5311, 0), + (413, 12340, 12340, 'MysticWard', 0, -4678.19, -968.721, 502.659, 0), + (414, 12340, 12340, 'MystralLake', 1, 2058.47, -998.369, 96.6764, 0), + (415, 12340, 12340, 'Nagrand', 530, -526, 8440, 48, 0), + (416, 12340, 12340, 'Naxxramas', 571, 3674.05, -1269.86, 243.51, 2.9068), + (417, 12340, 12340, 'NerubianPits', 1, -7245.6, 1678.94, -64.9066, 0), + (418, 12340, 12340, 'NethergardeKeep', 0, -11015.9, -3326.09, 62.7594, 0), + (419, 12340, 12340, 'Netherstorm', 530, 2280.68, 2520.75, 116.278, 0), + (420, 12340, 12340, 'NetherwingLedge', 530, -5015.43, 483.667, 87.9464, 0), + (421, 12340, 12340, 'NightElfPortal', 1, 3155, -3702, 122, 0), + (422, 12340, 12340, 'Nighthaven', 1, 7978.95, -2501.13, 489.986, 0), + (423, 12340, 12340, 'NightSongWood', 1, 2454.38, -2943.27, 125, 0), + (424, 12340, 12340, 'NightsongWoods', 1, 2046.82, -1874.25, 99.5036, 0), + (425, 12340, 12340, 'NijelsPoint', 1, 147.011, 1231.58, 166.476, 0), + (426, 12340, 12340, 'NorthanderStead', 0, -898.266, -1044.33, 31.3478, 0), + (427, 12340, 12340, 'NorthCoast', 0, 2955.79, 99.8215, 4.32947, 0), + (428, 12340, 12340, 'NorthDale', 0, 3011.49, -4941.44, 104.586, 0), + (429, 12340, 12340, 'NorthfoldManor', 0, -797.235, -2068.95, 34.8337, 0), + (430, 12340, 12340, 'NorthGateOutpost', 0, -5231.95, -2366.98, 399.807, 0), + (431, 12340, 12340, 'NorthpassTower', 0, 3181.78, -4331.39, 138.689, 0), + (432, 12340, 12340, 'NorthPointTower', 1, -2855.96, -3422.66, 37.7473, 0), + (433, 12340, 12340, 'NorthridgeLumberCamp', 0, 2423.42, -1646.44, 105.51, 0), + (434, 12340, 12340, 'NorthSea', 530, 8481, -5565, 2, 0), + (435, 12340, 12340, 'Northshire', 0, -9015.92, -79.4411, 88.1198, 0), + (436, 12340, 12340, 'NorthshireValley', 0, -9043.76, -41.5906, 89.3589, 0), + (437, 12340, 12340, 'NorthshireVineyards', 0, -9092.38, -368.684, 74.6163, 0), + (438, 12340, 12340, 'NorthTidesRun', 0, 873.391, 1852.5, 6.0548, 0), + (439, 12340, 12340, 'NorthwatchHold', 1, -1986.58, -3688.25, 19.3162, 0), + (440, 12340, 12340, 'NoxiousGlade', 0, 2714.32, -5455.48, 160.145, 0), + (441, 12340, 12340, 'NoxiousLair', 1, -7779.9, -2691.72, 10.1465, 0), + (442, 12340, 12340, 'OldTown', 0, -8722.22, 409.911, 98.8349, 0), + (443, 12340, 12340, 'OlsensFarthing', 0, 134.209, 1496.64, 115.394, 0), + (444, 12340, 12340, 'OnyxiasLair', 249, 29.4548, -68.9609, -5.98402, 0), + (445, 12340, 12340, 'Opthecarium', 0, 1457.61, 382.548, -58.2747, 0), + (446, 12340, 12340, 'OracleGlade', 1, 10661.2, 1875.75, 1324.46, 0), + (447, 12340, 12340, 'OrcOutpost', 0, -8687.39, -2330.38, 156.916, 0), + (448, 12340, 12340, 'Orgrimmar', 1, 1502.71, -4415.42, 22.5512, 0), + (449, 12340, 12340, 'oshugun', 530, -2388.93, 8137.34, -42.685, 0), + (450, 12340, 12340, 'OutlandDarkPortal', 0, -11894.8, -3206.52, -13.62, 0), + (451, 12340, 12340, 'OutsideHyjalCave', 1, 4817, -1742, 1169, 0), + (452, 12340, 12340, 'OverlookCliffs', 0, -69.8514, -4536, 18.2892, 0), + (453, 12340, 12340, 'OwlWingThicket', 1, 5671.61, -4963.66, 807.429, 0), + (454, 12340, 12340, 'PathOfConquest', 530, -4100.82, 1329, 65.6388, 0), + (455, 12340, 12340, 'PillarsOfAsh', 0, -8068.39, -1603.97, 140.572, 0), + (456, 12340, 12340, 'Plaguewood', 0, 3130.17, -3401.76, 140.478, 0), + (457, 12340, 12340, 'PoolOfTears', 0, -10303.5, -3972.28, 21.2882, 0), + (458, 12340, 12340, 'PoolsOfArilthrien', 1, 9561.33, 1743, 1292.91, 0), + (459, 12340, 12340, 'PoolsOfVision', 1, -1003.42, 261.579, 113.153, 0), + (460, 12340, 12340, 'ProgrammerIsland', 451, 16304.2, 16318.1, 70.4444, 0), + (461, 12340, 12340, 'PurgationIsle', 0, -1310.1, 567.088, 107.402, 0), + (462, 12340, 12340, 'PyrewoodVillage', 0, -416.466, 1543.87, 18.5941, 0), + (463, 12340, 12340, 'Quel\'danas', 530, 13001.9, -6907.46, 9.56139, 0), + (464, 12340, 12340, 'QuelDanilLodge', 0, 266.941, -2751.41, 123.544, 0), + (465, 12340, 12340, 'RagefireChasm', 389, 1.7849, -14.3685, -16.5533, 0), + (466, 12340, 12340, 'RandomBayRuins', 0, -11712.7, -1758.67, 23.4509, 0), + (467, 12340, 12340, 'RaptorRidge', 0, -3142.5, -3239.81, 63.4612, 0), + (468, 12340, 12340, 'Ratchet', 1, -943.935, -3715.49, 12.8385, 0), + (469, 12340, 12340, 'RavenHill', 0, -10741.1, 316.202, 40.8644, 0), + (470, 12340, 12340, 'RavenHillCemetery', 0, -10316.7, 342.295, 60.6454, 0), + (471, 12340, 12340, 'RavensWood', 530, 3427.68, 7099.23, 155.005, 0), + (472, 12340, 12340, 'RaynewoodRetreat', 1, 2563.47, -1698.84, 155.018, 0), + (473, 12340, 12340, 'RazorfenDowns', 129, 2591.99, 1101.25, 52.8593, 0), + (474, 12340, 12340, 'RazorfenKraul', 1, -4464.92, -1666.24, 91, 0), + (475, 12340, 12340, 'RazorfenKraulEntrance', 47, 1941.79, 1543.69, 82.6615, 0), + (476, 12340, 12340, 'RazorHill', 1, 315.721, -4743.4, 10.4867, 0), + (477, 12340, 12340, 'RazorwindCayon', 1, 900.677, -4634.82, 18.7876, 0), + (478, 12340, 12340, 'RebelCamp', 0, -11311.5, -195.19, 77.3198, 0), + (479, 12340, 12340, 'RedCloudMesa', 1, -2928.26, -46.1054, 189.892, 0), + (480, 12340, 12340, 'RedridgeMountains', 0, -9219.37, -2149.94, 71.606, 0), + (481, 12340, 12340, 'RedRocks', 1, -1008.68, -1115.72, 47.046, 0), + (482, 12340, 12340, 'RefugePointe', 0, -1262.79, -2521.75, 21.8021, 0), + (483, 12340, 12340, 'RethressSanctum', 1, 2209.15, -6439.12, 2.82327, 0), + (484, 12340, 12340, 'RingOfTrials', 530, -2043.35, 6654.84, 14.0532, 0), + (485, 12340, 12340, 'RockOfDurotan', 30, -896.41, -525.78, 55.2313, 0), + (486, 12340, 12340, 'RogueQuarter', 0, 1456.44, 104.917, -60.8538, 0), + (487, 12340, 12340, 'RottingOrchard', 0, -11069.3, -927.315, 64.502, 0), + (488, 12340, 12340, 'RuinsOfAlterac', 0, 522.608, -275.392, 151.689, 0), + (489, 12340, 12340, 'RuinsOfAnderhol', 0, 1386.47, -1518.8, 73.4034, 0), + (490, 12340, 12340, 'RuinsOfEldarath', 1, 3546.8, -5287.96, 110.935, 0), + (491, 12340, 12340, 'RuinsOfEnkaat', 530, 3424.76, 3662.3, 153.686, 0), + (492, 12340, 12340, 'RuinsOfIsildien', 1, -5566.04, 1449.82, 21.1135, 0), + (493, 12340, 12340, 'RuinsOfJubuwal', 0, -13382.6, 2.10815, 22.8683, 0), + (494, 12340, 12340, 'RuinsOfKelTheril', 1, 6476.2, -4255.87, 666.203, 0), + (495, 12340, 12340, 'RuinsOfLordaeron', 0, 1801.58, 237.355, 63.7537, 0), + (496, 12340, 12340, 'RuinsOfMathystra', 1, 7373.38, -938.331, 33.6196, 0), + (497, 12340, 12340, 'RuinsOfRavenwind', 1, -2858.35, 2611.48, 59.3777, 0), + (498, 12340, 12340, 'RuinsOfSolarsal', 1, -4861.19, 3516.7, 23.8659, 0), + (499, 12340, 12340, 'RuinsOfStardust', 1, 2178.01, -288.45, 98.3499, 0), + (500, 12340, 12340, 'RuinsOfThaurissan', 0, -7798.32, -2171.41, 134.01, 0), + (501, 12340, 12340, 'RuinsOfZulKunda', 0, -11693.9, 702.532, 50.9689, 0), + (502, 12340, 12340, 'RumoredEntrance', 0, -10377.2, -421.704, 64.6252, 0), + (503, 12340, 12340, 'RustmaulDigSite', 1, -6495.56, -3472.69, -57.7786, 0), + (504, 12340, 12340, 'RuttheranVillage', 1, 8697.15, 954.138, 13.4829, 0), + (505, 12340, 12340, 'SacrificeAltar', 0, -11685.2, -2384.64, 0.80816, 0), + (506, 12340, 12340, 'SaldeansFarm', 0, -10171.8, 1195.41, 37.4345, 0), + (507, 12340, 12340, 'SandsorrowWatch', 1, -7164.64, -3142.55, 12.072, 0), + (508, 12340, 12340, 'Sargeron', 1, -242.347, 764.848, 99.7113, 0), + (509, 12340, 12340, 'SarTherisStrand', 1, -592.792, 2592.84, 16.467, 0), + (510, 12340, 12340, 'Satyrnaar', 1, 2757.59, -2967.58, 144.882, 0), + (511, 12340, 12340, 'ScarabWall', 1, -8108.6, 1528.42, 3.13028, 0), + (512, 12340, 12340, 'ScarletMonastery', 0, 2843.57, -692.134, 140.33, 0), + (513, 12340, 12340, 'ScarletMonasteryEntrance', 189, 269.191, -211.791, 20.201, 0), + (514, 12340, 12340, 'ScarletWatchPost', 0, 3040.8, -552.374, 123.216, 0), + (515, 12340, 12340, 'Scholomance', 289, 199.427, 126.464, 135.912, 0), + (516, 12340, 12340, 'ScreechingCanyon', 1, -5467.33, -1633.45, 30.4245, 0), + (517, 12340, 12340, 'ScryersTier', 530, -2147.6, 5524.94, 49.6637, 0), + (518, 12340, 12340, 'ScuttleCoast', 1, 242.548, -5151.46, 2.60441, 0), + (519, 12340, 12340, 'SearingGorge', 0, -7176.63, -937.667, 171.206, 0), + (520, 12340, 12340, 'SenjinVillage', 1, -827.924, -4924.43, 20.9659, 0), + (521, 12340, 12340, 'SentinelHill', 0, -10510, 1046.89, 61.518, 0), + (522, 12340, 12340, 'SentryPoint', 1, -3459.39, -4130.3, 17.3786, 0), + (523, 12340, 12340, 'Sepulcher', 0, 507.784, 1611.33, 125.921, 0), + (524, 12340, 12340, 'Seradene', 0, 724.846, -3996.11, 150.735, 0), + (525, 12340, 12340, 'Sewers', 0, 1652.9, 732.491, 81.3365, 0), + (526, 12340, 12340, 'ShadowfangKeep', 0, -238.328, 1556.3, 76.8921, 1.01552), + (527, 12340, 12340, 'Shadowglen', 1, 10696, 765.934, 1322.33, 0), + (528, 12340, 12340, 'ShadowmoonValley', 530, -2848, 3190, 9, 0), + (529, 12340, 12340, 'shadowmoonvillage', 530, -3080.99, 2566.8, 62.5054, 0), + (530, 12340, 12340, 'ShadowpreyVillage', 1, -1596.16, 3145.26, 68.8338, 0), + (531, 12340, 12340, 'ShadraAlor', 0, -464.208, -2837.23, 111.073, 0), + (532, 12340, 12340, 'ShadyRestInn', 1, -3719.26, -2530.63, 70.58, 0), + (533, 12340, 12340, 'ShaolWatha', 0, 222.281, -4312.26, 118.769, 0), + (534, 12340, 12340, 'ShatteredStrand', 1, 4260.73, -6273.64, 91.2289, 0), + (535, 12340, 12340, 'ShatterScarVale', 1, 5483.9, -749.881, 335.621, 0), + (536, 12340, 12340, 'Shattrath', 530, -1722.58, 5382.7, 2.47504, 0), + (537, 12340, 12340, 'ShrineOfAessina', 1, 2681.05, 377.693, 68.8608, 0), + (538, 12340, 12340, 'ShrineOfRemulos', 1, 7849.78, -2196.98, 474.579, 0), + (539, 12340, 12340, 'Silvermoon', 530, 9414.18, -7278.97, 15.2031, 0), + (540, 12340, 12340, 'silvermystisle', 530, -5050.23, -11040.9, 26.4853, 0), + (541, 12340, 12340, 'SilverpineForest', 0, 511.536, 1638.63, 121.417, 0), + (542, 12340, 12340, 'SilverwindRefuge', 1, 2135.27, -1189.9, 99.8206, 0), + (543, 12340, 12340, 'Skettis', 530, -3833.27, 3537.57, 280.895, 0), + (544, 12340, 12340, 'SkitteringDark', 0, 1293.65, 1957.71, 20.5619, 0), + (545, 12340, 12340, 'SkullRock', 1, 1452.83, -4877.14, 12.8788, 0), + (546, 12340, 12340, 'Slaughterhouse', 0, 2719.29, -5479.3, 160.542, 0), + (547, 12340, 12340, 'SleepingGorge', 0, -10592.5, -2131.21, 92.4703, 0), + (548, 12340, 12340, 'SlitheringScar', 1, -7849.33, -1366.02, -271.196, 0), + (549, 12340, 12340, 'SludgeFen', 1, 1059.54, -3003.53, 92.6441, 0), + (550, 12340, 12340, 'SollidenFarmstead', 0, 2268.03, 1333.63, 35.7835, 0), + (551, 12340, 12340, 'SorrowHill', 0, 1064.09, -1718.04, 62.1348, 0), + (552, 12340, 12340, 'SouthfuryRiver', 1, 114.769, -3758.95, 18.8907, 0), + (553, 12340, 12340, 'SouthGateOutpost', 0, -5475.44, -2425.32, 414.455, 0), + (554, 12340, 12340, 'Southshore', 0, -821.604, -544.654, 16.0387, 0), + (555, 12340, 12340, 'SouthTidesRun', 0, -577.865, 1807.08, 9.2492, 0), + (556, 12340, 12340, 'SouthwindVillage', 1, -7200.2, 392.124, 25.9073, 0), + (557, 12340, 12340, 'SpawningGlen', 530, -128.514, 8792.86, 26.0892, 0), + (558, 12340, 12340, 'spiritfields', 530, -2388.93, 8137.34, -42.685, 0), + (559, 12340, 12340, 'SpiritRise', 1, -1009.29, 231.283, 135.587, 0), + (560, 12340, 12340, 'SpiritRock', 1, -861.457, -4283.67, 78.7991, 0), + (561, 12340, 12340, 'SplinterspearJunction', 0, -10382.5, -2605.1, 22.6849, 0), + (562, 12340, 12340, 'SplintertreePost', 1, 2188.61, -2514.28, 82.0246, 0), + (563, 12340, 12340, 'StagnantOasis', 1, -1330.17, -3120.07, 92.6667, 0), + (564, 12340, 12340, 'StairwayOfDestiny', 530, -247.047, 938.144, 85.3426, 0), + (565, 12340, 12340, 'StarBreezeVillage', 1, 9859.09, 588.761, 1301.61, 0), + (566, 12340, 12340, 'StarfallVillage', 1, 7166.17, -3986.87, 743.872, 0), + (567, 12340, 12340, 'SteamwidlePort', 1, -6942.47, -4847.1, 1.66785, 0), + (568, 12340, 12340, 'SteelgrillsDepot', 0, -5470.37, -662.312, 393.674, 0), + (569, 12340, 12340, 'stillpinehold', 530, -3427.67, -12346.2, 14.0987, 0), + (570, 12340, 12340, 'Stockades', 34, 49.8212, 0.870144, -15.7136, 0), + (571, 12340, 12340, 'Stonard', 0, -10487.3, -3256.87, 40.8964, 0), + (572, 12340, 12340, 'StonebreakerHold', 530, -2586.72, 4374.48, 28.9619, 0), + (573, 12340, 12340, 'StonebullLake', 1, -2543.98, -327.013, -13.2089, 0), + (574, 12340, 12340, 'StoneCairnLake', 0, -9325.33, -1038.92, 66.3535, 0), + (575, 12340, 12340, 'StonefiledFarm', 0, -9964.72, 391.509, 36.6555, 0), + (576, 12340, 12340, 'StoneheartOutpost', 30, 24.9432, -304.787, 15.5986, 0), + (577, 12340, 12340, 'StonemaulRuins', 1, -4354.46, -3275.34, 47.0475, 0), + (578, 12340, 12340, 'StonesplinterValley', 0, -5930.62, -2939.03, 370.491, 0), + (579, 12340, 12340, 'Stonetalon', 1, 898.482, 922.688, 127.788, 0), + (580, 12340, 12340, 'StonetalonMountains', 1, 1145.85, 664.812, 143, 0), + (581, 12340, 12340, 'StonetalonPeak', 1, 2506.3, 1470.14, 263.722, 0), + (582, 12340, 12340, 'Stonewatch', 0, -9385.46, -3039.27, 140.437, 0), + (583, 12340, 12340, 'StonewatchFalls', 0, -9482.57, -3325.85, 9.74276, 0), + (584, 12340, 12340, 'StonewroughDam', 0, -4771.99, -3329.01, 346.504, 0), + (585, 12340, 12340, 'StonewroughtPass', 0, -6356.7, -2079.11, 244.571, 0), + (586, 12340, 12340, 'StormrageBarrowDens', 1, 7565.92, -2898.29, 461.126, 0), + (587, 12340, 12340, 'Stormwind', 0, -8913.23, 554.633, 94.7944, 0), + (588, 12340, 12340, 'StormwindBank', 0, -8937.08, 640.4, 101.645, 0), + (589, 12340, 12340, 'StormwindCanals', 0, -8675.39, 635.774, 97.9275, 0), + (590, 12340, 12340, 'StormwindCastle', 0, -8437.41, 349.017, 121.886, 0), + (591, 12340, 12340, 'StormwindCathedralOfLight', 0, -8513.49, 861.197, 112.039, 0), + (592, 12340, 12340, 'StormwindCathedralSquare', 0, -8635.62, 762.727, 104.667, 0), + (593, 12340, 12340, 'StormwindDwarvenDistrict', 0, -8434.69, 605.975, 95.9669, 0), + (594, 12340, 12340, 'StormwindKeep', 0, -8491.71, 397.008, 109.386, 0), + (595, 12340, 12340, 'StormwindMageQuarter', 0, -8896.36, 834.148, 100.521, 0), + (596, 12340, 12340, 'StormwindOldTown', 0, -8662.9, 498.212, 101.833, 0), + (597, 12340, 12340, 'StormwindStockadesEntrance', 0, -8764.83, 846.075, 88.4842, 0), + (598, 12340, 12340, 'StormwindTradeDistrict', 0, -8852.03, 652.878, 97.46, 0), + (599, 12340, 12340, 'StormwindVaultEntrance', 0, -8667.56, 623.563, 86.4054, 0), + (600, 12340, 12340, 'StormwindWizardsSanctum', 0, -9007.65, 870.424, 149.618, 0), + (601, 12340, 12340, 'StoutlagerInn', 0, -5390.18, -2953.93, 323.03, 0), + (602, 12340, 12340, 'Strahnbrad', 0, 679.813, -965.173, 165.598, 0), + (603, 12340, 12340, 'StranglethornVale', 0, -11634.8, -54.0697, 14.4439, 0), + (604, 12340, 12340, 'Stratholme', 0, 3176.63, -4039.28, 106.464, 0), + (605, 12340, 12340, 'StromgardeKeep', 0, -1661.42, -1804.2, 84.0723, 0), + (606, 12340, 12340, 'SunfuryHold', 530, 2541.15, 2365.98, 129.508, 0), + (607, 12340, 12340, 'SunkenTemple', 0, -10349.1, -3849.67, -24.6078, 0), + (608, 12340, 12340, 'SunkenTempleInside', 109, -314.229, 99.88, -130.849, 0), + (609, 12340, 12340, 'SunRockRetreat', 1, 948.365, 955.29, 105.506, 0), + (610, 12340, 12340, 'SunspringPost', 530, -1517.63, 8518.93, 2.05655, 0), + (611, 12340, 12340, 'SunstriderIsle', 530, 10459, -6366.37, 40.7917, 0), + (612, 12340, 12340, 'SunwellPlateau', 580, 1791.17, 926.31, 15.1135, 0), + (613, 12340, 12340, 'Sylvanaar', 530, 2059.58, 6850.45, 173.517, 0), + (614, 12340, 12340, 'TaintedScar', 0, -12134.7, -2455.53, 20.61, 0), + (615, 12340, 12340, 'TalondeepPath', 1, 1943.14, -741.766, 114.11, 0), + (616, 12340, 12340, 'Tanaris', 1, -7373.69, -2950.2, 11.7598, 0), + (617, 12340, 12340, 'TarrenMills', 0, -7.3559, -936.734, 63.3336, 0), + (618, 12340, 12340, 'Teldrassil', 1, 10708.8, 762.092, 1322.37, 0), + (619, 12340, 12340, 'Telredor', 530, 251.544, 6018.07, 45.3214, 0), + (620, 12340, 12340, 'TempestKeep', 530, 3102.07, 1523.94, 202.859, 0), + (621, 12340, 12340, 'TempleGardens', 1, 9935.34, 2506.11, 1318.82, 0), + (622, 12340, 12340, 'TempleOfArkkoran', 1, 4060.07, -7258.75, 8.64345, 0), + (623, 12340, 12340, 'TempleOfAtalHakkar', 0, -10429.4, -3828.84, -30.63, 0), + (624, 12340, 12340, 'TempleOfTelhamat', 530, 143.998, 4333.33, 107.364, 0), + (625, 12340, 12340, 'TempleOfTheMoon', 1, 9674.56, 2524.82, 1334.9, 0), + (626, 12340, 12340, 'TerokkarForest', 530, -1177, 5336, 31, 0), + (627, 12340, 12340, 'TerraceOfRepose', 0, 2922.59, -740.071, 154.983, 0), + (628, 12340, 12340, 'Terrordale', 0, 2963.22, -2791.65, 111.827, 0), + (629, 12340, 12340, 'TerrorRun', 1, -7817.09, -1036.34, -264.721, 0), + (630, 12340, 12340, 'TerrorwebTunnel', 0, 2741.58, -2471.74, 75.78, 0), + (631, 12340, 12340, 'Thalanaar', 1, -4517.1, -780.415, -39.736, 0), + (632, 12340, 12340, 'thalassianpass', 530, 6116.45, -7001.25, 138.533, 0), + (633, 12340, 12340, 'ThandolSpan', 0, -2336.47, -2509.82, 86.2212, 0), + (634, 12340, 12340, 'theblacktemple', 530, -3604.62, 325.196, 38.7894, 0), + (635, 12340, 12340, 'theexodar', 530, -4014.31, -11896.7, -2.01595, 0), + (636, 12340, 12340, 'Thelsamar', 0, -5335.61, -2982.58, 333.669, 0), + (637, 12340, 12340, 'TheramoreIsle', 1, -3729.36, -4421.41, 31.4474, 0), + (638, 12340, 12340, 'TheramoreIsleLighthouse', 1, -3688.18, -4760.14, 1.90968, 0), + (639, 12340, 12340, 'thevectorcoil', 530, -1910.12, -10777.2, 96.6617, 0), + (640, 12340, 12340, 'thevice', 0, -10931.4, -2282.57, 117.132, 0), + (641, 12340, 12340, 'ThoradinsWall', 0, -839.599, -1590.32, 55.1962, 0), + (642, 12340, 12340, 'ThoriumPoint', 0, -6492.69, -1035.33, 347.993, 0), + (643, 12340, 12340, 'ThornFangHill', 530, -240.915, 5148.91, 84.3922, 0), + (644, 12340, 12340, 'ThousandNeedles', 1, -4932.53, -1596.05, 85.8157, 0), + (645, 12340, 12340, 'Thrallmar', 530, 50.5559, 2670.73, 79.4644, 0), + (646, 12340, 12340, 'ThreeCorners', 0, -3239.78, -2461.01, 16.6003, 0), + (647, 12340, 12340, 'ThreeFrozenAncients', 1, 6200, -1035, 388, 0), + (648, 12340, 12340, 'ThroneRoom', 0, 1628.3, 239.925, 65.5006, 0), + (649, 12340, 12340, 'ThunderAxeFortress', 1, -439.192, 1708.22, 126.856, 0), + (650, 12340, 12340, 'Thunderbluff', 1, -1285.42, 176.523, 130.994, 0), + (651, 12340, 12340, 'Thunderbrew', 0, -5601.46, -530.747, 396.483, 0), + (652, 12340, 12340, 'ThunderhornWaterWell', 1, -1829.21, -231.982, -8.42481, 0), + (653, 12340, 12340, 'ThunderlordStronghold', 530, 2348.34, 6042.66, 142.466, 0), + (654, 12340, 12340, 'ThunderRidge', 1, 925.127, -4038.29, -12.338, 0), + (655, 12340, 12340, 'TimbermawHold', 1, 6794.4, -2076.2, 625.165, 0), + (656, 12340, 12340, 'TimbermawPost', 1, 6485.09, -3158.42, 571.607, 0), + (657, 12340, 12340, 'TinkerTown', 0, -4830.77, -1271.9, 502.868, 0), + (658, 12340, 12340, 'TiragardeKeep', 1, -141.195, -4987.04, 22.7237, 0), + (659, 12340, 12340, 'TirisfalGlades', 0, 2019.35, 1904.36, 106.144, 0), + (660, 12340, 12340, 'TopOfTheDarkPortal', 530, -236.91, 963.275, 283.03, 0), + (661, 12340, 12340, 'ToshleysStation', 530, 1906.86, 5565.86, 263.32, 0), + (662, 12340, 12340, 'TowerOfAlgalor', 0, -9281.94, -3332.11, 116.566, 0), + (663, 12340, 12340, 'TowerOfAlthalaxx', 1, 7177.46, -761.607, 60.6101, 0), + (664, 12340, 12340, 'TowerOfAzora', 0, -9527.48, -686.064, 63.2502, 0), + (665, 12340, 12340, 'TowerPoint', 30, -695.936, -427.201, 88.9976, 0), + (666, 12340, 12340, 'TradesmensTerrace', 1, 9764.55, 2313.62, 1328.68, 0), + (667, 12340, 12340, 'TranquilGardenCemetery', 0, -10993.3, -1331.19, 53.7805, 0), + (668, 12340, 12340, 'Tranquillien', 530, 7557, -6889, 97, 0), + (669, 12340, 12340, 'Turrem', 530, -2159.33, 4216.82, 7.11131, 0), + (670, 12340, 12340, 'TwilightGrove', 0, -10385, -424.696, 64.534, 0), + (671, 12340, 12340, 'TwilightPortal', 530, 573, 8655, 20.3, 0), + (672, 12340, 12340, 'TwilightPost', 1, -6750.62, 1593.26, 7.71623, 0), + (673, 12340, 12340, 'TwilightRidge', 530, -1509.79, 9789.96, 200.032, 0), + (674, 12340, 12340, 'TwilightShore', 1, 4988.97, 547.002, 6.37929, 0), + (675, 12340, 12340, 'TwilightVale', 1, 4916.99, 328.43, 37.7678, 0), + (676, 12340, 12340, 'TwinSpireRuins', 530, 217.006, 7084.48, 36.2275, 0), + (677, 12340, 12340, 'TyrsHand', 0, 1683.56, -5329.52, 74.6664, 0), + (678, 12340, 12340, 'Uldaman', 70, -228.193, 46.1602, -45.0186, 0), + (679, 12340, 12340, 'Undercity', 0, 1831.26, 238.53, 61.52, 0), + (680, 12340, 12340, 'UndercityApothecarium', 0, 1410.31, 430.512, -79.3588, 0), + (681, 12340, 12340, 'UndercityCaves', 0, 1614.68, 643.289, 38.0547, 0), + (682, 12340, 12340, 'UndercityMagic', 0, 1786.82, 47.9279, -28.1457, 0), + (683, 12340, 12340, 'UndercityRogues', 0, 1466.11, 49.6445, -61.2932, 0), + (684, 12340, 12340, 'UndercityTrade', 0, 1586.48, 239.562, -51.149, 0), + (685, 12340, 12340, 'UndercityWar', 0, 1658.95, 303.76, -41.6923, 0), + (686, 12340, 12340, 'Undercroft', 0, 1718.68, -3281.46, 90.6587, 0), + (687, 12340, 12340, 'UnGoroCrater', 1, -7932.49, -2139.61, -229.728, 0), + (688, 12340, 12340, 'Ursolan', 1, 4219.37, -5609.95, 119.166, 0), + (689, 12340, 12340, 'UthersTomb', 0, 981.477, -1821.84, 81.4872, 0), + (690, 12340, 12340, 'ValgansField', 0, 964.877, 1238.75, 49.0979, 0), + (691, 12340, 12340, 'ValleyOfHeroes', 0, -8951.62, 524.373, 97.6275, 0), + (692, 12340, 12340, 'ValleyOfHonor', 1, 2002.99, -4698.97, 25.646, 0), + (693, 12340, 12340, 'ValleyOfKings', 0, -5840.93, -2577.82, 311.546, 0), + (694, 12340, 12340, 'ValleyofSpears', 1, -1270.57, 2849.63, 114.745, 0), + (695, 12340, 12340, 'ValleyOfSpirits', 1, 1551.21, -4180.58, 41.3741, 0), + (696, 12340, 12340, 'ValleyOfStrength', 1, 1719.05, -3948.28, 50.0563, 0), + (697, 12340, 12340, 'ValleyOfTheWatchers', 1, -9418.25, -2761.61, 20.9639, 0), + (698, 12340, 12340, 'ValleyOfTrials', 1, -598.204, -4330.15, 38.6841, 0), + (699, 12340, 12340, 'ValleyOfWisdom', 1, 1931.81, -4282.29, 30.0671, 0), + (700, 12340, 12340, 'ValorsRest', 1, -6379.74, -304.357, -0.86658, 0), + (701, 12340, 12340, 'vectorcoil', 530, -1910.12, -10777.2, 96.6617, 0), + (702, 12340, 12340, 'VeilVekh', 530, 1707.87, 4624.35, 145.297, 0), + (703, 12340, 12340, 'VentureCoBaseCamp', 0, -12026.1, -524.549, 11.8818, 0), + (704, 12340, 12340, 'VentureCoMine', 1, -1445.53, -1064.14, 144.596, 0), + (705, 12340, 12340, 'VerdantFields', 169, -2128.12, -1005.89, 133.213, 0), + (706, 12340, 12340, 'Vice', 0, -10889.8, -2291.2, 118.131, 0), + (707, 12340, 12340, 'ViceCorners', 0, -10853, -2087.44, 122.918, 0), + (708, 12340, 12340, 'VileReef', 0, -12133.7, 938.409, 3.74307, 0), + (709, 12340, 12340, 'Village', 0, 2016.11, -4486.36, 74.6226, 0), + (710, 12340, 12340, 'VortexPinnacle', 530, 2320.12, 7291.25, 366.475, 0), + (711, 12340, 12340, 'WailingCaverns', 1, -746.207, -2213.18, 15.8909, 0), + (712, 12340, 12340, 'WallingCavernsEntrance', 43, -164.996, 135.503, -72.2155, 0), + (713, 12340, 12340, 'WardensCage', 530, -3755.01, 1073.32, 71.5691, 0), + (714, 12340, 12340, 'WarmaulHill', 530, -755.055, 8815.91, 183.978, 0), + (715, 12340, 12340, 'WarQuarters', 0, 1775.76, 418.224, -57.0309, 0), + (716, 12340, 12340, 'WarriorsTerrace', 1, 9951.55, 2279.6, 1342.39, 0), + (717, 12340, 12340, 'WarsongLumberCamp', 1, 2690.32, -3452.45, 114.582, 0), + (718, 12340, 12340, 'WarsonGulch', 48, -152.984, 106.33, -39.0953, 0), + (719, 12340, 12340, 'WeaselsCrater', 1, -5878.11, -3864.68, -60.0863, 0), + (720, 12340, 12340, 'WebwinderPath', 1, 591.836, 327.223, 47.658, 0), + (721, 12340, 12340, 'WellspringLake', 1, 10376.8, 1625.69, 1289.91, 0), + (722, 12340, 12340, 'WestbrookGarrison', 0, -9646.46, 679.589, 38.4136, 0), + (723, 12340, 12340, 'WesternStrand', 0, -1019.67, -359.442, 6.13463, 0), + (724, 12340, 12340, 'Westfall', 0, -10645.9, 1179.06, 49.1781, 0), + (725, 12340, 12340, 'WestfallLighthouse', 0, -11399.2, 1947.85, 11.1451, 0), + (726, 12340, 12340, 'Wetlands', 0, -4086.36, -2610.95, 47.0143, 0), + (727, 12340, 12340, 'WhelgarsExcavationSite', 0, -3522.96, -1848.58, 26.1502, 0), + (728, 12340, 12340, 'WhisperingGardens', 0, 2795.02, -753.797, 139.036, 0), + (729, 12340, 12340, 'WhisperingShore', 0, 2538.92, 1407.01, 6.69061, 0), + (730, 12340, 12340, 'wildhammer', 530, -4003.83, 2171.21, 104.563, 0), + (731, 12340, 12340, 'WildhammerKeep', 0, 357.22, -2106.09, 122.839, 0), + (732, 12340, 12340, 'wildhammerstronghold', 530, -4003.83, 2171.21, 104.563, 0), + (733, 12340, 12340, 'WildmaneWaterWell', 1, -758.744, -149.474, -26.712, 0), + (734, 12340, 12340, 'WildpawRidge', 30, -419.025, -532.699, 85.0135, 0), + (735, 12340, 12340, 'WildShore', 0, -14692.4, 506.162, 2.78241, 0), + (736, 12340, 12340, 'WindshearCrag', 1, 1160.25, 51.3229, 2.072, 0), + (737, 12340, 12340, 'WinteraxHold', 30, -149.652, 26.6353, 78.0384, 0), + (738, 12340, 12340, 'WinterSpring', 1, 6107.62, -4181.6, 853.322, 0), + (739, 12340, 12340, 'WitherbarkVillage', 0, -1763.41, -3371.67, 41.609, 0), + (740, 12340, 12340, 'WorldTree', 1, 5622.56, -3378.82, 1585.45, 0), + (741, 12340, 12340, 'WrithingHaunt', 0, 1487.77, -1884.87, 60.2039, 0), + (742, 12340, 12340, 'Wyrmbog', 1, -4682.97, -3607.63, 59.45, 0), + (743, 12340, 12340, 'wyrmscarisland', 530, -1321.61, -12282.6, 14.6898, 0), + (744, 12340, 12340, 'Xavian', 1, 2926.99, -2817.98, 212.872, 0), + (745, 12340, 12340, 'YorgenFarmstead', 0, -11105.4, -500.791, 33.8518, 0), + (746, 12340, 12340, 'Zabrajin', 530, 267.331, 7854.57, 24.8333, 0), + (747, 12340, 12340, 'Zangramarsh', 530, 30.4181, 6983.48, 149.681, 0), + (748, 12340, 12340, 'ZiataJaiRuins', 0, -12697.1, -462.157, 30.9788, 0), + (749, 12340, 12340, 'Ziggaraut', 0, 2433.31, -3782.06, 186.472, 0), + (750, 12340, 12340, 'ZoramsStand', 1, 3652.24, 928.308, 8.01517, 0), + (751, 12340, 12340, 'ZulAman', 530, 6850, -7950, 170, 0), + (752, 12340, 12340, 'ZulFarrak', 209, 1221.82, 840.746, 9.97647, 0), + (753, 12340, 12340, 'ZulGurub', 309, -11942.6, -1544.28, 40.5945, 0), + (754, 12340, 12340, 'ZulGurubVillage', 0, -12332.5, -1859.81, 131.321, 0), + (755, 12340, 12340, 'ZulMashar', 0, 3386.86, -4931.45, 162.093, 0), + (756, 12340, 12340, 'ZunWatha', 0, -35.7245, -2479.51, 121.423, 0), + (757, 12340, 12340, 'ZuuldaiaRuins', 0, -11683.1, 925.209, 4.64735, 0), + (758, 12340, 12340, 'Dalaran', 571, 5797.79, 629.402, 647.406, 0), + (759, 12340, 12340, 'ebonhold', 609, 2355.24, -5664.45, 426.028, 0), + (760, 12340, 12340, 'utgardekeep', 574, 155.937, -90.1936, 12.5517, 0), + (761, 12340, 12340, 'howlingfjord', 571, 1267.69, -4062.03, 143.187, 0), + (762, 12340, 12340, 'dragonblight', 571, 4155.35, 344.484, 64.7376, 0), + (763, 12340, 12340, 'boreantundra', 571, 3008.48, 5290.83, 59.7553, 0), + (764, 12340, 12340, 'TheNexus', 571, 3900.38, 6985.55, 69.4885, 0), + (765, 12340, 12340, 'theoculus', 571, 3881.3, 7004.83, 104.459, 0), + (766, 12340, 12340, 'ValianceKeep', 571, 2281.35, 5249.4, 11.176, 0), + (767, 12340, 12340, 'hallsoflightning', 571, 9190.16, -1387.28, 1110.22, 0), + (768, 12340, 12340, 'hallsofstone', 571, 8921.78, -968.113, 1039.18, 0), + (769, 12340, 12340, 'stormpeaks', 571, 7514.56, -1037.38, 466.844, 0), + (770, 12340, 12340, 'zuldrak', 571, 5520.02, -3602.05, 362.706, 0), + (771, 12340, 12340, 'grizzlyhills', 571, 4027.19, -3771.74, 476.593, 0), + (772, 12340, 12340, 'draktharonkeep', 571, 4774.01, -2050.26, 229.978, 0), + (773, 12340, 12340, 'azjolnerub', 571, 3714.09, 2148.78, 52.6704, 0), + (774, 12340, 12340, 'crystalsong', 571, 5578.79, -37.3206, 150.171, 0), + (775, 12340, 12340, 'Icecrown', 571, 7105.61, 2091.7, 622.529, 0), + (776, 12340, 12340, 'scholazarbasin', 571, 5574.91, 4754.57, -121.906, 0), + (777, 12340, 12340, 'gundrak', 571, 6898.99, -4585.53, 450.988, 0), + (778, 12340, 12340, 'violethold', 571, 5689.76, 498.691, 652.715, 0), + (779, 12340, 12340, 'TheEventide', 571, 5713.45, 638.258, 646.231, 0), + (780, 12340, 12340, 'silverenclave', 571, 5723.93, 741.32, 641.769, 0), + (781, 12340, 12340, 'violetcitadel', 571, 5793.73, 769.445, 661.306, 0), + (782, 12340, 12340, 'maguscommerceexchange', 571, 5858.21, 699.583, 643.34, 0), + (783, 12340, 12340, 'antonidasmemorial', 571, 5942.05, 660.579, 642.218, 0), + (784, 12340, 12340, 'SunreaversSanctuary', 571, 5912.75, 567.78, 639.605, 0), + (785, 12340, 12340, 'KrasusLanding', 571, 5821.51, 540.161, 651.131, 0), + (786, 12340, 12340, 'runeweaversquare', 571, 5798.64, 632.154, 647.434, 0), + (787, 12340, 12340, 'TheObsidianSanctum', 571, 3454.33, 262.266, -113.289, 0), + (788, 12340, 12340, 'ObsidianSanctum', 571, 3454.33, 262.266, -113.289, 0), + (789, 12340, 12340, 'Ahnkahet', 619, 341.458, -1103.98, 62.0352, 0), + (790, 12340, 12340, 'TheOldKingdom', 619, 341.458, -1103.98, 62.0352, 0), + (791, 12340, 12340, 'OldKingdom', 619, 341.458, -1103.98, 62.0352, 0), + (792, 12340, 12340, 'VaultofArchavon', 571, 5485.34, 2840.31, 419.966, 0), + (793, 12340, 12340, 'wintergrasp', 571, 4611.73, 2848.31, 396.897, 0), + (794, 12340, 12340, 'Ulduar', 571, 9012.47, -1110.25, 1165.28, 0.022), + (795, 12340, 12340, 'K3', 571, 6122.07, -1060, 402.62, 4.776), + (796, 12340, 12340, 'TempleCityofEn\'kilah', 571, 3709.54, 3714.82, 47.3957, 5.87164), + (797, 12340, 12340, 'fakestormwind', 723, -8966.5, 512.701, 96.3532, 1.09721), + (798, 12340, 12340, 'IcecrownCitadel', 571, 5879.15, 2113.5, 636.04, 3.63919), + (799, 12340, 12340, 'WyrmrestTemple', 571, 3556, 273.946, -115.965, 3.14713), + (800, 12340, 12340, 'RubySanctum', 571, 3600.29, 198.112, -113.746, 5.28692), + (803, 15005, 15595, 'DarkmoonFaire', 974, -4202.26, 6346.8, 9.7129, 3.25583), + (804, 13202, 15595, 'RuinsOfGilneas', 0, -1496.84, 1617.89, 20.4854, 0.817762), + (805, 13164, 15595, 'GilneasCity', 0, -1703.84, 1419.06, 21.6703, 0.719589), + (806, 13164, 15595, 'TheForsakenFront', 0, -198.45, 1273.47, 40.4208, 2.0155), + (807, 13202, 15595, 'BaradinHold', 732, -1208.18, 980.94, 119.728, 3.21604), + (808, 13202, 15595, 'TolBaradPeninsula', 732, -281.595, 1362.91, 22.7936, 1.84159), + (809, 13202, 15595, 'TwilightHighlands', 0, -3493.13, -4912.95, 77.1887, 0.522433), + (810, 13202, 15595, 'MountHyjal', 1, 5075.76, -3201.27, 1889.44, 1.41445); /*!40000 ALTER TABLE `recall` ENABLE KEYS */; /*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */; diff --git a/Full_DB/world_db_version.sql b/Full_DB/world_db_version.sql index 735ac23..390bc43 100644 --- a/Full_DB/world_db_version.sql +++ b/Full_DB/world_db_version.sql @@ -8,7 +8,7 @@ CREATE TABLE IF NOT EXISTS `world_db_version` ( `id` smallint(6) NOT NULL AUTO_INCREMENT, `LastUpdate` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=latin1; +) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=latin1; DELETE FROM `world_db_version`; /*!40000 ALTER TABLE `world_db_version` DISABLE KEYS */; @@ -32,7 +32,8 @@ INSERT INTO `world_db_version` (`id`, `LastUpdate`) VALUES (17, '1.3.34_playercreateinfo_introid'), (18, '1.3.35_playercreateinfo_faction'), (19, '1.3.36_playercreateinfo_displayid'), - (20, '1.3.37_worgen_goblin_language'); + (20, '1.3.37_worgen_goblin_language'), + (21, '1.3.38_recall'); /*!40000 ALTER TABLE `world_db_version` ENABLE KEYS */; /*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */; diff --git a/Updates/1.3.38_recall.sql b/Updates/1.3.38_recall.sql new file mode 100644 index 0000000..e7ebbca --- /dev/null +++ b/Updates/1.3.38_recall.sql @@ -0,0 +1,22 @@ +/* +Add min/max_build to table recall +*/ + +ALTER TABLE `recall` +ADD COLUMN `min_build` INT(6) NOT NULL DEFAULT 12340 AFTER `id`, +ADD COLUMN `max_build` INT(6) NOT NULL DEFAULT 12340 AFTER `min_build`, +DROP PRIMARY KEY, +ADD PRIMARY KEY (`id`,`min_build`), +ADD UNIQUE KEY `unique_index` (`id`,`min_build`) USING BTREE; + +REPLACE INTO `recall` VALUES + (803, 15005, 15595, 'DarkmoonFaire', 974, -4202.26, 6346.8, 9.7129, 3.25583), + (804, 13202, 15595, 'RuinsOfGilneas', 0, -1496.84, 1617.89, 20.4854, 0.817762), + (805, 13164, 15595, 'GilneasCity', 0, -1703.84, 1419.06, 21.6703, 0.719589), + (806, 13164, 15595, 'TheForsakenFront', 0, -198.45, 1273.47, 40.4208, 2.0155), + (807, 13202, 15595, 'BaradinHold', 732, -1208.18, 980.94, 119.728, 3.21604), + (808, 13202, 15595, 'TolBaradPeninsula', 732, -281.595, 1362.91, 22.7936, 1.84159), + (809, 13202, 15595, 'TwilightHighlands', 0, -3493.13, -4912.95, 77.1887, 0.522433), + (810, 13202, 15595, 'MountHyjal', 1, 5075.76, -3201.27, 1889.44, 1.41445); + +INSERT INTO `world_db_version` VALUES ('21', '1.3.38_recall'); diff --git a/WIP/DarkmoonFaire/0_misc_changes_to_old_data.sql b/WIP/DarkmoonFaire/0_misc_changes_to_old_data.sql index 50e2c42..7a35d73 100644 --- a/WIP/DarkmoonFaire/0_misc_changes_to_old_data.sql +++ b/WIP/DarkmoonFaire/0_misc_changes_to_old_data.sql @@ -1,9 +1,7 @@ -- -- Revamp with 4.3.0 -- -INSERT INTO `recall` VALUES (803, 'DarkmoonFaire', 974, -4202.26, 6346.8, 9.7129, 3.25583); - -INSERT INTO `worldmap_info` VALUES (974, 13202, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'Darkmoon Faire', 0, 0, 0, 0, 0, 0, 0, 0, 80, 0); +REPLACE INTO `recall` VALUES (803, 'DarkmoonFaire', 974, -4202.26, 6346.8, 9.7129, 3.25583); -- -- Darkmoon Faire introduced in 1.6.0 and revamped in 4.3.0 (spawns are valid for 4.2.2 build: 14545)