29607 lines
1.4 MiB
29607 lines
1.4 MiB
-- --------------------------------------------------------
|
|
-- Host: 127.0.0.1
|
|
-- Server version: 8.0.29 - MySQL Community Server - GPL
|
|
-- Server OS: Win64
|
|
-- HeidiSQL Version: 12.0.0.6468
|
|
-- --------------------------------------------------------
|
|
|
|
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
|
/*!40101 SET NAMES utf8 */;
|
|
/*!50503 SET NAMES utf8mb4 */;
|
|
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
|
|
/*!40103 SET TIME_ZONE='+00:00' */;
|
|
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
|
|
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
|
|
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
|
|
|
|
-- Dumping structure for table acore_world.pool_gameobject
|
|
DROP TABLE IF EXISTS `pool_gameobject`;
|
|
CREATE TABLE IF NOT EXISTS `pool_gameobject` (
|
|
`guid` int unsigned NOT NULL DEFAULT '0',
|
|
`pool_entry` int unsigned NOT NULL DEFAULT '0',
|
|
`chance` float NOT NULL DEFAULT '0',
|
|
`description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
|
|
PRIMARY KEY (`guid`),
|
|
KEY `idx_guid` (`guid`),
|
|
CONSTRAINT `pool_gameobject_chk_1` CHECK ((`chance` >= 0))
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
|
|
|
-- Dumping data for table acore_world.pool_gameobject: ~29,253 rows (approximately)
|
|
DELETE FROM `pool_gameobject`;
|
|
INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES
|
|
(21, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(96, 1, 0, ''),
|
|
(258, 11688, 80, 'Spawn Point 8 - Small Thorium Vein'),
|
|
(329, 355, 0, 'Inconspicuous Landmark'),
|
|
(373, 11684, 80, 'Spawn Point 4 - Small Thorium Vein'),
|
|
(456, 951, 0, 'Silverleaf zone 40, node 1'),
|
|
(458, 961, 0, 'Silverleaf zone 148, node 1'),
|
|
(459, 961, 0, 'Silverleaf zone 148, node 2'),
|
|
(460, 961, 0, 'Silverleaf zone 148, node 3'),
|
|
(462, 801, 0, 'Silverleaf,Zone 17,Area 17,node 1'),
|
|
(469, 951, 0, 'Silverleaf zone 40, node 2'),
|
|
(470, 961, 0, 'Silverleaf zone 148, node 4'),
|
|
(471, 961, 0, 'Silverleaf zone 148, node 5'),
|
|
(472, 951, 0, 'Silverleaf zone 40, node 3'),
|
|
(473, 801, 0, 'Silverleaf,Zone 17,Area 17,node 2'),
|
|
(476, 961, 0, 'Silverleaf zone 148, node 6'),
|
|
(478, 961, 0, 'Silverleaf zone 148, node 7'),
|
|
(479, 5, 20, ''),
|
|
(482, 800, 0, 'Silverleaf,Zone 17,Area 1704,node 3'),
|
|
(484, 809, 0, 'Silverleaf,Zone 17,Area 1156,node 4'),
|
|
(485, 5, 0, ''),
|
|
(488, 802, 0, 'Silverleaf,Zone 17,Area 383,node 5'),
|
|
(489, 802, 0, 'Silverleaf,Zone 17,Area 383,node 6'),
|
|
(490, 961, 0, 'Silverleaf zone 148, node 8'),
|
|
(491, 956, 0, 'Silverleaf zone 130, node 1'),
|
|
(493, 961, 0, 'Silverleaf zone 148, node 9'),
|
|
(494, 961, 0, 'Silverleaf zone 148, node 10'),
|
|
(495, 961, 0, 'Silverleaf zone 148, node 11'),
|
|
(496, 961, 0, 'Silverleaf zone 148, node 12'),
|
|
(497, 961, 0, 'Silverleaf zone 148, node 13'),
|
|
(498, 961, 0, 'Silverleaf zone 148, node 14'),
|
|
(501, 961, 0, 'Silverleaf zone 148, node 15'),
|
|
(502, 9, 0, ''),
|
|
(507, 801, 0, 'Silverleaf,Zone 17,Area 17,node 7'),
|
|
(515, 956, 0, 'Silverleaf zone 130, node 2'),
|
|
(520, 801, 0, 'Silverleaf,Zone 17,Area 17,node 8'),
|
|
(522, 961, 0, 'Silverleaf zone 148, node 16'),
|
|
(529, 956, 0, 'Silverleaf zone 130, node 3'),
|
|
(532, 801, 0, 'Silverleaf,Zone 17,Area 17,node 9'),
|
|
(533, 801, 0, 'Silverleaf,Zone 17,Area 17,node 10'),
|
|
(534, 961, 0, 'Silverleaf zone 148, node 17'),
|
|
(536, 12, 20, ''),
|
|
(537, 952, 0, 'Silverleaf zone 38, node 1'),
|
|
(538, 952, 0, 'Silverleaf zone 38, node 2'),
|
|
(539, 952, 0, 'Silverleaf zone 38, node 3'),
|
|
(541, 956, 0, 'Silverleaf zone 130, node 4'),
|
|
(542, 801, 0, 'Silverleaf,Zone 17,Area 17,node 11'),
|
|
(543, 13, 0, ''),
|
|
(546, 952, 0, 'Silverleaf zone 38, node 4'),
|
|
(549, 961, 0, 'Silverleaf zone 148, node 18'),
|
|
(550, 961, 0, 'Silverleaf zone 148, node 19'),
|
|
(551, 961, 0, 'Silverleaf zone 148, node 20'),
|
|
(552, 961, 0, 'Silverleaf zone 148, node 21'),
|
|
(553, 14, 0, ''),
|
|
(554, 14, 20, ''),
|
|
(555, 961, 0, 'Silverleaf zone 148, node 22'),
|
|
(557, 956, 0, 'Silverleaf zone 130, node 5'),
|
|
(559, 15, 20, ''),
|
|
(562, 801, 0, 'Silverleaf,Zone 17,Area 17,node 12'),
|
|
(566, 961, 0, 'Silverleaf zone 148, node 23'),
|
|
(572, 956, 0, 'Silverleaf zone 130, node 6'),
|
|
(577, 961, 0, 'Silverleaf zone 148, node 24'),
|
|
(578, 952, 0, 'Silverleaf zone 38, node 5'),
|
|
(579, 952, 0, 'Silverleaf zone 38, node 6'),
|
|
(581, 16, 0, ''),
|
|
(582, 951, 0, 'Silverleaf zone 40, node 4'),
|
|
(585, 801, 0, 'Silverleaf,Zone 17,Area 17,node 13'),
|
|
(587, 956, 0, 'Silverleaf zone 130, node 7'),
|
|
(588, 951, 0, 'Silverleaf zone 40, node 5'),
|
|
(589, 801, 0, 'Silverleaf,Zone 17,Area 17,node 14'),
|
|
(593, 801, 0, 'Silverleaf,Zone 17,Area 17,node 15'),
|
|
(597, 952, 0, 'Silverleaf zone 38, node 7'),
|
|
(604, 804, 0, 'Silverleaf,Zone 17,Area 386,node 16'),
|
|
(605, 804, 0, 'Silverleaf,Zone 17,Area 386,node 17'),
|
|
(606, 801, 0, 'Silverleaf,Zone 17,Area 17,node 18'),
|
|
(607, 952, 0, 'Silverleaf zone 38, node 8'),
|
|
(608, 952, 0, 'Silverleaf zone 38, node 9'),
|
|
(618, 16, 20, ''),
|
|
(620, 811, 0, 'Silverleaf,Zone 17,Area 1699,node 19'),
|
|
(622, 17, 0, ''),
|
|
(624, 18, 20, ''),
|
|
(630, 805, 0, 'Silverleaf,Zone 17,Area 387,node 20'),
|
|
(632, 801, 0, 'Silverleaf,Zone 17,Area 17,node 21'),
|
|
(634, 961, 0, 'Silverleaf zone 148, node 25'),
|
|
(639, 18, 0, ''),
|
|
(642, 961, 0, 'Silverleaf zone 148, node 26'),
|
|
(645, 961, 0, 'Silverleaf zone 148, node 27'),
|
|
(648, 951, 0, 'Silverleaf zone 40, node 6'),
|
|
(649, 24, 0, ''),
|
|
(650, 805, 0, 'Silverleaf,Zone 17,Area 387,node 22'),
|
|
(651, 952, 0, 'Silverleaf zone 38, node 10'),
|
|
(652, 952, 0, 'Silverleaf zone 38, node 11'),
|
|
(653, 952, 0, 'Silverleaf zone 38, node 12'),
|
|
(654, 952, 0, 'Silverleaf zone 38, node 13'),
|
|
(655, 952, 0, 'Silverleaf zone 38, node 14'),
|
|
(656, 952, 0, 'Silverleaf zone 38, node 15'),
|
|
(657, 952, 0, 'Silverleaf zone 38, node 16'),
|
|
(659, 801, 0, 'Silverleaf,Zone 17,Area 17,node 23'),
|
|
(663, 951, 0, 'Silverleaf zone 40, node 7'),
|
|
(667, 961, 0, 'Silverleaf zone 148, node 28'),
|
|
(671, 801, 0, 'Silverleaf,Zone 17,Area 17,node 24'),
|
|
(676, 24, 20, ''),
|
|
(679, 956, 0, 'Silverleaf zone 130, node 8'),
|
|
(681, 811, 0, 'Silverleaf,Zone 17,Area 1699,node 25'),
|
|
(689, 802, 0, 'Silverleaf,Zone 17,Area 383,node 26'),
|
|
(690, 961, 0, 'Silverleaf zone 148, node 29'),
|
|
(691, 961, 0, 'Silverleaf zone 148, node 30'),
|
|
(692, 961, 0, 'Silverleaf zone 148, node 31'),
|
|
(696, 801, 0, 'Silverleaf,Zone 17,Area 17,node 27'),
|
|
(698, 27, 0, ''),
|
|
(700, 805, 0, 'Silverleaf,Zone 17,Area 387,node 28'),
|
|
(703, 952, 0, 'Silverleaf zone 38, node 17'),
|
|
(705, 806, 0, 'Silverleaf,Zone 17,Area 388,node 29'),
|
|
(706, 27, 20, ''),
|
|
(708, 28, 0, ''),
|
|
(709, 952, 0, 'Silverleaf zone 38, node 18'),
|
|
(710, 952, 0, 'Silverleaf zone 38, node 19'),
|
|
(711, 951, 0, 'Silverleaf zone 40, node 8'),
|
|
(712, 952, 0, 'Silverleaf zone 38, node 20'),
|
|
(713, 28, 20, ''),
|
|
(722, 29, 20, ''),
|
|
(723, 809, 0, 'Silverleaf,Zone 17,Area 1156,node 30'),
|
|
(724, 30, 20, ''),
|
|
(725, 31, 20, ''),
|
|
(726, 33, 20, ''),
|
|
(729, 809, 0, 'Silverleaf,Zone 17,Area 1156,node 31'),
|
|
(730, 809, 0, 'Silverleaf,Zone 17,Area 1156,node 32'),
|
|
(731, 800, 0, 'Silverleaf,Zone 17,Area 1704,node 33'),
|
|
(732, 33, 0, ''),
|
|
(733, 34, 0, ''),
|
|
(738, 34, 20, ''),
|
|
(739, 961, 0, 'Silverleaf zone 148, node 32'),
|
|
(751, 35, 0, ''),
|
|
(767, 35, 20, ''),
|
|
(769, 961, 0, 'Silverleaf zone 148, node 33'),
|
|
(770, 952, 0, 'Silverleaf zone 38, node 21'),
|
|
(771, 952, 0, 'Silverleaf zone 38, node 22'),
|
|
(772, 961, 0, 'Silverleaf zone 148, node 34'),
|
|
(775, 801, 0, 'Silverleaf,Zone 17,Area 17,node 34'),
|
|
(776, 36, 0, ''),
|
|
(782, 801, 0, 'Silverleaf,Zone 17,Area 17,node 35'),
|
|
(785, 805, 0, 'Silverleaf,Zone 17,Area 387,node 36'),
|
|
(795, 801, 0, 'Silverleaf,Zone 17,Area 17,node 37'),
|
|
(806, 956, 0, 'Silverleaf zone 130, node 9'),
|
|
(807, 36, 20, ''),
|
|
(808, 41, 20, ''),
|
|
(810, 952, 0, 'Silverleaf zone 38, node 23'),
|
|
(811, 42, 20, ''),
|
|
(812, 801, 0, 'Silverleaf,Zone 17,Area 17,node 38'),
|
|
(822, 43, 0, ''),
|
|
(823, 43, 20, ''),
|
|
(824, 801, 0, 'Silverleaf,Zone 17,Area 17,node 39'),
|
|
(840, 51, 0, ''),
|
|
(841, 51, 20, ''),
|
|
(845, 956, 0, 'Silverleaf zone 130, node 10'),
|
|
(846, 52, 0, ''),
|
|
(847, 800, 0, 'Silverleaf,Zone 17,Area 1704,node 40'),
|
|
(852, 805, 0, 'Silverleaf,Zone 17,Area 387,node 41'),
|
|
(854, 52, 20, ''),
|
|
(855, 961, 0, 'Silverleaf zone 148, node 35'),
|
|
(857, 952, 0, 'Silverleaf zone 38, node 24'),
|
|
(858, 952, 0, 'Silverleaf zone 38, node 25'),
|
|
(861, 53, 0, ''),
|
|
(865, 53, 20, ''),
|
|
(872, 54, 20, ''),
|
|
(873, 54, 0, ''),
|
|
(874, 55, 20, ''),
|
|
(875, 55, 0, ''),
|
|
(876, 961, 0, 'Silverleaf zone 148, node 36'),
|
|
(878, 811, 0, 'Silverleaf,Zone 17,Area 1699,node 42'),
|
|
(879, 801, 0, 'Silverleaf,Zone 17,Area 17,node 43'),
|
|
(881, 952, 0, 'Silverleaf zone 38, node 26'),
|
|
(882, 952, 0, 'Silverleaf zone 38, node 27'),
|
|
(884, 952, 0, 'Silverleaf zone 38, node 28'),
|
|
(885, 952, 0, 'Silverleaf zone 38, node 29'),
|
|
(886, 952, 0, 'Silverleaf zone 38, node 30'),
|
|
(887, 952, 0, 'Silverleaf zone 38, node 31'),
|
|
(888, 952, 0, 'Silverleaf zone 38, node 32'),
|
|
(889, 952, 0, 'Silverleaf zone 38, node 33'),
|
|
(890, 952, 0, 'Silverleaf zone 38, node 34'),
|
|
(891, 952, 0, 'Silverleaf zone 38, node 35'),
|
|
(892, 800, 0, 'Silverleaf,Zone 17,Area 2757,node 44'),
|
|
(893, 952, 0, 'Silverleaf zone 38, node 36'),
|
|
(894, 56, 20, ''),
|
|
(897, 56, 0, ''),
|
|
(898, 64, 0, ''),
|
|
(899, 65, 20, ''),
|
|
(900, 956, 0, 'Silverleaf zone 130, node 11'),
|
|
(902, 952, 0, 'Silverleaf zone 38, node 37'),
|
|
(903, 952, 0, 'Silverleaf zone 38, node 38'),
|
|
(904, 805, 0, 'Silverleaf,Zone 17,Area 387,node 45'),
|
|
(905, 805, 0, 'Silverleaf,Zone 17,Area 387,node 46'),
|
|
(906, 805, 0, 'Silverleaf,Zone 17,Area 387,node 47'),
|
|
(907, 805, 0, 'Silverleaf,Zone 17,Area 387,node 48'),
|
|
(908, 805, 0, 'Silverleaf,Zone 17,Area 387,node 49'),
|
|
(909, 805, 0, 'Silverleaf,Zone 17,Area 387,node 50'),
|
|
(910, 805, 0, 'Silverleaf,Zone 17,Area 387,node 51'),
|
|
(913, 802, 0, 'Silverleaf,Zone 17,Area 383,node 52'),
|
|
(915, 65, 0, ''),
|
|
(916, 71, 0, ''),
|
|
(918, 802, 0, 'Silverleaf,Zone 17,Area 383,node 53'),
|
|
(919, 73, 0, ''),
|
|
(927, 801, 0, 'Silverleaf,Zone 17,Area 17,node 54'),
|
|
(928, 805, 0, 'Silverleaf,Zone 17,Area 387,node 55'),
|
|
(935, 811, 0, 'Silverleaf,Zone 17,Area 1699,node 56'),
|
|
(936, 74, 0, ''),
|
|
(940, 961, 0, 'Silverleaf zone 148, node 37'),
|
|
(941, 961, 0, 'Silverleaf zone 148, node 38'),
|
|
(945, 801, 0, 'Silverleaf,Zone 17,Area 17,node 57'),
|
|
(946, 801, 0, 'Silverleaf,Zone 17,Area 17,node 58'),
|
|
(947, 801, 0, 'Silverleaf,Zone 17,Area 17,node 59'),
|
|
(950, 800, 0, 'Silverleaf,Zone 17,Area 2757,node 60'),
|
|
(952, 75, 0, ''),
|
|
(954, 961, 0, 'Silverleaf zone 148, node 39'),
|
|
(955, 961, 0, 'Silverleaf zone 148, node 40'),
|
|
(956, 961, 0, 'Silverleaf zone 148, node 41'),
|
|
(957, 961, 0, 'Silverleaf zone 148, node 42'),
|
|
(958, 961, 0, 'Silverleaf zone 148, node 43'),
|
|
(959, 961, 0, 'Silverleaf zone 148, node 44'),
|
|
(961, 82, 20, ''),
|
|
(964, 83, 20, ''),
|
|
(965, 85, 0, ''),
|
|
(971, 951, 0, 'Silverleaf zone 40, node 9'),
|
|
(972, 952, 0, 'Silverleaf zone 38, node 39'),
|
|
(973, 85, 0, ''),
|
|
(977, 86, 20, ''),
|
|
(983, 805, 0, 'Silverleaf,Zone 17,Area 387,node 61'),
|
|
(985, 86, 0, ''),
|
|
(986, 87, 20, ''),
|
|
(988, 87, 0, ''),
|
|
(989, 88, 0, ''),
|
|
(993, 956, 0, 'Silverleaf zone 130, node 12'),
|
|
(994, 805, 0, 'Silverleaf,Zone 17,Area 387,node 62'),
|
|
(998, 805, 0, 'Silverleaf,Zone 17,Area 387,node 63'),
|
|
(1000, 952, 0, 'Silverleaf zone 38, node 40'),
|
|
(1001, 961, 0, 'Silverleaf zone 148, node 45'),
|
|
(1002, 805, 0, 'Silverleaf,Zone 17,Area 387,node 64'),
|
|
(1004, 805, 0, 'Silverleaf,Zone 17,Area 387,node 65'),
|
|
(1011, 801, 0, 'Silverleaf,Zone 17,Area 17,node 66'),
|
|
(1012, 88, 20, ''),
|
|
(1013, 805, 0, 'Silverleaf,Zone 17,Area 387,node 67'),
|
|
(1024, 961, 0, 'Silverleaf zone 148, node 46'),
|
|
(1025, 956, 0, 'Silverleaf zone 130, node 13'),
|
|
(1026, 811, 0, 'Silverleaf,Zone 17,Area 1699,node 68'),
|
|
(1028, 956, 0, 'Silverleaf zone 130, node 14'),
|
|
(1034, 801, 0, 'Silverleaf,Zone 17,Area 17,node 69'),
|
|
(1035, 956, 0, 'Silverleaf zone 130, node 15'),
|
|
(1039, 805, 0, 'Silverleaf,Zone 17,Area 387,node 70'),
|
|
(1040, 801, 0, 'Silverleaf,Zone 17,Area 17,node 71'),
|
|
(1042, 956, 0, 'Silverleaf zone 130, node 16'),
|
|
(1047, 961, 0, 'Silverleaf zone 148, node 47'),
|
|
(1048, 91, 0, ''),
|
|
(1050, 956, 0, 'Silverleaf zone 130, node 17'),
|
|
(1051, 805, 0, 'Silverleaf,Zone 17,Area 387,node 72'),
|
|
(1052, 952, 0, 'Silverleaf zone 38, node 41'),
|
|
(1053, 952, 0, 'Silverleaf zone 38, node 42'),
|
|
(1054, 952, 0, 'Silverleaf zone 38, node 43'),
|
|
(1055, 952, 0, 'Silverleaf zone 38, node 44'),
|
|
(1063, 952, 0, 'Silverleaf zone 38, node 45'),
|
|
(1064, 952, 0, 'Silverleaf zone 38, node 46'),
|
|
(1065, 952, 0, 'Silverleaf zone 38, node 47'),
|
|
(1066, 952, 0, 'Silverleaf zone 38, node 48'),
|
|
(1078, 806, 0, 'Silverleaf,Zone 17,Area 388,node 73'),
|
|
(1082, 801, 0, 'Silverleaf,Zone 17,Area 17,node 74'),
|
|
(1085, 802, 0, 'Silverleaf,Zone 17,Area 383,node 75'),
|
|
(1086, 802, 0, 'Silverleaf,Zone 17,Area 383,node 76'),
|
|
(1087, 802, 0, 'Silverleaf,Zone 17,Area 383,node 77'),
|
|
(1089, 802, 0, 'Silverleaf,Zone 17,Area 383,node 78'),
|
|
(1093, 952, 0, 'Silverleaf zone 38, node 49'),
|
|
(1095, 952, 0, 'Silverleaf zone 38, node 50'),
|
|
(1097, 956, 0, 'Silverleaf zone 130, node 18'),
|
|
(1099, 961, 0, 'Silverleaf zone 148, node 48'),
|
|
(1100, 805, 0, 'Silverleaf,Zone 17,Area 387,node 79'),
|
|
(1106, 801, 0, 'Silverleaf,Zone 17,Area 17,node 80'),
|
|
(1107, 805, 0, 'Silverleaf,Zone 17,Area 387,node 81'),
|
|
(1124, 92, 20, ''),
|
|
(1128, 956, 0, 'Silverleaf zone 130, node 19'),
|
|
(1130, 806, 0, 'Silverleaf,Zone 17,Area 388,node 82'),
|
|
(1131, 801, 0, 'Silverleaf,Zone 17,Area 17,node 83'),
|
|
(1132, 956, 0, 'Silverleaf zone 130, node 20'),
|
|
(1133, 961, 0, 'Silverleaf zone 148, node 49'),
|
|
(1134, 956, 0, 'Silverleaf zone 130, node 21'),
|
|
(1138, 800, 0, 'Silverleaf,Zone 17,Area 2757,node 84'),
|
|
(1139, 961, 0, 'Silverleaf zone 148, node 50'),
|
|
(1143, 951, 0, 'Silverleaf zone 40, node 10'),
|
|
(1146, 805, 0, 'Silverleaf,Zone 17,Area 387,node 85'),
|
|
(1151, 952, 0, 'Silverleaf zone 38, node 51'),
|
|
(1158, 952, 0, 'Silverleaf zone 38, node 52'),
|
|
(1159, 952, 0, 'Silverleaf zone 38, node 53'),
|
|
(1161, 952, 0, 'Silverleaf zone 38, node 54'),
|
|
(1166, 801, 0, 'Silverleaf,Zone 17,Area 17,node 86'),
|
|
(1168, 801, 0, 'Silverleaf,Zone 17,Area 17,node 87'),
|
|
(1169, 811, 0, 'Silverleaf,Zone 17,Area 1699,node 88'),
|
|
(1170, 801, 0, 'Silverleaf,Zone 17,Area 17,node 89'),
|
|
(1172, 956, 0, 'Silverleaf zone 130, node 22'),
|
|
(1181, 952, 0, 'Silverleaf zone 38, node 55'),
|
|
(1183, 952, 0, 'Silverleaf zone 38, node 56'),
|
|
(1184, 952, 0, 'Silverleaf zone 38, node 57'),
|
|
(1185, 952, 0, 'Silverleaf zone 38, node 58'),
|
|
(1188, 92, 0, ''),
|
|
(1189, 951, 0, 'Silverleaf zone 40, node 11'),
|
|
(1192, 961, 0, 'Silverleaf zone 148, node 51'),
|
|
(1193, 801, 0, 'Silverleaf,Zone 17,Area 17,node 90'),
|
|
(1196, 951, 0, 'Silverleaf zone 40, node 12'),
|
|
(1200, 956, 0, 'Silverleaf zone 130, node 23'),
|
|
(1209, 956, 0, 'Silverleaf zone 130, node 24'),
|
|
(1218, 806, 0, 'Silverleaf,Zone 17,Area 388,node 91'),
|
|
(1219, 952, 0, 'Silverleaf zone 38, node 59'),
|
|
(1224, 961, 0, 'Silverleaf zone 148, node 52'),
|
|
(1227, 952, 0, 'Silverleaf zone 38, node 60'),
|
|
(1228, 961, 0, 'Silverleaf zone 148, node 53'),
|
|
(1230, 961, 0, 'Silverleaf zone 148, node 54'),
|
|
(1234, 806, 0, 'Silverleaf,Zone 17,Area 388,node 92'),
|
|
(1238, 952, 0, 'Silverleaf zone 38, node 61'),
|
|
(1241, 956, 0, 'Silverleaf zone 130, node 25'),
|
|
(1242, 956, 0, 'Silverleaf zone 130, node 26'),
|
|
(1249, 956, 0, 'Silverleaf zone 130, node 27'),
|
|
(1255, 801, 0, 'Silverleaf,Zone 17,Area 17,node 93'),
|
|
(1256, 961, 0, 'Silverleaf zone 148, node 55'),
|
|
(1257, 961, 0, 'Silverleaf zone 148, node 56'),
|
|
(1258, 805, 0, 'Silverleaf,Zone 17,Area 387,node 94'),
|
|
(1259, 961, 0, 'Silverleaf zone 148, node 57'),
|
|
(1260, 951, 0, 'Silverleaf zone 40, node 13'),
|
|
(1264, 961, 0, 'Silverleaf zone 148, node 58'),
|
|
(1265, 961, 0, 'Silverleaf zone 148, node 59'),
|
|
(1268, 718, 0, 'Silverleaf'),
|
|
(1269, 718, 0, 'Silverleaf'),
|
|
(1270, 718, 0, 'Silverleaf'),
|
|
(1271, 718, 0, 'Silverleaf'),
|
|
(1272, 718, 0, 'Silverleaf'),
|
|
(1273, 718, 0, 'Silverleaf'),
|
|
(1274, 718, 0, 'Silverleaf'),
|
|
(1275, 718, 0, 'Silverleaf'),
|
|
(1276, 718, 0, 'Silverleaf'),
|
|
(1277, 718, 0, 'Silverleaf'),
|
|
(1278, 718, 0, 'Silverleaf'),
|
|
(1279, 718, 0, 'Silverleaf'),
|
|
(1280, 718, 0, 'Silverleaf'),
|
|
(1281, 718, 0, 'Silverleaf'),
|
|
(1282, 718, 0, 'Silverleaf'),
|
|
(1283, 718, 0, 'Silverleaf'),
|
|
(1284, 718, 0, 'Silverleaf'),
|
|
(1285, 718, 0, 'Silverleaf'),
|
|
(1286, 718, 0, 'Silverleaf'),
|
|
(1287, 718, 0, 'Silverleaf'),
|
|
(1288, 718, 0, 'Silverleaf'),
|
|
(1289, 718, 0, 'Silverleaf'),
|
|
(1290, 718, 0, 'Silverleaf'),
|
|
(1291, 734, 0, 'Silverleaf'),
|
|
(1292, 718, 0, 'Silverleaf'),
|
|
(1293, 718, 0, 'Silverleaf'),
|
|
(1294, 718, 0, 'Silverleaf'),
|
|
(1295, 729, 0, 'Silverleaf'),
|
|
(1296, 729, 0, 'Silverleaf'),
|
|
(1297, 729, 0, 'Silverleaf'),
|
|
(1298, 729, 0, 'Silverleaf'),
|
|
(1299, 729, 0, 'Silverleaf'),
|
|
(1300, 729, 0, 'Silverleaf'),
|
|
(1301, 729, 0, 'Silverleaf'),
|
|
(1302, 729, 0, 'Silverleaf'),
|
|
(1303, 732, 0, 'Silverleaf'),
|
|
(1304, 732, 0, 'Silverleaf'),
|
|
(1305, 729, 0, 'Silverleaf'),
|
|
(1306, 729, 0, 'Silverleaf'),
|
|
(1307, 729, 0, 'Silverleaf'),
|
|
(1308, 717, 0, 'Peacebloom'),
|
|
(1309, 717, 0, 'Peacebloom'),
|
|
(1310, 717, 0, 'Peacebloom'),
|
|
(1311, 717, 0, 'Peacebloom'),
|
|
(1312, 717, 0, 'Peacebloom'),
|
|
(1313, 717, 0, 'Peacebloom'),
|
|
(1314, 717, 0, 'Peacebloom'),
|
|
(1315, 717, 0, 'Peacebloom'),
|
|
(1316, 717, 0, 'Peacebloom'),
|
|
(1317, 717, 0, 'Peacebloom'),
|
|
(1318, 717, 0, 'Peacebloom'),
|
|
(1319, 717, 0, 'Peacebloom'),
|
|
(1320, 717, 0, 'Peacebloom'),
|
|
(1321, 717, 0, 'Peacebloom'),
|
|
(1322, 717, 0, 'Peacebloom'),
|
|
(1323, 717, 0, 'Peacebloom'),
|
|
(1324, 717, 0, 'Peacebloom'),
|
|
(1325, 717, 0, 'Peacebloom'),
|
|
(1326, 717, 0, 'Peacebloom'),
|
|
(1327, 717, 0, 'Peacebloom'),
|
|
(1328, 717, 0, 'Peacebloom'),
|
|
(1329, 728, 0, 'Peacebloom'),
|
|
(1330, 728, 0, 'Peacebloom'),
|
|
(1331, 728, 0, 'Peacebloom'),
|
|
(1332, 728, 0, 'Peacebloom'),
|
|
(1333, 728, 0, 'Peacebloom'),
|
|
(1334, 728, 0, 'Peacebloom'),
|
|
(1335, 728, 0, 'Peacebloom'),
|
|
(1336, 728, 0, 'Peacebloom'),
|
|
(1337, 728, 0, 'Peacebloom'),
|
|
(1338, 731, 0, 'Peacebloom'),
|
|
(1339, 731, 0, 'Peacebloom'),
|
|
(1340, 731, 0, 'Peacebloom'),
|
|
(1341, 731, 0, 'Peacebloom'),
|
|
(1342, 728, 0, 'Peacebloom'),
|
|
(1343, 728, 0, 'Peacebloom'),
|
|
(1344, 728, 0, 'Peacebloom'),
|
|
(1346, 811, 0, 'Peacebloom,Zone 17,Area 1699,node 95'),
|
|
(1353, 961, 0, 'Peacebloom zone 148, node 60'),
|
|
(1354, 956, 0, 'Peacebloom zone 130, node 28'),
|
|
(1355, 801, 0, 'Peacebloom,Zone 17,Area 17,node 96'),
|
|
(1356, 951, 0, 'Peacebloom zone 40, node 14'),
|
|
(1372, 801, 0, 'Peacebloom,Zone 17,Area 17,node 97'),
|
|
(1373, 800, 0, 'Peacebloom,Zone 17,Area 1704,node 98'),
|
|
(1375, 809, 0, 'Peacebloom,Zone 17,Area 1156,node 99'),
|
|
(1376, 801, 0, 'Peacebloom,Zone 17,Area 17,node 100'),
|
|
(1377, 951, 0, 'Peacebloom zone 40, node 15'),
|
|
(1378, 956, 0, 'Peacebloom zone 130, node 29'),
|
|
(1381, 956, 0, 'Peacebloom zone 130, node 30'),
|
|
(1384, 950, 0, 'Peacebloom zone 44, node 2'),
|
|
(1385, 956, 0, 'Peacebloom zone 130, node 31'),
|
|
(1389, 961, 0, 'Peacebloom zone 148, node 61'),
|
|
(1395, 809, 0, 'Peacebloom,Zone 17,Area 1156,node 101'),
|
|
(1397, 11639, 0, 'Battered Chest, Coldridge Valley, node 3'),
|
|
(1398, 801, 0, 'Peacebloom,Zone 17,Area 17,node 102'),
|
|
(1400, 951, 0, 'Peacebloom zone 40, node 16'),
|
|
(1401, 952, 0, 'Peacebloom zone 38, node 62'),
|
|
(1404, 801, 0, 'Peacebloom,Zone 17,Area 17,node 103'),
|
|
(1406, 952, 0, 'Peacebloom zone 38, node 63'),
|
|
(1410, 811, 0, 'Peacebloom,Zone 17,Area 1699,node 104'),
|
|
(1411, 811, 0, 'Peacebloom,Zone 17,Area 1699,node 105'),
|
|
(1412, 811, 0, 'Peacebloom,Zone 17,Area 1699,node 106'),
|
|
(1413, 801, 0, 'Peacebloom,Zone 17,Area 17,node 107'),
|
|
(1414, 811, 0, 'Peacebloom,Zone 17,Area 1699,node 108'),
|
|
(1415, 961, 0, 'Peacebloom zone 148, node 62'),
|
|
(1417, 956, 0, 'Peacebloom zone 130, node 32'),
|
|
(1418, 961, 0, 'Peacebloom zone 148, node 63'),
|
|
(1419, 812, 0, 'Peacebloom,Zone 17,Area 1700,node 109'),
|
|
(1429, 801, 0, 'Peacebloom,Zone 17,Area 17,node 110'),
|
|
(1431, 93, 20, ''),
|
|
(1434, 807, 0, 'Peacebloom,Zone 17,Area 390,node 111'),
|
|
(1436, 956, 0, 'Peacebloom zone 130, node 33'),
|
|
(1438, 93, 0, ''),
|
|
(1440, 801, 0, 'Peacebloom,Zone 17,Area 17,node 112'),
|
|
(1441, 94, 20, ''),
|
|
(1442, 94, 0, ''),
|
|
(1454, 11639, 0, 'Battered Chest, Coldridge Valley, node 4'),
|
|
(1456, 950, 0, 'Peacebloom zone 44, node 4'),
|
|
(1457, 95, 20, ''),
|
|
(1459, 800, 0, 'Peacebloom,Zone 17,Area 1704,node 113'),
|
|
(1460, 951, 0, 'Peacebloom zone 40, node 17'),
|
|
(1461, 95, 0, ''),
|
|
(1462, 60004, 0, 'Water Barrel (1462) - Kharanos'),
|
|
(1464, 809, 0, 'Peacebloom,Zone 17,Area 1156,node 114'),
|
|
(1465, 96, 0, ''),
|
|
(1466, 96, 20, ''),
|
|
(1470, 801, 0, 'Peacebloom,Zone 17,Area 17,node 115'),
|
|
(1471, 801, 0, 'Peacebloom,Zone 17,Area 17,node 116'),
|
|
(1475, 800, 0, 'Peacebloom,Zone 17,Area 378,node 117'),
|
|
(1477, 97, 0, ''),
|
|
(1479, 956, 0, 'Peacebloom zone 130, node 34'),
|
|
(1480, 809, 0, 'Peacebloom,Zone 17,Area 1156,node 118'),
|
|
(1481, 807, 0, 'Peacebloom,Zone 17,Area 390,node 119'),
|
|
(1485, 801, 0, 'Peacebloom,Zone 17,Area 17,node 120'),
|
|
(1489, 97, 20, ''),
|
|
(1490, 801, 0, 'Peacebloom,Zone 17,Area 17,node 121'),
|
|
(1491, 952, 0, 'Peacebloom zone 38, node 64'),
|
|
(1492, 98, 0, ''),
|
|
(1494, 952, 0, 'Peacebloom zone 38, node 65'),
|
|
(1495, 956, 0, 'Peacebloom zone 130, node 35'),
|
|
(1496, 961, 0, 'Peacebloom zone 148, node 64'),
|
|
(1497, 950, 0, 'Peacebloom zone 44, node 5'),
|
|
(1505, 809, 0, 'Peacebloom,Zone 17,Area 1156,node 122'),
|
|
(1506, 808, 0, 'Peacebloom,Zone 17,Area 391,node 123'),
|
|
(1509, 811, 0, 'Peacebloom,Zone 17,Area 1699,node 124'),
|
|
(1511, 811, 0, 'Peacebloom,Zone 17,Area 1699,node 125'),
|
|
(1512, 801, 0, 'Peacebloom,Zone 17,Area 17,node 126'),
|
|
(1513, 801, 0, 'Peacebloom,Zone 17,Area 17,node 127'),
|
|
(1514, 801, 0, 'Peacebloom,Zone 17,Area 17,node 128'),
|
|
(1518, 956, 0, 'Peacebloom zone 130, node 36'),
|
|
(1519, 956, 0, 'Peacebloom zone 130, node 37'),
|
|
(1522, 801, 0, 'Peacebloom,Zone 17,Area 17,node 129'),
|
|
(1524, 811, 0, 'Peacebloom,Zone 17,Area 1699,node 130'),
|
|
(1526, 98, 20, ''),
|
|
(1528, 801, 0, 'Peacebloom,Zone 17,Area 17,node 131'),
|
|
(1533, 961, 0, 'Peacebloom zone 148, node 65'),
|
|
(1534, 951, 0, 'Peacebloom zone 40, node 18'),
|
|
(1535, 956, 0, 'Peacebloom zone 130, node 38'),
|
|
(1536, 801, 0, 'Peacebloom,Zone 17,Area 17,node 132'),
|
|
(1537, 950, 0, 'Peacebloom zone 44, node 6'),
|
|
(1538, 811, 0, 'Peacebloom,Zone 17,Area 1699,node 133'),
|
|
(1539, 809, 0, 'Peacebloom,Zone 17,Area 1156,node 134'),
|
|
(1544, 801, 0, 'Peacebloom,Zone 17,Area 17,node 135'),
|
|
(1550, 812, 0, 'Peacebloom,Zone 17,Area 1700,node 136'),
|
|
(1553, 956, 0, 'Peacebloom zone 130, node 39'),
|
|
(1559, 801, 0, 'Peacebloom,Zone 17,Area 17,node 137'),
|
|
(1560, 801, 0, 'Peacebloom,Zone 17,Area 17,node 138'),
|
|
(1563, 800, 0, 'Peacebloom,Zone 17,Area 1704,node 139'),
|
|
(1567, 800, 0, 'Peacebloom,Zone 17,Area 382,node 140'),
|
|
(1573, 813, 0, 'Peacebloom,Zone 17,Area 1701,node 141'),
|
|
(1575, 801, 0, 'Peacebloom,Zone 17,Area 17,node 142'),
|
|
(1584, 800, 0, 'Peacebloom,Zone 17,Area 378,node 143'),
|
|
(1590, 956, 0, 'Peacebloom zone 130, node 40'),
|
|
(1592, 809, 0, 'Peacebloom,Zone 17,Area 1156,node 144'),
|
|
(1594, 809, 0, 'Peacebloom,Zone 17,Area 1156,node 145'),
|
|
(1597, 952, 0, 'Peacebloom zone 38, node 66'),
|
|
(1604, 99, 0, ''),
|
|
(1605, 99, 20, ''),
|
|
(1606, 801, 0, 'Peacebloom,Zone 17,Area 17,node 146'),
|
|
(1608, 961, 0, 'Peacebloom zone 148, node 66'),
|
|
(1609, 961, 0, 'Peacebloom zone 148, node 67'),
|
|
(1611, 100, 0, ''),
|
|
(1617, 100, 20, ''),
|
|
(1618, 101, 0, ''),
|
|
(1619, 101, 20, ''),
|
|
(1622, 801, 0, 'Peacebloom,Zone 17,Area 17,node 147'),
|
|
(1624, 102, 0, ''),
|
|
(1629, 951, 0, 'Peacebloom zone 40, node 19'),
|
|
(1630, 809, 0, 'Peacebloom,Zone 17,Area 1156,node 148'),
|
|
(1631, 961, 0, 'Peacebloom zone 148, node 68'),
|
|
(1633, 812, 0, 'Peacebloom,Zone 17,Area 1700,node 149'),
|
|
(1634, 801, 0, 'Peacebloom,Zone 17,Area 17,node 150'),
|
|
(1635, 102, 20, ''),
|
|
(1637, 164, 0, ''),
|
|
(1639, 164, 0, ''),
|
|
(1642, 801, 0, 'Peacebloom,Zone 17,Area 17,node 151'),
|
|
(1644, 801, 0, 'Peacebloom,Zone 17,Area 17,node 152'),
|
|
(1645, 165, 20, ''),
|
|
(1646, 165, 0, ''),
|
|
(1649, 809, 0, 'Peacebloom,Zone 17,Area 1156,node 153'),
|
|
(1650, 166, 20, ''),
|
|
(1653, 956, 0, 'Peacebloom zone 130, node 41'),
|
|
(1655, 166, 0, ''),
|
|
(1656, 167, 0, ''),
|
|
(1659, 952, 0, 'Peacebloom zone 38, node 67'),
|
|
(1660, 961, 0, 'Peacebloom zone 148, node 69'),
|
|
(1661, 812, 0, 'Peacebloom,Zone 17,Area 1700,node 154'),
|
|
(1662, 809, 0, 'Peacebloom,Zone 17,Area 1156,node 155'),
|
|
(1663, 801, 0, 'Peacebloom,Zone 17,Area 17,node 156'),
|
|
(1665, 809, 0, 'Peacebloom,Zone 17,Area 1156,node 157'),
|
|
(1667, 811, 0, 'Peacebloom,Zone 17,Area 1699,node 158'),
|
|
(1668, 809, 0, 'Peacebloom,Zone 17,Area 1156,node 159'),
|
|
(1669, 951, 0, 'Peacebloom zone 40, node 20'),
|
|
(1670, 956, 0, 'Peacebloom zone 130, node 42'),
|
|
(1677, 801, 0, 'Peacebloom,Zone 17,Area 17,node 160'),
|
|
(1690, 961, 0, 'Peacebloom zone 148, node 70'),
|
|
(1691, 167, 0, ''),
|
|
(1693, 811, 0, 'Peacebloom,Zone 17,Area 1699,node 161'),
|
|
(1699, 168, 20, ''),
|
|
(1700, 951, 0, 'Peacebloom zone 40, node 21'),
|
|
(1702, 801, 0, 'Peacebloom,Zone 17,Area 17,node 162'),
|
|
(1704, 801, 0, 'Peacebloom,Zone 17,Area 17,node 163'),
|
|
(1710, 956, 0, 'Peacebloom zone 130, node 44'),
|
|
(1714, 800, 0, 'Peacebloom,Zone 17,Area 458,node 164'),
|
|
(1723, 961, 0, 'Peacebloom zone 148, node 71'),
|
|
(1727, 961, 0, 'Peacebloom zone 148, node 72'),
|
|
(1728, 956, 0, 'Peacebloom zone 130, node 45'),
|
|
(1729, 168, 0, ''),
|
|
(1730, 812, 0, 'Peacebloom,Zone 17,Area 1700,node 165'),
|
|
(1732, 169, 20, ''),
|
|
(1734, 169, 0, ''),
|
|
(1735, 170, 20, ''),
|
|
(1736, 170, 0, ''),
|
|
(1737, 801, 0, 'Peacebloom,Zone 17,Area 17,node 166'),
|
|
(1741, 961, 0, 'Peacebloom zone 148, node 73'),
|
|
(1742, 801, 0, 'Peacebloom,Zone 17,Area 17,node 167'),
|
|
(1743, 961, 0, 'Peacebloom zone 148, node 74'),
|
|
(1744, 171, 20, ''),
|
|
(1747, 951, 0, 'Earthroot zone 40, node 22'),
|
|
(1749, 956, 0, 'Earthroot zone 130, node 46'),
|
|
(1750, 951, 0, 'Earthroot zone 40, node 23'),
|
|
(1751, 961, 0, 'Earthroot zone 148, node 75'),
|
|
(1753, 952, 0, 'Earthroot zone 38, node 68'),
|
|
(1754, 961, 0, 'Earthroot zone 148, node 76'),
|
|
(1755, 802, 0, 'Earthroot,Zone 17,Area 383,node 168'),
|
|
(1756, 801, 0, 'Earthroot,Zone 17,Area 17,node 169'),
|
|
(1757, 809, 0, 'Earthroot,Zone 17,Area 1156,node 170'),
|
|
(1759, 808, 0, 'Earthroot,Zone 17,Area 391,node 171'),
|
|
(1760, 956, 0, 'Earthroot zone 130, node 47'),
|
|
(1761, 808, 0, 'Earthroot,Zone 17,Area 391,node 172'),
|
|
(1762, 171, 0, ''),
|
|
(1763, 951, 0, 'Earthroot zone 40, node 24'),
|
|
(1764, 801, 0, 'Earthroot,Zone 17,Area 17,node 173'),
|
|
(1765, 801, 0, 'Earthroot,Zone 17,Area 17,node 174'),
|
|
(1767, 801, 0, 'Earthroot,Zone 17,Area 17,node 175'),
|
|
(1768, 172, 20, ''),
|
|
(1769, 172, 0, ''),
|
|
(1770, 186, 0, ''),
|
|
(1771, 187, 0, ''),
|
|
(1773, 187, 20, ''),
|
|
(1776, 808, 0, 'Earthroot,Zone 17,Area 391,node 176'),
|
|
(1777, 956, 0, 'Earthroot zone 130, node 48'),
|
|
(1779, 800, 0, 'Earthroot,Zone 17,Area 401,node 177'),
|
|
(1781, 808, 0, 'Earthroot,Zone 17,Area 391,node 178'),
|
|
(1782, 808, 0, 'Earthroot,Zone 17,Area 391,node 179'),
|
|
(1783, 808, 0, 'Earthroot,Zone 17,Area 391,node 180'),
|
|
(1784, 188, 0, ''),
|
|
(1786, 951, 0, 'Earthroot zone 40, node 25'),
|
|
(1787, 801, 0, 'Earthroot,Zone 17,Area 17,node 181'),
|
|
(1791, 188, 20, ''),
|
|
(1792, 813, 0, 'Earthroot,Zone 17,Area 1701,node 182'),
|
|
(1793, 809, 0, 'Earthroot,Zone 17,Area 1156,node 183'),
|
|
(1796, 801, 0, 'Earthroot,Zone 17,Area 17,node 184'),
|
|
(1797, 801, 0, 'Earthroot,Zone 17,Area 17,node 185'),
|
|
(1798, 808, 0, 'Earthroot,Zone 17,Area 391,node 186'),
|
|
(1799, 961, 0, 'Earthroot zone 148, node 77'),
|
|
(1800, 951, 0, 'Earthroot zone 40, node 26'),
|
|
(1801, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(1802, 801, 0, 'Earthroot,Zone 17,Area 17,node 187'),
|
|
(1804, 801, 0, 'Earthroot,Zone 17,Area 17,node 188'),
|
|
(1805, 189, 0, ''),
|
|
(1806, 951, 0, 'Earthroot zone 40, node 27'),
|
|
(1807, 801, 0, 'Earthroot,Zone 17,Area 17,node 189'),
|
|
(1808, 801, 0, 'Earthroot,Zone 17,Area 17,node 190'),
|
|
(1809, 801, 0, 'Earthroot,Zone 17,Area 17,node 191'),
|
|
(1812, 961, 0, 'Earthroot zone 148, node 78'),
|
|
(1813, 804, 0, 'Earthroot,Zone 17,Area 386,node 192'),
|
|
(1814, 804, 0, 'Earthroot,Zone 17,Area 386,node 193'),
|
|
(1815, 801, 0, 'Earthroot,Zone 17,Area 17,node 194'),
|
|
(1816, 801, 0, 'Earthroot,Zone 17,Area 17,node 195'),
|
|
(1817, 961, 0, 'Earthroot zone 148, node 79'),
|
|
(1820, 950, 0, 'Earthroot zone 44, node 9'),
|
|
(1822, 961, 0, 'Earthroot zone 148, node 80'),
|
|
(1823, 801, 0, 'Earthroot,Zone 17,Area 17,node 196'),
|
|
(1824, 952, 0, 'Earthroot zone 38, node 69'),
|
|
(1827, 956, 0, 'Earthroot zone 130, node 49'),
|
|
(1828, 950, 0, 'Earthroot zone 44, node 10'),
|
|
(1830, 808, 0, 'Earthroot,Zone 17,Area 391,node 197'),
|
|
(1831, 950, 0, 'Earthroot zone 44, node 11'),
|
|
(1832, 950, 0, 'Earthroot zone 44, node 12'),
|
|
(1833, 801, 0, 'Earthroot,Zone 17,Area 17,node 198'),
|
|
(1836, 950, 0, 'Earthroot zone 44, node 13'),
|
|
(1837, 808, 0, 'Earthroot,Zone 17,Area 391,node 199'),
|
|
(1838, 952, 0, 'Earthroot zone 38, node 70'),
|
|
(1839, 189, 20, ''),
|
|
(1840, 956, 0, 'Earthroot zone 130, node 50'),
|
|
(1842, 800, 0, 'Earthroot,Zone 17,Area 1702,node 200'),
|
|
(1843, 800, 0, 'Earthroot,Zone 17,Area 1702,node 201'),
|
|
(1844, 801, 0, 'Earthroot,Zone 17,Area 17,node 202'),
|
|
(1845, 801, 0, 'Earthroot,Zone 17,Area 17,node 203'),
|
|
(1846, 801, 0, 'Earthroot,Zone 17,Area 17,node 204'),
|
|
(1850, 961, 0, 'Earthroot zone 148, node 81'),
|
|
(1851, 190, 0, ''),
|
|
(1852, 801, 0, 'Earthroot,Zone 17,Area 17,node 205'),
|
|
(1853, 808, 0, 'Earthroot,Zone 17,Area 391,node 206'),
|
|
(1854, 808, 0, 'Earthroot,Zone 17,Area 391,node 207'),
|
|
(1855, 808, 0, 'Earthroot,Zone 17,Area 391,node 208'),
|
|
(1856, 802, 0, 'Earthroot,Zone 17,Area 383,node 209'),
|
|
(1857, 800, 0, 'Earthroot,Zone 17,Area 401,node 210'),
|
|
(1858, 190, 20, ''),
|
|
(1859, 801, 0, 'Earthroot,Zone 17,Area 17,node 211'),
|
|
(1861, 801, 0, 'Earthroot,Zone 17,Area 17,node 212'),
|
|
(1864, 808, 0, 'Earthroot,Zone 17,Area 391,node 213'),
|
|
(1865, 961, 0, 'Earthroot zone 148, node 82'),
|
|
(1866, 801, 0, 'Earthroot,Zone 17,Area 17,node 214'),
|
|
(1868, 801, 0, 'Earthroot,Zone 17,Area 17,node 215'),
|
|
(1871, 950, 0, 'Earthroot zone 44, node 14'),
|
|
(1872, 719, 0, 'Earthroot'),
|
|
(1873, 719, 0, 'Earthroot'),
|
|
(1874, 719, 0, 'Earthroot'),
|
|
(1875, 719, 0, 'Earthroot'),
|
|
(1876, 719, 0, 'Earthroot'),
|
|
(1877, 719, 0, 'Earthroot'),
|
|
(1878, 719, 0, 'Earthroot'),
|
|
(1879, 719, 0, 'Earthroot'),
|
|
(1880, 719, 0, 'Earthroot'),
|
|
(1881, 719, 0, 'Earthroot'),
|
|
(1882, 730, 0, 'Earthroot'),
|
|
(1883, 730, 0, 'Earthroot'),
|
|
(1884, 730, 0, 'Earthroot'),
|
|
(1885, 730, 0, 'Earthroot'),
|
|
(1886, 730, 0, 'Earthroot'),
|
|
(1887, 733, 0, 'Earthroot'),
|
|
(1888, 733, 0, 'Earthroot'),
|
|
(1889, 733, 0, 'Earthroot'),
|
|
(1890, 733, 0, 'Earthroot'),
|
|
(1891, 730, 0, 'Earthroot'),
|
|
(1892, 730, 0, 'Earthroot'),
|
|
(1893, 730, 0, 'Earthroot'),
|
|
(1894, 730, 0, 'Earthroot'),
|
|
(1895, 191, 0, ''),
|
|
(1896, 808, 0, 'Earthroot,Zone 17,Area 391,node 216'),
|
|
(1897, 808, 0, 'Earthroot,Zone 17,Area 391,node 217'),
|
|
(1898, 801, 0, 'Earthroot,Zone 17,Area 17,node 218'),
|
|
(1899, 801, 0, 'Earthroot,Zone 17,Area 17,node 219'),
|
|
(1900, 801, 0, 'Earthroot,Zone 17,Area 17,node 220'),
|
|
(1901, 804, 0, 'Earthroot,Zone 17,Area 386,node 221'),
|
|
(1902, 801, 0, 'Earthroot,Zone 17,Area 17,node 222'),
|
|
(1903, 801, 0, 'Earthroot,Zone 17,Area 17,node 223'),
|
|
(1904, 952, 0, 'Earthroot zone 38, node 71'),
|
|
(1905, 801, 0, 'Earthroot,Zone 17,Area 17,node 224'),
|
|
(1907, 801, 0, 'Earthroot,Zone 17,Area 17,node 225'),
|
|
(1908, 801, 0, 'Earthroot,Zone 17,Area 17,node 226'),
|
|
(1911, 801, 0, 'Earthroot,Zone 17,Area 17,node 227'),
|
|
(1912, 191, 20, ''),
|
|
(1913, 801, 0, 'Earthroot,Zone 17,Area 17,node 228'),
|
|
(1917, 800, 0, 'Earthroot,Zone 17,Area 1702,node 229'),
|
|
(1918, 800, 0, 'Earthroot,Zone 17,Area 1702,node 230'),
|
|
(1919, 800, 0, 'Earthroot,Zone 17,Area 1702,node 231'),
|
|
(1920, 800, 0, 'Earthroot,Zone 17,Area 1702,node 232'),
|
|
(1921, 800, 0, 'Earthroot,Zone 17,Area 1702,node 233'),
|
|
(1922, 951, 0, 'Earthroot zone 40, node 28'),
|
|
(1923, 951, 0, 'Earthroot zone 40, node 29'),
|
|
(1924, 961, 0, 'Earthroot zone 148, node 83'),
|
|
(1925, 808, 0, 'Earthroot,Zone 17,Area 391,node 234'),
|
|
(1926, 801, 0, 'Earthroot,Zone 17,Area 17,node 235'),
|
|
(1927, 951, 0, 'Earthroot zone 40, node 30'),
|
|
(1928, 808, 0, 'Earthroot,Zone 17,Area 391,node 236'),
|
|
(1929, 192, 0, ''),
|
|
(1930, 801, 0, 'Earthroot,Zone 17,Area 17,node 237'),
|
|
(1931, 801, 0, 'Earthroot,Zone 17,Area 17,node 238'),
|
|
(1932, 801, 0, 'Earthroot,Zone 17,Area 17,node 239'),
|
|
(1934, 801, 0, 'Earthroot,Zone 17,Area 17,node 240'),
|
|
(1935, 801, 0, 'Earthroot,Zone 17,Area 17,node 241'),
|
|
(1936, 801, 0, 'Earthroot,Zone 17,Area 17,node 242'),
|
|
(1937, 961, 0, 'Earthroot zone 148, node 84'),
|
|
(1940, 961, 0, 'Earthroot zone 148, node 85'),
|
|
(1942, 801, 0, 'Earthroot,Zone 17,Area 17,node 243'),
|
|
(1943, 801, 0, 'Earthroot,Zone 17,Area 17,node 244'),
|
|
(1944, 801, 0, 'Earthroot,Zone 17,Area 17,node 245'),
|
|
(1945, 801, 0, 'Earthroot,Zone 17,Area 17,node 246'),
|
|
(1946, 801, 0, 'Earthroot,Zone 17,Area 17,node 247'),
|
|
(1949, 950, 0, 'Earthroot zone 44, node 15'),
|
|
(1950, 801, 0, 'Earthroot,Zone 17,Area 17,node 248'),
|
|
(1957, 808, 0, 'Earthroot,Zone 17,Area 391,node 249'),
|
|
(1958, 808, 0, 'Earthroot,Zone 17,Area 391,node 250'),
|
|
(1959, 808, 0, 'Earthroot,Zone 17,Area 391,node 251'),
|
|
(1960, 808, 0, 'Earthroot,Zone 17,Area 391,node 252'),
|
|
(1961, 801, 0, 'Earthroot,Zone 17,Area 17,node 253'),
|
|
(1963, 801, 0, 'Earthroot,Zone 17,Area 17,node 254'),
|
|
(1965, 801, 0, 'Earthroot,Zone 17,Area 17,node 255'),
|
|
(1966, 951, 0, 'Earthroot zone 40, node 31'),
|
|
(1967, 801, 0, 'Earthroot,Zone 17,Area 17,node 256'),
|
|
(1968, 801, 0, 'Earthroot,Zone 17,Area 17,node 257'),
|
|
(1970, 950, 0, 'Earthroot zone 44, node 16'),
|
|
(1971, 950, 0, 'Earthroot zone 44, node 17'),
|
|
(1972, 808, 0, 'Earthroot,Zone 17,Area 391,node 258'),
|
|
(1975, 801, 0, 'Earthroot,Zone 17,Area 17,node 259'),
|
|
(1976, 961, 0, 'Earthroot zone 148, node 86'),
|
|
(1977, 801, 0, 'Earthroot,Zone 17,Area 17,node 260'),
|
|
(1978, 801, 0, 'Earthroot,Zone 17,Area 17,node 261'),
|
|
(1979, 801, 0, 'Earthroot,Zone 17,Area 17,node 262'),
|
|
(1980, 801, 0, 'Earthroot,Zone 17,Area 17,node 263'),
|
|
(1983, 808, 0, 'Earthroot,Zone 17,Area 391,node 264'),
|
|
(1984, 808, 0, 'Earthroot,Zone 17,Area 391,node 265'),
|
|
(1985, 951, 0, 'Earthroot zone 40, node 32'),
|
|
(1986, 801, 0, 'Earthroot,Zone 17,Area 17,node 266'),
|
|
(1987, 800, 0, 'Earthroot,Zone 17,Area 1702,node 267'),
|
|
(1988, 801, 0, 'Earthroot,Zone 17,Area 17,node 268'),
|
|
(1989, 801, 0, 'Earthroot,Zone 17,Area 17,node 269'),
|
|
(1990, 801, 0, 'Earthroot,Zone 17,Area 17,node 270'),
|
|
(1991, 801, 0, 'Earthroot,Zone 17,Area 17,node 271'),
|
|
(1992, 801, 0, 'Earthroot,Zone 17,Area 17,node 272'),
|
|
(1993, 951, 0, 'Earthroot zone 40, node 33'),
|
|
(1994, 951, 0, 'Earthroot zone 40, node 34'),
|
|
(1995, 801, 0, 'Earthroot,Zone 17,Area 17,node 273'),
|
|
(1997, 801, 0, 'Earthroot,Zone 17,Area 17,node 274'),
|
|
(1998, 812, 0, 'Earthroot,Zone 17,Area 1700,node 275'),
|
|
(1999, 800, 0, 'Earthroot,Zone 17,Area 1702,node 276'),
|
|
(2000, 961, 0, 'Earthroot zone 148, node 87'),
|
|
(2001, 192, 20, ''),
|
|
(2003, 801, 0, 'Earthroot,Zone 17,Area 17,node 277'),
|
|
(2004, 800, 0, 'Earthroot,Zone 17,Area 815,node 278'),
|
|
(2005, 800, 0, 'Earthroot,Zone 17,Area 815,node 279'),
|
|
(2006, 801, 0, 'Earthroot,Zone 17,Area 17,node 280'),
|
|
(2007, 801, 0, 'Earthroot,Zone 17,Area 17,node 281'),
|
|
(2009, 801, 0, 'Earthroot,Zone 17,Area 17,node 282'),
|
|
(2011, 951, 0, 'Earthroot zone 40, node 35'),
|
|
(2016, 808, 0, 'Earthroot,Zone 17,Area 391,node 283'),
|
|
(2017, 808, 0, 'Earthroot,Zone 17,Area 391,node 284'),
|
|
(2018, 808, 0, 'Earthroot,Zone 17,Area 391,node 285'),
|
|
(2019, 801, 0, 'Earthroot,Zone 17,Area 17,node 286'),
|
|
(2020, 801, 0, 'Earthroot,Zone 17,Area 17,node 287'),
|
|
(2021, 801, 0, 'Earthroot,Zone 17,Area 17,node 288'),
|
|
(2022, 808, 0, 'Earthroot,Zone 17,Area 391,node 289'),
|
|
(2023, 808, 0, 'Earthroot,Zone 17,Area 391,node 290'),
|
|
(2026, 193, 0, ''),
|
|
(2028, 808, 0, 'Earthroot,Zone 17,Area 391,node 291'),
|
|
(2029, 808, 0, 'Earthroot,Zone 17,Area 391,node 292'),
|
|
(2030, 808, 0, 'Earthroot,Zone 17,Area 391,node 293'),
|
|
(2031, 193, 20, ''),
|
|
(2033, 956, 0, 'Earthroot zone 130, node 51'),
|
|
(2035, 951, 0, 'Earthroot zone 40, node 36'),
|
|
(2036, 951, 0, 'Earthroot zone 40, node 37'),
|
|
(2037, 951, 0, 'Earthroot zone 40, node 38'),
|
|
(2040, 801, 0, 'Earthroot,Zone 17,Area 17,node 294'),
|
|
(2041, 801, 0, 'Earthroot,Zone 17,Area 17,node 295'),
|
|
(2043, 951, 0, 'Earthroot zone 40, node 39'),
|
|
(2044, 951, 0, 'Earthroot zone 40, node 40'),
|
|
(2045, 194, 0, ''),
|
|
(2046, 950, 0, 'Earthroot zone 44, node 18'),
|
|
(2048, 950, 0, 'Earthroot zone 44, node 19'),
|
|
(2050, 808, 0, 'Earthroot,Zone 17,Area 391,node 296'),
|
|
(2051, 194, 20, ''),
|
|
(2052, 961, 0, 'Earthroot zone 148, node 88'),
|
|
(2054, 951, 0, 'Earthroot zone 40, node 41'),
|
|
(2058, 950, 0, 'Earthroot zone 44, node 20'),
|
|
(2059, 950, 0, 'Earthroot zone 44, node 21'),
|
|
(2060, 802, 0, 'Earthroot,Zone 17,Area 383,node 297'),
|
|
(2061, 802, 0, 'Earthroot,Zone 17,Area 383,node 298'),
|
|
(2062, 802, 0, 'Earthroot,Zone 17,Area 383,node 299'),
|
|
(2063, 802, 0, 'Earthroot,Zone 17,Area 383,node 300'),
|
|
(2064, 801, 0, 'Earthroot,Zone 17,Area 17,node 301'),
|
|
(2065, 951, 0, 'Earthroot zone 40, node 42'),
|
|
(2066, 804, 0, 'Earthroot,Zone 17,Area 386,node 302'),
|
|
(2067, 801, 0, 'Earthroot,Zone 17,Area 17,node 303'),
|
|
(2068, 801, 0, 'Earthroot,Zone 17,Area 17,node 304'),
|
|
(2069, 801, 0, 'Earthroot,Zone 17,Area 17,node 305'),
|
|
(2071, 801, 0, 'Earthroot,Zone 17,Area 17,node 306'),
|
|
(2072, 801, 0, 'Earthroot,Zone 17,Area 17,node 307'),
|
|
(2078, 801, 0, 'Earthroot,Zone 17,Area 17,node 308'),
|
|
(2079, 801, 0, 'Earthroot,Zone 17,Area 17,node 309'),
|
|
(2080, 812, 0, 'Earthroot,Zone 17,Area 1700,node 310'),
|
|
(2082, 801, 0, 'Mageroyal,Zone 17,Area 17,node 311'),
|
|
(2083, 950, 0, 'Mageroyal zone 44, node 22'),
|
|
(2084, 807, 0, 'Mageroyal,Zone 17,Area 390,node 312'),
|
|
(2085, 801, 0, 'Mageroyal,Zone 17,Area 17,node 313'),
|
|
(2086, 951, 0, 'Mageroyal zone 40, node 43'),
|
|
(2088, 806, 0, 'Mageroyal,Zone 17,Area 388,node 314'),
|
|
(2089, 801, 0, 'Mageroyal,Zone 17,Area 17,node 315'),
|
|
(2090, 956, 0, 'Mageroyal zone 130, node 52'),
|
|
(2091, 810, 0, 'Mageroyal,Zone 17,Area 1698,node 316'),
|
|
(2092, 810, 0, 'Mageroyal,Zone 17,Area 1698,node 317'),
|
|
(2093, 951, 0, 'Mageroyal zone 40, node 44'),
|
|
(2095, 810, 0, 'Mageroyal,Zone 17,Area 1698,node 318'),
|
|
(2096, 961, 0, 'Mageroyal zone 148, node 89'),
|
|
(2098, 806, 0, 'Mageroyal,Zone 17,Area 388,node 319'),
|
|
(2099, 810, 0, 'Mageroyal,Zone 17,Area 1698,node 320'),
|
|
(2100, 961, 0, 'Mageroyal zone 148, node 90'),
|
|
(2101, 952, 0, 'Mageroyal zone 38, node 72'),
|
|
(2103, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 321'),
|
|
(2104, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 322'),
|
|
(2105, 951, 0, 'Mageroyal zone 40, node 45'),
|
|
(2106, 801, 0, 'Mageroyal,Zone 17,Area 17,node 323'),
|
|
(2107, 807, 0, 'Mageroyal,Zone 17,Area 390,node 324'),
|
|
(2108, 804, 0, 'Mageroyal,Zone 17,Area 386,node 325'),
|
|
(2109, 807, 0, 'Mageroyal,Zone 17,Area 390,node 326'),
|
|
(2110, 961, 0, 'Mageroyal zone 148, node 91'),
|
|
(2112, 961, 0, 'Mageroyal zone 148, node 92'),
|
|
(2113, 951, 0, 'Mageroyal zone 40, node 46'),
|
|
(2114, 950, 0, 'Mageroyal zone 44, node 23'),
|
|
(2115, 956, 0, 'Mageroyal zone 130, node 53'),
|
|
(2116, 961, 0, 'Mageroyal zone 148, node 93'),
|
|
(2117, 961, 0, 'Mageroyal zone 148, node 94'),
|
|
(2118, 961, 0, 'Mageroyal zone 148, node 95'),
|
|
(2120, 956, 0, 'Mageroyal zone 130, node 54'),
|
|
(2121, 961, 0, 'Mageroyal zone 148, node 96'),
|
|
(2122, 803, 0, 'Mageroyal,Zone 17,Area 385,node 327'),
|
|
(2123, 801, 0, 'Mageroyal,Zone 17,Area 17,node 328'),
|
|
(2124, 961, 0, 'Mageroyal zone 148, node 97'),
|
|
(2125, 801, 0, 'Mageroyal,Zone 17,Area 17,node 329'),
|
|
(2126, 995, 0, 'Mageroyal zone 10, node 1'),
|
|
(2127, 951, 0, 'Mageroyal zone 40, node 47'),
|
|
(2128, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 330'),
|
|
(2129, 961, 0, 'Mageroyal zone 148, node 98'),
|
|
(2130, 810, 0, 'Mageroyal,Zone 17,Area 1698,node 331'),
|
|
(2131, 949, 0, 'Mageroyal zone 406, node 1'),
|
|
(2132, 995, 0, 'Mageroyal zone 10, node 2'),
|
|
(2133, 961, 0, 'Mageroyal zone 148, node 99'),
|
|
(2134, 961, 0, 'Mageroyal zone 148, node 100'),
|
|
(2135, 801, 0, 'Mageroyal,Zone 17,Area 17,node 332'),
|
|
(2136, 801, 0, 'Mageroyal,Zone 17,Area 17,node 333'),
|
|
(2137, 961, 0, 'Mageroyal zone 148, node 101'),
|
|
(2138, 805, 0, 'Mageroyal,Zone 17,Area 387,node 334'),
|
|
(2139, 804, 0, 'Mageroyal,Zone 17,Area 386,node 335'),
|
|
(2141, 801, 0, 'Mageroyal,Zone 17,Area 17,node 336'),
|
|
(2142, 801, 0, 'Mageroyal,Zone 17,Area 17,node 337'),
|
|
(2143, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 338'),
|
|
(2144, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 339'),
|
|
(2145, 812, 0, 'Mageroyal,Zone 17,Area 1700,node 340'),
|
|
(2146, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 341'),
|
|
(2147, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 342'),
|
|
(2149, 994, 0, 'Mageroyal zone 11, node 2'),
|
|
(2150, 951, 0, 'Mageroyal zone 40, node 48'),
|
|
(2151, 800, 0, 'Mageroyal,Zone 17,Area 1157,node 343'),
|
|
(2152, 800, 0, 'Mageroyal,Zone 17,Area 359,node 344'),
|
|
(2153, 801, 0, 'Mageroyal,Zone 17,Area 17,node 345'),
|
|
(2154, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 346'),
|
|
(2155, 956, 0, 'Mageroyal zone 130, node 55'),
|
|
(2156, 801, 0, 'Mageroyal,Zone 17,Area 17,node 347'),
|
|
(2157, 950, 0, 'Mageroyal zone 44, node 24'),
|
|
(2158, 961, 0, 'Mageroyal zone 148, node 102'),
|
|
(2159, 813, 0, 'Mageroyal,Zone 17,Area 1701,node 348'),
|
|
(2160, 804, 0, 'Mageroyal,Zone 17,Area 386,node 349'),
|
|
(2161, 801, 0, 'Mageroyal,Zone 17,Area 17,node 350'),
|
|
(2162, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 351'),
|
|
(2165, 806, 0, 'Mageroyal,Zone 17,Area 388,node 352'),
|
|
(2166, 806, 0, 'Mageroyal,Zone 17,Area 388,node 353'),
|
|
(2167, 960, 0, 'Mageroyal zone 331, node 1'),
|
|
(2168, 813, 0, 'Mageroyal,Zone 17,Area 1701,node 354'),
|
|
(2169, 952, 0, 'Mageroyal zone 38, node 73'),
|
|
(2170, 801, 0, 'Mageroyal,Zone 17,Area 17,node 355'),
|
|
(2171, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 356'),
|
|
(2172, 960, 0, 'Mageroyal zone 331, node 2'),
|
|
(2173, 960, 0, 'Mageroyal zone 331, node 3'),
|
|
(2174, 801, 0, 'Mageroyal,Zone 17,Area 17,node 357'),
|
|
(2175, 995, 0, 'Mageroyal zone 10, node 3'),
|
|
(2176, 802, 0, 'Mageroyal,Zone 17,Area 383,node 358'),
|
|
(2177, 802, 0, 'Mageroyal,Zone 17,Area 383,node 359'),
|
|
(2178, 802, 0, 'Mageroyal,Zone 17,Area 383,node 360'),
|
|
(2179, 802, 0, 'Mageroyal,Zone 17,Area 383,node 361'),
|
|
(2180, 802, 0, 'Mageroyal,Zone 17,Area 383,node 362'),
|
|
(2181, 802, 0, 'Mageroyal,Zone 17,Area 383,node 363'),
|
|
(2182, 802, 0, 'Mageroyal,Zone 17,Area 383,node 364'),
|
|
(2183, 801, 0, 'Mageroyal,Zone 17,Area 17,node 365'),
|
|
(2184, 961, 0, 'Mageroyal zone 148, node 103'),
|
|
(2185, 961, 0, 'Mageroyal zone 148, node 104'),
|
|
(2186, 801, 0, 'Mageroyal,Zone 17,Area 17,node 366'),
|
|
(2187, 961, 0, 'Mageroyal zone 148, node 105'),
|
|
(2188, 812, 0, 'Mageroyal,Zone 17,Area 1700,node 367'),
|
|
(2189, 950, 0, 'Mageroyal zone 44, node 25'),
|
|
(2190, 956, 0, 'Mageroyal zone 130, node 56'),
|
|
(2191, 806, 0, 'Mageroyal,Zone 17,Area 388,node 368'),
|
|
(2192, 805, 0, 'Mageroyal,Zone 17,Area 387,node 369'),
|
|
(2193, 806, 0, 'Mageroyal,Zone 17,Area 388,node 370'),
|
|
(2194, 801, 0, 'Mageroyal,Zone 17,Area 17,node 371'),
|
|
(2195, 960, 0, 'Mageroyal zone 331, node 4'),
|
|
(2196, 810, 0, 'Mageroyal,Zone 17,Area 1698,node 372'),
|
|
(2197, 958, 0, 'Mageroyal zone 267, node 1'),
|
|
(2198, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 373'),
|
|
(2199, 805, 0, 'Mageroyal,Zone 17,Area 387,node 374'),
|
|
(2200, 801, 0, 'Mageroyal,Zone 17,Area 17,node 375'),
|
|
(2201, 801, 0, 'Mageroyal,Zone 17,Area 17,node 376'),
|
|
(2202, 801, 0, 'Mageroyal,Zone 17,Area 17,node 377'),
|
|
(2203, 801, 0, 'Mageroyal,Zone 17,Area 17,node 378'),
|
|
(2204, 801, 0, 'Mageroyal,Zone 17,Area 17,node 379'),
|
|
(2205, 804, 0, 'Mageroyal,Zone 17,Area 386,node 380'),
|
|
(2206, 804, 0, 'Mageroyal,Zone 17,Area 386,node 381'),
|
|
(2207, 801, 0, 'Mageroyal,Zone 17,Area 17,node 382'),
|
|
(2208, 195, 0, ''),
|
|
(2209, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 383'),
|
|
(2211, 807, 0, 'Mageroyal,Zone 17,Area 390,node 384'),
|
|
(2212, 807, 0, 'Mageroyal,Zone 17,Area 390,node 385'),
|
|
(2213, 801, 0, 'Mageroyal,Zone 17,Area 17,node 386'),
|
|
(2214, 995, 0, 'Mageroyal zone 10, node 4'),
|
|
(2215, 956, 0, 'Mageroyal zone 130, node 57'),
|
|
(2216, 949, 0, 'Mageroyal zone 406, node 2'),
|
|
(2217, 960, 0, 'Mageroyal zone 331, node 5'),
|
|
(2219, 810, 0, 'Mageroyal,Zone 17,Area 1698,node 387'),
|
|
(2220, 810, 0, 'Mageroyal,Zone 17,Area 1698,node 388'),
|
|
(2221, 950, 0, 'Mageroyal zone 44, node 26'),
|
|
(2222, 805, 0, 'Mageroyal,Zone 17,Area 387,node 389'),
|
|
(2223, 801, 0, 'Mageroyal,Zone 17,Area 17,node 390'),
|
|
(2224, 956, 0, 'Mageroyal zone 130, node 58'),
|
|
(2225, 810, 0, 'Mageroyal,Zone 17,Area 1698,node 391'),
|
|
(2226, 801, 0, 'Mageroyal,Zone 17,Area 17,node 392'),
|
|
(2227, 801, 0, 'Mageroyal,Zone 17,Area 17,node 393'),
|
|
(2228, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 394'),
|
|
(2229, 805, 0, 'Mageroyal,Zone 17,Area 387,node 395'),
|
|
(2230, 801, 0, 'Mageroyal,Zone 17,Area 17,node 396'),
|
|
(2231, 801, 0, 'Mageroyal,Zone 17,Area 17,node 397'),
|
|
(2232, 801, 0, 'Mageroyal,Zone 17,Area 17,node 398'),
|
|
(2233, 801, 0, 'Mageroyal,Zone 17,Area 17,node 399'),
|
|
(2234, 800, 0, 'Mageroyal,Zone 17,Area 815,node 400'),
|
|
(2235, 961, 0, 'Mageroyal zone 148, node 106'),
|
|
(2236, 951, 0, 'Mageroyal zone 40, node 49'),
|
|
(2237, 952, 0, 'Mageroyal zone 38, node 74'),
|
|
(2238, 960, 0, 'Mageroyal zone 331, node 6'),
|
|
(2239, 952, 0, 'Mageroyal zone 38, node 75'),
|
|
(2240, 960, 0, 'Mageroyal zone 331, node 7'),
|
|
(2241, 960, 0, 'Mageroyal zone 331, node 8'),
|
|
(2242, 961, 0, 'Mageroyal zone 148, node 107'),
|
|
(2243, 950, 0, 'Mageroyal zone 44, node 27'),
|
|
(2244, 960, 0, 'Mageroyal zone 331, node 9'),
|
|
(2245, 812, 0, 'Mageroyal,Zone 17,Area 1700,node 401'),
|
|
(2246, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 402'),
|
|
(2247, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 403'),
|
|
(2248, 951, 0, 'Mageroyal zone 40, node 50'),
|
|
(2249, 960, 0, 'Mageroyal zone 331, node 10'),
|
|
(2250, 951, 0, 'Mageroyal zone 40, node 51'),
|
|
(2251, 956, 0, 'Mageroyal zone 130, node 59'),
|
|
(2252, 960, 0, 'Mageroyal zone 331, node 11'),
|
|
(2253, 800, 0, 'Mageroyal,Zone 17,Area 815,node 404'),
|
|
(2255, 958, 0, 'Mageroyal zone 267, node 2'),
|
|
(2256, 960, 0, 'Mageroyal zone 331, node 12'),
|
|
(2257, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 405'),
|
|
(2258, 810, 0, 'Mageroyal,Zone 17,Area 1698,node 406'),
|
|
(2259, 813, 0, 'Mageroyal,Zone 17,Area 1701,node 407'),
|
|
(2260, 961, 0, 'Mageroyal zone 148, node 108'),
|
|
(2261, 800, 0, 'Mageroyal,Zone 17,Area 458,node 408'),
|
|
(2262, 800, 0, 'Mageroyal,Zone 17,Area 458,node 409'),
|
|
(2263, 801, 0, 'Mageroyal,Zone 17,Area 17,node 410'),
|
|
(2264, 801, 0, 'Mageroyal,Zone 17,Area 17,node 411'),
|
|
(2265, 995, 0, 'Mageroyal zone 10, node 5'),
|
|
(2266, 961, 0, 'Mageroyal zone 148, node 109'),
|
|
(2267, 801, 0, 'Mageroyal,Zone 17,Area 17,node 412'),
|
|
(2268, 801, 0, 'Mageroyal,Zone 17,Area 17,node 413'),
|
|
(2269, 950, 0, 'Mageroyal zone 44, node 28'),
|
|
(2270, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 414'),
|
|
(2271, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 415'),
|
|
(2272, 801, 0, 'Mageroyal,Zone 17,Area 17,node 416'),
|
|
(2273, 961, 0, 'Mageroyal zone 148, node 110'),
|
|
(2274, 806, 0, 'Mageroyal,Zone 17,Area 388,node 417'),
|
|
(2275, 960, 0, 'Mageroyal zone 331, node 13'),
|
|
(2276, 960, 0, 'Mageroyal zone 331, node 14'),
|
|
(2277, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 418'),
|
|
(2279, 950, 0, 'Mageroyal zone 44, node 29'),
|
|
(2280, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 419'),
|
|
(2281, 800, 0, 'Mageroyal,Zone 17,Area 1157,node 420'),
|
|
(2282, 960, 0, 'Mageroyal zone 331, node 15'),
|
|
(2283, 961, 0, 'Mageroyal zone 148, node 111'),
|
|
(2284, 951, 0, 'Mageroyal zone 40, node 52'),
|
|
(2285, 806, 0, 'Mageroyal,Zone 17,Area 388,node 421'),
|
|
(2286, 961, 0, 'Mageroyal zone 148, node 112'),
|
|
(2287, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 422'),
|
|
(2288, 950, 0, 'Mageroyal zone 44, node 30'),
|
|
(2289, 801, 0, 'Mageroyal,Zone 17,Area 17,node 423'),
|
|
(2290, 801, 0, 'Mageroyal,Zone 17,Area 17,node 424'),
|
|
(2291, 801, 0, 'Mageroyal,Zone 17,Area 17,node 425'),
|
|
(2292, 801, 0, 'Mageroyal,Zone 17,Area 17,node 426'),
|
|
(2293, 801, 0, 'Mageroyal,Zone 17,Area 17,node 427'),
|
|
(2294, 960, 0, 'Mageroyal zone 331, node 16'),
|
|
(2295, 961, 0, 'Mageroyal zone 148, node 113'),
|
|
(2296, 801, 0, 'Mageroyal,Zone 17,Area 17,node 428'),
|
|
(2297, 801, 0, 'Mageroyal,Zone 17,Area 17,node 429'),
|
|
(2298, 956, 0, 'Mageroyal zone 130, node 60'),
|
|
(2299, 960, 0, 'Mageroyal zone 331, node 17'),
|
|
(2300, 960, 0, 'Mageroyal zone 331, node 18'),
|
|
(2301, 952, 0, 'Mageroyal zone 38, node 76'),
|
|
(2302, 961, 0, 'Mageroyal zone 148, node 114'),
|
|
(2303, 950, 0, 'Mageroyal zone 44, node 31'),
|
|
(2304, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 430'),
|
|
(2305, 961, 0, 'Mageroyal zone 148, node 115'),
|
|
(2306, 950, 0, 'Mageroyal zone 44, node 32'),
|
|
(2308, 801, 0, 'Mageroyal,Zone 17,Area 17,node 431'),
|
|
(2309, 952, 0, 'Mageroyal zone 38, node 77'),
|
|
(2310, 801, 0, 'Mageroyal,Zone 17,Area 17,node 432'),
|
|
(2311, 800, 0, 'Mageroyal,Zone 17,Area 815,node 433'),
|
|
(2312, 801, 0, 'Mageroyal,Zone 17,Area 17,node 434'),
|
|
(2313, 801, 0, 'Mageroyal,Zone 17,Area 17,node 435'),
|
|
(2314, 801, 0, 'Mageroyal,Zone 17,Area 17,node 436'),
|
|
(2315, 801, 0, 'Mageroyal,Zone 17,Area 17,node 437'),
|
|
(2316, 960, 0, 'Mageroyal zone 331, node 19'),
|
|
(2317, 801, 0, 'Mageroyal,Zone 17,Area 17,node 438'),
|
|
(2318, 801, 0, 'Mageroyal,Zone 17,Area 17,node 439'),
|
|
(2319, 951, 0, 'Mageroyal zone 40, node 53'),
|
|
(2320, 951, 0, 'Mageroyal zone 40, node 54'),
|
|
(2322, 961, 0, 'Mageroyal zone 148, node 116'),
|
|
(2323, 950, 0, 'Mageroyal zone 44, node 33'),
|
|
(2324, 951, 0, 'Mageroyal zone 40, node 55'),
|
|
(2325, 961, 0, 'Mageroyal zone 148, node 117'),
|
|
(2326, 960, 0, 'Mageroyal zone 331, node 20'),
|
|
(2327, 961, 0, 'Mageroyal zone 148, node 118'),
|
|
(2328, 806, 0, 'Mageroyal,Zone 17,Area 388,node 440'),
|
|
(2330, 960, 0, 'Mageroyal zone 331, node 21'),
|
|
(2331, 958, 0, 'Mageroyal zone 267, node 3'),
|
|
(2332, 960, 0, 'Mageroyal zone 331, node 22'),
|
|
(2333, 800, 0, 'Mageroyal,Zone 17,Area 815,node 441'),
|
|
(2334, 800, 0, 'Mageroyal,Zone 17,Area 815,node 442'),
|
|
(2335, 950, 0, 'Mageroyal zone 44, node 34'),
|
|
(2337, 801, 0, 'Mageroyal,Zone 17,Area 17,node 443'),
|
|
(2338, 956, 0, 'Mageroyal zone 130, node 61'),
|
|
(2339, 805, 0, 'Mageroyal,Zone 17,Area 387,node 444'),
|
|
(2340, 805, 0, 'Mageroyal,Zone 17,Area 387,node 445'),
|
|
(2341, 805, 0, 'Mageroyal,Zone 17,Area 387,node 446'),
|
|
(2342, 960, 0, 'Mageroyal zone 331, node 23'),
|
|
(2343, 807, 0, 'Mageroyal,Zone 17,Area 390,node 447'),
|
|
(2344, 807, 0, 'Mageroyal,Zone 17,Area 390,node 448'),
|
|
(2345, 807, 0, 'Mageroyal,Zone 17,Area 390,node 449'),
|
|
(2346, 995, 0, 'Mageroyal zone 10, node 6'),
|
|
(2347, 805, 0, 'Mageroyal,Zone 17,Area 387,node 450'),
|
|
(2348, 805, 0, 'Mageroyal,Zone 17,Area 387,node 451'),
|
|
(2349, 805, 0, 'Mageroyal,Zone 17,Area 387,node 452'),
|
|
(2351, 805, 0, 'Mageroyal,Zone 17,Area 387,node 454'),
|
|
(2352, 960, 0, 'Mageroyal zone 331, node 24'),
|
|
(2353, 960, 0, 'Mageroyal zone 331, node 25'),
|
|
(2354, 951, 0, 'Mageroyal zone 40, node 56'),
|
|
(2355, 807, 0, 'Mageroyal,Zone 17,Area 390,node 455'),
|
|
(2356, 960, 0, 'Mageroyal zone 331, node 26'),
|
|
(2357, 960, 0, 'Mageroyal zone 331, node 27'),
|
|
(2358, 805, 0, 'Mageroyal,Zone 17,Area 387,node 456'),
|
|
(2360, 951, 0, 'Mageroyal zone 40, node 57'),
|
|
(2361, 801, 0, 'Mageroyal,Zone 17,Area 17,node 457'),
|
|
(2362, 801, 0, 'Mageroyal,Zone 17,Area 17,node 458'),
|
|
(2363, 801, 0, 'Mageroyal,Zone 17,Area 17,node 459'),
|
|
(2364, 801, 0, 'Mageroyal,Zone 17,Area 17,node 460'),
|
|
(2365, 956, 0, 'Mageroyal zone 130, node 62'),
|
|
(2367, 994, 0, 'Mageroyal zone 11, node 3'),
|
|
(2369, 801, 0, 'Mageroyal,Zone 17,Area 17,node 461'),
|
|
(2370, 951, 0, 'Mageroyal zone 40, node 58'),
|
|
(2371, 951, 0, 'Mageroyal zone 40, node 59'),
|
|
(2372, 951, 0, 'Mageroyal zone 40, node 60'),
|
|
(2373, 958, 0, 'Mageroyal zone 267, node 4'),
|
|
(2375, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 462'),
|
|
(2376, 950, 0, 'Mageroyal zone 44, node 35'),
|
|
(2377, 802, 0, 'Mageroyal,Zone 17,Area 383,node 463'),
|
|
(2378, 801, 0, 'Mageroyal,Zone 17,Area 17,node 464'),
|
|
(2379, 951, 0, 'Mageroyal zone 40, node 61'),
|
|
(2380, 951, 0, 'Mageroyal zone 40, node 62'),
|
|
(2381, 960, 0, 'Mageroyal zone 331, node 28'),
|
|
(2382, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 465'),
|
|
(2383, 801, 0, 'Mageroyal,Zone 17,Area 17,node 466'),
|
|
(2384, 812, 0, 'Mageroyal,Zone 17,Area 1700,node 467'),
|
|
(2385, 801, 0, 'Mageroyal,Zone 17,Area 17,node 468'),
|
|
(2386, 805, 0, 'Mageroyal,Zone 17,Area 387,node 469'),
|
|
(2387, 801, 0, 'Mageroyal,Zone 17,Area 17,node 470'),
|
|
(2388, 801, 0, 'Mageroyal,Zone 17,Area 17,node 471'),
|
|
(2389, 800, 0, 'Mageroyal,Zone 17,Area 1157,node 472'),
|
|
(2390, 800, 0, 'Mageroyal,Zone 17,Area 359,node 473'),
|
|
(2391, 805, 0, 'Mageroyal,Zone 17,Area 387,node 474'),
|
|
(2392, 801, 0, 'Mageroyal,Zone 17,Area 17,node 475'),
|
|
(2393, 801, 0, 'Mageroyal,Zone 17,Area 17,node 476'),
|
|
(2395, 801, 0, 'Mageroyal,Zone 17,Area 17,node 477'),
|
|
(2396, 956, 0, 'Mageroyal zone 130, node 63'),
|
|
(2397, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 478'),
|
|
(2398, 995, 0, 'Mageroyal zone 10, node 7'),
|
|
(2399, 958, 0, 'Mageroyal zone 267, node 5'),
|
|
(2400, 801, 0, 'Mageroyal,Zone 17,Area 17,node 479'),
|
|
(2401, 806, 0, 'Mageroyal,Zone 17,Area 388,node 480'),
|
|
(2402, 950, 0, 'Mageroyal zone 44, node 36'),
|
|
(2403, 961, 0, 'Mageroyal zone 148, node 119'),
|
|
(2404, 961, 0, 'Mageroyal zone 148, node 120'),
|
|
(2405, 801, 0, 'Mageroyal,Zone 17,Area 17,node 481'),
|
|
(2406, 806, 0, 'Mageroyal,Zone 17,Area 388,node 482'),
|
|
(2407, 961, 0, 'Mageroyal zone 148, node 121'),
|
|
(2408, 961, 0, 'Mageroyal zone 148, node 122'),
|
|
(2409, 961, 0, 'Mageroyal zone 148, node 123'),
|
|
(2410, 961, 0, 'Mageroyal zone 148, node 124'),
|
|
(2411, 961, 0, 'Mageroyal zone 148, node 125'),
|
|
(2412, 961, 0, 'Mageroyal zone 148, node 126'),
|
|
(2413, 961, 0, 'Mageroyal zone 148, node 127'),
|
|
(2414, 961, 0, 'Mageroyal zone 148, node 128'),
|
|
(2415, 961, 0, 'Mageroyal zone 148, node 129'),
|
|
(2416, 956, 0, 'Mageroyal zone 130, node 64'),
|
|
(2417, 960, 0, 'Mageroyal zone 331, node 29'),
|
|
(2418, 960, 0, 'Mageroyal zone 331, node 30'),
|
|
(2419, 801, 0, 'Mageroyal,Zone 17,Area 17,node 483'),
|
|
(2422, 952, 0, 'Mageroyal zone 38, node 78'),
|
|
(2423, 806, 0, 'Mageroyal,Zone 17,Area 388,node 484'),
|
|
(2424, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 485'),
|
|
(2425, 960, 0, 'Mageroyal zone 331, node 31'),
|
|
(2426, 807, 0, 'Mageroyal,Zone 17,Area 390,node 486'),
|
|
(2427, 801, 0, 'Mageroyal,Zone 17,Area 17,node 487'),
|
|
(2428, 951, 0, 'Mageroyal zone 40, node 63'),
|
|
(2429, 801, 0, 'Mageroyal,Zone 17,Area 17,node 488'),
|
|
(2430, 801, 0, 'Mageroyal,Zone 17,Area 17,node 489'),
|
|
(2431, 960, 0, 'Mageroyal zone 331, node 32'),
|
|
(2432, 961, 0, 'Mageroyal zone 148, node 130'),
|
|
(2433, 801, 0, 'Mageroyal,Zone 17,Area 17,node 490'),
|
|
(2434, 801, 0, 'Mageroyal,Zone 17,Area 17,node 491'),
|
|
(2436, 812, 0, 'Mageroyal,Zone 17,Area 1700,node 492'),
|
|
(2437, 960, 0, 'Mageroyal zone 331, node 33'),
|
|
(2438, 960, 0, 'Mageroyal zone 331, node 34'),
|
|
(2439, 960, 0, 'Mageroyal zone 331, node 35'),
|
|
(2440, 960, 0, 'Mageroyal zone 331, node 36'),
|
|
(2441, 960, 0, 'Mageroyal zone 331, node 37'),
|
|
(2442, 960, 0, 'Mageroyal zone 331, node 38'),
|
|
(2443, 960, 0, 'Mageroyal zone 331, node 39'),
|
|
(2444, 960, 0, 'Mageroyal zone 331, node 40'),
|
|
(2445, 801, 0, 'Mageroyal,Zone 17,Area 17,node 493'),
|
|
(2446, 801, 0, 'Mageroyal,Zone 17,Area 17,node 494'),
|
|
(2447, 801, 0, 'Mageroyal,Zone 17,Area 17,node 495'),
|
|
(2448, 956, 0, 'Mageroyal zone 130, node 65'),
|
|
(2449, 960, 0, 'Mageroyal zone 331, node 41'),
|
|
(2450, 812, 0, 'Mageroyal,Zone 17,Area 1700,node 496'),
|
|
(2451, 951, 0, 'Mageroyal zone 40, node 64'),
|
|
(2452, 961, 0, 'Mageroyal zone 148, node 131'),
|
|
(2453, 961, 0, 'Mageroyal zone 148, node 132'),
|
|
(2454, 961, 0, 'Mageroyal zone 148, node 133'),
|
|
(2455, 802, 0, 'Mageroyal,Zone 17,Area 383,node 497'),
|
|
(2456, 951, 0, 'Mageroyal zone 40, node 65'),
|
|
(2457, 950, 0, 'Mageroyal zone 44, node 37'),
|
|
(2458, 961, 0, 'Mageroyal zone 148, node 134'),
|
|
(2459, 960, 0, 'Mageroyal zone 331, node 42'),
|
|
(2460, 951, 0, 'Mageroyal zone 40, node 66'),
|
|
(2461, 810, 0, 'Mageroyal,Zone 17,Area 1698,node 498'),
|
|
(2462, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 499'),
|
|
(2463, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 500'),
|
|
(2464, 810, 0, 'Mageroyal,Zone 17,Area 1698,node 501'),
|
|
(2467, 960, 0, 'Mageroyal zone 331, node 43'),
|
|
(2468, 951, 0, 'Mageroyal zone 40, node 67'),
|
|
(2469, 960, 0, 'Mageroyal zone 331, node 44'),
|
|
(2470, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 502'),
|
|
(2471, 810, 0, 'Mageroyal,Zone 17,Area 1698,node 503'),
|
|
(2472, 801, 0, 'Mageroyal,Zone 17,Area 17,node 504'),
|
|
(2473, 951, 0, 'Mageroyal zone 40, node 68'),
|
|
(2475, 805, 0, 'Mageroyal,Zone 17,Area 387,node 505'),
|
|
(2476, 956, 0, 'Mageroyal zone 130, node 66'),
|
|
(2477, 951, 0, 'Mageroyal zone 40, node 69'),
|
|
(2478, 961, 0, 'Mageroyal zone 148, node 135'),
|
|
(2479, 960, 0, 'Mageroyal zone 331, node 45'),
|
|
(2480, 960, 0, 'Mageroyal zone 331, node 46'),
|
|
(2481, 961, 0, 'Mageroyal zone 148, node 136'),
|
|
(2482, 801, 0, 'Mageroyal,Zone 17,Area 17,node 506'),
|
|
(2483, 801, 0, 'Mageroyal,Zone 17,Area 17,node 507'),
|
|
(2486, 801, 0, 'Mageroyal,Zone 17,Area 17,node 508'),
|
|
(2487, 806, 0, 'Mageroyal,Zone 17,Area 388,node 509'),
|
|
(2488, 801, 0, 'Mageroyal,Zone 17,Area 17,node 510'),
|
|
(2489, 801, 0, 'Mageroyal,Zone 17,Area 17,node 511'),
|
|
(2490, 961, 0, 'Mageroyal zone 148, node 137'),
|
|
(2491, 956, 0, 'Mageroyal zone 130, node 67'),
|
|
(2492, 805, 0, 'Mageroyal,Zone 17,Area 387,node 512'),
|
|
(2493, 960, 0, 'Mageroyal zone 331, node 47'),
|
|
(2494, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 513'),
|
|
(2495, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 514'),
|
|
(2496, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 515'),
|
|
(2497, 951, 0, 'Mageroyal zone 40, node 70'),
|
|
(2498, 960, 0, 'Mageroyal zone 331, node 48'),
|
|
(2500, 961, 0, 'Mageroyal zone 148, node 138'),
|
|
(2501, 800, 0, 'Mageroyal,Zone 17,Area 381,node 516'),
|
|
(2503, 801, 0, 'Mageroyal,Zone 17,Area 17,node 517'),
|
|
(2504, 805, 0, 'Mageroyal,Zone 17,Area 387,node 518'),
|
|
(2505, 951, 0, 'Mageroyal zone 40, node 71'),
|
|
(2506, 807, 0, 'Mageroyal,Zone 17,Area 390,node 519'),
|
|
(2507, 801, 0, 'Mageroyal,Zone 17,Area 17,node 520'),
|
|
(2508, 801, 0, 'Mageroyal,Zone 17,Area 17,node 521'),
|
|
(2509, 801, 0, 'Mageroyal,Zone 17,Area 17,node 522'),
|
|
(2511, 951, 0, 'Mageroyal zone 40, node 72'),
|
|
(2512, 800, 0, 'Mageroyal,Zone 17,Area 1157,node 523'),
|
|
(2513, 801, 0, 'Mageroyal,Zone 17,Area 17,node 524'),
|
|
(2514, 956, 0, 'Mageroyal zone 130, node 68'),
|
|
(2515, 805, 0, 'Mageroyal,Zone 17,Area 387,node 525'),
|
|
(2516, 958, 0, 'Mageroyal zone 267, node 6'),
|
|
(2517, 960, 0, 'Mageroyal zone 331, node 49'),
|
|
(2518, 961, 0, 'Mageroyal zone 148, node 139'),
|
|
(2519, 961, 0, 'Mageroyal zone 148, node 140'),
|
|
(2520, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 526'),
|
|
(2521, 958, 0, 'Mageroyal zone 267, node 7'),
|
|
(2522, 809, 0, 'Mageroyal,Zone 17,Area 1156,node 527'),
|
|
(2523, 800, 0, 'Mageroyal,Zone 17,Area 1157,node 528'),
|
|
(2525, 960, 0, 'Mageroyal zone 331, node 50'),
|
|
(2526, 960, 0, 'Mageroyal zone 331, node 51'),
|
|
(2527, 956, 0, 'Mageroyal zone 130, node 69'),
|
|
(2528, 801, 0, 'Mageroyal,Zone 17,Area 17,node 529'),
|
|
(2529, 961, 0, 'Mageroyal zone 148, node 141'),
|
|
(2530, 951, 0, 'Mageroyal zone 40, node 73'),
|
|
(2531, 951, 0, 'Mageroyal zone 40, node 74'),
|
|
(2532, 950, 0, 'Mageroyal zone 44, node 38'),
|
|
(2533, 951, 0, 'Mageroyal zone 40, node 75'),
|
|
(2534, 801, 0, 'Mageroyal,Zone 17,Area 17,node 530'),
|
|
(2535, 801, 0, 'Mageroyal,Zone 17,Area 17,node 531'),
|
|
(2536, 801, 0, 'Mageroyal,Zone 17,Area 17,node 532'),
|
|
(2537, 805, 0, 'Mageroyal,Zone 17,Area 387,node 533'),
|
|
(2538, 805, 0, 'Mageroyal,Zone 17,Area 387,node 534'),
|
|
(2539, 805, 0, 'Mageroyal,Zone 17,Area 387,node 535'),
|
|
(2540, 960, 0, 'Mageroyal zone 331, node 52'),
|
|
(2541, 960, 0, 'Mageroyal zone 331, node 53'),
|
|
(2542, 800, 0, 'Briarthorn,Zone 17,Area 381,node 536'),
|
|
(2543, 951, 0, 'Briarthorn zone 40, node 76'),
|
|
(2544, 958, 0, 'Briarthorn zone 267, node 8'),
|
|
(2545, 960, 0, 'Briarthorn zone 331, node 54'),
|
|
(2546, 956, 0, 'Briarthorn zone 130, node 70'),
|
|
(2547, 958, 0, 'Briarthorn zone 267, node 9'),
|
|
(2548, 958, 0, 'Briarthorn zone 267, node 10'),
|
|
(2549, 810, 0, 'Briarthorn,Zone 17,Area 1698,node 537'),
|
|
(2551, 809, 0, 'Briarthorn,Zone 17,Area 1156,node 538'),
|
|
(2552, 961, 0, 'Briarthorn zone 148, node 142'),
|
|
(2553, 960, 0, 'Briarthorn zone 331, node 55'),
|
|
(2554, 812, 0, 'Briarthorn,Zone 17,Area 1700,node 539'),
|
|
(2556, 995, 0, 'Briarthorn zone 10, node 8'),
|
|
(2557, 960, 0, 'Briarthorn zone 331, node 56'),
|
|
(2558, 961, 0, 'Briarthorn zone 148, node 143'),
|
|
(2559, 809, 0, 'Briarthorn,Zone 17,Area 1156,node 540'),
|
|
(2560, 956, 0, 'Briarthorn zone 130, node 71'),
|
|
(2561, 951, 0, 'Briarthorn zone 40, node 77'),
|
|
(2562, 813, 0, 'Briarthorn,Zone 17,Area 1701,node 541'),
|
|
(2563, 950, 0, 'Briarthorn zone 44, node 39'),
|
|
(2564, 801, 0, 'Briarthorn,Zone 17,Area 17,node 542'),
|
|
(2565, 809, 0, 'Briarthorn,Zone 17,Area 1156,node 543'),
|
|
(2566, 958, 0, 'Briarthorn zone 267, node 11'),
|
|
(2567, 801, 0, 'Briarthorn,Zone 17,Area 17,node 544'),
|
|
(2569, 801, 0, 'Briarthorn,Zone 17,Area 17,node 545'),
|
|
(2570, 995, 0, 'Briarthorn zone 10, node 9'),
|
|
(2571, 995, 0, 'Briarthorn zone 10, node 10'),
|
|
(2572, 960, 0, 'Briarthorn zone 331, node 57'),
|
|
(2573, 961, 0, 'Briarthorn zone 148, node 144'),
|
|
(2574, 812, 0, 'Briarthorn,Zone 17,Area 1700,node 546'),
|
|
(2575, 995, 0, 'Briarthorn zone 10, node 11'),
|
|
(2576, 995, 0, 'Briarthorn zone 10, node 12'),
|
|
(2577, 995, 0, 'Briarthorn zone 10, node 13'),
|
|
(2578, 995, 0, 'Briarthorn zone 10, node 14'),
|
|
(2579, 960, 0, 'Briarthorn zone 331, node 58'),
|
|
(2580, 960, 0, 'Briarthorn zone 331, node 59'),
|
|
(2581, 951, 0, 'Briarthorn zone 40, node 78'),
|
|
(2582, 961, 0, 'Briarthorn zone 148, node 145'),
|
|
(2583, 950, 0, 'Briarthorn zone 44, node 40'),
|
|
(2584, 960, 0, 'Briarthorn zone 331, node 60'),
|
|
(2585, 951, 0, 'Briarthorn zone 40, node 79'),
|
|
(2586, 995, 0, 'Briarthorn zone 10, node 15'),
|
|
(2587, 956, 0, 'Briarthorn zone 130, node 72'),
|
|
(2588, 995, 0, 'Briarthorn zone 10, node 16'),
|
|
(2589, 995, 0, 'Briarthorn zone 10, node 17'),
|
|
(2590, 802, 0, 'Briarthorn,Zone 17,Area 383,node 547'),
|
|
(2591, 801, 0, 'Briarthorn,Zone 17,Area 17,node 548'),
|
|
(2592, 960, 0, 'Briarthorn zone 331, node 61'),
|
|
(2593, 951, 0, 'Briarthorn zone 40, node 80'),
|
|
(2594, 961, 0, 'Briarthorn zone 148, node 146'),
|
|
(2595, 995, 0, 'Briarthorn zone 10, node 18'),
|
|
(2596, 950, 0, 'Briarthorn zone 44, node 41'),
|
|
(2597, 951, 0, 'Briarthorn zone 40, node 81'),
|
|
(2598, 950, 0, 'Briarthorn zone 44, node 42'),
|
|
(2599, 801, 0, 'Briarthorn,Zone 17,Area 17,node 549'),
|
|
(2600, 961, 0, 'Briarthorn zone 148, node 147'),
|
|
(2601, 995, 0, 'Briarthorn zone 10, node 19'),
|
|
(2602, 961, 0, 'Briarthorn zone 148, node 148'),
|
|
(2603, 958, 0, 'Briarthorn zone 267, node 12'),
|
|
(2604, 995, 0, 'Briarthorn zone 10, node 20'),
|
|
(2605, 949, 0, 'Briarthorn zone 406, node 3'),
|
|
(2606, 995, 0, 'Briarthorn zone 10, node 21'),
|
|
(2607, 961, 0, 'Briarthorn zone 148, node 149'),
|
|
(2608, 995, 0, 'Briarthorn zone 10, node 22'),
|
|
(2609, 995, 0, 'Briarthorn zone 10, node 23'),
|
|
(2610, 802, 0, 'Briarthorn,Zone 17,Area 383,node 550'),
|
|
(2611, 804, 0, 'Briarthorn,Zone 17,Area 386,node 551'),
|
|
(2612, 960, 0, 'Briarthorn zone 331, node 62'),
|
|
(2613, 951, 0, 'Briarthorn zone 40, node 82'),
|
|
(2614, 960, 0, 'Briarthorn zone 331, node 63'),
|
|
(2615, 802, 0, 'Briarthorn,Zone 17,Area 383,node 552'),
|
|
(2616, 960, 0, 'Briarthorn zone 331, node 64'),
|
|
(2617, 956, 0, 'Briarthorn zone 130, node 73'),
|
|
(2618, 961, 0, 'Briarthorn zone 148, node 150'),
|
|
(2619, 949, 0, 'Briarthorn zone 406, node 4'),
|
|
(2620, 809, 0, 'Briarthorn,Zone 17,Area 1156,node 553'),
|
|
(2621, 801, 0, 'Briarthorn,Zone 17,Area 17,node 554'),
|
|
(2622, 951, 0, 'Briarthorn zone 40, node 83'),
|
|
(2623, 994, 0, 'Briarthorn zone 11, node 4'),
|
|
(2624, 961, 0, 'Briarthorn zone 148, node 151'),
|
|
(2625, 804, 0, 'Briarthorn,Zone 17,Area 386,node 555'),
|
|
(2626, 958, 0, 'Briarthorn zone 267, node 13'),
|
|
(2627, 961, 0, 'Briarthorn zone 148, node 152'),
|
|
(2628, 960, 0, 'Briarthorn zone 331, node 65'),
|
|
(2629, 961, 0, 'Briarthorn zone 148, node 153'),
|
|
(2630, 995, 0, 'Briarthorn zone 10, node 24'),
|
|
(2631, 958, 0, 'Briarthorn zone 267, node 14'),
|
|
(2632, 961, 0, 'Briarthorn zone 148, node 154'),
|
|
(2633, 958, 0, 'Briarthorn zone 267, node 15'),
|
|
(2634, 812, 0, 'Briarthorn,Zone 17,Area 1700,node 556'),
|
|
(2635, 995, 0, 'Briarthorn zone 10, node 25'),
|
|
(2636, 995, 0, 'Briarthorn zone 10, node 26'),
|
|
(2637, 995, 0, 'Briarthorn zone 10, node 27'),
|
|
(2638, 995, 0, 'Briarthorn zone 10, node 28'),
|
|
(2639, 995, 0, 'Briarthorn zone 10, node 29'),
|
|
(2640, 995, 0, 'Briarthorn zone 10, node 30'),
|
|
(2641, 995, 0, 'Briarthorn zone 10, node 31'),
|
|
(2642, 951, 0, 'Briarthorn zone 40, node 84'),
|
|
(2643, 809, 0, 'Briarthorn,Zone 17,Area 1156,node 557'),
|
|
(2644, 801, 0, 'Briarthorn,Zone 17,Area 17,node 558'),
|
|
(2645, 950, 0, 'Briarthorn zone 44, node 43'),
|
|
(2646, 801, 0, 'Briarthorn,Zone 17,Area 17,node 559'),
|
|
(2647, 995, 0, 'Briarthorn zone 10, node 32'),
|
|
(2648, 801, 0, 'Briarthorn,Zone 17,Area 17,node 560'),
|
|
(2649, 961, 0, 'Briarthorn zone 148, node 155'),
|
|
(2650, 961, 0, 'Briarthorn zone 148, node 156'),
|
|
(2651, 961, 0, 'Briarthorn zone 148, node 157'),
|
|
(2652, 806, 0, 'Briarthorn,Zone 17,Area 388,node 561'),
|
|
(2653, 961, 0, 'Briarthorn zone 148, node 158'),
|
|
(2654, 961, 0, 'Briarthorn zone 148, node 159'),
|
|
(2655, 961, 0, 'Briarthorn zone 148, node 160'),
|
|
(2656, 952, 0, 'Briarthorn zone 38, node 79'),
|
|
(2657, 958, 0, 'Briarthorn zone 267, node 16'),
|
|
(2658, 995, 0, 'Briarthorn zone 10, node 33'),
|
|
(2659, 801, 0, 'Briarthorn,Zone 17,Area 17,node 562'),
|
|
(2660, 951, 0, 'Briarthorn zone 40, node 85'),
|
|
(2661, 961, 0, 'Briarthorn zone 148, node 161'),
|
|
(2662, 961, 0, 'Briarthorn zone 148, node 162'),
|
|
(2663, 958, 0, 'Briarthorn zone 267, node 17'),
|
|
(2664, 995, 0, 'Briarthorn zone 10, node 34'),
|
|
(2665, 952, 0, 'Briarthorn zone 38, node 80'),
|
|
(2666, 961, 0, 'Briarthorn zone 148, node 163'),
|
|
(2667, 802, 0, 'Briarthorn,Zone 17,Area 383,node 563'),
|
|
(2668, 801, 0, 'Briarthorn,Zone 17,Area 17,node 564'),
|
|
(2669, 995, 0, 'Briarthorn zone 10, node 35'),
|
|
(2670, 951, 0, 'Briarthorn zone 40, node 86'),
|
|
(2671, 961, 0, 'Briarthorn zone 148, node 164'),
|
|
(2672, 960, 0, 'Briarthorn zone 331, node 66'),
|
|
(2673, 951, 0, 'Briarthorn zone 40, node 87'),
|
|
(2674, 951, 0, 'Briarthorn zone 40, node 88'),
|
|
(2675, 960, 0, 'Briarthorn zone 331, node 67'),
|
|
(2676, 961, 0, 'Briarthorn zone 148, node 165'),
|
|
(2677, 809, 0, 'Briarthorn,Zone 17,Area 1156,node 565'),
|
|
(2678, 812, 0, 'Briarthorn,Zone 17,Area 1700,node 566'),
|
|
(2679, 951, 0, 'Briarthorn zone 40, node 89'),
|
|
(2680, 995, 0, 'Briarthorn zone 10, node 36'),
|
|
(2681, 995, 0, 'Briarthorn zone 10, node 37'),
|
|
(2682, 960, 0, 'Briarthorn zone 331, node 68'),
|
|
(2683, 961, 0, 'Briarthorn zone 148, node 166'),
|
|
(2684, 961, 0, 'Briarthorn zone 148, node 167'),
|
|
(2685, 995, 0, 'Briarthorn zone 10, node 38'),
|
|
(2686, 960, 0, 'Briarthorn zone 331, node 69'),
|
|
(2687, 956, 0, 'Briarthorn zone 130, node 74'),
|
|
(2688, 995, 0, 'Briarthorn zone 10, node 39'),
|
|
(2690, 961, 0, 'Briarthorn zone 148, node 168'),
|
|
(2691, 802, 0, 'Briarthorn,Zone 17,Area 383,node 567'),
|
|
(2692, 951, 0, 'Briarthorn zone 40, node 90'),
|
|
(2693, 952, 0, 'Briarthorn zone 38, node 81'),
|
|
(2694, 995, 0, 'Briarthorn zone 10, node 40'),
|
|
(2695, 800, 0, 'Briarthorn,Zone 17,Area 458,node 568'),
|
|
(2696, 951, 0, 'Briarthorn zone 40, node 91'),
|
|
(2697, 950, 0, 'Briarthorn zone 44, node 44'),
|
|
(2698, 995, 0, 'Briarthorn zone 10, node 41'),
|
|
(2699, 805, 0, 'Briarthorn,Zone 17,Area 387,node 569'),
|
|
(2700, 960, 0, 'Briarthorn zone 331, node 70'),
|
|
(2701, 995, 0, 'Briarthorn zone 10, node 42'),
|
|
(2702, 995, 0, 'Briarthorn zone 10, node 43'),
|
|
(2703, 956, 0, 'Briarthorn zone 130, node 75'),
|
|
(2704, 960, 0, 'Briarthorn zone 331, node 71'),
|
|
(2705, 995, 0, 'Briarthorn zone 10, node 44'),
|
|
(2706, 961, 0, 'Briarthorn zone 148, node 169'),
|
|
(2707, 958, 0, 'Briarthorn zone 267, node 18'),
|
|
(2708, 961, 0, 'Briarthorn zone 148, node 170'),
|
|
(2709, 951, 0, 'Briarthorn zone 40, node 92'),
|
|
(2710, 995, 0, 'Briarthorn zone 10, node 45'),
|
|
(2711, 995, 0, 'Briarthorn zone 10, node 46'),
|
|
(2712, 960, 0, 'Briarthorn zone 331, node 72'),
|
|
(2713, 961, 0, 'Briarthorn zone 148, node 171'),
|
|
(2714, 995, 0, 'Briarthorn zone 10, node 47'),
|
|
(2715, 961, 0, 'Briarthorn zone 148, node 172'),
|
|
(2716, 801, 0, 'Briarthorn,Zone 17,Area 17,node 570'),
|
|
(2717, 803, 0, 'Briarthorn,Zone 17,Area 385,node 571'),
|
|
(2718, 960, 0, 'Briarthorn zone 331, node 73'),
|
|
(2719, 802, 0, 'Briarthorn,Zone 17,Area 383,node 572'),
|
|
(2720, 951, 0, 'Briarthorn zone 40, node 93'),
|
|
(2722, 809, 0, 'Briarthorn,Zone 17,Area 1156,node 573'),
|
|
(2723, 811, 0, 'Briarthorn,Zone 17,Area 1699,node 574'),
|
|
(2724, 808, 0, 'Briarthorn,Zone 17,Area 391,node 575'),
|
|
(2725, 804, 0, 'Briarthorn,Zone 17,Area 386,node 576'),
|
|
(2726, 995, 0, 'Briarthorn zone 10, node 48'),
|
|
(2727, 956, 0, 'Briarthorn zone 130, node 76'),
|
|
(2728, 801, 0, 'Briarthorn,Zone 17,Area 17,node 577'),
|
|
(2729, 811, 0, 'Briarthorn,Zone 17,Area 1699,node 578'),
|
|
(2730, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(2731, 960, 0, 'Briarthorn zone 331, node 74'),
|
|
(2732, 803, 0, 'Briarthorn,Zone 17,Area 385,node 579'),
|
|
(2733, 956, 0, 'Briarthorn zone 130, node 77'),
|
|
(2734, 950, 0, 'Briarthorn zone 44, node 45'),
|
|
(2735, 960, 0, 'Briarthorn zone 331, node 75'),
|
|
(2736, 958, 0, 'Briarthorn zone 267, node 19'),
|
|
(2737, 811, 0, 'Briarthorn,Zone 17,Area 1699,node 580'),
|
|
(2738, 949, 0, 'Briarthorn zone 406, node 5'),
|
|
(2739, 950, 0, 'Briarthorn zone 44, node 46'),
|
|
(2740, 995, 0, 'Briarthorn zone 10, node 49'),
|
|
(2741, 995, 0, 'Briarthorn zone 10, node 50'),
|
|
(2742, 952, 0, 'Briarthorn zone 38, node 82'),
|
|
(2743, 802, 0, 'Briarthorn,Zone 17,Area 383,node 581'),
|
|
(2744, 961, 0, 'Briarthorn zone 148, node 173'),
|
|
(2745, 961, 0, 'Briarthorn zone 148, node 174'),
|
|
(2746, 995, 0, 'Briarthorn zone 10, node 51'),
|
|
(2747, 801, 0, 'Briarthorn,Zone 17,Area 17,node 582'),
|
|
(2748, 994, 0, 'Briarthorn zone 11, node 5'),
|
|
(2749, 958, 0, 'Briarthorn zone 267, node 20'),
|
|
(2750, 960, 0, 'Briarthorn zone 331, node 76'),
|
|
(2751, 806, 0, 'Briarthorn,Zone 17,Area 388,node 583'),
|
|
(2752, 950, 0, 'Briarthorn zone 44, node 47'),
|
|
(2753, 950, 0, 'Briarthorn zone 44, node 48'),
|
|
(2754, 811, 0, 'Briarthorn,Zone 17,Area 1699,node 584'),
|
|
(2755, 951, 0, 'Briarthorn zone 40, node 94'),
|
|
(2756, 813, 0, 'Briarthorn,Zone 17,Area 1701,node 585'),
|
|
(2757, 995, 0, 'Briarthorn zone 10, node 52'),
|
|
(2758, 800, 0, 'Briarthorn,Zone 17,Area 359,node 586'),
|
|
(2759, 961, 0, 'Briarthorn zone 148, node 175'),
|
|
(2760, 809, 0, 'Briarthorn,Zone 17,Area 1156,node 587'),
|
|
(2761, 958, 0, 'Briarthorn zone 267, node 21'),
|
|
(2762, 801, 0, 'Briarthorn,Zone 17,Area 17,node 588'),
|
|
(2763, 802, 0, 'Briarthorn,Zone 17,Area 383,node 589'),
|
|
(2764, 956, 0, 'Briarthorn zone 130, node 78'),
|
|
(2765, 950, 0, 'Briarthorn zone 44, node 49'),
|
|
(2766, 805, 0, 'Briarthorn,Zone 17,Area 387,node 590'),
|
|
(2767, 807, 0, 'Briarthorn,Zone 17,Area 390,node 591'),
|
|
(2768, 951, 0, 'Briarthorn zone 40, node 95'),
|
|
(2769, 950, 0, 'Briarthorn zone 44, node 50'),
|
|
(2770, 809, 0, 'Briarthorn,Zone 17,Area 1156,node 592'),
|
|
(2771, 951, 0, 'Briarthorn zone 40, node 96'),
|
|
(2772, 801, 0, 'Briarthorn,Zone 17,Area 17,node 593'),
|
|
(2773, 960, 0, 'Briarthorn zone 331, node 77'),
|
|
(2774, 960, 0, 'Briarthorn zone 331, node 78'),
|
|
(2775, 960, 0, 'Briarthorn zone 331, node 79'),
|
|
(2776, 961, 0, 'Briarthorn zone 148, node 176'),
|
|
(2777, 995, 0, 'Briarthorn zone 10, node 53'),
|
|
(2778, 960, 0, 'Briarthorn zone 331, node 80'),
|
|
(2779, 958, 0, 'Briarthorn zone 267, node 22'),
|
|
(2780, 995, 0, 'Briarthorn zone 10, node 54'),
|
|
(2781, 800, 0, 'Briarthorn,Zone 17,Area 1702,node 594'),
|
|
(2782, 960, 0, 'Briarthorn zone 331, node 81'),
|
|
(2783, 809, 0, 'Briarthorn,Zone 17,Area 1156,node 595'),
|
|
(2784, 995, 0, 'Briarthorn zone 10, node 55'),
|
|
(2785, 950, 0, 'Briarthorn zone 44, node 51'),
|
|
(2786, 951, 0, 'Briarthorn zone 40, node 97'),
|
|
(2787, 995, 0, 'Briarthorn zone 10, node 56'),
|
|
(2788, 956, 0, 'Briarthorn zone 130, node 79'),
|
|
(2789, 801, 0, 'Briarthorn,Zone 17,Area 17,node 596'),
|
|
(2790, 995, 0, 'Briarthorn zone 10, node 57'),
|
|
(2791, 995, 0, 'Briarthorn zone 10, node 58'),
|
|
(2792, 995, 0, 'Briarthorn zone 10, node 59'),
|
|
(2793, 961, 0, 'Briarthorn zone 148, node 177'),
|
|
(2794, 958, 0, 'Briarthorn zone 267, node 23'),
|
|
(2796, 995, 0, 'Briarthorn zone 10, node 60'),
|
|
(2797, 951, 0, 'Briarthorn zone 40, node 98'),
|
|
(2798, 960, 0, 'Briarthorn zone 331, node 82'),
|
|
(2799, 995, 0, 'Briarthorn zone 10, node 61'),
|
|
(2800, 951, 0, 'Briarthorn zone 40, node 99'),
|
|
(2801, 960, 0, 'Briarthorn zone 331, node 83'),
|
|
(2802, 995, 0, 'Briarthorn zone 10, node 62'),
|
|
(2803, 995, 0, 'Briarthorn zone 10, node 63'),
|
|
(2804, 949, 0, 'Briarthorn zone 406, node 6'),
|
|
(2805, 961, 0, 'Briarthorn zone 148, node 178'),
|
|
(2806, 961, 0, 'Briarthorn zone 148, node 179'),
|
|
(2807, 801, 0, 'Briarthorn,Zone 17,Area 17,node 597'),
|
|
(2808, 961, 0, 'Briarthorn zone 148, node 180'),
|
|
(2809, 951, 0, 'Briarthorn zone 40, node 100'),
|
|
(2810, 995, 0, 'Briarthorn zone 10, node 64'),
|
|
(2811, 956, 0, 'Briarthorn zone 130, node 80'),
|
|
(2812, 995, 0, 'Briarthorn zone 10, node 65'),
|
|
(2813, 995, 0, 'Briarthorn zone 10, node 66'),
|
|
(2814, 801, 0, 'Briarthorn,Zone 17,Area 17,node 598'),
|
|
(2815, 961, 0, 'Briarthorn zone 148, node 181'),
|
|
(2816, 995, 0, 'Briarthorn zone 10, node 67'),
|
|
(2817, 802, 0, 'Briarthorn,Zone 17,Area 383,node 599'),
|
|
(2818, 950, 0, 'Briarthorn zone 44, node 52'),
|
|
(2819, 950, 0, 'Briarthorn zone 44, node 53'),
|
|
(2820, 950, 0, 'Briarthorn zone 44, node 54'),
|
|
(2821, 994, 0, 'Briarthorn zone 11, node 6'),
|
|
(2822, 804, 0, 'Briarthorn,Zone 17,Area 386,node 600'),
|
|
(2823, 8132, 0, 'Felweed - Terokkar Forest'),
|
|
(2824, 812, 0, 'Briarthorn,Zone 17,Area 1700,node 601'),
|
|
(2825, 812, 0, 'Briarthorn,Zone 17,Area 1700,node 602'),
|
|
(2826, 809, 0, 'Briarthorn,Zone 17,Area 1156,node 603'),
|
|
(2827, 960, 0, 'Briarthorn zone 331, node 84'),
|
|
(2828, 951, 0, 'Briarthorn zone 40, node 101'),
|
|
(2829, 960, 0, 'Briarthorn zone 331, node 85'),
|
|
(2830, 961, 0, 'Briarthorn zone 148, node 182'),
|
|
(2831, 958, 0, 'Briarthorn zone 267, node 24'),
|
|
(2832, 995, 0, 'Briarthorn zone 10, node 68'),
|
|
(2833, 995, 0, 'Briarthorn zone 10, node 69'),
|
|
(2834, 961, 0, 'Briarthorn zone 148, node 183'),
|
|
(2835, 805, 0, 'Briarthorn,Zone 17,Area 387,node 604'),
|
|
(2836, 801, 0, 'Briarthorn,Zone 17,Area 17,node 605'),
|
|
(2838, 995, 0, 'Briarthorn zone 10, node 70'),
|
|
(2839, 995, 0, 'Briarthorn zone 10, node 71'),
|
|
(2840, 995, 0, 'Briarthorn zone 10, node 72'),
|
|
(2841, 995, 0, 'Briarthorn zone 10, node 73'),
|
|
(2842, 995, 0, 'Briarthorn zone 10, node 74'),
|
|
(2843, 995, 0, 'Briarthorn zone 10, node 75'),
|
|
(2844, 995, 0, 'Briarthorn zone 10, node 76'),
|
|
(2845, 995, 0, 'Briarthorn zone 10, node 77'),
|
|
(2846, 950, 0, 'Briarthorn zone 44, node 55'),
|
|
(2847, 950, 0, 'Briarthorn zone 44, node 56'),
|
|
(2848, 960, 0, 'Briarthorn zone 331, node 86'),
|
|
(2849, 960, 0, 'Briarthorn zone 331, node 87'),
|
|
(2850, 960, 0, 'Briarthorn zone 331, node 88'),
|
|
(2851, 995, 0, 'Briarthorn zone 10, node 78'),
|
|
(2852, 961, 0, 'Briarthorn zone 148, node 184'),
|
|
(2854, 995, 0, 'Briarthorn zone 10, node 79'),
|
|
(2855, 995, 0, 'Briarthorn zone 10, node 80'),
|
|
(2856, 960, 0, 'Briarthorn zone 331, node 89'),
|
|
(2857, 809, 0, 'Briarthorn,Zone 17,Area 1156,node 606'),
|
|
(2859, 801, 0, 'Briarthorn,Zone 17,Area 17,node 607'),
|
|
(2860, 949, 0, 'Briarthorn zone 406, node 7'),
|
|
(2861, 960, 0, 'Briarthorn zone 331, node 90'),
|
|
(2862, 961, 0, 'Briarthorn zone 148, node 185'),
|
|
(2863, 961, 0, 'Briarthorn zone 148, node 186'),
|
|
(2864, 961, 0, 'Briarthorn zone 148, node 187'),
|
|
(2865, 801, 0, 'Briarthorn,Zone 17,Area 17,node 608'),
|
|
(2866, 995, 0, 'Briarthorn zone 10, node 81'),
|
|
(2867, 995, 0, 'Briarthorn zone 10, node 82'),
|
|
(2868, 960, 0, 'Briarthorn zone 331, node 91'),
|
|
(2869, 958, 0, 'Briarthorn zone 267, node 25'),
|
|
(2870, 995, 0, 'Briarthorn zone 10, node 83'),
|
|
(2871, 960, 0, 'Briarthorn zone 331, node 92'),
|
|
(2872, 994, 0, 'Briarthorn zone 11, node 7'),
|
|
(2873, 958, 0, 'Briarthorn zone 267, node 26'),
|
|
(2874, 956, 0, 'Briarthorn zone 130, node 81'),
|
|
(2875, 951, 0, 'Briarthorn zone 40, node 102'),
|
|
(2876, 961, 0, 'Briarthorn zone 148, node 188'),
|
|
(2877, 960, 0, 'Briarthorn zone 331, node 93'),
|
|
(2878, 960, 0, 'Briarthorn zone 331, node 94'),
|
|
(2879, 960, 0, 'Briarthorn zone 331, node 95'),
|
|
(2880, 801, 0, 'Briarthorn,Zone 17,Area 17,node 609'),
|
|
(2881, 801, 0, 'Briarthorn,Zone 17,Area 17,node 610'),
|
|
(2882, 951, 0, 'Briarthorn zone 40, node 103'),
|
|
(2883, 801, 0, 'Briarthorn,Zone 17,Area 17,node 611'),
|
|
(2884, 803, 0, 'Briarthorn,Zone 17,Area 385,node 612'),
|
|
(2885, 801, 0, 'Briarthorn,Zone 17,Area 17,node 613'),
|
|
(2886, 803, 0, 'Briarthorn,Zone 17,Area 385,node 614'),
|
|
(2887, 801, 0, 'Briarthorn,Zone 17,Area 17,node 615'),
|
|
(2888, 960, 0, 'Briarthorn zone 331, node 96'),
|
|
(2889, 951, 0, 'Briarthorn zone 40, node 104'),
|
|
(2890, 960, 0, 'Briarthorn zone 331, node 97'),
|
|
(2891, 960, 0, 'Briarthorn zone 331, node 98'),
|
|
(2893, 809, 0, 'Briarthorn,Zone 17,Area 1156,node 616'),
|
|
(2894, 950, 0, 'Briarthorn zone 44, node 57'),
|
|
(2895, 951, 0, 'Briarthorn zone 40, node 105'),
|
|
(2896, 994, 0, 'Briarthorn zone 11, node 8'),
|
|
(2897, 961, 0, 'Briarthorn zone 148, node 189'),
|
|
(2898, 807, 0, 'Briarthorn,Zone 17,Area 390,node 617'),
|
|
(2899, 961, 0, 'Briarthorn zone 148, node 190'),
|
|
(2900, 961, 0, 'Briarthorn zone 148, node 191'),
|
|
(2901, 958, 0, 'Briarthorn zone 267, node 27'),
|
|
(2902, 806, 0, 'Briarthorn,Zone 17,Area 388,node 618'),
|
|
(2903, 956, 0, 'Briarthorn zone 130, node 82'),
|
|
(2904, 950, 0, 'Briarthorn zone 44, node 58'),
|
|
(2905, 809, 0, 'Briarthorn,Zone 17,Area 1156,node 619'),
|
|
(2906, 801, 0, 'Briarthorn,Zone 17,Area 17,node 620'),
|
|
(2907, 809, 0, 'Briarthorn,Zone 17,Area 1156,node 621'),
|
|
(2908, 962, 0, 'Bruiseweed zone 400, node 1'),
|
|
(2909, 995, 0, 'Bruiseweed zone 10, node 84'),
|
|
(2910, 951, 0, 'Bruiseweed zone 40, node 106'),
|
|
(2911, 951, 0, 'Bruiseweed zone 40, node 107'),
|
|
(2912, 994, 0, 'Bruiseweed zone 11, node 9'),
|
|
(2913, 994, 0, 'Bruiseweed zone 11, node 10'),
|
|
(2914, 994, 0, 'Bruiseweed zone 11, node 11'),
|
|
(2915, 995, 0, 'Bruiseweed zone 10, node 85'),
|
|
(2916, 995, 0, 'Bruiseweed zone 10, node 86'),
|
|
(2917, 951, 0, 'Bruiseweed zone 40, node 108'),
|
|
(2918, 951, 0, 'Bruiseweed zone 40, node 109'),
|
|
(2919, 958, 0, 'Bruiseweed zone 267, node 28'),
|
|
(2920, 825, 0, 'Bruiseweed,Zone 405,602,node 1'),
|
|
(2921, 825, 0, 'Bruiseweed,Zone 405,602,node 2'),
|
|
(2922, 994, 0, 'Bruiseweed zone 11, node 12'),
|
|
(2923, 994, 0, 'Bruiseweed zone 11, node 13'),
|
|
(2924, 995, 0, 'Bruiseweed zone 10, node 87'),
|
|
(2925, 951, 0, 'Bruiseweed zone 40, node 110'),
|
|
(2926, 995, 0, 'Bruiseweed zone 10, node 88'),
|
|
(2927, 995, 0, 'Bruiseweed zone 10, node 89'),
|
|
(2928, 812, 0, 'Bruiseweed,Zone 17,Area 1700,node 622'),
|
|
(2929, 952, 0, 'Bruiseweed zone 38, node 83'),
|
|
(2930, 807, 0, 'Bruiseweed,Zone 17,Area 390,node 623'),
|
|
(2931, 960, 0, 'Bruiseweed zone 331, node 99'),
|
|
(2932, 960, 0, 'Bruiseweed zone 331, node 100'),
|
|
(2933, 958, 0, 'Bruiseweed zone 267, node 29'),
|
|
(2934, 949, 0, 'Bruiseweed zone 406, node 8'),
|
|
(2935, 949, 0, 'Bruiseweed zone 406, node 9'),
|
|
(2936, 826, 0, 'Bruiseweed,Zone 405,607,node 3'),
|
|
(2937, 951, 0, 'Bruiseweed zone 40, node 111'),
|
|
(2938, 958, 0, 'Bruiseweed zone 267, node 30'),
|
|
(2939, 949, 0, 'Bruiseweed zone 406, node 10'),
|
|
(2940, 950, 0, 'Bruiseweed zone 44, node 59'),
|
|
(2941, 956, 0, 'Bruiseweed zone 130, node 83'),
|
|
(2942, 956, 0, 'Bruiseweed zone 130, node 84'),
|
|
(2943, 956, 0, 'Bruiseweed zone 130, node 85'),
|
|
(2944, 956, 0, 'Bruiseweed zone 130, node 86'),
|
|
(2945, 956, 0, 'Bruiseweed zone 130, node 87'),
|
|
(2946, 950, 0, 'Bruiseweed zone 44, node 60'),
|
|
(2947, 949, 0, 'Bruiseweed zone 406, node 11'),
|
|
(2948, 949, 0, 'Bruiseweed zone 406, node 12'),
|
|
(2949, 949, 0, 'Bruiseweed zone 406, node 13'),
|
|
(2950, 813, 0, 'Bruiseweed,Zone 17,Area 1701,node 624'),
|
|
(2951, 813, 0, 'Bruiseweed,Zone 17,Area 1701,node 625'),
|
|
(2952, 812, 0, 'Bruiseweed,Zone 17,Area 1700,node 626'),
|
|
(2953, 825, 0, 'Bruiseweed,Zone 405,602,node 4'),
|
|
(2954, 802, 0, 'Bruiseweed,Zone 17,Area 383,node 627'),
|
|
(2955, 801, 0, 'Bruiseweed,Zone 17,Area 17,node 628'),
|
|
(2956, 994, 0, 'Bruiseweed zone 11, node 14'),
|
|
(2957, 995, 0, 'Bruiseweed zone 10, node 90'),
|
|
(2958, 949, 0, 'Bruiseweed zone 406, node 14'),
|
|
(2959, 949, 0, 'Bruiseweed zone 406, node 15'),
|
|
(2960, 994, 0, 'Bruiseweed zone 11, node 15'),
|
|
(2961, 949, 0, 'Bruiseweed zone 406, node 16'),
|
|
(2962, 949, 0, 'Bruiseweed zone 406, node 17'),
|
|
(2963, 960, 0, 'Bruiseweed zone 331, node 101'),
|
|
(2965, 962, 0, 'Bruiseweed zone 400, node 2'),
|
|
(2966, 959, 0, 'Bruiseweed zone 45, node 1'),
|
|
(2967, 949, 0, 'Bruiseweed zone 406, node 18'),
|
|
(2968, 961, 0, 'Bruiseweed zone 148, node 192'),
|
|
(2969, 959, 0, 'Bruiseweed zone 45, node 2'),
|
|
(2970, 959, 0, 'Bruiseweed zone 45, node 3'),
|
|
(2971, 801, 0, 'Bruiseweed,Zone 17,Area 17,node 629'),
|
|
(2972, 826, 0, 'Bruiseweed,Zone 405,607,node 5'),
|
|
(2973, 826, 0, 'Bruiseweed,Zone 405,607,node 6'),
|
|
(2974, 961, 0, 'Bruiseweed zone 148, node 193'),
|
|
(2975, 949, 0, 'Bruiseweed zone 406, node 19'),
|
|
(2976, 960, 0, 'Bruiseweed zone 331, node 102'),
|
|
(2977, 995, 0, 'Bruiseweed zone 10, node 91'),
|
|
(2978, 995, 0, 'Bruiseweed zone 10, node 92'),
|
|
(2979, 821, 0, 'Bruiseweed,Zone 405,599,node 7'),
|
|
(2980, 995, 0, 'Bruiseweed zone 10, node 93'),
|
|
(2981, 958, 0, 'Bruiseweed zone 267, node 31'),
|
|
(2982, 958, 0, 'Bruiseweed zone 267, node 32'),
|
|
(2983, 958, 0, 'Bruiseweed zone 267, node 33'),
|
|
(2984, 950, 0, 'Bruiseweed zone 44, node 61'),
|
|
(2985, 956, 0, 'Bruiseweed zone 130, node 88'),
|
|
(2986, 962, 0, 'Bruiseweed zone 400, node 3'),
|
|
(2987, 952, 0, 'Bruiseweed zone 38, node 84'),
|
|
(2988, 952, 0, 'Bruiseweed zone 38, node 85'),
|
|
(2989, 949, 0, 'Bruiseweed zone 406, node 20'),
|
|
(2990, 962, 0, 'Bruiseweed zone 400, node 4'),
|
|
(2991, 962, 0, 'Bruiseweed zone 400, node 5'),
|
|
(2992, 958, 0, 'Bruiseweed zone 267, node 34'),
|
|
(2993, 950, 0, 'Bruiseweed zone 44, node 62'),
|
|
(2994, 994, 0, 'Bruiseweed zone 11, node 16'),
|
|
(2995, 994, 0, 'Bruiseweed zone 11, node 17'),
|
|
(2996, 994, 0, 'Bruiseweed zone 11, node 18'),
|
|
(2997, 960, 0, 'Bruiseweed zone 331, node 103'),
|
|
(2998, 994, 0, 'Bruiseweed zone 11, node 19'),
|
|
(2999, 950, 0, 'Bruiseweed zone 44, node 63'),
|
|
(3000, 951, 0, 'Bruiseweed zone 40, node 112'),
|
|
(3001, 960, 0, 'Bruiseweed zone 331, node 104'),
|
|
(3002, 949, 0, 'Bruiseweed zone 406, node 21'),
|
|
(3003, 826, 0, 'Bruiseweed,Zone 405,607,node 8'),
|
|
(3004, 958, 0, 'Bruiseweed zone 267, node 35'),
|
|
(3005, 995, 0, 'Bruiseweed zone 10, node 94'),
|
|
(3006, 802, 0, 'Bruiseweed,Zone 17,Area 383,node 630'),
|
|
(3007, 950, 0, 'Bruiseweed zone 44, node 64'),
|
|
(3008, 950, 0, 'Bruiseweed zone 44, node 65'),
|
|
(3009, 961, 0, 'Bruiseweed zone 148, node 194'),
|
|
(3010, 961, 0, 'Bruiseweed zone 148, node 195'),
|
|
(3011, 960, 0, 'Bruiseweed zone 331, node 105'),
|
|
(3012, 961, 0, 'Bruiseweed zone 148, node 196'),
|
|
(3013, 961, 0, 'Bruiseweed zone 148, node 197'),
|
|
(3014, 961, 0, 'Bruiseweed zone 148, node 198'),
|
|
(3015, 801, 0, 'Bruiseweed,Zone 17,Area 17,node 631'),
|
|
(3016, 995, 0, 'Bruiseweed zone 10, node 95'),
|
|
(3017, 952, 0, 'Bruiseweed zone 38, node 86'),
|
|
(3018, 952, 0, 'Bruiseweed zone 38, node 87'),
|
|
(3019, 995, 0, 'Bruiseweed zone 10, node 96'),
|
|
(3020, 958, 0, 'Bruiseweed zone 267, node 36'),
|
|
(3021, 994, 0, 'Bruiseweed zone 11, node 20'),
|
|
(3022, 994, 0, 'Bruiseweed zone 11, node 21'),
|
|
(3023, 962, 0, 'Bruiseweed zone 400, node 6'),
|
|
(3024, 962, 0, 'Bruiseweed zone 400, node 7'),
|
|
(3025, 962, 0, 'Bruiseweed zone 400, node 8'),
|
|
(3026, 951, 0, 'Bruiseweed zone 40, node 113'),
|
|
(3027, 962, 0, 'Bruiseweed zone 400, node 9'),
|
|
(3028, 813, 0, 'Bruiseweed,Zone 17,Area 1701,node 632'),
|
|
(3029, 950, 0, 'Bruiseweed zone 44, node 66'),
|
|
(3030, 564, 0, 'Bruiseweed in Alterac Mountains'),
|
|
(3031, 564, 0, 'Bruiseweed in Alterac Mountains'),
|
|
(3032, 801, 0, 'Bruiseweed,Zone 17,Area 17,node 633'),
|
|
(3033, 949, 0, 'Bruiseweed zone 406, node 22'),
|
|
(3034, 564, 0, 'Bruiseweed in Alterac Mountains'),
|
|
(3035, 958, 0, 'Bruiseweed zone 267, node 37'),
|
|
(3036, 958, 0, 'Bruiseweed zone 267, node 38'),
|
|
(3037, 958, 0, 'Bruiseweed zone 267, node 39'),
|
|
(3038, 564, 0, 'Bruiseweed in Alterac Mountains'),
|
|
(3039, 960, 0, 'Bruiseweed zone 331, node 106'),
|
|
(3040, 949, 0, 'Bruiseweed zone 406, node 23'),
|
|
(3041, 949, 0, 'Bruiseweed zone 406, node 24'),
|
|
(3042, 960, 0, 'Bruiseweed zone 331, node 107'),
|
|
(3044, 951, 0, 'Bruiseweed zone 40, node 114'),
|
|
(3045, 949, 0, 'Bruiseweed zone 406, node 25'),
|
|
(3046, 949, 0, 'Bruiseweed zone 406, node 26'),
|
|
(3047, 800, 0, 'Bruiseweed,Zone 17,Area 384,node 634'),
|
|
(3048, 949, 0, 'Bruiseweed zone 406, node 27'),
|
|
(3049, 812, 0, 'Bruiseweed,Zone 17,Area 1700,node 635'),
|
|
(3051, 950, 0, 'Bruiseweed zone 44, node 67'),
|
|
(3052, 962, 0, 'Bruiseweed zone 400, node 10'),
|
|
(3053, 949, 0, 'Bruiseweed zone 406, node 28'),
|
|
(3055, 950, 0, 'Bruiseweed zone 44, node 68'),
|
|
(3056, 801, 0, 'Bruiseweed,Zone 17,Area 17,node 636'),
|
|
(3057, 949, 0, 'Bruiseweed zone 406, node 29'),
|
|
(3058, 812, 0, 'Bruiseweed,Zone 17,Area 1700,node 637'),
|
|
(3059, 950, 0, 'Bruiseweed zone 44, node 69'),
|
|
(3060, 950, 0, 'Bruiseweed zone 44, node 70'),
|
|
(3061, 995, 0, 'Bruiseweed zone 10, node 97'),
|
|
(3062, 959, 0, 'Bruiseweed zone 45, node 4'),
|
|
(3063, 960, 0, 'Bruiseweed zone 331, node 108'),
|
|
(3064, 994, 0, 'Bruiseweed zone 11, node 22'),
|
|
(3065, 950, 0, 'Bruiseweed zone 44, node 71'),
|
|
(3066, 956, 0, 'Bruiseweed zone 130, node 89'),
|
|
(3067, 956, 0, 'Bruiseweed zone 130, node 90'),
|
|
(3068, 956, 0, 'Bruiseweed zone 130, node 91'),
|
|
(3069, 956, 0, 'Bruiseweed zone 130, node 92'),
|
|
(3070, 994, 0, 'Bruiseweed zone 11, node 23'),
|
|
(3071, 994, 0, 'Bruiseweed zone 11, node 24'),
|
|
(3072, 994, 0, 'Bruiseweed zone 11, node 25'),
|
|
(3073, 994, 0, 'Bruiseweed zone 11, node 26'),
|
|
(3074, 959, 0, 'Bruiseweed zone 45, node 5'),
|
|
(3075, 958, 0, 'Bruiseweed zone 267, node 40'),
|
|
(3076, 958, 0, 'Bruiseweed zone 267, node 41'),
|
|
(3077, 949, 0, 'Bruiseweed zone 406, node 30'),
|
|
(3078, 821, 0, 'Bruiseweed,Zone 405,599,node 9'),
|
|
(3079, 952, 0, 'Bruiseweed zone 38, node 88'),
|
|
(3081, 949, 0, 'Bruiseweed zone 406, node 31'),
|
|
(3082, 949, 0, 'Bruiseweed zone 406, node 32'),
|
|
(3083, 825, 0, 'Bruiseweed,Zone 405,602,node 10'),
|
|
(3084, 949, 0, 'Bruiseweed zone 406, node 33'),
|
|
(3085, 962, 0, 'Bruiseweed zone 400, node 11'),
|
|
(3086, 949, 0, 'Bruiseweed zone 406, node 34'),
|
|
(3087, 995, 0, 'Bruiseweed zone 10, node 98'),
|
|
(3088, 962, 0, 'Bruiseweed zone 400, node 12'),
|
|
(3089, 994, 0, 'Bruiseweed zone 11, node 27'),
|
|
(3090, 961, 0, 'Bruiseweed zone 148, node 199'),
|
|
(3091, 959, 0, 'Bruiseweed zone 45, node 6'),
|
|
(3092, 994, 0, 'Bruiseweed zone 11, node 28'),
|
|
(3093, 994, 0, 'Bruiseweed zone 11, node 29'),
|
|
(3094, 961, 0, 'Bruiseweed zone 148, node 200'),
|
|
(3095, 961, 0, 'Bruiseweed zone 148, node 201'),
|
|
(3096, 950, 0, 'Bruiseweed zone 44, node 72'),
|
|
(3097, 950, 0, 'Bruiseweed zone 44, node 73'),
|
|
(3098, 813, 0, 'Bruiseweed,Zone 17,Area 1701,node 638'),
|
|
(3099, 809, 0, 'Bruiseweed,Zone 17,Area 1156,node 639'),
|
|
(3100, 809, 0, 'Bruiseweed,Zone 17,Area 1156,node 640'),
|
|
(3101, 809, 0, 'Bruiseweed,Zone 17,Area 1156,node 641'),
|
|
(3102, 809, 0, 'Bruiseweed,Zone 17,Area 1156,node 642'),
|
|
(3103, 809, 0, 'Bruiseweed,Zone 17,Area 1156,node 643'),
|
|
(3104, 809, 0, 'Bruiseweed,Zone 17,Area 1156,node 644'),
|
|
(3105, 800, 0, 'Bruiseweed,Zone 17,Area 359,node 645'),
|
|
(3106, 800, 0, 'Bruiseweed,Zone 17,Area 359,node 646'),
|
|
(3107, 800, 0, 'Bruiseweed,Zone 17,Area 359,node 647'),
|
|
(3108, 960, 0, 'Bruiseweed zone 331, node 109'),
|
|
(3109, 994, 0, 'Bruiseweed zone 11, node 30'),
|
|
(3111, 564, 0, 'Bruiseweed in Alterac Mountains'),
|
|
(3112, 564, 0, 'Bruiseweed in Alterac Mountains'),
|
|
(3113, 952, 0, 'Bruiseweed zone 38, node 89'),
|
|
(3114, 952, 0, 'Bruiseweed zone 38, node 90'),
|
|
(3115, 950, 0, 'Bruiseweed zone 44, node 74'),
|
|
(3116, 950, 0, 'Bruiseweed zone 44, node 75'),
|
|
(3117, 950, 0, 'Bruiseweed zone 44, node 76'),
|
|
(3118, 960, 0, 'Bruiseweed zone 331, node 110'),
|
|
(3119, 960, 0, 'Bruiseweed zone 331, node 111'),
|
|
(3120, 995, 0, 'Bruiseweed zone 10, node 99'),
|
|
(3121, 956, 0, 'Bruiseweed zone 130, node 93'),
|
|
(3122, 994, 0, 'Bruiseweed zone 11, node 31'),
|
|
(3123, 821, 0, 'Bruiseweed,Zone 405,603,node 11'),
|
|
(3124, 821, 0, 'Bruiseweed,Zone 405,603,node 12'),
|
|
(3125, 821, 0, 'Bruiseweed,Zone 405,603,node 13'),
|
|
(3126, 822, 0, 'Bruiseweed,Zone 405,405,node 14'),
|
|
(3127, 959, 0, 'Bruiseweed zone 45, node 7'),
|
|
(3128, 995, 0, 'Bruiseweed zone 10, node 100'),
|
|
(3129, 958, 0, 'Bruiseweed zone 267, node 42'),
|
|
(3130, 962, 0, 'Bruiseweed zone 400, node 13'),
|
|
(3131, 949, 0, 'Bruiseweed zone 406, node 35'),
|
|
(3132, 949, 0, 'Bruiseweed zone 406, node 36'),
|
|
(3133, 960, 0, 'Bruiseweed zone 331, node 112'),
|
|
(3134, 801, 0, 'Bruiseweed,Zone 17,Area 17,node 648'),
|
|
(3135, 801, 0, 'Bruiseweed,Zone 17,Area 17,node 649'),
|
|
(3136, 949, 0, 'Bruiseweed zone 406, node 37'),
|
|
(3137, 961, 0, 'Bruiseweed zone 148, node 202'),
|
|
(3138, 960, 0, 'Bruiseweed zone 331, node 113'),
|
|
(3139, 949, 0, 'Bruiseweed zone 406, node 38'),
|
|
(3140, 949, 0, 'Bruiseweed zone 406, node 39'),
|
|
(3141, 960, 0, 'Bruiseweed zone 331, node 114'),
|
|
(3142, 960, 0, 'Bruiseweed zone 331, node 115'),
|
|
(3143, 810, 0, 'Bruiseweed,Zone 17,Area 1698,node 650'),
|
|
(3144, 994, 0, 'Bruiseweed zone 11, node 32'),
|
|
(3145, 951, 0, 'Bruiseweed zone 40, node 115'),
|
|
(3146, 962, 0, 'Bruiseweed zone 400, node 14'),
|
|
(3147, 956, 0, 'Bruiseweed zone 130, node 94'),
|
|
(3148, 961, 0, 'Bruiseweed zone 148, node 203'),
|
|
(3149, 959, 0, 'Bruiseweed zone 45, node 8'),
|
|
(3150, 959, 0, 'Bruiseweed zone 45, node 9'),
|
|
(3151, 959, 0, 'Bruiseweed zone 45, node 10'),
|
|
(3152, 995, 0, 'Bruiseweed zone 10, node 101'),
|
|
(3153, 951, 0, 'Bruiseweed zone 40, node 116'),
|
|
(3154, 951, 0, 'Bruiseweed zone 40, node 117'),
|
|
(3155, 958, 0, 'Bruiseweed zone 267, node 43'),
|
|
(3156, 825, 0, 'Bruiseweed,Zone 405,602,node 15'),
|
|
(3157, 802, 0, 'Bruiseweed,Zone 17,Area 383,node 651'),
|
|
(3158, 952, 0, 'Bruiseweed zone 38, node 91'),
|
|
(3159, 960, 0, 'Bruiseweed zone 331, node 116'),
|
|
(3160, 952, 0, 'Bruiseweed zone 38, node 92'),
|
|
(3161, 994, 0, 'Bruiseweed zone 11, node 33'),
|
|
(3162, 952, 0, 'Bruiseweed zone 38, node 93'),
|
|
(3163, 958, 0, 'Bruiseweed zone 267, node 44'),
|
|
(3164, 958, 0, 'Bruiseweed zone 267, node 45'),
|
|
(3165, 994, 0, 'Bruiseweed zone 11, node 34'),
|
|
(3166, 951, 0, 'Bruiseweed zone 40, node 118'),
|
|
(3167, 962, 0, 'Bruiseweed zone 400, node 15'),
|
|
(3168, 951, 0, 'Bruiseweed zone 40, node 119'),
|
|
(3169, 951, 0, 'Bruiseweed zone 40, node 120'),
|
|
(3170, 949, 0, 'Bruiseweed zone 406, node 40'),
|
|
(3171, 958, 0, 'Bruiseweed zone 267, node 46'),
|
|
(3172, 949, 0, 'Bruiseweed zone 406, node 41'),
|
|
(3173, 962, 0, 'Bruiseweed zone 400, node 16'),
|
|
(3174, 952, 0, 'Bruiseweed zone 38, node 94'),
|
|
(3175, 952, 0, 'Bruiseweed zone 38, node 95'),
|
|
(3176, 564, 0, 'Bruiseweed in Alterac Mountains'),
|
|
(3177, 949, 0, 'Bruiseweed zone 406, node 42'),
|
|
(3178, 949, 0, 'Bruiseweed zone 406, node 43'),
|
|
(3179, 949, 0, 'Bruiseweed zone 406, node 44'),
|
|
(3180, 995, 0, 'Bruiseweed zone 10, node 102'),
|
|
(3181, 995, 0, 'Bruiseweed zone 10, node 103'),
|
|
(3182, 950, 0, 'Bruiseweed zone 44, node 77'),
|
|
(3183, 995, 0, 'Bruiseweed zone 10, node 104'),
|
|
(3184, 951, 0, 'Bruiseweed zone 40, node 121'),
|
|
(3185, 961, 0, 'Bruiseweed zone 148, node 204'),
|
|
(3186, 961, 0, 'Bruiseweed zone 148, node 205'),
|
|
(3187, 951, 0, 'Bruiseweed zone 40, node 122'),
|
|
(3188, 961, 0, 'Bruiseweed zone 148, node 206'),
|
|
(3189, 961, 0, 'Bruiseweed zone 148, node 207'),
|
|
(3190, 960, 0, 'Bruiseweed zone 331, node 117'),
|
|
(3191, 949, 0, 'Bruiseweed zone 406, node 45'),
|
|
(3192, 961, 0, 'Bruiseweed zone 148, node 208'),
|
|
(3193, 962, 0, 'Bruiseweed zone 400, node 17'),
|
|
(3194, 958, 0, 'Bruiseweed zone 267, node 47'),
|
|
(3195, 962, 0, 'Bruiseweed zone 400, node 18'),
|
|
(3196, 822, 0, 'Bruiseweed,Zone 405,405,node 16'),
|
|
(3197, 822, 0, 'Bruiseweed,Zone 405,405,node 17'),
|
|
(3198, 822, 0, 'Bruiseweed,Zone 405,405,node 18'),
|
|
(3200, 958, 0, 'Bruiseweed zone 267, node 48'),
|
|
(3201, 813, 0, 'Bruiseweed,Zone 17,Area 1701,node 652'),
|
|
(3202, 951, 0, 'Bruiseweed zone 40, node 123'),
|
|
(3203, 825, 0, 'Bruiseweed,Zone 405,602,node 19'),
|
|
(3204, 962, 0, 'Bruiseweed zone 400, node 19'),
|
|
(3205, 958, 0, 'Bruiseweed zone 267, node 49'),
|
|
(3206, 958, 0, 'Bruiseweed zone 267, node 50'),
|
|
(3207, 958, 0, 'Bruiseweed zone 267, node 51'),
|
|
(3208, 958, 0, 'Bruiseweed zone 267, node 52'),
|
|
(3209, 958, 0, 'Bruiseweed zone 267, node 53'),
|
|
(3210, 958, 0, 'Bruiseweed zone 267, node 54'),
|
|
(3211, 960, 0, 'Bruiseweed zone 331, node 118'),
|
|
(3212, 949, 0, 'Bruiseweed zone 406, node 46'),
|
|
(3213, 951, 0, 'Bruiseweed zone 40, node 124'),
|
|
(3214, 951, 0, 'Bruiseweed zone 40, node 125'),
|
|
(3215, 951, 0, 'Bruiseweed zone 40, node 126'),
|
|
(3216, 950, 0, 'Bruiseweed zone 44, node 78'),
|
|
(3217, 949, 0, 'Bruiseweed zone 406, node 47'),
|
|
(3219, 959, 0, 'Bruiseweed zone 45, node 11'),
|
|
(3220, 994, 0, 'Bruiseweed zone 11, node 35'),
|
|
(3221, 826, 0, 'Bruiseweed,Zone 405,607,node 20'),
|
|
(3222, 952, 0, 'Bruiseweed zone 38, node 96'),
|
|
(3224, 960, 0, 'Bruiseweed zone 331, node 119'),
|
|
(3225, 950, 0, 'Bruiseweed zone 44, node 79'),
|
|
(3226, 813, 0, 'Bruiseweed,Zone 17,Area 1701,node 653'),
|
|
(3227, 958, 0, 'Bruiseweed zone 267, node 55'),
|
|
(3228, 958, 0, 'Bruiseweed zone 267, node 56'),
|
|
(3229, 956, 0, 'Bruiseweed zone 130, node 95'),
|
|
(3230, 958, 0, 'Bruiseweed zone 267, node 57'),
|
|
(3231, 994, 0, 'Bruiseweed zone 11, node 36'),
|
|
(3232, 958, 0, 'Bruiseweed zone 267, node 58'),
|
|
(3233, 958, 0, 'Bruiseweed zone 267, node 59'),
|
|
(3234, 958, 0, 'Bruiseweed zone 267, node 60'),
|
|
(3235, 958, 0, 'Bruiseweed zone 267, node 61'),
|
|
(3236, 958, 0, 'Bruiseweed zone 267, node 62'),
|
|
(3237, 958, 0, 'Bruiseweed zone 267, node 63'),
|
|
(3238, 956, 0, 'Bruiseweed zone 130, node 96'),
|
|
(3239, 995, 0, 'Bruiseweed zone 10, node 105'),
|
|
(3240, 951, 0, 'Bruiseweed zone 40, node 127'),
|
|
(3241, 995, 0, 'Bruiseweed zone 10, node 106'),
|
|
(3242, 994, 0, 'Bruiseweed zone 11, node 37'),
|
|
(3243, 961, 0, 'Bruiseweed zone 148, node 209'),
|
|
(3244, 950, 0, 'Bruiseweed zone 44, node 80'),
|
|
(3245, 800, 0, 'Bruiseweed,Zone 17,Area 378,node 654'),
|
|
(3246, 994, 0, 'Bruiseweed zone 11, node 38'),
|
|
(3247, 994, 0, 'Bruiseweed zone 11, node 39'),
|
|
(3248, 951, 0, 'Bruiseweed zone 40, node 128'),
|
|
(3249, 949, 0, 'Bruiseweed zone 406, node 48'),
|
|
(3250, 949, 0, 'Bruiseweed zone 406, node 49'),
|
|
(3251, 826, 0, 'Bruiseweed,Zone 405,607,node 21'),
|
|
(3252, 962, 0, 'Bruiseweed zone 400, node 20'),
|
|
(3253, 951, 0, 'Bruiseweed zone 40, node 129'),
|
|
(3254, 995, 0, 'Bruiseweed zone 10, node 107'),
|
|
(3255, 995, 0, 'Bruiseweed zone 10, node 108'),
|
|
(3256, 995, 0, 'Bruiseweed zone 10, node 109'),
|
|
(3257, 960, 0, 'Bruiseweed zone 331, node 120'),
|
|
(3258, 960, 0, 'Bruiseweed zone 331, node 121'),
|
|
(3259, 960, 0, 'Bruiseweed zone 331, node 122'),
|
|
(3260, 803, 0, 'Bruiseweed,Zone 17,Area 385,node 655'),
|
|
(3261, 810, 0, 'Bruiseweed,Zone 17,Area 1698,node 656'),
|
|
(3262, 803, 0, 'Bruiseweed,Zone 17,Area 385,node 657'),
|
|
(3263, 995, 0, 'Bruiseweed zone 10, node 110'),
|
|
(3264, 958, 0, 'Bruiseweed zone 267, node 64'),
|
|
(3265, 951, 0, 'Bruiseweed zone 40, node 130'),
|
|
(3266, 951, 0, 'Bruiseweed zone 40, node 131'),
|
|
(3267, 952, 0, 'Bruiseweed zone 38, node 97'),
|
|
(3268, 952, 0, 'Bruiseweed zone 38, node 98'),
|
|
(3269, 950, 0, 'Bruiseweed zone 44, node 81'),
|
|
(3270, 807, 0, 'Bruiseweed,Zone 17,Area 390,node 658'),
|
|
(3271, 807, 0, 'Bruiseweed,Zone 17,Area 390,node 659'),
|
|
(3272, 807, 0, 'Bruiseweed,Zone 17,Area 390,node 660'),
|
|
(3273, 958, 0, 'Bruiseweed zone 267, node 65'),
|
|
(3274, 809, 0, 'Bruiseweed,Zone 17,Area 1156,node 661'),
|
|
(3275, 800, 0, 'Bruiseweed,Zone 17,Area 384,node 662'),
|
|
(3276, 800, 0, 'Bruiseweed,Zone 17,Area 384,node 663'),
|
|
(3277, 994, 0, 'Bruiseweed zone 11, node 40'),
|
|
(3278, 994, 0, 'Bruiseweed zone 11, node 41'),
|
|
(3279, 994, 0, 'Bruiseweed zone 11, node 42'),
|
|
(3280, 959, 0, 'Bruiseweed zone 45, node 12'),
|
|
(3281, 950, 0, 'Bruiseweed zone 44, node 82'),
|
|
(3282, 950, 0, 'Bruiseweed zone 44, node 83'),
|
|
(3283, 950, 0, 'Bruiseweed zone 44, node 84'),
|
|
(3284, 950, 0, 'Bruiseweed zone 44, node 85'),
|
|
(3285, 950, 0, 'Bruiseweed zone 44, node 86'),
|
|
(3286, 950, 0, 'Bruiseweed zone 44, node 87'),
|
|
(3287, 950, 0, 'Bruiseweed zone 44, node 88'),
|
|
(3288, 950, 0, 'Bruiseweed zone 44, node 89'),
|
|
(3289, 958, 0, 'Bruiseweed zone 267, node 66'),
|
|
(3290, 958, 0, 'Bruiseweed zone 267, node 67'),
|
|
(3291, 995, 0, 'Bruiseweed zone 10, node 111'),
|
|
(3292, 958, 0, 'Bruiseweed zone 267, node 68'),
|
|
(3293, 960, 0, 'Bruiseweed zone 331, node 123'),
|
|
(3294, 960, 0, 'Bruiseweed zone 331, node 124'),
|
|
(3295, 960, 0, 'Bruiseweed zone 331, node 125'),
|
|
(3296, 960, 0, 'Bruiseweed zone 331, node 126'),
|
|
(3297, 960, 0, 'Bruiseweed zone 331, node 127'),
|
|
(3298, 960, 0, 'Bruiseweed zone 331, node 128'),
|
|
(3299, 960, 0, 'Bruiseweed zone 331, node 129'),
|
|
(3300, 960, 0, 'Bruiseweed zone 331, node 130'),
|
|
(3301, 960, 0, 'Bruiseweed zone 331, node 131'),
|
|
(3302, 960, 0, 'Bruiseweed zone 331, node 132'),
|
|
(3303, 802, 0, 'Bruiseweed,Zone 17,Area 383,node 664'),
|
|
(3304, 961, 0, 'Bruiseweed zone 148, node 210'),
|
|
(3305, 949, 0, 'Bruiseweed zone 406, node 50'),
|
|
(3306, 951, 0, 'Bruiseweed zone 40, node 132'),
|
|
(3307, 962, 0, 'Bruiseweed zone 400, node 21'),
|
|
(3308, 956, 0, 'Bruiseweed zone 130, node 97'),
|
|
(3309, 995, 0, 'Bruiseweed zone 10, node 112'),
|
|
(3310, 949, 0, 'Bruiseweed zone 406, node 51'),
|
|
(3311, 994, 0, 'Bruiseweed zone 11, node 43'),
|
|
(3313, 995, 0, 'Bruiseweed zone 10, node 113'),
|
|
(3314, 995, 0, 'Bruiseweed zone 10, node 114'),
|
|
(3315, 958, 0, 'Bruiseweed zone 267, node 69'),
|
|
(3316, 995, 0, 'Bruiseweed zone 10, node 115'),
|
|
(3317, 995, 0, 'Bruiseweed zone 10, node 116'),
|
|
(3318, 949, 0, 'Bruiseweed zone 406, node 52'),
|
|
(3319, 952, 0, 'Bruiseweed zone 38, node 99'),
|
|
(3320, 821, 0, 'Bruiseweed,Zone 405,603,node 22'),
|
|
(3321, 949, 0, 'Bruiseweed zone 406, node 53'),
|
|
(3322, 952, 0, 'Bruiseweed zone 38, node 100'),
|
|
(3323, 994, 0, 'Bruiseweed zone 11, node 44'),
|
|
(3324, 994, 0, 'Bruiseweed zone 11, node 45'),
|
|
(3325, 994, 0, 'Bruiseweed zone 11, node 46'),
|
|
(3326, 951, 0, 'Bruiseweed zone 40, node 133'),
|
|
(3327, 994, 0, 'Bruiseweed zone 11, node 47'),
|
|
(3328, 805, 0, 'Bruiseweed,Zone 17,Area 387,node 665'),
|
|
(3329, 800, 0, 'Bruiseweed,Zone 17,Area 381,node 666'),
|
|
(3330, 958, 0, 'Bruiseweed zone 267, node 70'),
|
|
(3331, 951, 0, 'Bruiseweed zone 40, node 134'),
|
|
(3333, 994, 0, 'Bruiseweed zone 11, node 48'),
|
|
(3334, 950, 0, 'Bruiseweed zone 44, node 90'),
|
|
(3335, 958, 0, 'Bruiseweed zone 267, node 71'),
|
|
(3336, 995, 0, 'Bruiseweed zone 10, node 117'),
|
|
(3337, 960, 0, 'Bruiseweed zone 331, node 133'),
|
|
(3338, 952, 0, 'Bruiseweed zone 38, node 101'),
|
|
(3339, 952, 0, 'Bruiseweed zone 38, node 102'),
|
|
(3340, 960, 0, 'Bruiseweed zone 331, node 134'),
|
|
(3341, 950, 0, 'Bruiseweed zone 44, node 91'),
|
|
(3342, 803, 0, 'Bruiseweed,Zone 17,Area 385,node 667'),
|
|
(3343, 995, 0, 'Bruiseweed zone 10, node 118'),
|
|
(3344, 951, 0, 'Bruiseweed zone 40, node 135'),
|
|
(3345, 950, 0, 'Bruiseweed zone 44, node 92'),
|
|
(3346, 995, 0, 'Bruiseweed zone 10, node 119'),
|
|
(3347, 962, 0, 'Bruiseweed zone 400, node 22'),
|
|
(3348, 962, 0, 'Bruiseweed zone 400, node 23'),
|
|
(3349, 950, 0, 'Bruiseweed zone 44, node 93'),
|
|
(3350, 802, 0, 'Bruiseweed,Zone 17,Area 383,node 668'),
|
|
(3351, 802, 0, 'Bruiseweed,Zone 17,Area 383,node 669'),
|
|
(3352, 802, 0, 'Bruiseweed,Zone 17,Area 383,node 670'),
|
|
(3353, 950, 0, 'Bruiseweed zone 44, node 94'),
|
|
(3354, 950, 0, 'Bruiseweed zone 44, node 95'),
|
|
(3355, 950, 0, 'Bruiseweed zone 44, node 96'),
|
|
(3356, 950, 0, 'Bruiseweed zone 44, node 97'),
|
|
(3357, 950, 0, 'Bruiseweed zone 44, node 98'),
|
|
(3358, 950, 0, 'Bruiseweed zone 44, node 99'),
|
|
(3359, 950, 0, 'Bruiseweed zone 44, node 100'),
|
|
(3360, 950, 0, 'Bruiseweed zone 44, node 101'),
|
|
(3361, 801, 0, 'Bruiseweed,Zone 17,Area 17,node 671'),
|
|
(3362, 564, 0, 'Bruiseweed in Alterac Mountains'),
|
|
(3363, 821, 0, 'Bruiseweed,Zone 405,603,node 23'),
|
|
(3364, 821, 0, 'Bruiseweed,Zone 405,603,node 24'),
|
|
(3365, 960, 0, 'Bruiseweed zone 331, node 135'),
|
|
(3366, 995, 0, 'Bruiseweed zone 10, node 120'),
|
|
(3367, 995, 0, 'Bruiseweed zone 10, node 121'),
|
|
(3368, 802, 0, 'Bruiseweed,Zone 17,Area 383,node 672'),
|
|
(3369, 995, 0, 'Bruiseweed zone 10, node 122'),
|
|
(3370, 960, 0, 'Bruiseweed zone 331, node 136'),
|
|
(3371, 960, 0, 'Bruiseweed zone 331, node 137'),
|
|
(3372, 960, 0, 'Bruiseweed zone 331, node 138'),
|
|
(3373, 958, 0, 'Bruiseweed zone 267, node 72'),
|
|
(3374, 950, 0, 'Bruiseweed zone 44, node 102'),
|
|
(3375, 807, 0, 'Bruiseweed,Zone 17,Area 390,node 673'),
|
|
(3376, 807, 0, 'Bruiseweed,Zone 17,Area 390,node 674'),
|
|
(3377, 951, 0, 'Bruiseweed zone 40, node 136'),
|
|
(3378, 995, 0, 'Bruiseweed zone 10, node 123'),
|
|
(3379, 950, 0, 'Bruiseweed zone 44, node 103'),
|
|
(3380, 950, 0, 'Bruiseweed zone 44, node 104'),
|
|
(3381, 950, 0, 'Bruiseweed zone 44, node 105'),
|
|
(3382, 950, 0, 'Bruiseweed zone 44, node 106'),
|
|
(3383, 958, 0, 'Bruiseweed zone 267, node 73'),
|
|
(3384, 958, 0, 'Bruiseweed zone 267, node 74'),
|
|
(3385, 958, 0, 'Bruiseweed zone 267, node 75'),
|
|
(3386, 958, 0, 'Bruiseweed zone 267, node 76'),
|
|
(3387, 958, 0, 'Bruiseweed zone 267, node 77'),
|
|
(3388, 958, 0, 'Bruiseweed zone 267, node 78'),
|
|
(3389, 958, 0, 'Bruiseweed zone 267, node 79'),
|
|
(3390, 958, 0, 'Bruiseweed zone 267, node 80'),
|
|
(3391, 958, 0, 'Bruiseweed zone 267, node 81'),
|
|
(3392, 951, 0, 'Bruiseweed zone 40, node 137'),
|
|
(3393, 822, 0, 'Bruiseweed,Zone 405,405,node 25'),
|
|
(3394, 960, 0, 'Bruiseweed zone 331, node 139'),
|
|
(3395, 960, 0, 'Bruiseweed zone 331, node 140'),
|
|
(3396, 958, 0, 'Bruiseweed zone 267, node 82'),
|
|
(3397, 994, 0, 'Bruiseweed zone 11, node 49'),
|
|
(3398, 994, 0, 'Bruiseweed zone 11, node 50'),
|
|
(3399, 949, 0, 'Bruiseweed zone 406, node 54'),
|
|
(3400, 995, 0, 'Bruiseweed zone 10, node 124'),
|
|
(3401, 994, 0, 'Bruiseweed zone 11, node 51'),
|
|
(3402, 994, 0, 'Bruiseweed zone 11, node 52'),
|
|
(3403, 958, 0, 'Bruiseweed zone 267, node 83'),
|
|
(3404, 958, 0, 'Bruiseweed zone 267, node 84'),
|
|
(3405, 956, 0, 'Bruiseweed zone 130, node 98'),
|
|
(3406, 801, 0, 'Bruiseweed,Zone 17,Area 17,node 675'),
|
|
(3407, 958, 0, 'Bruiseweed zone 267, node 85'),
|
|
(3408, 994, 0, 'Bruiseweed zone 11, node 53'),
|
|
(3409, 801, 0, 'Bruiseweed,Zone 17,Area 17,node 676'),
|
|
(3410, 812, 0, 'Bruiseweed,Zone 17,Area 1700,node 677'),
|
|
(3411, 952, 0, 'Bruiseweed zone 38, node 103'),
|
|
(3412, 949, 0, 'Bruiseweed zone 406, node 55'),
|
|
(3413, 949, 0, 'Bruiseweed zone 406, node 56'),
|
|
(3414, 950, 0, 'Bruiseweed zone 44, node 107'),
|
|
(3415, 949, 0, 'Bruiseweed zone 406, node 57'),
|
|
(3416, 952, 0, 'Bruiseweed zone 38, node 104'),
|
|
(3418, 958, 0, 'Bruiseweed zone 267, node 86'),
|
|
(3419, 951, 0, 'Bruiseweed zone 40, node 138'),
|
|
(3420, 958, 0, 'Bruiseweed zone 267, node 87'),
|
|
(3421, 951, 0, 'Bruiseweed zone 40, node 139'),
|
|
(3422, 951, 0, 'Bruiseweed zone 40, node 140'),
|
|
(3423, 951, 0, 'Bruiseweed zone 40, node 141'),
|
|
(3424, 951, 0, 'Bruiseweed zone 40, node 142'),
|
|
(3425, 949, 0, 'Bruiseweed zone 406, node 58'),
|
|
(3426, 951, 0, 'Bruiseweed zone 40, node 143'),
|
|
(3427, 961, 0, 'Bruiseweed zone 148, node 211'),
|
|
(3428, 949, 0, 'Bruiseweed zone 406, node 59'),
|
|
(3429, 949, 0, 'Bruiseweed zone 406, node 60'),
|
|
(3430, 826, 0, 'Bruiseweed,Zone 405,607,node 26'),
|
|
(3431, 826, 0, 'Bruiseweed,Zone 405,607,node 27'),
|
|
(3432, 826, 0, 'Bruiseweed,Zone 405,607,node 28'),
|
|
(3434, 950, 0, 'Bruiseweed zone 44, node 109'),
|
|
(3436, 995, 0, 'Bruiseweed zone 10, node 125'),
|
|
(3437, 949, 0, 'Bruiseweed zone 406, node 61'),
|
|
(3438, 995, 0, 'Bruiseweed zone 10, node 126'),
|
|
(3439, 951, 0, 'Bruiseweed zone 40, node 144'),
|
|
(3440, 949, 0, 'Bruiseweed zone 406, node 62'),
|
|
(3442, 995, 0, 'Bruiseweed zone 10, node 127'),
|
|
(3443, 949, 0, 'Bruiseweed zone 406, node 63'),
|
|
(3444, 949, 0, 'Bruiseweed zone 406, node 64'),
|
|
(3445, 949, 0, 'Bruiseweed zone 406, node 65'),
|
|
(3446, 949, 0, 'Bruiseweed zone 406, node 66'),
|
|
(3447, 949, 0, 'Bruiseweed zone 406, node 67'),
|
|
(3448, 949, 0, 'Bruiseweed zone 406, node 68'),
|
|
(3449, 949, 0, 'Bruiseweed zone 406, node 69'),
|
|
(3450, 949, 0, 'Bruiseweed zone 406, node 70'),
|
|
(3451, 801, 0, 'Bruiseweed,Zone 17,Area 17,node 678'),
|
|
(3452, 801, 0, 'Bruiseweed,Zone 17,Area 17,node 679'),
|
|
(3453, 801, 0, 'Bruiseweed,Zone 17,Area 17,node 680'),
|
|
(3454, 961, 0, 'Bruiseweed zone 148, node 212'),
|
|
(3455, 801, 0, 'Bruiseweed,Zone 17,Area 17,node 681'),
|
|
(3456, 952, 0, 'Bruiseweed zone 38, node 105'),
|
|
(3457, 958, 0, 'Bruiseweed zone 267, node 88'),
|
|
(3458, 807, 0, 'Bruiseweed,Zone 17,Area 390,node 682'),
|
|
(3459, 952, 0, 'Bruiseweed zone 38, node 106'),
|
|
(3460, 949, 0, 'Bruiseweed zone 406, node 71'),
|
|
(3461, 949, 0, 'Bruiseweed zone 406, node 72'),
|
|
(3462, 949, 0, 'Bruiseweed zone 406, node 73'),
|
|
(3463, 994, 0, 'Bruiseweed zone 11, node 54'),
|
|
(3464, 800, 0, 'Bruiseweed,Zone 17,Area 359,node 683'),
|
|
(3465, 800, 0, 'Bruiseweed,Zone 17,Area 359,node 684'),
|
|
(3466, 995, 0, 'Bruiseweed zone 10, node 128'),
|
|
(3467, 995, 0, 'Bruiseweed zone 10, node 129'),
|
|
(3468, 995, 0, 'Bruiseweed zone 10, node 130'),
|
|
(3469, 803, 0, 'Bruiseweed,Zone 17,Area 385,node 685'),
|
|
(3470, 959, 0, 'Bruiseweed zone 45, node 13'),
|
|
(3471, 995, 0, 'Bruiseweed zone 10, node 131'),
|
|
(3472, 995, 0, 'Bruiseweed zone 10, node 132'),
|
|
(3473, 950, 0, 'Bruiseweed zone 44, node 110'),
|
|
(3474, 950, 0, 'Bruiseweed zone 44, node 111'),
|
|
(3475, 950, 0, 'Bruiseweed zone 44, node 112'),
|
|
(3476, 956, 0, 'Bruiseweed zone 130, node 99'),
|
|
(3477, 956, 0, 'Bruiseweed zone 130, node 100'),
|
|
(3478, 800, 0, 'Bruiseweed,Zone 17,Area 1697,node 686'),
|
|
(3479, 961, 0, 'Bruiseweed zone 148, node 213'),
|
|
(3480, 956, 0, 'Bruiseweed zone 130, node 101'),
|
|
(3481, 994, 0, 'Bruiseweed zone 11, node 55'),
|
|
(3482, 951, 0, 'Bruiseweed zone 40, node 145'),
|
|
(3483, 994, 0, 'Bruiseweed zone 11, node 56'),
|
|
(3484, 994, 0, 'Bruiseweed zone 11, node 57'),
|
|
(3485, 994, 0, 'Bruiseweed zone 11, node 58'),
|
|
(3486, 962, 0, 'Bruiseweed zone 400, node 24'),
|
|
(3487, 994, 0, 'Bruiseweed zone 11, node 59'),
|
|
(3488, 995, 0, 'Bruiseweed zone 10, node 133'),
|
|
(3489, 994, 0, 'Bruiseweed zone 11, node 60'),
|
|
(3490, 994, 0, 'Bruiseweed zone 11, node 61'),
|
|
(3491, 949, 0, 'Bruiseweed zone 406, node 74'),
|
|
(3492, 960, 0, 'Bruiseweed zone 331, node 141'),
|
|
(3493, 951, 0, 'Bruiseweed zone 40, node 146'),
|
|
(3494, 807, 0, 'Bruiseweed,Zone 17,Area 390,node 687'),
|
|
(3495, 807, 0, 'Bruiseweed,Zone 17,Area 390,node 688'),
|
|
(3496, 807, 0, 'Bruiseweed,Zone 17,Area 390,node 689'),
|
|
(3497, 807, 0, 'Bruiseweed,Zone 17,Area 390,node 690'),
|
|
(3498, 807, 0, 'Bruiseweed,Zone 17,Area 390,node 691'),
|
|
(3499, 952, 0, 'Bruiseweed zone 38, node 107'),
|
|
(3500, 995, 0, 'Bruiseweed zone 10, node 134'),
|
|
(3501, 821, 0, 'Bruiseweed,Zone 405,599,node 29'),
|
|
(3502, 994, 0, 'Bruiseweed zone 11, node 62'),
|
|
(3503, 994, 0, 'Bruiseweed zone 11, node 63'),
|
|
(3504, 958, 0, 'Bruiseweed zone 267, node 89'),
|
|
(3505, 807, 0, 'Bruiseweed,Zone 17,Area 390,node 692'),
|
|
(3506, 951, 0, 'Bruiseweed zone 40, node 147'),
|
|
(3507, 962, 0, 'Bruiseweed zone 400, node 25'),
|
|
(3508, 960, 0, 'Bruiseweed zone 331, node 142'),
|
|
(3509, 949, 0, 'Bruiseweed zone 406, node 75'),
|
|
(3510, 951, 0, 'Bruiseweed zone 40, node 148'),
|
|
(3511, 960, 0, 'Bruiseweed zone 331, node 143'),
|
|
(3512, 949, 0, 'Bruiseweed zone 406, node 76'),
|
|
(3513, 995, 0, 'Bruiseweed zone 10, node 135'),
|
|
(3514, 995, 0, 'Bruiseweed zone 10, node 136'),
|
|
(3515, 960, 0, 'Bruiseweed zone 331, node 144'),
|
|
(3516, 994, 0, 'Bruiseweed zone 11, node 64'),
|
|
(3517, 952, 0, 'Bruiseweed zone 38, node 108'),
|
|
(3518, 994, 0, 'Bruiseweed zone 11, node 65'),
|
|
(3519, 962, 0, 'Bruiseweed zone 400, node 26'),
|
|
(3520, 962, 0, 'Bruiseweed zone 400, node 27'),
|
|
(3521, 962, 0, 'Bruiseweed zone 400, node 28'),
|
|
(3522, 958, 0, 'Bruiseweed zone 267, node 90'),
|
|
(3523, 960, 0, 'Bruiseweed zone 331, node 145'),
|
|
(3524, 800, 0, 'Bruiseweed,Zone 17,Area 359,node 693'),
|
|
(3525, 994, 0, 'Bruiseweed zone 11, node 66'),
|
|
(3526, 952, 0, 'Bruiseweed zone 38, node 109'),
|
|
(3527, 960, 0, 'Bruiseweed zone 331, node 146'),
|
|
(3528, 960, 0, 'Bruiseweed zone 331, node 147'),
|
|
(3529, 960, 0, 'Bruiseweed zone 331, node 148'),
|
|
(3530, 960, 0, 'Bruiseweed zone 331, node 149'),
|
|
(3531, 994, 0, 'Bruiseweed zone 11, node 67'),
|
|
(3532, 949, 0, 'Bruiseweed zone 406, node 77'),
|
|
(3533, 960, 0, 'Bruiseweed zone 331, node 150'),
|
|
(3534, 960, 0, 'Bruiseweed zone 331, node 151'),
|
|
(3535, 960, 0, 'Bruiseweed zone 331, node 152'),
|
|
(3536, 949, 0, 'Bruiseweed zone 406, node 78'),
|
|
(3537, 995, 0, 'Bruiseweed zone 10, node 137'),
|
|
(3538, 803, 0, 'Bruiseweed,Zone 17,Area 385,node 694'),
|
|
(3539, 962, 0, 'Bruiseweed zone 400, node 29'),
|
|
(3540, 962, 0, 'Bruiseweed zone 400, node 30'),
|
|
(3541, 950, 0, 'Bruiseweed zone 44, node 113'),
|
|
(3542, 950, 0, 'Bruiseweed zone 44, node 114'),
|
|
(3543, 950, 0, 'Bruiseweed zone 44, node 115'),
|
|
(3544, 950, 0, 'Bruiseweed zone 44, node 116'),
|
|
(3545, 564, 0, 'Bruiseweed in Alterac Mountains'),
|
|
(3546, 962, 0, 'Bruiseweed zone 400, node 31'),
|
|
(3547, 956, 0, 'Bruiseweed zone 130, node 102'),
|
|
(3548, 956, 0, 'Bruiseweed zone 130, node 103'),
|
|
(3549, 800, 0, 'Bruiseweed,Zone 17,Area 384,node 695'),
|
|
(3550, 958, 0, 'Bruiseweed zone 267, node 91'),
|
|
(3551, 958, 0, 'Bruiseweed zone 267, node 92'),
|
|
(3553, 958, 0, 'Bruiseweed zone 267, node 93'),
|
|
(3554, 960, 0, 'Bruiseweed zone 331, node 153'),
|
|
(3555, 959, 0, 'Bruiseweed zone 45, node 14'),
|
|
(3556, 962, 0, 'Bruiseweed zone 400, node 32'),
|
|
(3557, 950, 0, 'Bruiseweed zone 44, node 117'),
|
|
(3558, 813, 0, 'Bruiseweed,Zone 17,Area 1701,node 696'),
|
|
(3559, 958, 0, 'Bruiseweed zone 267, node 94'),
|
|
(3560, 958, 0, 'Bruiseweed zone 267, node 95'),
|
|
(3561, 958, 0, 'Bruiseweed zone 267, node 96'),
|
|
(3562, 960, 0, 'Bruiseweed zone 331, node 154'),
|
|
(3563, 994, 0, 'Bruiseweed zone 11, node 68'),
|
|
(3564, 564, 0, 'Bruiseweed in Alterac Mountains'),
|
|
(3565, 949, 0, 'Bruiseweed zone 406, node 79'),
|
|
(3566, 821, 0, 'Bruiseweed,Zone 405,603,node 30'),
|
|
(3567, 995, 0, 'Bruiseweed zone 10, node 138'),
|
|
(3568, 958, 0, 'Bruiseweed zone 267, node 97'),
|
|
(3569, 958, 0, 'Bruiseweed zone 267, node 98'),
|
|
(3570, 958, 0, 'Bruiseweed zone 267, node 99'),
|
|
(3571, 958, 0, 'Bruiseweed zone 267, node 100'),
|
|
(3572, 995, 0, 'Bruiseweed zone 10, node 139'),
|
|
(3573, 962, 0, 'Bruiseweed zone 400, node 33'),
|
|
(3574, 801, 0, 'Bruiseweed,Zone 17,Area 17,node 697'),
|
|
(3575, 801, 0, 'Bruiseweed,Zone 17,Area 17,node 698'),
|
|
(3576, 960, 0, 'Bruiseweed zone 331, node 155'),
|
|
(3577, 821, 0, 'Bruiseweed,Zone 405,603,node 31'),
|
|
(3578, 961, 0, 'Bruiseweed zone 148, node 214'),
|
|
(3579, 801, 0, 'Bruiseweed,Zone 17,Area 17,node 699'),
|
|
(3580, 949, 0, 'Bruiseweed zone 406, node 80'),
|
|
(3581, 994, 0, 'Bruiseweed zone 11, node 69'),
|
|
(3582, 994, 0, 'Bruiseweed zone 11, node 70'),
|
|
(3583, 958, 0, 'Bruiseweed zone 267, node 101'),
|
|
(3584, 951, 0, 'Bruiseweed zone 40, node 149'),
|
|
(3585, 962, 0, 'Bruiseweed zone 400, node 34'),
|
|
(3587, 962, 0, 'Bruiseweed zone 400, node 35'),
|
|
(3588, 822, 0, 'Bruiseweed,Zone 405,405,node 32'),
|
|
(3589, 956, 0, 'Bruiseweed zone 130, node 104'),
|
|
(3590, 956, 0, 'Bruiseweed zone 130, node 105'),
|
|
(3591, 807, 0, 'Bruiseweed,Zone 17,Area 390,node 700'),
|
|
(3592, 950, 0, 'Bruiseweed zone 44, node 118'),
|
|
(3593, 951, 0, 'Bruiseweed zone 40, node 150'),
|
|
(3594, 950, 0, 'Bruiseweed zone 44, node 119'),
|
|
(3595, 801, 0, 'Bruiseweed,Zone 17,Area 17,node 701'),
|
|
(3596, 960, 0, 'Bruiseweed zone 331, node 156'),
|
|
(3597, 960, 0, 'Bruiseweed zone 331, node 157'),
|
|
(3598, 951, 0, 'Bruiseweed zone 40, node 151'),
|
|
(3599, 821, 0, 'Bruiseweed,Zone 405,599,node 33'),
|
|
(3600, 995, 0, 'Bruiseweed zone 10, node 140'),
|
|
(3601, 952, 0, 'Bruiseweed zone 38, node 110'),
|
|
(3602, 956, 0, 'Bruiseweed zone 130, node 106'),
|
|
(3603, 962, 0, 'Bruiseweed zone 400, node 36'),
|
|
(3604, 952, 0, 'Bruiseweed zone 38, node 111'),
|
|
(3605, 952, 0, 'Bruiseweed zone 38, node 112'),
|
|
(3606, 949, 0, 'Bruiseweed zone 406, node 81'),
|
|
(3607, 564, 0, 'Bruiseweed in Alterac Mountains'),
|
|
(3608, 564, 0, 'Bruiseweed in Alterac Mountains'),
|
|
(3609, 564, 0, 'Bruiseweed in Alterac Mountains'),
|
|
(3610, 564, 0, 'Bruiseweed in Alterac Mountains'),
|
|
(3611, 956, 0, 'Bruiseweed zone 130, node 107'),
|
|
(3612, 956, 0, 'Bruiseweed zone 130, node 108'),
|
|
(3613, 960, 0, 'Bruiseweed zone 331, node 158'),
|
|
(3614, 960, 0, 'Bruiseweed zone 331, node 159'),
|
|
(3615, 960, 0, 'Bruiseweed zone 331, node 160'),
|
|
(3616, 962, 0, 'Bruiseweed zone 400, node 37'),
|
|
(3617, 960, 0, 'Bruiseweed zone 331, node 161'),
|
|
(3618, 960, 0, 'Bruiseweed zone 331, node 162'),
|
|
(3619, 960, 0, 'Bruiseweed zone 331, node 163'),
|
|
(3620, 995, 0, 'Bruiseweed zone 10, node 141'),
|
|
(3621, 801, 0, 'Bruiseweed,Zone 17,Area 17,node 702'),
|
|
(3622, 821, 0, 'Bruiseweed,Zone 405,603,node 34'),
|
|
(3623, 962, 0, 'Bruiseweed zone 400, node 38'),
|
|
(3624, 951, 0, 'Bruiseweed zone 40, node 152'),
|
|
(3625, 994, 0, 'Bruiseweed zone 11, node 71'),
|
|
(3626, 951, 0, 'Bruiseweed zone 40, node 153'),
|
|
(3627, 956, 0, 'Bruiseweed zone 130, node 109'),
|
|
(3628, 956, 0, 'Bruiseweed zone 130, node 110'),
|
|
(3629, 959, 0, 'Bruiseweed zone 45, node 15'),
|
|
(3630, 949, 0, 'Bruiseweed zone 406, node 82'),
|
|
(3631, 949, 0, 'Bruiseweed zone 406, node 83'),
|
|
(3632, 995, 0, 'Bruiseweed zone 10, node 142'),
|
|
(3633, 950, 0, 'Bruiseweed zone 44, node 120'),
|
|
(3634, 949, 0, 'Bruiseweed zone 406, node 84'),
|
|
(3635, 956, 0, 'Bruiseweed zone 130, node 111'),
|
|
(3636, 951, 0, 'Bruiseweed zone 40, node 154'),
|
|
(3637, 995, 0, 'Bruiseweed zone 10, node 143'),
|
|
(3638, 962, 0, 'Bruiseweed zone 400, node 39'),
|
|
(3639, 994, 0, 'Bruiseweed zone 11, node 72'),
|
|
(3640, 960, 0, 'Bruiseweed zone 331, node 164'),
|
|
(3641, 960, 0, 'Bruiseweed zone 331, node 165'),
|
|
(3642, 960, 0, 'Bruiseweed zone 331, node 166'),
|
|
(3643, 960, 0, 'Bruiseweed zone 331, node 167'),
|
|
(3644, 960, 0, 'Bruiseweed zone 331, node 168'),
|
|
(3645, 951, 0, 'Bruiseweed zone 40, node 155'),
|
|
(3646, 950, 0, 'Bruiseweed zone 44, node 121'),
|
|
(3647, 962, 0, 'Bruiseweed zone 400, node 40'),
|
|
(3648, 962, 0, 'Bruiseweed zone 400, node 41'),
|
|
(3649, 958, 0, 'Bruiseweed zone 267, node 102'),
|
|
(3650, 958, 0, 'Bruiseweed zone 267, node 103'),
|
|
(3651, 958, 0, 'Bruiseweed zone 267, node 104'),
|
|
(3652, 958, 0, 'Bruiseweed zone 267, node 105'),
|
|
(3653, 960, 0, 'Bruiseweed zone 331, node 169'),
|
|
(3654, 950, 0, 'Bruiseweed zone 44, node 122'),
|
|
(3655, 960, 0, 'Bruiseweed zone 331, node 170'),
|
|
(3656, 960, 0, 'Bruiseweed zone 331, node 171'),
|
|
(3657, 956, 0, 'Bruiseweed zone 130, node 112'),
|
|
(3658, 994, 0, 'Bruiseweed zone 11, node 73'),
|
|
(3659, 949, 0, 'Bruiseweed zone 406, node 85'),
|
|
(3660, 994, 0, 'Bruiseweed zone 11, node 74'),
|
|
(3661, 959, 0, 'Bruiseweed zone 45, node 16'),
|
|
(3663, 951, 0, 'Bruiseweed zone 40, node 156'),
|
|
(3664, 951, 0, 'Bruiseweed zone 40, node 157'),
|
|
(3665, 826, 0, 'Bruiseweed,Zone 405,607,node 35'),
|
|
(3666, 962, 0, 'Bruiseweed zone 400, node 42'),
|
|
(3667, 800, 0, 'Bruiseweed,Zone 17,Area 384,node 703'),
|
|
(3668, 956, 0, 'Bruiseweed zone 130, node 113'),
|
|
(3669, 956, 0, 'Bruiseweed zone 130, node 114'),
|
|
(3670, 956, 0, 'Bruiseweed zone 130, node 115'),
|
|
(3671, 564, 0, 'Bruiseweed in Alterac Mountains'),
|
|
(3672, 962, 0, 'Bruiseweed zone 400, node 43'),
|
|
(3673, 962, 0, 'Bruiseweed zone 400, node 44'),
|
|
(3674, 994, 0, 'Bruiseweed zone 11, node 75'),
|
|
(3675, 949, 0, 'Bruiseweed zone 406, node 86'),
|
|
(3676, 564, 0, 'Bruiseweed in Alterac Mountains'),
|
|
(3677, 962, 0, 'Bruiseweed zone 400, node 45'),
|
|
(3678, 995, 0, 'Bruiseweed zone 10, node 144'),
|
|
(3679, 949, 0, 'Bruiseweed zone 406, node 87'),
|
|
(3680, 950, 0, 'Bruiseweed zone 44, node 123'),
|
|
(3681, 950, 0, 'Bruiseweed zone 44, node 124'),
|
|
(3682, 956, 0, 'Bruiseweed zone 130, node 116'),
|
|
(3683, 960, 0, 'Bruiseweed zone 331, node 172'),
|
|
(3684, 956, 0, 'Bruiseweed zone 130, node 117'),
|
|
(3685, 956, 0, 'Bruiseweed zone 130, node 118'),
|
|
(3686, 956, 0, 'Bruiseweed zone 130, node 119'),
|
|
(3687, 950, 0, 'Bruiseweed zone 44, node 125'),
|
|
(3688, 949, 0, 'Bruiseweed zone 406, node 88'),
|
|
(3689, 994, 0, 'Bruiseweed zone 11, node 76'),
|
|
(3690, 949, 0, 'Bruiseweed zone 406, node 89'),
|
|
(3691, 950, 0, 'Bruiseweed zone 44, node 126'),
|
|
(3692, 813, 0, 'Bruiseweed,Zone 17,Area 1701,node 704'),
|
|
(3693, 813, 0, 'Bruiseweed,Zone 17,Area 1701,node 705'),
|
|
(3694, 813, 0, 'Bruiseweed,Zone 17,Area 1701,node 706'),
|
|
(3695, 949, 0, 'Bruiseweed zone 406, node 90'),
|
|
(3696, 949, 0, 'Bruiseweed zone 406, node 91'),
|
|
(3697, 962, 0, 'Bruiseweed zone 400, node 46'),
|
|
(3698, 950, 0, 'Bruiseweed zone 44, node 127'),
|
|
(3699, 959, 0, 'Bruiseweed zone 45, node 17'),
|
|
(3700, 949, 0, 'Bruiseweed zone 406, node 92'),
|
|
(3701, 949, 0, 'Bruiseweed zone 406, node 93'),
|
|
(3702, 960, 0, 'Bruiseweed zone 331, node 173'),
|
|
(3703, 809, 0, 'Bruiseweed,Zone 17,Area 1156,node 707'),
|
|
(3704, 960, 0, 'Bruiseweed zone 331, node 174'),
|
|
(3705, 960, 0, 'Bruiseweed zone 331, node 175'),
|
|
(3706, 951, 0, 'Bruiseweed zone 40, node 158'),
|
|
(3707, 822, 0, 'Bruiseweed,Zone 405,405,node 36'),
|
|
(3708, 807, 0, 'Bruiseweed,Zone 17,Area 390,node 708'),
|
|
(3709, 958, 0, 'Bruiseweed zone 267, node 106'),
|
|
(3710, 994, 0, 'Bruiseweed zone 11, node 77'),
|
|
(3711, 950, 0, 'Bruiseweed zone 44, node 128'),
|
|
(3712, 952, 0, 'Bruiseweed zone 38, node 113'),
|
|
(3713, 952, 0, 'Bruiseweed zone 38, node 114'),
|
|
(3714, 949, 0, 'Bruiseweed zone 406, node 94'),
|
|
(3715, 950, 0, 'Bruiseweed zone 44, node 129'),
|
|
(3716, 949, 0, 'Bruiseweed zone 406, node 95'),
|
|
(3717, 821, 0, 'Bruiseweed,Zone 405,599,node 37'),
|
|
(3718, 821, 0, 'Bruiseweed,Zone 405,603,node 38'),
|
|
(3719, 949, 0, 'Bruiseweed zone 406, node 96'),
|
|
(3720, 821, 0, 'Bruiseweed,Zone 405,603,node 39'),
|
|
(3721, 951, 0, 'Bruiseweed zone 40, node 159'),
|
|
(3722, 951, 0, 'Bruiseweed zone 40, node 160'),
|
|
(3723, 951, 0, 'Bruiseweed zone 40, node 161'),
|
|
(3724, 995, 0, 'Bruiseweed zone 10, node 145'),
|
|
(3725, 952, 0, 'Bruiseweed zone 38, node 115'),
|
|
(3726, 952, 0, 'Bruiseweed zone 38, node 116'),
|
|
(3727, 952, 0, 'Bruiseweed zone 38, node 117'),
|
|
(3728, 952, 0, 'Bruiseweed zone 38, node 118'),
|
|
(3729, 952, 0, 'Bruiseweed zone 38, node 119'),
|
|
(3730, 952, 0, 'Bruiseweed zone 38, node 120'),
|
|
(3731, 949, 0, 'Bruiseweed zone 406, node 97'),
|
|
(3732, 949, 0, 'Bruiseweed zone 406, node 98'),
|
|
(3733, 952, 0, 'Bruiseweed zone 38, node 121'),
|
|
(3734, 800, 0, 'Bruiseweed,Zone 17,Area 384,node 709'),
|
|
(3735, 800, 0, 'Bruiseweed,Zone 17,Area 384,node 710'),
|
|
(3736, 807, 0, 'Bruiseweed,Zone 17,Area 390,node 711'),
|
|
(3737, 949, 0, 'Bruiseweed zone 406, node 99'),
|
|
(3738, 962, 0, 'Bruiseweed zone 400, node 47'),
|
|
(3739, 803, 0, 'Bruiseweed,Zone 17,Area 385,node 712'),
|
|
(3740, 994, 0, 'Bruiseweed zone 11, node 78'),
|
|
(3741, 960, 0, 'Bruiseweed zone 331, node 176'),
|
|
(3742, 950, 0, 'Bruiseweed zone 44, node 130'),
|
|
(3743, 950, 0, 'Bruiseweed zone 44, node 131'),
|
|
(3744, 958, 0, 'Bruiseweed zone 267, node 107'),
|
|
(3745, 949, 0, 'Bruiseweed zone 406, node 100'),
|
|
(3746, 960, 0, 'Bruiseweed zone 331, node 177'),
|
|
(3747, 949, 0, 'Bruiseweed zone 406, node 101'),
|
|
(3748, 950, 0, 'Bruiseweed zone 44, node 132'),
|
|
(3749, 958, 0, 'Bruiseweed zone 267, node 108'),
|
|
(3750, 956, 0, 'Bruiseweed zone 130, node 120'),
|
|
(3751, 950, 0, 'Bruiseweed zone 44, node 133'),
|
|
(3752, 952, 0, 'Bruiseweed zone 38, node 122'),
|
|
(3753, 952, 0, 'Bruiseweed zone 38, node 123'),
|
|
(3754, 952, 0, 'Bruiseweed zone 38, node 124'),
|
|
(3755, 995, 0, 'Bruiseweed zone 10, node 146'),
|
|
(3756, 994, 0, 'Bruiseweed zone 11, node 79'),
|
|
(3757, 950, 0, 'Bruiseweed zone 44, node 134'),
|
|
(3758, 952, 0, 'Bruiseweed zone 38, node 125'),
|
|
(3759, 952, 0, 'Bruiseweed zone 38, node 126'),
|
|
(3760, 950, 0, 'Bruiseweed zone 44, node 135'),
|
|
(3761, 995, 0, 'Bruiseweed zone 10, node 147'),
|
|
(3763, 958, 0, 'Bruiseweed zone 267, node 109'),
|
|
(3764, 994, 0, 'Bruiseweed zone 11, node 80'),
|
|
(3765, 951, 0, 'Bruiseweed zone 40, node 162'),
|
|
(3766, 994, 0, 'Bruiseweed zone 11, node 81'),
|
|
(3767, 951, 0, 'Bruiseweed zone 40, node 163'),
|
|
(3768, 962, 0, 'Bruiseweed zone 400, node 48'),
|
|
(3769, 995, 0, 'Bruiseweed zone 10, node 148'),
|
|
(3770, 958, 0, 'Bruiseweed zone 267, node 110'),
|
|
(3771, 825, 0, 'Bruiseweed,Zone 405,602,node 40'),
|
|
(3772, 825, 0, 'Bruiseweed,Zone 405,602,node 41'),
|
|
(3773, 821, 0, 'Bruiseweed,Zone 405,2617,node 42'),
|
|
(3774, 951, 0, 'Bruiseweed zone 40, node 164'),
|
|
(3775, 995, 0, 'Bruiseweed zone 10, node 149'),
|
|
(3776, 951, 0, 'Bruiseweed zone 40, node 165'),
|
|
(3777, 995, 0, 'Bruiseweed zone 10, node 150'),
|
|
(3778, 960, 0, 'Bruiseweed zone 331, node 178'),
|
|
(3779, 960, 0, 'Bruiseweed zone 331, node 179'),
|
|
(3780, 961, 0, 'Bruiseweed zone 148, node 215'),
|
|
(3781, 961, 0, 'Bruiseweed zone 148, node 216'),
|
|
(3782, 961, 0, 'Bruiseweed zone 148, node 217'),
|
|
(3783, 961, 0, 'Bruiseweed zone 148, node 218'),
|
|
(3784, 961, 0, 'Bruiseweed zone 148, node 219'),
|
|
(3785, 961, 0, 'Bruiseweed zone 148, node 220'),
|
|
(3786, 949, 0, 'Bruiseweed zone 406, node 102'),
|
|
(3787, 949, 0, 'Bruiseweed zone 406, node 103'),
|
|
(3788, 950, 0, 'Bruiseweed zone 44, node 136'),
|
|
(3789, 958, 0, 'Bruiseweed zone 267, node 111'),
|
|
(3790, 825, 0, 'Bruiseweed,Zone 405,602,node 43'),
|
|
(3791, 951, 0, 'Bruiseweed zone 40, node 166'),
|
|
(3792, 961, 0, 'Bruiseweed zone 148, node 221'),
|
|
(3793, 803, 0, 'Bruiseweed,Zone 17,Area 385,node 713'),
|
|
(3794, 951, 0, 'Bruiseweed zone 40, node 167'),
|
|
(3795, 951, 0, 'Bruiseweed zone 40, node 168'),
|
|
(3796, 950, 0, 'Bruiseweed zone 44, node 137'),
|
|
(3797, 950, 0, 'Bruiseweed zone 44, node 138'),
|
|
(3798, 962, 0, 'Bruiseweed zone 400, node 49'),
|
|
(3799, 959, 0, 'Bruiseweed zone 45, node 18'),
|
|
(3800, 995, 0, 'Bruiseweed zone 10, node 151'),
|
|
(3802, 958, 0, 'Bruiseweed zone 267, node 112'),
|
|
(3803, 958, 0, 'Bruiseweed zone 267, node 113'),
|
|
(3804, 950, 0, 'Bruiseweed zone 44, node 140'),
|
|
(3805, 952, 0, 'Bruiseweed zone 38, node 127'),
|
|
(3806, 952, 0, 'Bruiseweed zone 38, node 128'),
|
|
(3807, 952, 0, 'Bruiseweed zone 38, node 129'),
|
|
(3808, 952, 0, 'Bruiseweed zone 38, node 130'),
|
|
(3809, 952, 0, 'Bruiseweed zone 38, node 131'),
|
|
(3810, 962, 0, 'Bruiseweed zone 400, node 50'),
|
|
(3811, 949, 0, 'Bruiseweed zone 406, node 104'),
|
|
(3812, 805, 0, 'Bruiseweed,Zone 17,Area 387,node 714'),
|
|
(3813, 805, 0, 'Bruiseweed,Zone 17,Area 387,node 715'),
|
|
(3814, 822, 0, 'Bruiseweed,Zone 405,405,node 44'),
|
|
(3815, 961, 0, 'Bruiseweed zone 148, node 222'),
|
|
(3816, 961, 0, 'Bruiseweed zone 148, node 223'),
|
|
(3817, 950, 0, 'Bruiseweed zone 44, node 141'),
|
|
(3818, 950, 0, 'Bruiseweed zone 44, node 142'),
|
|
(3819, 950, 0, 'Bruiseweed zone 44, node 143'),
|
|
(3820, 950, 0, 'Bruiseweed zone 44, node 144'),
|
|
(3821, 951, 0, 'Bruiseweed zone 40, node 169'),
|
|
(3822, 956, 0, 'Bruiseweed zone 130, node 121'),
|
|
(3823, 956, 0, 'Bruiseweed zone 130, node 122'),
|
|
(3824, 960, 0, 'Bruiseweed zone 331, node 180'),
|
|
(3825, 960, 0, 'Bruiseweed zone 331, node 181'),
|
|
(3826, 949, 0, 'Bruiseweed zone 406, node 105'),
|
|
(3827, 801, 0, 'Bruiseweed,Zone 17,Area 17,node 716'),
|
|
(3828, 949, 0, 'Bruiseweed zone 406, node 106'),
|
|
(3829, 949, 0, 'Bruiseweed zone 406, node 107'),
|
|
(3830, 949, 0, 'Bruiseweed zone 406, node 108'),
|
|
(3831, 949, 0, 'Bruiseweed zone 406, node 109'),
|
|
(3832, 994, 0, 'Bruiseweed zone 11, node 82'),
|
|
(3833, 958, 0, 'Bruiseweed zone 267, node 114'),
|
|
(3834, 951, 0, 'Bruiseweed zone 40, node 170'),
|
|
(3835, 952, 0, 'Bruiseweed zone 38, node 132'),
|
|
(3836, 949, 0, 'Bruiseweed zone 406, node 110'),
|
|
(3837, 949, 0, 'Bruiseweed zone 406, node 111'),
|
|
(3838, 951, 0, 'Bruiseweed zone 40, node 171'),
|
|
(3839, 994, 0, 'Bruiseweed zone 11, node 83'),
|
|
(3840, 950, 0, 'Bruiseweed zone 44, node 145'),
|
|
(3841, 961, 0, 'Bruiseweed zone 148, node 224'),
|
|
(3842, 995, 0, 'Bruiseweed zone 10, node 152'),
|
|
(3843, 951, 0, 'Bruiseweed zone 40, node 172'),
|
|
(3844, 949, 0, 'Bruiseweed zone 406, node 112'),
|
|
(3845, 949, 0, 'Bruiseweed zone 406, node 113'),
|
|
(3846, 960, 0, 'Bruiseweed zone 331, node 182'),
|
|
(3847, 994, 0, 'Bruiseweed zone 11, node 84'),
|
|
(3848, 950, 0, 'Bruiseweed zone 44, node 146'),
|
|
(3849, 951, 0, 'Bruiseweed zone 40, node 173'),
|
|
(3850, 960, 0, 'Bruiseweed zone 331, node 183'),
|
|
(3851, 960, 0, 'Bruiseweed zone 331, node 184'),
|
|
(3852, 812, 0, 'Bruiseweed,Zone 17,Area 1700,node 717'),
|
|
(3853, 564, 0, 'Bruiseweed in Alterac Mountains'),
|
|
(3854, 800, 0, 'Bruiseweed,Zone 17,Area 381,node 718'),
|
|
(3855, 949, 0, 'Bruiseweed zone 406, node 114'),
|
|
(3856, 949, 0, 'Bruiseweed zone 406, node 115'),
|
|
(3857, 949, 0, 'Bruiseweed zone 406, node 116'),
|
|
(3858, 951, 0, 'Bruiseweed zone 40, node 174'),
|
|
(3859, 959, 0, 'Bruiseweed zone 45, node 19'),
|
|
(3860, 826, 0, 'Bruiseweed,Zone 405,607,node 45'),
|
|
(3861, 826, 0, 'Bruiseweed,Zone 405,607,node 46'),
|
|
(3862, 813, 0, 'Bruiseweed,Zone 17,Area 1701,node 719'),
|
|
(3863, 951, 0, 'Bruiseweed zone 40, node 175'),
|
|
(3864, 949, 0, 'Bruiseweed zone 406, node 117'),
|
|
(3865, 958, 0, 'Bruiseweed zone 267, node 115'),
|
|
(3866, 961, 0, 'Bruiseweed zone 148, node 225'),
|
|
(3867, 950, 0, 'Bruiseweed zone 44, node 147'),
|
|
(3868, 949, 0, 'Bruiseweed zone 406, node 118'),
|
|
(3869, 962, 0, 'Bruiseweed zone 400, node 51'),
|
|
(3870, 952, 0, 'Bruiseweed zone 38, node 133'),
|
|
(3871, 952, 0, 'Bruiseweed zone 38, node 134'),
|
|
(3872, 952, 0, 'Bruiseweed zone 38, node 135'),
|
|
(3873, 959, 0, 'Bruiseweed zone 45, node 20'),
|
|
(3874, 961, 0, 'Bruiseweed zone 148, node 226'),
|
|
(3875, 958, 0, 'Bruiseweed zone 267, node 116'),
|
|
(3876, 994, 0, 'Bruiseweed zone 11, node 85'),
|
|
(3877, 958, 0, 'Bruiseweed zone 267, node 117'),
|
|
(3878, 995, 0, 'Bruiseweed zone 10, node 153'),
|
|
(3879, 956, 0, 'Bruiseweed zone 130, node 123'),
|
|
(3880, 994, 0, 'Bruiseweed zone 11, node 86'),
|
|
(3881, 958, 0, 'Bruiseweed zone 267, node 118'),
|
|
(3882, 995, 0, 'Bruiseweed zone 10, node 154'),
|
|
(3883, 951, 0, 'Bruiseweed zone 40, node 176'),
|
|
(3884, 962, 0, 'Bruiseweed zone 400, node 52'),
|
|
(3885, 962, 0, 'Bruiseweed zone 400, node 53'),
|
|
(3886, 952, 0, 'Bruiseweed zone 38, node 136'),
|
|
(3887, 949, 0, 'Wild Steelbloom zone 406, node 119'),
|
|
(3888, 962, 0, 'Wild Steelbloom zone 400, node 54'),
|
|
(3889, 960, 0, 'Wild Steelbloom zone 331, node 185'),
|
|
(3890, 988, 0, 'Wild Steelbloom zone 33, node 1'),
|
|
(3891, 988, 0, 'Wild Steelbloom zone 33, node 2'),
|
|
(3892, 959, 0, 'Wild Steelbloom zone 45, node 21'),
|
|
(3893, 949, 0, 'Wild Steelbloom zone 406, node 120'),
|
|
(3894, 960, 0, 'Wild Steelbloom zone 331, node 186'),
|
|
(3895, 960, 0, 'Wild Steelbloom zone 331, node 187'),
|
|
(3896, 994, 0, 'Wild Steelbloom zone 11, node 87'),
|
|
(3897, 959, 0, 'Wild Steelbloom zone 45, node 22'),
|
|
(3898, 809, 0, 'Wild Steelbloom,Zone 17,Area 1156,node 720'),
|
|
(3899, 959, 0, 'Wild Steelbloom zone 45, node 23'),
|
|
(3900, 962, 0, 'Wild Steelbloom zone 400, node 55'),
|
|
(3901, 959, 0, 'Wild Steelbloom zone 45, node 24'),
|
|
(3902, 949, 0, 'Wild Steelbloom zone 406, node 121'),
|
|
(3903, 949, 0, 'Wild Steelbloom zone 406, node 122'),
|
|
(3904, 998, 0, 'Wild Steelbloom zone 3, node 1'),
|
|
(3905, 959, 0, 'Wild Steelbloom zone 45, node 25'),
|
|
(3906, 994, 0, 'Wild Steelbloom zone 11, node 88'),
|
|
(3907, 994, 0, 'Wild Steelbloom zone 11, node 89'),
|
|
(3908, 994, 0, 'Wild Steelbloom zone 11, node 90'),
|
|
(3909, 949, 0, 'Wild Steelbloom zone 406, node 123'),
|
|
(3910, 949, 0, 'Wild Steelbloom zone 406, node 124'),
|
|
(3911, 962, 0, 'Wild Steelbloom zone 400, node 56'),
|
|
(3912, 949, 0, 'Wild Steelbloom zone 406, node 125'),
|
|
(3913, 998, 0, 'Wild Steelbloom zone 3, node 2'),
|
|
(3914, 949, 0, 'Wild Steelbloom zone 406, node 126'),
|
|
(3915, 988, 0, 'Wild Steelbloom zone 33, node 3'),
|
|
(3916, 994, 0, 'Wild Steelbloom zone 11, node 91'),
|
|
(3917, 994, 0, 'Wild Steelbloom zone 11, node 92'),
|
|
(3918, 959, 0, 'Wild Steelbloom zone 45, node 26'),
|
|
(3919, 962, 0, 'Wild Steelbloom zone 400, node 57'),
|
|
(3920, 959, 0, 'Wild Steelbloom zone 45, node 27'),
|
|
(3921, 800, 0, 'Wild Steelbloom,Zone 17,Area 1316,node 721'),
|
|
(3922, 949, 0, 'Wild Steelbloom zone 406, node 127'),
|
|
(3923, 800, 0, 'Wild Steelbloom,Zone 17,Area 1316,node 722'),
|
|
(3924, 962, 0, 'Wild Steelbloom zone 400, node 58'),
|
|
(3925, 960, 0, 'Wild Steelbloom zone 331, node 188'),
|
|
(3926, 569, 0, 'Wild Steelbloom in Alterac Mountains'),
|
|
(3927, 569, 0, 'Wild Steelbloom in Alterac Mountains'),
|
|
(3928, 959, 0, 'Wild Steelbloom zone 45, node 28'),
|
|
(3929, 959, 0, 'Wild Steelbloom zone 45, node 29'),
|
|
(3930, 959, 0, 'Wild Steelbloom zone 45, node 30'),
|
|
(3931, 569, 0, 'Wild Steelbloom in Alterac Mountains'),
|
|
(3932, 994, 0, 'Wild Steelbloom zone 11, node 93'),
|
|
(3933, 959, 0, 'Wild Steelbloom zone 45, node 31'),
|
|
(3934, 813, 0, 'Wild Steelbloom,Zone 17,Area 1701,node 723'),
|
|
(3935, 949, 0, 'Wild Steelbloom zone 406, node 128'),
|
|
(3936, 949, 0, 'Wild Steelbloom zone 406, node 129'),
|
|
(3937, 813, 0, 'Wild Steelbloom,Zone 17,Area 1701,node 724'),
|
|
(3938, 962, 0, 'Wild Steelbloom zone 400, node 59'),
|
|
(3939, 822, 0, 'Wild Steelbloom,Zone 405,405,node 47'),
|
|
(3940, 959, 0, 'Wild Steelbloom zone 45, node 32'),
|
|
(3941, 949, 0, 'Wild Steelbloom zone 406, node 130'),
|
|
(3942, 994, 0, 'Wild Steelbloom zone 11, node 94'),
|
|
(3943, 949, 0, 'Wild Steelbloom zone 406, node 131'),
|
|
(3944, 949, 0, 'Wild Steelbloom zone 406, node 132'),
|
|
(3945, 949, 0, 'Wild Steelbloom zone 406, node 133'),
|
|
(3946, 998, 0, 'Wild Steelbloom zone 3, node 3'),
|
|
(3947, 959, 0, 'Wild Steelbloom zone 45, node 33'),
|
|
(3948, 959, 0, 'Wild Steelbloom zone 45, node 34'),
|
|
(3949, 988, 0, 'Wild Steelbloom zone 33, node 4'),
|
|
(3950, 960, 0, 'Wild Steelbloom zone 331, node 189'),
|
|
(3951, 949, 0, 'Wild Steelbloom zone 406, node 134'),
|
|
(3952, 988, 0, 'Wild Steelbloom zone 33, node 5'),
|
|
(3954, 949, 0, 'Wild Steelbloom zone 406, node 135'),
|
|
(3955, 960, 0, 'Wild Steelbloom zone 331, node 190'),
|
|
(3956, 959, 0, 'Wild Steelbloom zone 45, node 35'),
|
|
(3957, 800, 0, 'Wild Steelbloom,Zone 17,Area 1316,node 725'),
|
|
(3958, 949, 0, 'Wild Steelbloom zone 406, node 136'),
|
|
(3959, 959, 0, 'Wild Steelbloom zone 45, node 36'),
|
|
(3960, 949, 0, 'Wild Steelbloom zone 406, node 137'),
|
|
(3961, 949, 0, 'Wild Steelbloom zone 406, node 138'),
|
|
(3962, 962, 0, 'Wild Steelbloom zone 400, node 60'),
|
|
(3963, 958, 0, 'Wild Steelbloom zone 267, node 119'),
|
|
(3964, 998, 0, 'Wild Steelbloom zone 3, node 4'),
|
|
(3965, 998, 0, 'Wild Steelbloom zone 3, node 5'),
|
|
(3966, 959, 0, 'Wild Steelbloom zone 45, node 37'),
|
|
(3967, 949, 0, 'Wild Steelbloom zone 406, node 139'),
|
|
(3968, 800, 0, 'Wild Steelbloom,Zone 17,Area 1316,node 726'),
|
|
(3969, 994, 0, 'Wild Steelbloom zone 11, node 95'),
|
|
(3970, 962, 0, 'Wild Steelbloom zone 400, node 61'),
|
|
(3971, 949, 0, 'Wild Steelbloom zone 406, node 140'),
|
|
(3972, 959, 0, 'Wild Steelbloom zone 45, node 38'),
|
|
(3973, 959, 0, 'Wild Steelbloom zone 45, node 39'),
|
|
(3974, 962, 0, 'Wild Steelbloom zone 400, node 62'),
|
|
(3975, 959, 0, 'Wild Steelbloom zone 45, node 40'),
|
|
(3976, 959, 0, 'Wild Steelbloom zone 45, node 41'),
|
|
(3977, 962, 0, 'Wild Steelbloom zone 400, node 63'),
|
|
(3978, 959, 0, 'Wild Steelbloom zone 45, node 42'),
|
|
(3979, 807, 0, 'Wild Steelbloom,Zone 17,Area 390,node 727'),
|
|
(3980, 959, 0, 'Wild Steelbloom zone 45, node 43'),
|
|
(3981, 959, 0, 'Wild Steelbloom zone 45, node 44'),
|
|
(3983, 960, 0, 'Wild Steelbloom zone 331, node 191'),
|
|
(3984, 813, 0, 'Wild Steelbloom,Zone 17,Area 1701,node 728'),
|
|
(3985, 994, 0, 'Wild Steelbloom zone 11, node 96'),
|
|
(3986, 959, 0, 'Wild Steelbloom zone 45, node 45'),
|
|
(3987, 949, 0, 'Wild Steelbloom zone 406, node 141'),
|
|
(3988, 949, 0, 'Wild Steelbloom zone 406, node 142'),
|
|
(3989, 949, 0, 'Wild Steelbloom zone 406, node 143'),
|
|
(3990, 821, 0, 'Wild Steelbloom,Zone 405,609,node 48'),
|
|
(3991, 998, 0, 'Wild Steelbloom zone 3, node 6'),
|
|
(3992, 959, 0, 'Wild Steelbloom zone 45, node 46'),
|
|
(3993, 949, 0, 'Wild Steelbloom zone 406, node 144'),
|
|
(3994, 949, 0, 'Wild Steelbloom zone 406, node 145'),
|
|
(3995, 958, 0, 'Wild Steelbloom zone 267, node 120'),
|
|
(3996, 962, 0, 'Wild Steelbloom zone 400, node 64'),
|
|
(3997, 959, 0, 'Wild Steelbloom zone 45, node 47'),
|
|
(3998, 962, 0, 'Wild Steelbloom zone 400, node 65'),
|
|
(3999, 959, 0, 'Wild Steelbloom zone 45, node 48'),
|
|
(4001, 959, 0, 'Wild Steelbloom zone 45, node 49'),
|
|
(4002, 959, 0, 'Wild Steelbloom zone 45, node 50'),
|
|
(4003, 949, 0, 'Wild Steelbloom zone 406, node 146'),
|
|
(4004, 962, 0, 'Wild Steelbloom zone 400, node 66'),
|
|
(4005, 949, 0, 'Wild Steelbloom zone 406, node 147'),
|
|
(4006, 988, 0, 'Wild Steelbloom zone 33, node 6'),
|
|
(4008, 949, 0, 'Wild Steelbloom zone 406, node 148'),
|
|
(4009, 995, 0, 'Wild Steelbloom zone 10, node 155'),
|
|
(4010, 959, 0, 'Wild Steelbloom zone 45, node 51'),
|
|
(4011, 959, 0, 'Wild Steelbloom zone 45, node 52'),
|
|
(4012, 959, 0, 'Wild Steelbloom zone 45, node 53'),
|
|
(4013, 959, 0, 'Wild Steelbloom zone 45, node 54'),
|
|
(4014, 949, 0, 'Wild Steelbloom zone 406, node 149'),
|
|
(4015, 959, 0, 'Wild Steelbloom zone 45, node 55'),
|
|
(4016, 959, 0, 'Wild Steelbloom zone 45, node 56'),
|
|
(4017, 959, 0, 'Wild Steelbloom zone 45, node 57'),
|
|
(4018, 949, 0, 'Wild Steelbloom zone 406, node 150'),
|
|
(4019, 949, 0, 'Wild Steelbloom zone 406, node 151'),
|
|
(4020, 959, 0, 'Wild Steelbloom zone 45, node 58'),
|
|
(4021, 998, 0, 'Wild Steelbloom zone 3, node 7'),
|
|
(4022, 959, 0, 'Wild Steelbloom zone 45, node 59'),
|
|
(4023, 959, 0, 'Wild Steelbloom zone 45, node 60'),
|
|
(4024, 803, 0, 'Wild Steelbloom,Zone 17,Area 385,node 729'),
|
|
(4025, 960, 0, 'Wild Steelbloom zone 331, node 192'),
|
|
(4026, 959, 0, 'Wild Steelbloom zone 45, node 61'),
|
|
(4027, 812, 0, 'Wild Steelbloom,Zone 17,Area 1700,node 730'),
|
|
(4028, 801, 0, 'Wild Steelbloom,Zone 17,Area 17,node 731'),
|
|
(4029, 998, 0, 'Wild Steelbloom zone 3, node 8'),
|
|
(4030, 962, 0, 'Wild Steelbloom zone 400, node 67'),
|
|
(4031, 959, 0, 'Wild Steelbloom zone 45, node 62'),
|
|
(4032, 994, 0, 'Wild Steelbloom zone 11, node 97'),
|
|
(4033, 988, 0, 'Wild Steelbloom zone 33, node 7'),
|
|
(4034, 949, 0, 'Wild Steelbloom zone 406, node 152'),
|
|
(4035, 949, 0, 'Wild Steelbloom zone 406, node 153'),
|
|
(4036, 994, 0, 'Wild Steelbloom zone 11, node 98'),
|
|
(4037, 994, 0, 'Wild Steelbloom zone 11, node 99'),
|
|
(4038, 959, 0, 'Wild Steelbloom zone 45, node 63'),
|
|
(4039, 949, 0, 'Wild Steelbloom zone 406, node 154'),
|
|
(4040, 959, 0, 'Wild Steelbloom zone 45, node 64'),
|
|
(4041, 949, 0, 'Wild Steelbloom zone 406, node 155'),
|
|
(4042, 962, 0, 'Wild Steelbloom zone 400, node 68'),
|
|
(4043, 958, 0, 'Wild Steelbloom zone 267, node 121'),
|
|
(4044, 994, 0, 'Wild Steelbloom zone 11, node 100'),
|
|
(4045, 994, 0, 'Wild Steelbloom zone 11, node 101'),
|
|
(4046, 569, 0, 'Wild Steelbloom in Alterac Mountains'),
|
|
(4047, 949, 0, 'Wild Steelbloom zone 406, node 156'),
|
|
(4048, 962, 0, 'Wild Steelbloom zone 400, node 69'),
|
|
(4049, 949, 0, 'Wild Steelbloom zone 406, node 157'),
|
|
(4050, 962, 0, 'Wild Steelbloom zone 400, node 70'),
|
|
(4051, 959, 0, 'Wild Steelbloom zone 45, node 65'),
|
|
(4052, 949, 0, 'Wild Steelbloom zone 406, node 158'),
|
|
(4053, 994, 0, 'Wild Steelbloom zone 11, node 102'),
|
|
(4054, 949, 0, 'Wild Steelbloom zone 406, node 159'),
|
|
(4055, 960, 0, 'Wild Steelbloom zone 331, node 193'),
|
|
(4056, 959, 0, 'Wild Steelbloom zone 45, node 66'),
|
|
(4057, 959, 0, 'Wild Steelbloom zone 45, node 67'),
|
|
(4058, 959, 0, 'Wild Steelbloom zone 45, node 68'),
|
|
(4059, 998, 0, 'Wild Steelbloom zone 3, node 9'),
|
|
(4060, 962, 0, 'Wild Steelbloom zone 400, node 71'),
|
|
(4061, 998, 0, 'Wild Steelbloom zone 3, node 10'),
|
|
(4062, 959, 0, 'Wild Steelbloom zone 45, node 69'),
|
|
(4063, 821, 0, 'Wild Steelbloom,Zone 405,609,node 49'),
|
|
(4064, 949, 0, 'Wild Steelbloom zone 406, node 160'),
|
|
(4065, 813, 0, 'Wild Steelbloom,Zone 17,Area 1701,node 732'),
|
|
(4066, 807, 0, 'Wild Steelbloom,Zone 17,Area 390,node 733'),
|
|
(4067, 998, 0, 'Wild Steelbloom zone 3, node 11'),
|
|
(4068, 959, 0, 'Wild Steelbloom zone 45, node 70'),
|
|
(4069, 959, 0, 'Wild Steelbloom zone 45, node 71'),
|
|
(4070, 949, 0, 'Wild Steelbloom zone 406, node 161'),
|
|
(4071, 949, 0, 'Wild Steelbloom zone 406, node 162'),
|
|
(4072, 959, 0, 'Wild Steelbloom zone 45, node 72'),
|
|
(4073, 994, 0, 'Wild Steelbloom zone 11, node 103'),
|
|
(4074, 959, 0, 'Wild Steelbloom zone 45, node 73'),
|
|
(4075, 959, 0, 'Wild Steelbloom zone 45, node 74'),
|
|
(4076, 959, 0, 'Wild Steelbloom zone 45, node 75'),
|
|
(4077, 949, 0, 'Wild Steelbloom zone 406, node 163'),
|
|
(4078, 569, 0, 'Wild Steelbloom in Alterac Mountains'),
|
|
(4080, 962, 0, 'Wild Steelbloom zone 400, node 72'),
|
|
(4081, 959, 0, 'Wild Steelbloom zone 45, node 76'),
|
|
(4082, 949, 0, 'Wild Steelbloom zone 406, node 164'),
|
|
(4083, 959, 0, 'Wild Steelbloom zone 45, node 77'),
|
|
(4084, 988, 0, 'Wild Steelbloom zone 33, node 8'),
|
|
(4085, 809, 0, 'Wild Steelbloom,Zone 17,Area 1156,node 734'),
|
|
(4086, 821, 0, 'Wild Steelbloom,Zone 405,2404,node 50'),
|
|
(4087, 959, 0, 'Wild Steelbloom zone 45, node 78'),
|
|
(4088, 962, 0, 'Wild Steelbloom zone 400, node 73'),
|
|
(4089, 960, 0, 'Wild Steelbloom zone 331, node 194'),
|
|
(4090, 959, 0, 'Wild Steelbloom zone 45, node 79'),
|
|
(4091, 959, 0, 'Wild Steelbloom zone 45, node 80'),
|
|
(4092, 949, 0, 'Wild Steelbloom zone 406, node 165'),
|
|
(4093, 994, 0, 'Wild Steelbloom zone 11, node 104'),
|
|
(4094, 959, 0, 'Wild Steelbloom zone 45, node 81'),
|
|
(4095, 949, 0, 'Wild Steelbloom zone 406, node 166'),
|
|
(4096, 998, 0, 'Wild Steelbloom zone 3, node 12'),
|
|
(4097, 813, 0, 'Wild Steelbloom,Zone 17,Area 1701,node 735'),
|
|
(4098, 959, 0, 'Wild Steelbloom zone 45, node 82'),
|
|
(4099, 959, 0, 'Wild Steelbloom zone 45, node 83'),
|
|
(4100, 994, 0, 'Wild Steelbloom zone 11, node 105'),
|
|
(4101, 962, 0, 'Wild Steelbloom zone 400, node 74'),
|
|
(4102, 569, 0, 'Wild Steelbloom in Alterac Mountains'),
|
|
(4103, 809, 0, 'Wild Steelbloom,Zone 17,Area 1156,node 736'),
|
|
(4104, 569, 0, 'Wild Steelbloom in Alterac Mountains'),
|
|
(4105, 959, 0, 'Wild Steelbloom zone 45, node 84'),
|
|
(4106, 959, 0, 'Wild Steelbloom zone 45, node 85'),
|
|
(4107, 949, 0, 'Wild Steelbloom zone 406, node 167'),
|
|
(4108, 998, 0, 'Wild Steelbloom zone 3, node 13'),
|
|
(4109, 959, 0, 'Wild Steelbloom zone 45, node 86'),
|
|
(4110, 949, 0, 'Wild Steelbloom zone 406, node 168'),
|
|
(4111, 960, 0, 'Wild Steelbloom zone 331, node 195'),
|
|
(4112, 998, 0, 'Wild Steelbloom zone 3, node 14'),
|
|
(4113, 959, 0, 'Wild Steelbloom zone 45, node 87'),
|
|
(4114, 959, 0, 'Wild Steelbloom zone 45, node 88'),
|
|
(4115, 962, 0, 'Wild Steelbloom zone 400, node 75'),
|
|
(4116, 962, 0, 'Wild Steelbloom zone 400, node 76'),
|
|
(4117, 962, 0, 'Wild Steelbloom zone 400, node 77'),
|
|
(4118, 994, 0, 'Wild Steelbloom zone 11, node 106'),
|
|
(4119, 959, 0, 'Wild Steelbloom zone 45, node 89'),
|
|
(4120, 962, 0, 'Wild Steelbloom zone 400, node 78'),
|
|
(4121, 959, 0, 'Wild Steelbloom zone 45, node 90'),
|
|
(4122, 959, 0, 'Wild Steelbloom zone 45, node 91'),
|
|
(4123, 959, 0, 'Wild Steelbloom zone 45, node 92'),
|
|
(4124, 959, 0, 'Wild Steelbloom zone 45, node 93'),
|
|
(4125, 994, 0, 'Wild Steelbloom zone 11, node 107'),
|
|
(4126, 994, 0, 'Wild Steelbloom zone 11, node 108'),
|
|
(4127, 994, 0, 'Wild Steelbloom zone 11, node 109'),
|
|
(4128, 962, 0, 'Wild Steelbloom zone 400, node 79'),
|
|
(4129, 959, 0, 'Wild Steelbloom zone 45, node 94'),
|
|
(4130, 988, 0, 'Wild Steelbloom zone 33, node 9'),
|
|
(4131, 962, 0, 'Wild Steelbloom zone 400, node 80'),
|
|
(4132, 959, 0, 'Wild Steelbloom zone 45, node 95'),
|
|
(4133, 959, 0, 'Wild Steelbloom zone 45, node 96'),
|
|
(4134, 958, 0, 'Wild Steelbloom zone 267, node 122'),
|
|
(4135, 949, 0, 'Wild Steelbloom zone 406, node 169'),
|
|
(4136, 995, 0, 'Wild Steelbloom zone 10, node 156'),
|
|
(4137, 994, 0, 'Wild Steelbloom zone 11, node 110'),
|
|
(4138, 994, 0, 'Wild Steelbloom zone 11, node 111'),
|
|
(4139, 988, 0, 'Wild Steelbloom zone 33, node 10'),
|
|
(4140, 988, 0, 'Wild Steelbloom zone 33, node 11'),
|
|
(4141, 959, 0, 'Wild Steelbloom zone 45, node 97'),
|
|
(4143, 949, 0, 'Wild Steelbloom zone 406, node 170'),
|
|
(4144, 959, 0, 'Wild Steelbloom zone 45, node 98'),
|
|
(4145, 949, 0, 'Wild Steelbloom zone 406, node 171'),
|
|
(4146, 959, 0, 'Wild Steelbloom zone 45, node 99'),
|
|
(4147, 959, 0, 'Wild Steelbloom zone 45, node 100'),
|
|
(4148, 959, 0, 'Wild Steelbloom zone 45, node 101'),
|
|
(4149, 960, 0, 'Wild Steelbloom zone 331, node 196'),
|
|
(4150, 949, 0, 'Wild Steelbloom zone 406, node 172'),
|
|
(4151, 569, 0, 'Wild Steelbloom in Alterac Mountains'),
|
|
(4152, 949, 0, 'Wild Steelbloom zone 406, node 173'),
|
|
(4153, 810, 0, 'Wild Steelbloom,Zone 17,Area 1698,node 737'),
|
|
(4154, 959, 0, 'Wild Steelbloom zone 45, node 102'),
|
|
(4155, 949, 0, 'Wild Steelbloom zone 406, node 174'),
|
|
(4156, 569, 0, 'Wild Steelbloom in Alterac Mountains'),
|
|
(4157, 959, 0, 'Wild Steelbloom zone 45, node 103'),
|
|
(4158, 959, 0, 'Wild Steelbloom zone 45, node 104'),
|
|
(4159, 959, 0, 'Wild Steelbloom zone 45, node 105'),
|
|
(4160, 949, 0, 'Wild Steelbloom zone 406, node 175'),
|
|
(4161, 959, 0, 'Wild Steelbloom zone 45, node 106'),
|
|
(4162, 959, 0, 'Wild Steelbloom zone 45, node 107'),
|
|
(4163, 959, 0, 'Wild Steelbloom zone 45, node 108'),
|
|
(4164, 949, 0, 'Wild Steelbloom zone 406, node 176'),
|
|
(4165, 949, 0, 'Wild Steelbloom zone 406, node 177'),
|
|
(4166, 960, 0, 'Wild Steelbloom zone 331, node 197'),
|
|
(4167, 949, 0, 'Wild Steelbloom zone 406, node 178'),
|
|
(4168, 959, 0, 'Wild Steelbloom zone 45, node 109'),
|
|
(4169, 949, 0, 'Wild Steelbloom zone 406, node 179'),
|
|
(4170, 949, 0, 'Wild Steelbloom zone 406, node 180'),
|
|
(4171, 569, 0, 'Wild Steelbloom in Alterac Mountains'),
|
|
(4172, 959, 0, 'Wild Steelbloom zone 45, node 110'),
|
|
(4173, 988, 0, 'Wild Steelbloom zone 33, node 12'),
|
|
(4174, 800, 0, 'Wild Steelbloom,Zone 17,Area 1697,node 738'),
|
|
(4175, 959, 0, 'Wild Steelbloom zone 45, node 111'),
|
|
(4176, 959, 0, 'Wild Steelbloom zone 45, node 112'),
|
|
(4177, 959, 0, 'Wild Steelbloom zone 45, node 113'),
|
|
(4178, 995, 0, 'Wild Steelbloom zone 10, node 157'),
|
|
(4179, 960, 0, 'Wild Steelbloom zone 331, node 198'),
|
|
(4180, 959, 0, 'Wild Steelbloom zone 45, node 114'),
|
|
(4181, 998, 0, 'Wild Steelbloom zone 3, node 15'),
|
|
(4182, 569, 0, 'Wild Steelbloom in Alterac Mountains'),
|
|
(4183, 998, 0, 'Wild Steelbloom zone 3, node 16'),
|
|
(4184, 959, 0, 'Wild Steelbloom zone 45, node 115'),
|
|
(4185, 949, 0, 'Wild Steelbloom zone 406, node 181'),
|
|
(4186, 949, 0, 'Wild Steelbloom zone 406, node 182'),
|
|
(4187, 962, 0, 'Wild Steelbloom zone 400, node 81'),
|
|
(4188, 959, 0, 'Wild Steelbloom zone 45, node 116'),
|
|
(4190, 988, 0, 'Wild Steelbloom zone 33, node 13'),
|
|
(4191, 959, 0, 'Wild Steelbloom zone 45, node 117'),
|
|
(4192, 959, 0, 'Wild Steelbloom zone 45, node 118'),
|
|
(4193, 988, 0, 'Wild Steelbloom zone 33, node 14'),
|
|
(4194, 949, 0, 'Wild Steelbloom zone 406, node 183'),
|
|
(4195, 959, 0, 'Wild Steelbloom zone 45, node 119'),
|
|
(4196, 994, 0, 'Wild Steelbloom zone 11, node 112'),
|
|
(4198, 813, 0, 'Wild Steelbloom,Zone 17,Area 1701,node 739'),
|
|
(4199, 988, 0, 'Wild Steelbloom zone 33, node 15'),
|
|
(4200, 822, 0, 'Wild Steelbloom,Zone 405,405,node 51'),
|
|
(4201, 569, 0, 'Wild Steelbloom in Alterac Mountains'),
|
|
(4202, 994, 0, 'Wild Steelbloom zone 11, node 113'),
|
|
(4203, 959, 0, 'Wild Steelbloom zone 45, node 120'),
|
|
(4204, 569, 0, 'Wild Steelbloom in Alterac Mountains'),
|
|
(4205, 965, 0, 'Wild Steelbloom zone 47, node 1'),
|
|
(4206, 822, 0, 'Wild Steelbloom,Zone 405,405,node 52'),
|
|
(4207, 800, 0, 'Wild Steelbloom,Zone 17,Area 359,node 740'),
|
|
(4208, 959, 0, 'Wild Steelbloom zone 45, node 121'),
|
|
(4209, 995, 0, 'Wild Steelbloom zone 10, node 158'),
|
|
(4210, 813, 0, 'Wild Steelbloom,Zone 17,Area 1701,node 741'),
|
|
(4211, 994, 0, 'Wild Steelbloom zone 11, node 114'),
|
|
(4212, 949, 0, 'Wild Steelbloom zone 406, node 184'),
|
|
(4213, 959, 0, 'Wild Steelbloom zone 45, node 122'),
|
|
(4214, 959, 0, 'Wild Steelbloom zone 45, node 123'),
|
|
(4215, 959, 0, 'Wild Steelbloom zone 45, node 124'),
|
|
(4216, 949, 0, 'Wild Steelbloom zone 406, node 185'),
|
|
(4217, 988, 0, 'Wild Steelbloom zone 33, node 16'),
|
|
(4218, 994, 0, 'Wild Steelbloom zone 11, node 115'),
|
|
(4219, 998, 0, 'Wild Steelbloom zone 3, node 17'),
|
|
(4220, 958, 0, 'Wild Steelbloom zone 267, node 123'),
|
|
(4221, 949, 0, 'Wild Steelbloom zone 406, node 186'),
|
|
(4222, 988, 0, 'Wild Steelbloom zone 33, node 17'),
|
|
(4223, 813, 0, 'Wild Steelbloom,Zone 17,Area 1701,node 742'),
|
|
(4224, 988, 0, 'Wild Steelbloom zone 33, node 18'),
|
|
(4225, 988, 0, 'Wild Steelbloom zone 33, node 19'),
|
|
(4226, 822, 0, 'Wild Steelbloom,Zone 405,405,node 53'),
|
|
(4227, 807, 0, 'Wild Steelbloom,Zone 17,Area 390,node 743'),
|
|
(4229, 949, 0, 'Wild Steelbloom zone 406, node 187'),
|
|
(4230, 959, 0, 'Wild Steelbloom zone 45, node 125'),
|
|
(4231, 959, 0, 'Wild Steelbloom zone 45, node 126'),
|
|
(4232, 949, 0, 'Wild Steelbloom zone 406, node 188'),
|
|
(4233, 960, 0, 'Wild Steelbloom zone 331, node 199'),
|
|
(4234, 962, 0, 'Wild Steelbloom zone 400, node 82'),
|
|
(4235, 960, 0, 'Wild Steelbloom zone 331, node 200'),
|
|
(4236, 959, 0, 'Wild Steelbloom zone 45, node 127'),
|
|
(4237, 965, 0, 'Wild Steelbloom zone 47, node 2'),
|
|
(4238, 962, 0, 'Wild Steelbloom zone 400, node 83'),
|
|
(4239, 949, 0, 'Wild Steelbloom zone 406, node 189'),
|
|
(4240, 959, 0, 'Wild Steelbloom zone 45, node 128'),
|
|
(4241, 994, 0, 'Wild Steelbloom zone 11, node 116'),
|
|
(4242, 949, 0, 'Wild Steelbloom zone 406, node 190'),
|
|
(4243, 960, 0, 'Wild Steelbloom zone 331, node 201'),
|
|
(4244, 959, 0, 'Wild Steelbloom zone 45, node 129'),
|
|
(4245, 959, 0, 'Wild Steelbloom zone 45, node 130'),
|
|
(4246, 962, 0, 'Wild Steelbloom zone 400, node 84'),
|
|
(4247, 959, 0, 'Wild Steelbloom zone 45, node 131'),
|
|
(4248, 949, 0, 'Wild Steelbloom zone 406, node 191'),
|
|
(4249, 962, 0, 'Wild Steelbloom zone 400, node 85'),
|
|
(4250, 569, 0, 'Wild Steelbloom in Alterac Mountains'),
|
|
(4251, 822, 0, 'Wild Steelbloom,Zone 405,405,node 54'),
|
|
(4252, 813, 0, 'Wild Steelbloom,Zone 17,Area 1701,node 744'),
|
|
(4253, 988, 0, 'Wild Steelbloom zone 33, node 20'),
|
|
(4254, 994, 0, 'Wild Steelbloom zone 11, node 117'),
|
|
(4255, 949, 0, 'Wild Steelbloom zone 406, node 192'),
|
|
(4256, 569, 0, 'Wild Steelbloom in Alterac Mountains'),
|
|
(4257, 569, 0, 'Wild Steelbloom in Alterac Mountains'),
|
|
(4259, 960, 0, 'Wild Steelbloom zone 331, node 202'),
|
|
(4260, 569, 0, 'Wild Steelbloom in Alterac Mountains'),
|
|
(4261, 949, 0, 'Wild Steelbloom zone 406, node 193'),
|
|
(4262, 959, 0, 'Wild Steelbloom zone 45, node 132'),
|
|
(4263, 959, 0, 'Wild Steelbloom zone 45, node 133'),
|
|
(4264, 994, 0, 'Wild Steelbloom zone 11, node 118'),
|
|
(4265, 949, 0, 'Wild Steelbloom zone 406, node 194'),
|
|
(4266, 988, 0, 'Wild Steelbloom zone 33, node 21'),
|
|
(4267, 994, 0, 'Wild Steelbloom zone 11, node 119'),
|
|
(4268, 994, 0, 'Wild Steelbloom zone 11, node 120'),
|
|
(4269, 988, 0, 'Wild Steelbloom zone 33, node 22'),
|
|
(4270, 994, 0, 'Wild Steelbloom zone 11, node 121'),
|
|
(4271, 959, 0, 'Wild Steelbloom zone 45, node 134'),
|
|
(4272, 994, 0, 'Wild Steelbloom zone 11, node 122'),
|
|
(4273, 988, 0, 'Wild Steelbloom zone 33, node 23'),
|
|
(4274, 988, 0, 'Wild Steelbloom zone 33, node 24'),
|
|
(4275, 812, 0, 'Wild Steelbloom,Zone 17,Area 1700,node 745'),
|
|
(4276, 998, 0, 'Wild Steelbloom zone 3, node 18'),
|
|
(4277, 994, 0, 'Kingsblood zone 11, node 123'),
|
|
(4278, 565, 0, 'Kingsblood in Alterac Mountains'),
|
|
(4279, 960, 0, 'Kingsblood zone 331, node 203'),
|
|
(4280, 996, 0, 'Kingsblood zone 8, node 1'),
|
|
(4281, 996, 0, 'Kingsblood zone 8, node 2'),
|
|
(4282, 958, 0, 'Kingsblood zone 267, node 124'),
|
|
(4283, 949, 0, 'Kingsblood zone 406, node 195'),
|
|
(4284, 995, 0, 'Kingsblood zone 10, node 159'),
|
|
(4285, 988, 0, 'Kingsblood zone 33, node 25'),
|
|
(4286, 822, 0, 'Kingsblood,Zone 405,405,node 55'),
|
|
(4287, 959, 0, 'Kingsblood zone 45, node 135'),
|
|
(4288, 803, 0, 'Kingsblood,Zone 17,Area 385,node 746'),
|
|
(4289, 962, 0, 'Kingsblood zone 400, node 86'),
|
|
(4290, 988, 0, 'Kingsblood zone 33, node 26'),
|
|
(4291, 988, 0, 'Kingsblood zone 33, node 27'),
|
|
(4292, 949, 0, 'Kingsblood zone 406, node 196'),
|
|
(4293, 958, 0, 'Kingsblood zone 267, node 125'),
|
|
(4294, 801, 0, 'Kingsblood,Zone 17,Area 17,node 747'),
|
|
(4295, 807, 0, 'Kingsblood,Zone 17,Area 390,node 748'),
|
|
(4296, 959, 0, 'Kingsblood zone 45, node 136'),
|
|
(4297, 998, 0, 'Kingsblood zone 3, node 19'),
|
|
(4298, 809, 0, 'Kingsblood,Zone 17,Area 1156,node 749'),
|
|
(4299, 958, 0, 'Kingsblood zone 267, node 126'),
|
|
(4300, 962, 0, 'Kingsblood zone 400, node 87'),
|
|
(4301, 988, 0, 'Kingsblood zone 33, node 28'),
|
|
(4302, 962, 0, 'Kingsblood zone 400, node 88'),
|
|
(4303, 949, 0, 'Kingsblood zone 406, node 197'),
|
|
(4304, 995, 0, 'Kingsblood zone 10, node 160'),
|
|
(4305, 988, 0, 'Kingsblood zone 33, node 29'),
|
|
(4306, 949, 0, 'Kingsblood zone 406, node 198'),
|
|
(4307, 958, 0, 'Kingsblood zone 267, node 127'),
|
|
(4308, 988, 0, 'Kingsblood zone 33, node 30'),
|
|
(4309, 995, 0, 'Kingsblood zone 10, node 161'),
|
|
(4310, 988, 0, 'Kingsblood zone 33, node 31'),
|
|
(4311, 960, 0, 'Kingsblood zone 331, node 204'),
|
|
(4312, 988, 0, 'Kingsblood zone 33, node 32'),
|
|
(4313, 958, 0, 'Kingsblood zone 267, node 128'),
|
|
(4315, 958, 0, 'Kingsblood zone 267, node 129'),
|
|
(4316, 822, 0, 'Kingsblood,Zone 405,405,node 56'),
|
|
(4317, 949, 0, 'Kingsblood zone 406, node 199'),
|
|
(4318, 958, 0, 'Kingsblood zone 267, node 130'),
|
|
(4319, 995, 0, 'Kingsblood zone 10, node 162'),
|
|
(4320, 949, 0, 'Kingsblood zone 406, node 200'),
|
|
(4321, 998, 0, 'Kingsblood zone 3, node 20'),
|
|
(4322, 959, 0, 'Kingsblood zone 45, node 137'),
|
|
(4323, 958, 0, 'Kingsblood zone 267, node 131'),
|
|
(4324, 801, 0, 'Kingsblood,Zone 17,Area 17,node 750'),
|
|
(4325, 801, 0, 'Kingsblood,Zone 17,Area 17,node 751'),
|
|
(4326, 988, 0, 'Kingsblood zone 33, node 33'),
|
|
(4327, 813, 0, 'Kingsblood,Zone 17,Area 1701,node 752'),
|
|
(4328, 995, 0, 'Kingsblood zone 10, node 163'),
|
|
(4329, 812, 0, 'Kingsblood,Zone 17,Area 1700,node 753'),
|
|
(4330, 807, 0, 'Kingsblood,Zone 17,Area 390,node 754'),
|
|
(4331, 998, 0, 'Kingsblood zone 3, node 21'),
|
|
(4332, 958, 0, 'Kingsblood zone 267, node 132'),
|
|
(4333, 988, 0, 'Kingsblood zone 33, node 34'),
|
|
(4334, 822, 0, 'Kingsblood,Zone 405,405,node 57'),
|
|
(4335, 988, 0, 'Kingsblood zone 33, node 35'),
|
|
(4336, 998, 0, 'Kingsblood zone 3, node 22'),
|
|
(4337, 959, 0, 'Kingsblood zone 45, node 138'),
|
|
(4338, 822, 0, 'Kingsblood,Zone 405,405,node 58'),
|
|
(4339, 949, 0, 'Kingsblood zone 406, node 201'),
|
|
(4340, 822, 0, 'Kingsblood,Zone 405,405,node 59'),
|
|
(4341, 994, 0, 'Kingsblood zone 11, node 124'),
|
|
(4342, 809, 0, 'Kingsblood,Zone 17,Area 1156,node 755'),
|
|
(4344, 998, 0, 'Kingsblood zone 3, node 23'),
|
|
(4345, 995, 0, 'Kingsblood zone 10, node 164'),
|
|
(4346, 958, 0, 'Kingsblood zone 267, node 133'),
|
|
(4347, 809, 0, 'Kingsblood,Zone 17,Area 1156,node 756'),
|
|
(4348, 962, 0, 'Kingsblood zone 400, node 89'),
|
|
(4349, 809, 0, 'Kingsblood,Zone 17,Area 1156,node 757'),
|
|
(4350, 958, 0, 'Kingsblood zone 267, node 134'),
|
|
(4351, 988, 0, 'Kingsblood zone 33, node 36'),
|
|
(4352, 998, 0, 'Kingsblood zone 3, node 24'),
|
|
(4353, 994, 0, 'Kingsblood zone 11, node 125'),
|
|
(4354, 565, 0, 'Kingsblood in Alterac Mountains'),
|
|
(4355, 813, 0, 'Kingsblood,Zone 17,Area 1701,node 758'),
|
|
(4356, 962, 0, 'Kingsblood zone 400, node 90'),
|
|
(4357, 994, 0, 'Kingsblood zone 11, node 126'),
|
|
(4358, 822, 0, 'Kingsblood,Zone 405,405,node 60'),
|
|
(4359, 962, 0, 'Kingsblood zone 400, node 91'),
|
|
(4360, 988, 0, 'Kingsblood zone 33, node 37'),
|
|
(4361, 988, 0, 'Kingsblood zone 33, node 38'),
|
|
(4362, 988, 0, 'Kingsblood zone 33, node 39'),
|
|
(4363, 998, 0, 'Kingsblood zone 3, node 25'),
|
|
(4364, 988, 0, 'Kingsblood zone 33, node 40'),
|
|
(4365, 994, 0, 'Kingsblood zone 11, node 127'),
|
|
(4366, 959, 0, 'Kingsblood zone 45, node 139'),
|
|
(4367, 810, 0, 'Kingsblood,Zone 17,Area 1698,node 759'),
|
|
(4368, 960, 0, 'Kingsblood zone 331, node 205'),
|
|
(4369, 958, 0, 'Kingsblood zone 267, node 135'),
|
|
(4370, 949, 0, 'Kingsblood zone 406, node 202'),
|
|
(4371, 565, 0, 'Kingsblood in Alterac Mountains'),
|
|
(4372, 988, 0, 'Kingsblood zone 33, node 41'),
|
|
(4373, 809, 0, 'Kingsblood,Zone 17,Area 1156,node 760'),
|
|
(4375, 994, 0, 'Kingsblood zone 11, node 128'),
|
|
(4376, 995, 0, 'Kingsblood zone 10, node 165'),
|
|
(4377, 995, 0, 'Kingsblood zone 10, node 166'),
|
|
(4378, 998, 0, 'Kingsblood zone 3, node 26'),
|
|
(4379, 809, 0, 'Kingsblood,Zone 17,Area 1156,node 761'),
|
|
(4380, 988, 0, 'Kingsblood zone 33, node 42'),
|
|
(4381, 998, 0, 'Kingsblood zone 3, node 27'),
|
|
(4383, 988, 0, 'Kingsblood zone 33, node 43'),
|
|
(4384, 988, 0, 'Kingsblood zone 33, node 44'),
|
|
(4385, 959, 0, 'Kingsblood zone 45, node 140'),
|
|
(4386, 998, 0, 'Kingsblood zone 3, node 28'),
|
|
(4387, 810, 0, 'Kingsblood,Zone 17,Area 1698,node 762'),
|
|
(4388, 824, 0, 'Kingsblood,Zone 405,598,node 61'),
|
|
(4389, 822, 0, 'Kingsblood,Zone 405,405,node 62'),
|
|
(4390, 807, 0, 'Kingsblood,Zone 17,Area 390,node 763'),
|
|
(4391, 988, 0, 'Kingsblood zone 33, node 45'),
|
|
(4392, 988, 0, 'Kingsblood zone 33, node 46'),
|
|
(4394, 988, 0, 'Kingsblood zone 33, node 47'),
|
|
(4395, 998, 0, 'Kingsblood zone 3, node 29'),
|
|
(4396, 988, 0, 'Kingsblood zone 33, node 48'),
|
|
(4397, 988, 0, 'Kingsblood zone 33, node 49'),
|
|
(4398, 822, 0, 'Kingsblood,Zone 405,405,node 63'),
|
|
(4399, 994, 0, 'Kingsblood zone 11, node 129'),
|
|
(4400, 822, 0, 'Kingsblood,Zone 405,405,node 64'),
|
|
(4401, 807, 0, 'Kingsblood,Zone 17,Area 390,node 764'),
|
|
(4403, 959, 0, 'Kingsblood zone 45, node 141'),
|
|
(4404, 813, 0, 'Kingsblood,Zone 17,Area 1701,node 765'),
|
|
(4405, 809, 0, 'Kingsblood,Zone 17,Area 1156,node 766'),
|
|
(4406, 813, 0, 'Kingsblood,Zone 17,Area 1701,node 767'),
|
|
(4407, 995, 0, 'Kingsblood zone 10, node 167'),
|
|
(4408, 959, 0, 'Kingsblood zone 45, node 142'),
|
|
(4409, 958, 0, 'Kingsblood zone 267, node 136'),
|
|
(4410, 958, 0, 'Kingsblood zone 267, node 137'),
|
|
(4411, 962, 0, 'Kingsblood zone 400, node 92'),
|
|
(4412, 988, 0, 'Kingsblood zone 33, node 50'),
|
|
(4413, 995, 0, 'Kingsblood zone 10, node 168'),
|
|
(4414, 988, 0, 'Kingsblood zone 33, node 51'),
|
|
(4415, 988, 0, 'Kingsblood zone 33, node 52'),
|
|
(4416, 958, 0, 'Kingsblood zone 267, node 138'),
|
|
(4417, 949, 0, 'Kingsblood zone 406, node 203'),
|
|
(4418, 988, 0, 'Kingsblood zone 33, node 53'),
|
|
(4419, 994, 0, 'Kingsblood zone 11, node 130'),
|
|
(4420, 962, 0, 'Kingsblood zone 400, node 93'),
|
|
(4421, 998, 0, 'Kingsblood zone 3, node 30'),
|
|
(4422, 988, 0, 'Kingsblood zone 33, node 54'),
|
|
(4423, 960, 0, 'Kingsblood zone 331, node 206'),
|
|
(4424, 995, 0, 'Kingsblood zone 10, node 169'),
|
|
(4425, 988, 0, 'Kingsblood zone 33, node 55'),
|
|
(4427, 998, 0, 'Kingsblood zone 3, node 31'),
|
|
(4428, 962, 0, 'Kingsblood zone 400, node 94'),
|
|
(4429, 949, 0, 'Kingsblood zone 406, node 204'),
|
|
(4430, 988, 0, 'Kingsblood zone 33, node 56'),
|
|
(4432, 995, 0, 'Grave Moss zone 10, node 170'),
|
|
(4433, 995, 0, 'Grave Moss zone 10, node 171'),
|
|
(4434, 994, 0, 'Grave Moss zone 11, node 131'),
|
|
(4435, 995, 0, 'Grave Moss zone 10, node 172'),
|
|
(4436, 995, 0, 'Grave Moss zone 10, node 173'),
|
|
(4437, 823, 0, 'Grave Moss,Zone 405,596,node 65'),
|
|
(4438, 995, 0, 'Grave Moss zone 10, node 174'),
|
|
(4439, 995, 0, 'Grave Moss zone 10, node 175'),
|
|
(4440, 995, 0, 'Grave Moss zone 10, node 176'),
|
|
(4441, 823, 0, 'Grave Moss,Zone 405,596,node 66'),
|
|
(4442, 813, 0, 'Kingsblood,Zone 17,Area 1701,node 768'),
|
|
(4443, 823, 0, 'Grave Moss,Zone 405,596,node 67'),
|
|
(4444, 568, 0, 'Grave Moss in Alterac Mountains'),
|
|
(4445, 568, 0, 'Grave Moss in Alterac Mountains'),
|
|
(4446, 995, 0, 'Grave Moss zone 10, node 177'),
|
|
(4447, 995, 0, 'Grave Moss zone 10, node 178'),
|
|
(4448, 995, 0, 'Grave Moss zone 10, node 179'),
|
|
(4449, 959, 0, 'Grave Moss zone 45, node 143'),
|
|
(4450, 568, 0, 'Grave Moss in Alterac Mountains'),
|
|
(4451, 823, 0, 'Grave Moss,Zone 405,596,node 68'),
|
|
(4452, 995, 0, 'Grave Moss zone 10, node 180'),
|
|
(4453, 994, 0, 'Grave Moss zone 11, node 132'),
|
|
(4454, 995, 0, 'Grave Moss zone 10, node 181'),
|
|
(4455, 995, 0, 'Grave Moss zone 10, node 182'),
|
|
(4456, 994, 0, 'Grave Moss zone 11, node 133'),
|
|
(4457, 994, 0, 'Grave Moss zone 11, node 134'),
|
|
(4458, 995, 0, 'Grave Moss zone 10, node 183'),
|
|
(4459, 959, 0, 'Grave Moss zone 45, node 144'),
|
|
(4460, 994, 0, 'Grave Moss zone 11, node 135'),
|
|
(4461, 995, 0, 'Grave Moss zone 10, node 184'),
|
|
(4462, 995, 0, 'Grave Moss zone 10, node 185'),
|
|
(4463, 995, 0, 'Grave Moss zone 10, node 186'),
|
|
(4464, 959, 0, 'Grave Moss zone 45, node 145'),
|
|
(4465, 995, 0, 'Grave Moss zone 10, node 187'),
|
|
(4466, 995, 0, 'Grave Moss zone 10, node 188'),
|
|
(4467, 959, 0, 'Grave Moss zone 45, node 146'),
|
|
(4468, 823, 0, 'Grave Moss,Zone 405,596,node 69'),
|
|
(4469, 959, 0, 'Grave Moss zone 45, node 147'),
|
|
(4470, 995, 0, 'Grave Moss zone 10, node 189'),
|
|
(4471, 994, 0, 'Grave Moss zone 11, node 136'),
|
|
(4472, 959, 0, 'Grave Moss zone 45, node 148'),
|
|
(4473, 995, 0, 'Grave Moss zone 10, node 190'),
|
|
(4474, 995, 0, 'Grave Moss zone 10, node 191'),
|
|
(4475, 994, 0, 'Grave Moss zone 11, node 137'),
|
|
(4476, 823, 0, 'Grave Moss,Zone 405,596,node 70'),
|
|
(4477, 823, 0, 'Grave Moss,Zone 405,596,node 71'),
|
|
(4478, 994, 0, 'Grave Moss zone 11, node 138'),
|
|
(4479, 995, 0, 'Grave Moss zone 10, node 192'),
|
|
(4480, 995, 0, 'Grave Moss zone 10, node 193'),
|
|
(4481, 823, 0, 'Grave Moss,Zone 405,596,node 72'),
|
|
(4482, 994, 0, 'Grave Moss zone 11, node 139'),
|
|
(4483, 994, 0, 'Grave Moss zone 11, node 140'),
|
|
(4484, 995, 0, 'Grave Moss zone 10, node 194'),
|
|
(4485, 995, 0, 'Grave Moss zone 10, node 195'),
|
|
(4486, 813, 0, 'Kingsblood,Zone 17,Area 1701,node 769'),
|
|
(4487, 823, 0, 'Grave Moss,Zone 405,596,node 73'),
|
|
(4488, 995, 0, 'Grave Moss zone 10, node 196'),
|
|
(4489, 823, 0, 'Grave Moss,Zone 405,596,node 74'),
|
|
(4490, 994, 0, 'Grave Moss zone 11, node 141'),
|
|
(4491, 995, 0, 'Grave Moss zone 10, node 197'),
|
|
(4492, 568, 0, 'Grave Moss in Alterac Mountains'),
|
|
(4493, 813, 0, 'Kingsblood,Zone 17,Area 1701,node 770'),
|
|
(4494, 995, 0, 'Grave Moss zone 10, node 198'),
|
|
(4495, 823, 0, 'Grave Moss,Zone 405,596,node 75'),
|
|
(4496, 813, 0, 'Kingsblood,Zone 17,Area 1701,node 771'),
|
|
(4497, 568, 0, 'Grave Moss in Alterac Mountains'),
|
|
(4498, 568, 0, 'Grave Moss in Alterac Mountains'),
|
|
(4499, 823, 0, 'Grave Moss,Zone 405,596,node 76'),
|
|
(4500, 995, 0, 'Grave Moss zone 10, node 199'),
|
|
(4501, 994, 0, 'Grave Moss zone 11, node 142'),
|
|
(4502, 995, 0, 'Grave Moss zone 10, node 200'),
|
|
(4503, 823, 0, 'Grave Moss,Zone 405,596,node 77'),
|
|
(4504, 995, 0, 'Grave Moss zone 10, node 201'),
|
|
(4505, 823, 0, 'Grave Moss,Zone 405,596,node 78'),
|
|
(4506, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(4507, 823, 0, 'Grave Moss,Zone 405,596,node 79'),
|
|
(4525, 50003, 0, 'Golden Sansam zone 46, node 1'),
|
|
(4527, 50003, 0, 'Dreamfoil zone 46, node 1'),
|
|
(4561, 195, 20, ''),
|
|
(4562, 196, 0, ''),
|
|
(4583, 196, 20, ''),
|
|
(4600, 50003, 0, 'Mountain Silversage zone 46, node 1'),
|
|
(4679, 197, 0, ''),
|
|
(4773, 198, 20, ''),
|
|
(4775, 199, 20, ''),
|
|
(4791, 8132, 0, 'Felweed - Terokkar Forest'),
|
|
(4852, 8031, 0, 'Felweed - Hellfire Peninsula'),
|
|
(4860, 200, 20, ''),
|
|
(4993, 201, 0, ''),
|
|
(5012, 201, 20, ''),
|
|
(5021, 202, 0, ''),
|
|
(5032, 202, 20, ''),
|
|
(5033, 203, 0, ''),
|
|
(5036, 8031, 0, 'Felweed - Hellfire Peninsula'),
|
|
(5071, 203, 20, ''),
|
|
(5074, 204, 20, ''),
|
|
(5097, 218, 0, ''),
|
|
(5119, 218, 20, ''),
|
|
(5120, 223, 0, ''),
|
|
(5121, 225, 20, ''),
|
|
(5123, 225, 0, ''),
|
|
(5124, 226, 0, ''),
|
|
(5147, 8164, 0, 'Felweed - Nagrand'),
|
|
(5169, 226, 0, ''),
|
|
(5178, 227, 0, ''),
|
|
(5179, 228, 20, ''),
|
|
(5181, 228, 0, ''),
|
|
(5182, 229, 20, ''),
|
|
(5183, 229, 0, ''),
|
|
(5190, 230, 0, ''),
|
|
(5192, 231, 20, ''),
|
|
(5290, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 1'),
|
|
(5291, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 2'),
|
|
(5292, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 3'),
|
|
(5293, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 4'),
|
|
(5294, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 5'),
|
|
(5295, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 6'),
|
|
(5296, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 7'),
|
|
(5297, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 8'),
|
|
(5298, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 9'),
|
|
(5299, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 10'),
|
|
(5300, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 11'),
|
|
(5301, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 12'),
|
|
(5302, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 13'),
|
|
(5303, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 14'),
|
|
(5304, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 15'),
|
|
(5305, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 16'),
|
|
(5306, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 17'),
|
|
(5307, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 18'),
|
|
(5308, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 19'),
|
|
(5309, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 20'),
|
|
(5310, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 21'),
|
|
(5311, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 22'),
|
|
(5312, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 23'),
|
|
(5313, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 24'),
|
|
(5322, 231, 0, ''),
|
|
(5324, 8168, 0, 'Felweed - Nagrand'),
|
|
(5328, 232, 20, ''),
|
|
(5340, 232, 0, ''),
|
|
(5372, 8166, 0, 'Felweed - Nagrand'),
|
|
(5435, 233, 0, ''),
|
|
(5439, 234, 20, ''),
|
|
(5441, 234, 0, ''),
|
|
(5442, 235, 20, ''),
|
|
(5465, 235, 0, ''),
|
|
(5476, 236, 20, ''),
|
|
(5486, 50002, 0, 'Spawn Point 42 - Tin Vein'),
|
|
(5487, 50002, 0, 'Spawn Point 18 - Tin Vein'),
|
|
(5488, 50002, 0, 'Spawn Point 19 - Tin Vein'),
|
|
(5489, 50002, 0, 'Spawn Point 20 - Tin Vein'),
|
|
(5490, 50002, 0, 'Spawn Point 21 - Tin Vein'),
|
|
(5504, 50002, 0, 'Spawn Point 2 - Tin Vein'),
|
|
(5512, 50002, 0, 'Spawn Point 43 - Tin Vein'),
|
|
(5518, 50002, 0, 'Spawn Point 44 - Tin Vein'),
|
|
(5519, 50002, 0, 'Spawn Point 35 - Tin Vein'),
|
|
(5520, 50002, 0, 'Spawn Point 36 - Tin Vein'),
|
|
(5523, 50002, 0, 'Spawn Point 37 - Tin Vein'),
|
|
(5527, 50002, 0, 'Spawn Point 45 - Tin Vein'),
|
|
(5528, 50002, 0, 'Spawn Point 38 - Tin Vein'),
|
|
(5529, 50002, 0, 'Spawn Point 39 - Tin Vein'),
|
|
(5530, 50002, 0, 'Spawn Point 47 - Tin Vein'),
|
|
(5532, 50002, 0, 'Spawn Point 22 - Tin Vein'),
|
|
(5533, 50002, 0, 'Spawn Point 23 - Tin Vein'),
|
|
(5534, 50002, 0, 'Spawn Point 24 - Tin Vein'),
|
|
(5541, 50002, 0, 'Spawn Point 25 - Tin Vein'),
|
|
(5542, 50002, 0, 'Spawn Point 26 - Tin Vein'),
|
|
(5543, 50002, 0, 'Spawn Point 27 - Tin Vein'),
|
|
(5549, 50002, 0, 'Spawn Point 12 - Tin Vein'),
|
|
(5550, 50002, 0, 'Spawn Point 13 - Tin Vein'),
|
|
(5551, 50002, 0, 'Spawn Point 28 - Tin Vein'),
|
|
(5552, 50002, 0, 'Spawn Point 29 - Tin Vein'),
|
|
(5553, 50002, 0, 'Spawn Point 30 - Tin Vein'),
|
|
(5554, 50002, 0, 'Spawn Point 31 - Tin Vein'),
|
|
(5573, 50002, 0, 'Spawn Point 46 - Tin Vein'),
|
|
(5575, 50002, 0, 'Spawn Point 48 - Tin Vein'),
|
|
(5576, 50002, 0, 'Spawn Point 40 - Tin Vein'),
|
|
(5577, 50002, 0, 'Spawn Point 49 - Tin Vein'),
|
|
(5617, 50002, 0, 'Spawn Point 32 - Tin Vein'),
|
|
(5621, 50002, 0, 'Spawn Point 14 - Tin Vein'),
|
|
(5623, 50002, 0, 'Spawn Point 15 - Tin Vein'),
|
|
(5628, 50002, 0, 'Spawn Point 16 - Tin Vein'),
|
|
(5629, 50002, 0, 'Spawn Point 50 - Tin Vein'),
|
|
(5647, 8173, 0, 'Dreaming Glory - Nagrand'),
|
|
(5648, 50002, 0, 'Spawn Point 10 - Tin Vein'),
|
|
(5650, 50002, 0, 'Spawn Point 51 - Tin Vein'),
|
|
(5651, 50002, 0, 'Spawn Point 52 - Tin Vein'),
|
|
(5652, 50002, 0, 'Spawn Point 53 - Tin Vein'),
|
|
(5667, 50002, 0, 'Spawn Point 41 - Tin Vein'),
|
|
(5850, 11681, 20, 'Spawn Point 1 - Gold'),
|
|
(5999, 11694, 20, 'Spawn Point 1 - Gold'),
|
|
(6187, 11679, 0, 'Spawn Point 3 - Iron'),
|
|
(6245, 374, 0, 'Razormaw Matriach\'s Nest spawn 1'),
|
|
(6246, 374, 0, 'Razormaw Matriach\'s Nest spawn 2'),
|
|
(6247, 374, 0, 'Razormaw Matriach\'s Nest spawn 3'),
|
|
(6248, 374, 0, 'Razormaw Matriach\'s Nest spawns 4'),
|
|
(6524, 11680, 0, 'Spawn Point 1 - Iron'),
|
|
(6808, 236, 0, ''),
|
|
(6810, 50003, 0, 'Dreamfoil zone 46, node 2'),
|
|
(6823, 50003, 0, 'Golden Sansam zone 46, node 2'),
|
|
(6829, 50003, 0, 'Dreamfoil zone 46, node 3'),
|
|
(6830, 50003, 0, 'Dreamfoil zone 46, node 4'),
|
|
(6832, 50003, 0, 'Mountain Silversage zone 46, node 2'),
|
|
(6843, 237, 20, ''),
|
|
(6844, 237, 0, ''),
|
|
(6856, 238, 20, ''),
|
|
(6857, 50003, 0, 'Golden Sansam zone 46, node 3'),
|
|
(6864, 238, 0, ''),
|
|
(6873, 50003, 0, 'Golden Sansam zone 46, node 4'),
|
|
(6964, 947, 0, 'Firebloom zone 51, node 1'),
|
|
(6966, 959, 0, 'Goldthorn zone 45, node 149'),
|
|
(6967, 959, 0, 'Goldthorn zone 45, node 150'),
|
|
(7020, 947, 0, 'Firebloom zone 51, node 2'),
|
|
(7021, 947, 0, 'Firebloom zone 51, node 3'),
|
|
(7051, 947, 0, 'Firebloom zone 51, node 4'),
|
|
(7180, 11696, 0, 'Spawn Point 2 - Mithril'),
|
|
(7225, 947, 0, 'Firebloom zone 51, node 5'),
|
|
(7232, 11695, 0, 'Spawn Point 1 - Mithril'),
|
|
(7234, 11681, 50, 'Spawn Point 1 - Mithril'),
|
|
(7330, 959, 0, 'Liferoot zone 45, node 151'),
|
|
(7331, 988, 0, 'Liferoot zone 33, node 57'),
|
|
(7332, 958, 0, 'Liferoot zone 267, node 139'),
|
|
(7333, 950, 0, 'Liferoot zone 44, node 148'),
|
|
(7334, 959, 0, 'Liferoot zone 45, node 152'),
|
|
(7335, 988, 0, 'Liferoot zone 33, node 58'),
|
|
(7336, 822, 0, 'Liferoot,Zone 405,405,node 80'),
|
|
(7337, 988, 0, 'Liferoot zone 33, node 59'),
|
|
(7338, 959, 0, 'Liferoot zone 45, node 153'),
|
|
(7339, 959, 0, 'Liferoot zone 45, node 154'),
|
|
(7340, 959, 0, 'Liferoot zone 45, node 155'),
|
|
(7341, 959, 0, 'Liferoot zone 45, node 156'),
|
|
(7342, 959, 0, 'Liferoot zone 45, node 157'),
|
|
(7343, 959, 0, 'Liferoot zone 45, node 158'),
|
|
(7344, 959, 0, 'Liferoot zone 45, node 159'),
|
|
(7345, 959, 0, 'Liferoot zone 45, node 160'),
|
|
(7346, 950, 0, 'Liferoot zone 44, node 149'),
|
|
(7348, 958, 0, 'Liferoot zone 267, node 140'),
|
|
(7349, 988, 0, 'Liferoot zone 33, node 60'),
|
|
(7350, 958, 0, 'Liferoot zone 267, node 141'),
|
|
(7351, 958, 0, 'Liferoot zone 267, node 142'),
|
|
(7352, 958, 0, 'Liferoot zone 267, node 143'),
|
|
(7353, 988, 0, 'Liferoot zone 33, node 61'),
|
|
(7354, 988, 0, 'Liferoot zone 33, node 62'),
|
|
(7355, 988, 0, 'Liferoot zone 33, node 63'),
|
|
(7356, 959, 0, 'Liferoot zone 45, node 161'),
|
|
(7357, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7359, 950, 0, 'Liferoot zone 44, node 150'),
|
|
(7360, 964, 0, 'Liferoot zone 357, node 1'),
|
|
(7361, 988, 0, 'Liferoot zone 33, node 64'),
|
|
(7362, 821, 0, 'Liferoot,Zone 405,604,node 81'),
|
|
(7363, 965, 0, 'Liferoot zone 47, node 3'),
|
|
(7364, 959, 0, 'Liferoot zone 45, node 162'),
|
|
(7365, 988, 0, 'Liferoot zone 33, node 65'),
|
|
(7366, 988, 0, 'Liferoot zone 33, node 66'),
|
|
(7367, 988, 0, 'Liferoot zone 33, node 67'),
|
|
(7368, 959, 0, 'Liferoot zone 45, node 163'),
|
|
(7369, 959, 0, 'Liferoot zone 45, node 164'),
|
|
(7370, 959, 0, 'Liferoot zone 45, node 165'),
|
|
(7371, 964, 0, 'Liferoot zone 357, node 2'),
|
|
(7372, 988, 0, 'Liferoot zone 33, node 68'),
|
|
(7373, 994, 0, 'Liferoot zone 11, node 143'),
|
|
(7374, 959, 0, 'Liferoot zone 45, node 166'),
|
|
(7375, 959, 0, 'Liferoot zone 45, node 167'),
|
|
(7376, 964, 0, 'Liferoot zone 357, node 3'),
|
|
(7377, 994, 0, 'Liferoot zone 11, node 144'),
|
|
(7378, 994, 0, 'Liferoot zone 11, node 145'),
|
|
(7379, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7380, 959, 0, 'Liferoot zone 45, node 168'),
|
|
(7381, 988, 0, 'Liferoot zone 33, node 69'),
|
|
(7382, 988, 0, 'Liferoot zone 33, node 70'),
|
|
(7383, 959, 0, 'Liferoot zone 45, node 169'),
|
|
(7384, 959, 0, 'Liferoot zone 45, node 170'),
|
|
(7385, 994, 0, 'Liferoot zone 11, node 146'),
|
|
(7386, 994, 0, 'Liferoot zone 11, node 147'),
|
|
(7387, 960, 0, 'Liferoot zone 331, node 207'),
|
|
(7388, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7389, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7390, 959, 0, 'Liferoot zone 45, node 171'),
|
|
(7391, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7392, 959, 0, 'Liferoot zone 45, node 172'),
|
|
(7393, 988, 0, 'Liferoot zone 33, node 71'),
|
|
(7394, 965, 0, 'Liferoot zone 47, node 4'),
|
|
(7395, 950, 0, 'Liferoot zone 44, node 151'),
|
|
(7396, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7397, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7398, 958, 0, 'Liferoot zone 267, node 144'),
|
|
(7399, 988, 0, 'Liferoot zone 33, node 72'),
|
|
(7401, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7402, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7403, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7404, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7405, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7406, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7408, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7409, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7410, 958, 0, 'Liferoot zone 267, node 145'),
|
|
(7411, 958, 0, 'Liferoot zone 267, node 146'),
|
|
(7412, 988, 0, 'Liferoot zone 33, node 73'),
|
|
(7413, 994, 0, 'Liferoot zone 11, node 148'),
|
|
(7414, 965, 0, 'Liferoot zone 47, node 5'),
|
|
(7415, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7416, 964, 0, 'Liferoot zone 357, node 4'),
|
|
(7417, 994, 0, 'Liferoot zone 11, node 149'),
|
|
(7418, 994, 0, 'Liferoot zone 11, node 150'),
|
|
(7419, 994, 0, 'Liferoot zone 11, node 151'),
|
|
(7420, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7421, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7422, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7424, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7425, 964, 0, 'Liferoot zone 357, node 5'),
|
|
(7426, 960, 0, 'Liferoot zone 331, node 208'),
|
|
(7427, 994, 0, 'Liferoot zone 11, node 152'),
|
|
(7429, 959, 0, 'Liferoot zone 45, node 173'),
|
|
(7430, 959, 0, 'Liferoot zone 45, node 174'),
|
|
(7431, 959, 0, 'Liferoot zone 45, node 175'),
|
|
(7432, 958, 0, 'Liferoot zone 267, node 147'),
|
|
(7433, 988, 0, 'Liferoot zone 33, node 74'),
|
|
(7434, 964, 0, 'Liferoot zone 357, node 6'),
|
|
(7435, 964, 0, 'Liferoot zone 357, node 7'),
|
|
(7437, 821, 0, 'Liferoot,Zone 405,604,node 82'),
|
|
(7438, 958, 0, 'Liferoot zone 267, node 148'),
|
|
(7439, 958, 0, 'Liferoot zone 267, node 149'),
|
|
(7440, 964, 0, 'Liferoot zone 357, node 8'),
|
|
(7441, 958, 0, 'Liferoot zone 267, node 150'),
|
|
(7442, 994, 0, 'Liferoot zone 11, node 153'),
|
|
(7443, 994, 0, 'Liferoot zone 11, node 154'),
|
|
(7444, 994, 0, 'Liferoot zone 11, node 155'),
|
|
(7445, 994, 0, 'Liferoot zone 11, node 156'),
|
|
(7446, 988, 0, 'Liferoot zone 33, node 75'),
|
|
(7447, 994, 0, 'Liferoot zone 11, node 157'),
|
|
(7448, 959, 0, 'Liferoot zone 45, node 176'),
|
|
(7449, 959, 0, 'Liferoot zone 45, node 177'),
|
|
(7450, 959, 0, 'Liferoot zone 45, node 178'),
|
|
(7451, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7452, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7453, 960, 0, 'Liferoot zone 331, node 209'),
|
|
(7454, 994, 0, 'Liferoot zone 11, node 158'),
|
|
(7455, 988, 0, 'Liferoot zone 33, node 76'),
|
|
(7457, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7458, 821, 0, 'Liferoot,Zone 405,604,node 83'),
|
|
(7459, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7460, 959, 0, 'Liferoot zone 45, node 179'),
|
|
(7461, 988, 0, 'Liferoot zone 33, node 77'),
|
|
(7463, 988, 0, 'Liferoot zone 33, node 78'),
|
|
(7464, 825, 0, 'Liferoot,Zone 405,602,node 84'),
|
|
(7465, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7466, 988, 0, 'Liferoot zone 33, node 79'),
|
|
(7467, 959, 0, 'Liferoot zone 45, node 180'),
|
|
(7469, 825, 0, 'Liferoot,Zone 405,602,node 85'),
|
|
(7470, 965, 0, 'Liferoot zone 47, node 6'),
|
|
(7471, 958, 0, 'Liferoot zone 267, node 151'),
|
|
(7472, 988, 0, 'Liferoot zone 33, node 80'),
|
|
(7473, 988, 0, 'Liferoot zone 33, node 81'),
|
|
(7475, 994, 0, 'Liferoot zone 11, node 159'),
|
|
(7476, 964, 0, 'Liferoot zone 357, node 9'),
|
|
(7477, 964, 0, 'Liferoot zone 357, node 10'),
|
|
(7478, 996, 0, 'Liferoot zone 8, node 3'),
|
|
(7479, 964, 0, 'Liferoot zone 357, node 11'),
|
|
(7480, 994, 0, 'Liferoot zone 11, node 160'),
|
|
(7481, 960, 0, 'Liferoot zone 331, node 210'),
|
|
(7482, 994, 0, 'Liferoot zone 11, node 161'),
|
|
(7483, 994, 0, 'Liferoot zone 11, node 162'),
|
|
(7484, 994, 0, 'Liferoot zone 11, node 163'),
|
|
(7485, 994, 0, 'Liferoot zone 11, node 164'),
|
|
(7486, 8253, 0, 'Liferoot - Netherstorm - Eco-Dome Midrealm'),
|
|
(7487, 8249, 0, 'Liferoot - Netherstorm - Eco-Dome Sutheron'),
|
|
(7488, 994, 0, 'Liferoot zone 11, node 165'),
|
|
(7489, 988, 0, 'Liferoot zone 33, node 82'),
|
|
(7490, 988, 0, 'Liferoot zone 33, node 83'),
|
|
(7491, 822, 0, 'Liferoot,Zone 405,405,node 86'),
|
|
(7492, 958, 0, 'Liferoot zone 267, node 152'),
|
|
(7493, 950, 0, 'Liferoot zone 44, node 152'),
|
|
(7494, 965, 0, 'Liferoot zone 47, node 7'),
|
|
(7495, 959, 0, 'Liferoot zone 45, node 181'),
|
|
(7496, 994, 0, 'Liferoot zone 11, node 166'),
|
|
(7497, 988, 0, 'Liferoot zone 33, node 84'),
|
|
(7498, 988, 0, 'Liferoot zone 33, node 85'),
|
|
(7499, 988, 0, 'Liferoot zone 33, node 86'),
|
|
(7500, 994, 0, 'Liferoot zone 11, node 167'),
|
|
(7501, 988, 0, 'Liferoot zone 33, node 87'),
|
|
(7503, 988, 0, 'Liferoot zone 33, node 88'),
|
|
(7504, 958, 0, 'Liferoot zone 267, node 153'),
|
|
(7505, 959, 0, 'Liferoot zone 45, node 182'),
|
|
(7506, 965, 0, 'Liferoot zone 47, node 8'),
|
|
(7507, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7508, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7509, 965, 0, 'Liferoot zone 47, node 9'),
|
|
(7510, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7511, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7513, 959, 0, 'Liferoot zone 45, node 183'),
|
|
(7514, 988, 0, 'Liferoot zone 33, node 89'),
|
|
(7516, 959, 0, 'Liferoot zone 45, node 184'),
|
|
(7517, 994, 0, 'Liferoot zone 11, node 168'),
|
|
(7518, 959, 0, 'Liferoot zone 45, node 185'),
|
|
(7519, 994, 0, 'Liferoot zone 11, node 169'),
|
|
(7520, 994, 0, 'Liferoot zone 11, node 170'),
|
|
(7521, 988, 0, 'Liferoot zone 33, node 90'),
|
|
(7522, 988, 0, 'Liferoot zone 33, node 91'),
|
|
(7523, 994, 0, 'Liferoot zone 11, node 171'),
|
|
(7524, 958, 0, 'Liferoot zone 267, node 154'),
|
|
(7525, 988, 0, 'Liferoot zone 33, node 92'),
|
|
(7526, 959, 0, 'Liferoot zone 45, node 186'),
|
|
(7527, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7528, 950, 0, 'Liferoot zone 44, node 153'),
|
|
(7530, 964, 0, 'Liferoot zone 357, node 12'),
|
|
(7531, 965, 0, 'Liferoot zone 47, node 10'),
|
|
(7532, 994, 0, 'Liferoot zone 11, node 172'),
|
|
(7533, 959, 0, 'Liferoot zone 45, node 187'),
|
|
(7534, 959, 0, 'Liferoot zone 45, node 188'),
|
|
(7535, 959, 0, 'Liferoot zone 45, node 189'),
|
|
(7536, 994, 0, 'Liferoot zone 11, node 173'),
|
|
(7537, 994, 0, 'Liferoot zone 11, node 174'),
|
|
(7538, 965, 0, 'Liferoot zone 47, node 11'),
|
|
(7539, 996, 0, 'Liferoot zone 8, node 4'),
|
|
(7540, 994, 0, 'Liferoot zone 11, node 175'),
|
|
(7541, 959, 0, 'Liferoot zone 45, node 190'),
|
|
(7542, 959, 0, 'Liferoot zone 45, node 191'),
|
|
(7543, 959, 0, 'Liferoot zone 45, node 192'),
|
|
(7544, 994, 0, 'Liferoot zone 11, node 176'),
|
|
(7545, 964, 0, 'Liferoot zone 357, node 13'),
|
|
(7546, 988, 0, 'Liferoot zone 33, node 93'),
|
|
(7547, 994, 0, 'Liferoot zone 11, node 177'),
|
|
(7550, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7552, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(7553, 998, 0, 'Fadeleaf zone 3, node 32'),
|
|
(7554, 988, 0, 'Fadeleaf zone 33, node 94'),
|
|
(7556, 965, 0, 'Fadeleaf zone 47, node 12'),
|
|
(7557, 959, 0, 'Fadeleaf zone 45, node 193'),
|
|
(7558, 998, 0, 'Fadeleaf zone 3, node 33'),
|
|
(7559, 959, 0, 'Fadeleaf zone 45, node 194'),
|
|
(7560, 996, 0, 'Fadeleaf zone 8, node 5'),
|
|
(7562, 996, 0, 'Fadeleaf zone 8, node 6'),
|
|
(7563, 965, 0, 'Fadeleaf zone 47, node 13'),
|
|
(7565, 998, 0, 'Fadeleaf zone 3, node 34'),
|
|
(7566, 998, 0, 'Fadeleaf zone 3, node 35'),
|
|
(7570, 996, 0, 'Fadeleaf zone 8, node 7'),
|
|
(7571, 996, 0, 'Fadeleaf zone 8, node 8'),
|
|
(7572, 996, 0, 'Fadeleaf zone 8, node 9'),
|
|
(7573, 996, 0, 'Fadeleaf zone 8, node 10'),
|
|
(7576, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7577, 965, 0, 'Fadeleaf zone 47, node 14'),
|
|
(7578, 965, 0, 'Fadeleaf zone 47, node 15'),
|
|
(7579, 965, 0, 'Fadeleaf zone 47, node 16'),
|
|
(7580, 965, 0, 'Fadeleaf zone 47, node 17'),
|
|
(7581, 996, 0, 'Fadeleaf zone 8, node 11'),
|
|
(7582, 959, 0, 'Fadeleaf zone 45, node 195'),
|
|
(7583, 998, 0, 'Fadeleaf zone 3, node 36'),
|
|
(7584, 988, 0, 'Fadeleaf zone 33, node 95'),
|
|
(7585, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7586, 996, 0, 'Fadeleaf zone 8, node 12'),
|
|
(7587, 959, 0, 'Fadeleaf zone 45, node 196'),
|
|
(7588, 988, 0, 'Fadeleaf zone 33, node 96'),
|
|
(7589, 959, 0, 'Fadeleaf zone 45, node 197'),
|
|
(7590, 998, 0, 'Fadeleaf zone 3, node 37'),
|
|
(7592, 988, 0, 'Fadeleaf zone 33, node 97'),
|
|
(7593, 988, 0, 'Fadeleaf zone 33, node 98'),
|
|
(7594, 988, 0, 'Fadeleaf zone 33, node 99'),
|
|
(7595, 988, 0, 'Fadeleaf zone 33, node 100'),
|
|
(7596, 988, 0, 'Fadeleaf zone 33, node 101'),
|
|
(7598, 996, 0, 'Fadeleaf zone 8, node 13'),
|
|
(7599, 988, 0, 'Fadeleaf zone 33, node 102'),
|
|
(7601, 959, 0, 'Fadeleaf zone 45, node 198'),
|
|
(7602, 998, 0, 'Fadeleaf zone 3, node 38'),
|
|
(7603, 988, 0, 'Fadeleaf zone 33, node 103'),
|
|
(7604, 988, 0, 'Fadeleaf zone 33, node 104'),
|
|
(7605, 988, 0, 'Fadeleaf zone 33, node 105'),
|
|
(7606, 988, 0, 'Fadeleaf zone 33, node 106'),
|
|
(7607, 988, 0, 'Fadeleaf zone 33, node 107'),
|
|
(7609, 998, 0, 'Fadeleaf zone 3, node 39'),
|
|
(7610, 959, 0, 'Fadeleaf zone 45, node 199'),
|
|
(7611, 959, 0, 'Fadeleaf zone 45, node 200'),
|
|
(7612, 959, 0, 'Fadeleaf zone 45, node 201'),
|
|
(7613, 959, 0, 'Fadeleaf zone 45, node 202'),
|
|
(7617, 959, 0, 'Fadeleaf zone 45, node 204'),
|
|
(7618, 959, 0, 'Fadeleaf zone 45, node 205'),
|
|
(7619, 959, 0, 'Fadeleaf zone 45, node 206'),
|
|
(7620, 959, 0, 'Fadeleaf zone 45, node 207'),
|
|
(7621, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7624, 996, 0, 'Fadeleaf zone 8, node 14'),
|
|
(7626, 998, 0, 'Fadeleaf zone 3, node 40'),
|
|
(7627, 959, 0, 'Fadeleaf zone 45, node 208'),
|
|
(7628, 959, 0, 'Fadeleaf zone 45, node 209'),
|
|
(7629, 959, 0, 'Fadeleaf zone 45, node 210'),
|
|
(7630, 959, 0, 'Fadeleaf zone 45, node 211'),
|
|
(7631, 998, 0, 'Fadeleaf zone 3, node 41'),
|
|
(7632, 959, 0, 'Fadeleaf zone 45, node 212'),
|
|
(7638, 998, 0, 'Fadeleaf zone 3, node 42'),
|
|
(7640, 996, 0, 'Fadeleaf zone 8, node 15'),
|
|
(7641, 998, 0, 'Fadeleaf zone 3, node 43'),
|
|
(7642, 996, 0, 'Fadeleaf zone 8, node 16'),
|
|
(7643, 996, 0, 'Fadeleaf zone 8, node 17'),
|
|
(7644, 965, 0, 'Fadeleaf zone 47, node 18'),
|
|
(7645, 996, 0, 'Fadeleaf zone 8, node 18'),
|
|
(7646, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7647, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7648, 959, 0, 'Fadeleaf zone 45, node 213'),
|
|
(7649, 998, 0, 'Fadeleaf zone 3, node 44'),
|
|
(7650, 988, 0, 'Fadeleaf zone 33, node 108'),
|
|
(7653, 959, 0, 'Fadeleaf zone 45, node 214'),
|
|
(7654, 959, 0, 'Fadeleaf zone 45, node 215'),
|
|
(7655, 959, 0, 'Fadeleaf zone 45, node 216'),
|
|
(7657, 996, 0, 'Fadeleaf zone 8, node 19'),
|
|
(7659, 996, 0, 'Fadeleaf zone 8, node 20'),
|
|
(7660, 965, 0, 'Fadeleaf zone 47, node 19'),
|
|
(7661, 959, 0, 'Fadeleaf zone 45, node 217'),
|
|
(7662, 959, 0, 'Fadeleaf zone 45, node 218'),
|
|
(7665, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7666, 998, 0, 'Fadeleaf zone 3, node 45'),
|
|
(7667, 959, 0, 'Fadeleaf zone 45, node 219'),
|
|
(7668, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7669, 959, 0, 'Fadeleaf zone 45, node 220'),
|
|
(7670, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7671, 965, 0, 'Fadeleaf zone 47, node 20'),
|
|
(7672, 996, 0, 'Fadeleaf zone 8, node 21'),
|
|
(7673, 996, 0, 'Fadeleaf zone 8, node 22'),
|
|
(7674, 959, 0, 'Fadeleaf zone 45, node 221'),
|
|
(7675, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7676, 988, 0, 'Fadeleaf zone 33, node 109'),
|
|
(7677, 996, 0, 'Fadeleaf zone 8, node 23'),
|
|
(7678, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7680, 988, 0, 'Fadeleaf zone 33, node 110'),
|
|
(7682, 965, 0, 'Fadeleaf zone 47, node 21'),
|
|
(7683, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7684, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7685, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7687, 996, 0, 'Fadeleaf zone 8, node 24'),
|
|
(7688, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7689, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7690, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7691, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7693, 998, 0, 'Fadeleaf zone 3, node 46'),
|
|
(7694, 998, 0, 'Fadeleaf zone 3, node 47'),
|
|
(7695, 988, 0, 'Fadeleaf zone 33, node 111'),
|
|
(7696, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7699, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7700, 998, 0, 'Fadeleaf zone 3, node 48'),
|
|
(7702, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7704, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7705, 996, 0, 'Fadeleaf zone 8, node 25'),
|
|
(7706, 996, 0, 'Fadeleaf zone 8, node 26'),
|
|
(7707, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7710, 988, 0, 'Fadeleaf zone 33, node 112'),
|
|
(7711, 998, 0, 'Fadeleaf zone 3, node 49'),
|
|
(7712, 965, 0, 'Fadeleaf zone 47, node 22'),
|
|
(7713, 988, 0, 'Fadeleaf zone 33, node 113'),
|
|
(7714, 988, 0, 'Fadeleaf zone 33, node 114'),
|
|
(7715, 959, 0, 'Fadeleaf zone 45, node 222'),
|
|
(7717, 959, 0, 'Fadeleaf zone 45, node 223'),
|
|
(7718, 965, 0, 'Fadeleaf zone 47, node 23'),
|
|
(7719, 959, 0, 'Fadeleaf zone 45, node 224'),
|
|
(7720, 996, 0, 'Fadeleaf zone 8, node 27'),
|
|
(7721, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7723, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7726, 988, 0, 'Fadeleaf zone 33, node 115'),
|
|
(7727, 996, 0, 'Fadeleaf zone 8, node 28'),
|
|
(7729, 988, 0, 'Fadeleaf zone 33, node 116'),
|
|
(7730, 959, 0, 'Fadeleaf zone 45, node 225'),
|
|
(7735, 996, 0, 'Fadeleaf zone 8, node 29'),
|
|
(7737, 996, 0, 'Fadeleaf zone 8, node 30'),
|
|
(7738, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7739, 998, 0, 'Fadeleaf zone 3, node 50'),
|
|
(7741, 959, 0, 'Fadeleaf zone 45, node 226'),
|
|
(7742, 996, 0, 'Fadeleaf zone 8, node 31'),
|
|
(7743, 988, 0, 'Fadeleaf zone 33, node 117'),
|
|
(7744, 996, 0, 'Fadeleaf zone 8, node 32'),
|
|
(7745, 998, 0, 'Fadeleaf zone 3, node 51'),
|
|
(7746, 998, 0, 'Fadeleaf zone 3, node 52'),
|
|
(7747, 965, 0, 'Fadeleaf zone 47, node 24'),
|
|
(7748, 965, 0, 'Fadeleaf zone 47, node 25'),
|
|
(7749, 965, 0, 'Fadeleaf zone 47, node 26'),
|
|
(7750, 996, 0, 'Fadeleaf zone 8, node 33'),
|
|
(7751, 996, 0, 'Fadeleaf zone 8, node 34'),
|
|
(7752, 959, 0, 'Fadeleaf zone 45, node 227'),
|
|
(7753, 959, 0, 'Fadeleaf zone 45, node 228'),
|
|
(7754, 996, 0, 'Fadeleaf zone 8, node 35'),
|
|
(7755, 959, 0, 'Fadeleaf zone 45, node 229'),
|
|
(7756, 959, 0, 'Fadeleaf zone 45, node 230'),
|
|
(7759, 996, 0, 'Fadeleaf zone 8, node 36'),
|
|
(7760, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7765, 998, 0, 'Fadeleaf zone 3, node 53'),
|
|
(7767, 996, 0, 'Fadeleaf zone 8, node 37'),
|
|
(7768, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7769, 965, 0, 'Fadeleaf zone 47, node 27'),
|
|
(7770, 965, 0, 'Fadeleaf zone 47, node 28'),
|
|
(7771, 998, 0, 'Fadeleaf zone 3, node 54'),
|
|
(7772, 996, 0, 'Fadeleaf zone 8, node 38'),
|
|
(7774, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7775, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7776, 996, 0, 'Fadeleaf zone 8, node 39'),
|
|
(7777, 959, 0, 'Fadeleaf zone 45, node 231'),
|
|
(7780, 996, 0, 'Fadeleaf zone 8, node 40'),
|
|
(7781, 996, 0, 'Fadeleaf zone 8, node 41'),
|
|
(7782, 996, 0, 'Fadeleaf zone 8, node 42'),
|
|
(7783, 998, 0, 'Fadeleaf zone 3, node 55'),
|
|
(7784, 988, 0, 'Fadeleaf zone 33, node 118'),
|
|
(7785, 959, 0, 'Fadeleaf zone 45, node 232'),
|
|
(7787, 965, 0, 'Fadeleaf zone 47, node 29'),
|
|
(7789, 988, 0, 'Fadeleaf zone 33, node 119'),
|
|
(7790, 959, 0, 'Fadeleaf zone 45, node 233'),
|
|
(7791, 959, 0, 'Fadeleaf zone 45, node 234'),
|
|
(7792, 959, 0, 'Fadeleaf zone 45, node 235'),
|
|
(7793, 959, 0, 'Fadeleaf zone 45, node 236'),
|
|
(7794, 959, 0, 'Fadeleaf zone 45, node 237'),
|
|
(7797, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7799, 965, 0, 'Fadeleaf zone 47, node 30'),
|
|
(7800, 965, 0, 'Fadeleaf zone 47, node 31'),
|
|
(7801, 965, 0, 'Fadeleaf zone 47, node 32'),
|
|
(7802, 996, 0, 'Fadeleaf zone 8, node 43'),
|
|
(7803, 996, 0, 'Fadeleaf zone 8, node 44'),
|
|
(7804, 996, 0, 'Fadeleaf zone 8, node 45'),
|
|
(7807, 988, 0, 'Fadeleaf zone 33, node 120'),
|
|
(7813, 996, 0, 'Fadeleaf zone 8, node 46'),
|
|
(7814, 996, 0, 'Fadeleaf zone 8, node 47'),
|
|
(7818, 959, 0, 'Fadeleaf zone 45, node 238'),
|
|
(7819, 996, 0, 'Fadeleaf zone 8, node 49'),
|
|
(7820, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7821, 998, 0, 'Fadeleaf zone 3, node 56'),
|
|
(7822, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7823, 965, 0, 'Fadeleaf zone 47, node 33'),
|
|
(7824, 965, 0, 'Fadeleaf zone 47, node 34'),
|
|
(7825, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(7828, 996, 0, 'Fadeleaf zone 8, node 50'),
|
|
(7829, 959, 0, 'Fadeleaf zone 45, node 239'),
|
|
(7830, 996, 0, 'Fadeleaf zone 8, node 51'),
|
|
(7831, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(7833, 988, 0, 'Khadgar\'s Whisker zone 33, node 121'),
|
|
(7834, 988, 0, 'Khadgar\'s Whisker zone 33, node 122'),
|
|
(7835, 988, 0, 'Khadgar\'s Whisker zone 33, node 123'),
|
|
(7836, 988, 0, 'Khadgar\'s Whisker zone 33, node 124'),
|
|
(7837, 988, 0, 'Khadgar\'s Whisker zone 33, node 125'),
|
|
(7838, 988, 0, 'Khadgar\'s Whisker zone 33, node 126'),
|
|
(7839, 998, 0, 'Khadgar\'s Whisker zone 3, node 57'),
|
|
(7840, 996, 0, 'Khadgar\'s Whisker zone 8, node 52'),
|
|
(7842, 988, 0, 'Khadgar\'s Whisker zone 33, node 127'),
|
|
(7843, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(7844, 998, 0, 'Khadgar\'s Whisker zone 3, node 58'),
|
|
(7845, 988, 0, 'Khadgar\'s Whisker zone 33, node 128'),
|
|
(7846, 959, 0, 'Khadgar\'s Whisker zone 45, node 240'),
|
|
(7847, 988, 0, 'Khadgar\'s Whisker zone 33, node 129'),
|
|
(7848, 998, 0, 'Khadgar\'s Whisker zone 3, node 59'),
|
|
(7849, 998, 0, 'Khadgar\'s Whisker zone 3, node 60'),
|
|
(7850, 959, 0, 'Khadgar\'s Whisker zone 45, node 241'),
|
|
(7852, 988, 0, 'Khadgar\'s Whisker zone 33, node 130'),
|
|
(7853, 988, 0, 'Khadgar\'s Whisker zone 33, node 131'),
|
|
(7854, 988, 0, 'Khadgar\'s Whisker zone 33, node 132'),
|
|
(7855, 988, 0, 'Khadgar\'s Whisker zone 33, node 133'),
|
|
(7857, 959, 0, 'Khadgar\'s Whisker zone 45, node 242'),
|
|
(7858, 959, 0, 'Khadgar\'s Whisker zone 45, node 243'),
|
|
(7859, 988, 0, 'Khadgar\'s Whisker zone 33, node 134'),
|
|
(7860, 988, 0, 'Khadgar\'s Whisker zone 33, node 135'),
|
|
(7861, 988, 0, 'Khadgar\'s Whisker zone 33, node 136'),
|
|
(7862, 988, 0, 'Khadgar\'s Whisker zone 33, node 137'),
|
|
(7863, 964, 0, 'Khadgar\'s Whisker zone 357, node 14'),
|
|
(7864, 959, 0, 'Khadgar\'s Whisker zone 45, node 244'),
|
|
(7865, 959, 0, 'Khadgar\'s Whisker zone 45, node 245'),
|
|
(7866, 959, 0, 'Khadgar\'s Whisker zone 45, node 246'),
|
|
(7867, 959, 0, 'Khadgar\'s Whisker zone 45, node 247'),
|
|
(7868, 959, 0, 'Khadgar\'s Whisker zone 45, node 248'),
|
|
(7869, 959, 0, 'Khadgar\'s Whisker zone 45, node 249'),
|
|
(7870, 996, 0, 'Khadgar\'s Whisker zone 8, node 53'),
|
|
(7871, 996, 0, 'Khadgar\'s Whisker zone 8, node 54'),
|
|
(7872, 996, 0, 'Khadgar\'s Whisker zone 8, node 55'),
|
|
(7873, 996, 0, 'Khadgar\'s Whisker zone 8, node 56'),
|
|
(7874, 996, 0, 'Khadgar\'s Whisker zone 8, node 57'),
|
|
(7875, 996, 0, 'Khadgar\'s Whisker zone 8, node 58'),
|
|
(7876, 988, 0, 'Khadgar\'s Whisker zone 33, node 138'),
|
|
(7877, 988, 0, 'Khadgar\'s Whisker zone 33, node 139'),
|
|
(7878, 996, 0, 'Khadgar\'s Whisker zone 8, node 59'),
|
|
(7879, 996, 0, 'Khadgar\'s Whisker zone 8, node 60'),
|
|
(7880, 996, 0, 'Khadgar\'s Whisker zone 8, node 61'),
|
|
(7881, 996, 0, 'Khadgar\'s Whisker zone 8, node 62'),
|
|
(7882, 996, 0, 'Khadgar\'s Whisker zone 8, node 63'),
|
|
(7883, 988, 0, 'Khadgar\'s Whisker zone 33, node 140'),
|
|
(7884, 988, 0, 'Khadgar\'s Whisker zone 33, node 141'),
|
|
(7885, 988, 0, 'Khadgar\'s Whisker zone 33, node 142'),
|
|
(7886, 998, 0, 'Khadgar\'s Whisker zone 3, node 61'),
|
|
(7887, 988, 0, 'Khadgar\'s Whisker zone 33, node 143'),
|
|
(7888, 959, 0, 'Khadgar\'s Whisker zone 45, node 250'),
|
|
(7889, 988, 0, 'Khadgar\'s Whisker zone 33, node 144'),
|
|
(7890, 988, 0, 'Khadgar\'s Whisker zone 33, node 145'),
|
|
(7891, 998, 0, 'Khadgar\'s Whisker zone 3, node 62'),
|
|
(7892, 988, 0, 'Khadgar\'s Whisker zone 33, node 146'),
|
|
(7893, 959, 0, 'Khadgar\'s Whisker zone 45, node 251'),
|
|
(7894, 959, 0, 'Khadgar\'s Whisker zone 45, node 252'),
|
|
(7895, 959, 0, 'Khadgar\'s Whisker zone 45, node 253'),
|
|
(7896, 959, 0, 'Khadgar\'s Whisker zone 45, node 254'),
|
|
(7897, 988, 0, 'Khadgar\'s Whisker zone 33, node 147'),
|
|
(7898, 988, 0, 'Khadgar\'s Whisker zone 33, node 148'),
|
|
(7899, 988, 0, 'Khadgar\'s Whisker zone 33, node 149'),
|
|
(7900, 988, 0, 'Khadgar\'s Whisker zone 33, node 150'),
|
|
(7901, 988, 0, 'Khadgar\'s Whisker zone 33, node 151'),
|
|
(7902, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(7903, 959, 0, 'Khadgar\'s Whisker zone 45, node 255'),
|
|
(7904, 988, 0, 'Khadgar\'s Whisker zone 33, node 152'),
|
|
(7905, 988, 0, 'Khadgar\'s Whisker zone 33, node 153'),
|
|
(7906, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(7907, 964, 0, 'Khadgar\'s Whisker zone 357, node 15'),
|
|
(7908, 988, 0, 'Khadgar\'s Whisker zone 33, node 154'),
|
|
(7909, 988, 0, 'Khadgar\'s Whisker zone 33, node 155'),
|
|
(7910, 988, 0, 'Khadgar\'s Whisker zone 33, node 156'),
|
|
(7912, 988, 0, 'Khadgar\'s Whisker zone 33, node 157'),
|
|
(7913, 988, 0, 'Khadgar\'s Whisker zone 33, node 158'),
|
|
(7914, 988, 0, 'Khadgar\'s Whisker zone 33, node 159'),
|
|
(7915, 988, 0, 'Khadgar\'s Whisker zone 33, node 160'),
|
|
(7916, 988, 0, 'Khadgar\'s Whisker zone 33, node 161'),
|
|
(7917, 988, 0, 'Khadgar\'s Whisker zone 33, node 162'),
|
|
(7918, 998, 0, 'Khadgar\'s Whisker zone 3, node 63'),
|
|
(7919, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(7920, 996, 0, 'Khadgar\'s Whisker zone 8, node 64'),
|
|
(7921, 988, 0, 'Khadgar\'s Whisker zone 33, node 163'),
|
|
(7922, 988, 0, 'Khadgar\'s Whisker zone 33, node 164'),
|
|
(7923, 988, 0, 'Khadgar\'s Whisker zone 33, node 165'),
|
|
(7924, 988, 0, 'Khadgar\'s Whisker zone 33, node 166'),
|
|
(7925, 988, 0, 'Khadgar\'s Whisker zone 33, node 167'),
|
|
(7926, 965, 0, 'Khadgar\'s Whisker zone 47, node 35'),
|
|
(7927, 998, 0, 'Khadgar\'s Whisker zone 3, node 64'),
|
|
(7928, 988, 0, 'Khadgar\'s Whisker zone 33, node 168'),
|
|
(7929, 988, 0, 'Khadgar\'s Whisker zone 33, node 169'),
|
|
(7930, 988, 0, 'Khadgar\'s Whisker zone 33, node 170'),
|
|
(7933, 988, 0, 'Khadgar\'s Whisker zone 33, node 171'),
|
|
(7934, 988, 0, 'Khadgar\'s Whisker zone 33, node 172'),
|
|
(7935, 965, 0, 'Khadgar\'s Whisker zone 47, node 36'),
|
|
(7936, 988, 0, 'Khadgar\'s Whisker zone 33, node 173'),
|
|
(7937, 988, 0, 'Khadgar\'s Whisker zone 33, node 174'),
|
|
(7938, 988, 0, 'Khadgar\'s Whisker zone 33, node 175'),
|
|
(7939, 988, 0, 'Khadgar\'s Whisker zone 33, node 176'),
|
|
(7940, 988, 0, 'Khadgar\'s Whisker zone 33, node 177'),
|
|
(7941, 988, 0, 'Khadgar\'s Whisker zone 33, node 178'),
|
|
(7942, 959, 0, 'Khadgar\'s Whisker zone 45, node 256'),
|
|
(7943, 959, 0, 'Khadgar\'s Whisker zone 45, node 257'),
|
|
(7944, 988, 0, 'Khadgar\'s Whisker zone 33, node 179'),
|
|
(7945, 988, 0, 'Khadgar\'s Whisker zone 33, node 180'),
|
|
(7946, 988, 0, 'Khadgar\'s Whisker zone 33, node 181'),
|
|
(7947, 959, 0, 'Khadgar\'s Whisker zone 45, node 258'),
|
|
(7948, 988, 0, 'Khadgar\'s Whisker zone 33, node 182'),
|
|
(7949, 988, 0, 'Khadgar\'s Whisker zone 33, node 183'),
|
|
(7950, 988, 0, 'Khadgar\'s Whisker zone 33, node 184'),
|
|
(7951, 988, 0, 'Khadgar\'s Whisker zone 33, node 185'),
|
|
(7952, 988, 0, 'Khadgar\'s Whisker zone 33, node 186'),
|
|
(7953, 959, 0, 'Khadgar\'s Whisker zone 45, node 259'),
|
|
(7954, 959, 0, 'Khadgar\'s Whisker zone 45, node 260'),
|
|
(7955, 959, 0, 'Khadgar\'s Whisker zone 45, node 261'),
|
|
(7956, 959, 0, 'Khadgar\'s Whisker zone 45, node 262'),
|
|
(7957, 959, 0, 'Khadgar\'s Whisker zone 45, node 263'),
|
|
(7958, 996, 0, 'Khadgar\'s Whisker zone 8, node 65'),
|
|
(7959, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(7960, 996, 0, 'Khadgar\'s Whisker zone 8, node 66'),
|
|
(7961, 988, 0, 'Khadgar\'s Whisker zone 33, node 187'),
|
|
(7962, 988, 0, 'Khadgar\'s Whisker zone 33, node 188'),
|
|
(7963, 988, 0, 'Khadgar\'s Whisker zone 33, node 189'),
|
|
(7964, 988, 0, 'Khadgar\'s Whisker zone 33, node 190'),
|
|
(7965, 988, 0, 'Khadgar\'s Whisker zone 33, node 191'),
|
|
(7966, 988, 0, 'Khadgar\'s Whisker zone 33, node 192'),
|
|
(7967, 988, 0, 'Khadgar\'s Whisker zone 33, node 193'),
|
|
(7968, 988, 0, 'Khadgar\'s Whisker zone 33, node 194'),
|
|
(7969, 988, 0, 'Khadgar\'s Whisker zone 33, node 195'),
|
|
(7970, 988, 0, 'Khadgar\'s Whisker zone 33, node 196'),
|
|
(7971, 988, 0, 'Khadgar\'s Whisker zone 33, node 197'),
|
|
(7972, 988, 0, 'Khadgar\'s Whisker zone 33, node 198'),
|
|
(7973, 988, 0, 'Khadgar\'s Whisker zone 33, node 199'),
|
|
(7974, 998, 0, 'Khadgar\'s Whisker zone 3, node 65'),
|
|
(7975, 988, 0, 'Khadgar\'s Whisker zone 33, node 200'),
|
|
(7976, 988, 0, 'Khadgar\'s Whisker zone 33, node 201'),
|
|
(7978, 988, 0, 'Khadgar\'s Whisker zone 33, node 202'),
|
|
(7979, 965, 0, 'Khadgar\'s Whisker zone 47, node 37'),
|
|
(7980, 965, 0, 'Khadgar\'s Whisker zone 47, node 38'),
|
|
(7981, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(7982, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(7983, 965, 0, 'Khadgar\'s Whisker zone 47, node 39'),
|
|
(7984, 988, 0, 'Khadgar\'s Whisker zone 33, node 203'),
|
|
(7985, 988, 0, 'Khadgar\'s Whisker zone 33, node 204'),
|
|
(7986, 988, 0, 'Khadgar\'s Whisker zone 33, node 205'),
|
|
(7987, 965, 0, 'Khadgar\'s Whisker zone 47, node 40'),
|
|
(7988, 996, 0, 'Khadgar\'s Whisker zone 8, node 67'),
|
|
(7989, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(7990, 988, 0, 'Khadgar\'s Whisker zone 33, node 206'),
|
|
(7991, 988, 0, 'Khadgar\'s Whisker zone 33, node 207'),
|
|
(7992, 988, 0, 'Khadgar\'s Whisker zone 33, node 208'),
|
|
(7993, 988, 0, 'Khadgar\'s Whisker zone 33, node 209'),
|
|
(7994, 988, 0, 'Khadgar\'s Whisker zone 33, node 210'),
|
|
(7995, 988, 0, 'Khadgar\'s Whisker zone 33, node 211'),
|
|
(7996, 988, 0, 'Khadgar\'s Whisker zone 33, node 212'),
|
|
(7997, 988, 0, 'Khadgar\'s Whisker zone 33, node 213'),
|
|
(7998, 988, 0, 'Khadgar\'s Whisker zone 33, node 214'),
|
|
(7999, 988, 0, 'Khadgar\'s Whisker zone 33, node 215'),
|
|
(8000, 998, 0, 'Khadgar\'s Whisker zone 3, node 66'),
|
|
(8001, 998, 0, 'Khadgar\'s Whisker zone 3, node 67'),
|
|
(8002, 959, 0, 'Khadgar\'s Whisker zone 45, node 264'),
|
|
(8003, 959, 0, 'Khadgar\'s Whisker zone 45, node 265'),
|
|
(8004, 959, 0, 'Khadgar\'s Whisker zone 45, node 266'),
|
|
(8005, 959, 0, 'Khadgar\'s Whisker zone 45, node 267'),
|
|
(8006, 959, 0, 'Khadgar\'s Whisker zone 45, node 268'),
|
|
(8007, 998, 0, 'Khadgar\'s Whisker zone 3, node 68'),
|
|
(8008, 988, 0, 'Khadgar\'s Whisker zone 33, node 216'),
|
|
(8009, 988, 0, 'Khadgar\'s Whisker zone 33, node 217'),
|
|
(8010, 965, 0, 'Khadgar\'s Whisker zone 47, node 41'),
|
|
(8011, 965, 0, 'Khadgar\'s Whisker zone 47, node 42'),
|
|
(8012, 996, 0, 'Khadgar\'s Whisker zone 8, node 68'),
|
|
(8013, 996, 0, 'Khadgar\'s Whisker zone 8, node 69'),
|
|
(8014, 988, 0, 'Khadgar\'s Whisker zone 33, node 218'),
|
|
(8015, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(8016, 998, 0, 'Khadgar\'s Whisker zone 3, node 69'),
|
|
(8017, 958, 0, 'Khadgar\'s Whisker zone 267, node 155'),
|
|
(8018, 959, 0, 'Khadgar\'s Whisker zone 45, node 269'),
|
|
(8019, 988, 0, 'Khadgar\'s Whisker zone 33, node 219'),
|
|
(8020, 996, 0, 'Khadgar\'s Whisker zone 8, node 70'),
|
|
(8021, 988, 0, 'Khadgar\'s Whisker zone 33, node 220'),
|
|
(8022, 988, 0, 'Khadgar\'s Whisker zone 33, node 221'),
|
|
(8023, 988, 0, 'Khadgar\'s Whisker zone 33, node 222'),
|
|
(8024, 988, 0, 'Khadgar\'s Whisker zone 33, node 223'),
|
|
(8025, 996, 0, 'Khadgar\'s Whisker zone 8, node 71'),
|
|
(8026, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(8027, 988, 0, 'Khadgar\'s Whisker zone 33, node 224'),
|
|
(8028, 988, 0, 'Khadgar\'s Whisker zone 33, node 225'),
|
|
(8029, 959, 0, 'Khadgar\'s Whisker zone 45, node 270'),
|
|
(8030, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(8031, 998, 0, 'Khadgar\'s Whisker zone 3, node 70'),
|
|
(8032, 988, 0, 'Khadgar\'s Whisker zone 33, node 226'),
|
|
(8033, 988, 0, 'Khadgar\'s Whisker zone 33, node 227'),
|
|
(8034, 959, 0, 'Khadgar\'s Whisker zone 45, node 271'),
|
|
(8035, 988, 0, 'Khadgar\'s Whisker zone 33, node 228'),
|
|
(8036, 959, 0, 'Khadgar\'s Whisker zone 45, node 272'),
|
|
(8037, 959, 0, 'Khadgar\'s Whisker zone 45, node 273'),
|
|
(8038, 959, 0, 'Khadgar\'s Whisker zone 45, node 274'),
|
|
(8039, 988, 0, 'Khadgar\'s Whisker zone 33, node 229'),
|
|
(8040, 988, 0, 'Khadgar\'s Whisker zone 33, node 230'),
|
|
(8041, 988, 0, 'Khadgar\'s Whisker zone 33, node 231'),
|
|
(8042, 988, 0, 'Khadgar\'s Whisker zone 33, node 232'),
|
|
(8043, 988, 0, 'Khadgar\'s Whisker zone 33, node 233'),
|
|
(8044, 988, 0, 'Khadgar\'s Whisker zone 33, node 234'),
|
|
(8045, 988, 0, 'Khadgar\'s Whisker zone 33, node 235'),
|
|
(8046, 988, 0, 'Khadgar\'s Whisker zone 33, node 236'),
|
|
(8047, 988, 0, 'Khadgar\'s Whisker zone 33, node 237'),
|
|
(8048, 988, 0, 'Khadgar\'s Whisker zone 33, node 238'),
|
|
(8049, 988, 0, 'Khadgar\'s Whisker zone 33, node 239'),
|
|
(8050, 998, 0, 'Khadgar\'s Whisker zone 3, node 71'),
|
|
(8051, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(8052, 965, 0, 'Khadgar\'s Whisker zone 47, node 43'),
|
|
(8053, 959, 0, 'Khadgar\'s Whisker zone 45, node 275'),
|
|
(8054, 959, 0, 'Khadgar\'s Whisker zone 45, node 276'),
|
|
(8055, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(8056, 988, 0, 'Khadgar\'s Whisker zone 33, node 240'),
|
|
(8057, 959, 0, 'Khadgar\'s Whisker zone 45, node 277'),
|
|
(8058, 988, 0, 'Khadgar\'s Whisker zone 33, node 241'),
|
|
(8059, 959, 0, 'Khadgar\'s Whisker zone 45, node 278'),
|
|
(8060, 988, 0, 'Khadgar\'s Whisker zone 33, node 242'),
|
|
(8061, 988, 0, 'Khadgar\'s Whisker zone 33, node 243'),
|
|
(8062, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(8064, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(8065, 988, 0, 'Khadgar\'s Whisker zone 33, node 244'),
|
|
(8066, 988, 0, 'Khadgar\'s Whisker zone 33, node 245'),
|
|
(8067, 965, 0, 'Khadgar\'s Whisker zone 47, node 44'),
|
|
(8068, 965, 0, 'Khadgar\'s Whisker zone 47, node 45'),
|
|
(8069, 965, 0, 'Khadgar\'s Whisker zone 47, node 46'),
|
|
(8070, 965, 0, 'Khadgar\'s Whisker zone 47, node 47'),
|
|
(8071, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(8072, 965, 0, 'Khadgar\'s Whisker zone 47, node 48'),
|
|
(8073, 965, 0, 'Khadgar\'s Whisker zone 47, node 49'),
|
|
(8074, 965, 0, 'Khadgar\'s Whisker zone 47, node 50'),
|
|
(8075, 988, 0, 'Khadgar\'s Whisker zone 33, node 246'),
|
|
(8076, 959, 0, 'Khadgar\'s Whisker zone 45, node 279'),
|
|
(8077, 959, 0, 'Khadgar\'s Whisker zone 45, node 280'),
|
|
(8078, 959, 0, 'Khadgar\'s Whisker zone 45, node 281'),
|
|
(8079, 988, 0, 'Khadgar\'s Whisker zone 33, node 247'),
|
|
(8080, 965, 0, 'Khadgar\'s Whisker zone 47, node 51'),
|
|
(8081, 988, 0, 'Khadgar\'s Whisker zone 33, node 248'),
|
|
(8082, 998, 0, 'Khadgar\'s Whisker zone 3, node 72'),
|
|
(8083, 959, 0, 'Khadgar\'s Whisker zone 45, node 282'),
|
|
(8084, 988, 0, 'Khadgar\'s Whisker zone 33, node 249'),
|
|
(8085, 988, 0, 'Khadgar\'s Whisker zone 33, node 250'),
|
|
(8086, 988, 0, 'Khadgar\'s Whisker zone 33, node 251'),
|
|
(8087, 988, 0, 'Khadgar\'s Whisker zone 33, node 252'),
|
|
(8088, 988, 0, 'Khadgar\'s Whisker zone 33, node 253'),
|
|
(8089, 996, 0, 'Khadgar\'s Whisker zone 8, node 72'),
|
|
(8090, 959, 0, 'Khadgar\'s Whisker zone 45, node 283'),
|
|
(8091, 959, 0, 'Khadgar\'s Whisker zone 45, node 284'),
|
|
(8092, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(8093, 998, 0, 'Khadgar\'s Whisker zone 3, node 73'),
|
|
(8094, 988, 0, 'Khadgar\'s Whisker zone 33, node 254'),
|
|
(8095, 988, 0, 'Khadgar\'s Whisker zone 33, node 255'),
|
|
(8096, 996, 0, 'Khadgar\'s Whisker zone 8, node 73'),
|
|
(8097, 996, 0, 'Khadgar\'s Whisker zone 8, node 74'),
|
|
(8098, 996, 0, 'Khadgar\'s Whisker zone 8, node 75'),
|
|
(8099, 988, 0, 'Khadgar\'s Whisker zone 33, node 256'),
|
|
(8100, 996, 0, 'Khadgar\'s Whisker zone 8, node 76'),
|
|
(8101, 988, 0, 'Khadgar\'s Whisker zone 33, node 257'),
|
|
(8102, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(8103, 996, 0, 'Khadgar\'s Whisker zone 8, node 77'),
|
|
(8104, 996, 0, 'Khadgar\'s Whisker zone 8, node 78'),
|
|
(8105, 959, 0, 'Khadgar\'s Whisker zone 45, node 285'),
|
|
(8106, 959, 0, 'Khadgar\'s Whisker zone 45, node 286'),
|
|
(8107, 988, 0, 'Khadgar\'s Whisker zone 33, node 258'),
|
|
(8108, 988, 0, 'Khadgar\'s Whisker zone 33, node 259'),
|
|
(8109, 988, 0, 'Khadgar\'s Whisker zone 33, node 260'),
|
|
(8110, 988, 0, 'Khadgar\'s Whisker zone 33, node 261'),
|
|
(8111, 988, 0, 'Khadgar\'s Whisker zone 33, node 262'),
|
|
(8112, 988, 0, 'Khadgar\'s Whisker zone 33, node 263'),
|
|
(8113, 998, 0, 'Khadgar\'s Whisker zone 3, node 74'),
|
|
(8115, 998, 0, 'Khadgar\'s Whisker zone 3, node 76'),
|
|
(8116, 996, 0, 'Khadgar\'s Whisker zone 8, node 79'),
|
|
(8117, 959, 0, 'Khadgar\'s Whisker zone 45, node 287'),
|
|
(8118, 959, 0, 'Khadgar\'s Whisker zone 45, node 288'),
|
|
(8119, 965, 0, 'Khadgar\'s Whisker zone 47, node 52'),
|
|
(8120, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(8121, 988, 0, 'Khadgar\'s Whisker zone 33, node 264'),
|
|
(8122, 988, 0, 'Khadgar\'s Whisker zone 33, node 265'),
|
|
(8123, 988, 0, 'Khadgar\'s Whisker zone 33, node 266'),
|
|
(8124, 988, 0, 'Khadgar\'s Whisker zone 33, node 267'),
|
|
(8125, 959, 0, 'Khadgar\'s Whisker zone 45, node 289'),
|
|
(8126, 988, 0, 'Khadgar\'s Whisker zone 33, node 268'),
|
|
(8127, 965, 0, 'Khadgar\'s Whisker zone 47, node 53'),
|
|
(8129, 998, 0, 'Khadgar\'s Whisker zone 3, node 77'),
|
|
(8130, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(8131, 988, 0, 'Khadgar\'s Whisker zone 33, node 269'),
|
|
(8132, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(8133, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(8134, 965, 0, 'Khadgar\'s Whisker zone 47, node 54'),
|
|
(8135, 965, 0, 'Khadgar\'s Whisker zone 47, node 55'),
|
|
(8136, 965, 0, 'Khadgar\'s Whisker zone 47, node 56'),
|
|
(8137, 988, 0, 'Khadgar\'s Whisker zone 33, node 270'),
|
|
(8138, 965, 0, 'Khadgar\'s Whisker zone 47, node 57'),
|
|
(8139, 965, 0, 'Khadgar\'s Whisker zone 47, node 58'),
|
|
(8140, 998, 0, 'Khadgar\'s Whisker zone 3, node 78'),
|
|
(8141, 998, 0, 'Khadgar\'s Whisker zone 3, node 79'),
|
|
(8142, 988, 0, 'Khadgar\'s Whisker zone 33, node 271'),
|
|
(8143, 959, 0, 'Khadgar\'s Whisker zone 45, node 290'),
|
|
(8144, 959, 0, 'Khadgar\'s Whisker zone 45, node 291'),
|
|
(8145, 959, 0, 'Khadgar\'s Whisker zone 45, node 292'),
|
|
(8146, 959, 0, 'Khadgar\'s Whisker zone 45, node 293'),
|
|
(8147, 959, 0, 'Khadgar\'s Whisker zone 45, node 294'),
|
|
(8148, 959, 0, 'Khadgar\'s Whisker zone 45, node 295'),
|
|
(8149, 959, 0, 'Khadgar\'s Whisker zone 45, node 296'),
|
|
(8150, 996, 0, 'Khadgar\'s Whisker zone 8, node 80'),
|
|
(8151, 996, 0, 'Khadgar\'s Whisker zone 8, node 81'),
|
|
(8152, 996, 0, 'Khadgar\'s Whisker zone 8, node 82'),
|
|
(8153, 996, 0, 'Khadgar\'s Whisker zone 8, node 83'),
|
|
(8154, 996, 0, 'Khadgar\'s Whisker zone 8, node 84'),
|
|
(8155, 996, 0, 'Khadgar\'s Whisker zone 8, node 85'),
|
|
(8156, 996, 0, 'Khadgar\'s Whisker zone 8, node 86'),
|
|
(8157, 988, 0, 'Khadgar\'s Whisker zone 33, node 272'),
|
|
(8158, 996, 0, 'Khadgar\'s Whisker zone 8, node 87'),
|
|
(8159, 996, 0, 'Khadgar\'s Whisker zone 8, node 88'),
|
|
(8160, 996, 0, 'Khadgar\'s Whisker zone 8, node 89'),
|
|
(8161, 996, 0, 'Khadgar\'s Whisker zone 8, node 90'),
|
|
(8162, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(8163, 964, 0, 'Khadgar\'s Whisker zone 357, node 16'),
|
|
(8164, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(8165, 988, 0, 'Khadgar\'s Whisker zone 33, node 273'),
|
|
(8166, 959, 0, 'Khadgar\'s Whisker zone 45, node 297'),
|
|
(8167, 988, 0, 'Khadgar\'s Whisker zone 33, node 274'),
|
|
(8168, 988, 0, 'Khadgar\'s Whisker zone 33, node 275'),
|
|
(8169, 988, 0, 'Khadgar\'s Whisker zone 33, node 276'),
|
|
(8170, 988, 0, 'Khadgar\'s Whisker zone 33, node 277'),
|
|
(8171, 988, 0, 'Khadgar\'s Whisker zone 33, node 278'),
|
|
(8172, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(8173, 988, 0, 'Khadgar\'s Whisker zone 33, node 279'),
|
|
(8174, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(8175, 988, 0, 'Khadgar\'s Whisker zone 33, node 280'),
|
|
(8176, 988, 0, 'Khadgar\'s Whisker zone 33, node 281'),
|
|
(8177, 988, 0, 'Khadgar\'s Whisker zone 33, node 282'),
|
|
(8178, 988, 0, 'Khadgar\'s Whisker zone 33, node 283'),
|
|
(8179, 959, 0, 'Khadgar\'s Whisker zone 45, node 298'),
|
|
(8180, 959, 0, 'Khadgar\'s Whisker zone 45, node 299'),
|
|
(8181, 996, 0, 'Khadgar\'s Whisker zone 8, node 91'),
|
|
(8182, 996, 0, 'Khadgar\'s Whisker zone 8, node 92'),
|
|
(8183, 996, 0, 'Khadgar\'s Whisker zone 8, node 93'),
|
|
(8184, 996, 0, 'Khadgar\'s Whisker zone 8, node 94'),
|
|
(8185, 996, 0, 'Khadgar\'s Whisker zone 8, node 95'),
|
|
(8186, 996, 0, 'Khadgar\'s Whisker zone 8, node 96'),
|
|
(8187, 996, 0, 'Khadgar\'s Whisker zone 8, node 97'),
|
|
(8188, 996, 0, 'Khadgar\'s Whisker zone 8, node 98'),
|
|
(8189, 996, 0, 'Khadgar\'s Whisker zone 8, node 99'),
|
|
(8190, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8191, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8192, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8193, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8194, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8195, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8196, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8197, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8198, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8199, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8200, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8201, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8202, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8203, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8204, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8205, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8206, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8207, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8208, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8209, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8210, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8211, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8212, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8213, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8214, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8215, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(8216, 988, 0, 'Stranglekelp zone 33, node 284'),
|
|
(8217, 960, 0, 'Stranglekelp zone 331, node 211'),
|
|
(8218, 965, 0, 'Stranglekelp zone 47, node 59'),
|
|
(8219, 960, 0, 'Stranglekelp zone 331, node 212'),
|
|
(8220, 960, 0, 'Stranglekelp zone 331, node 213'),
|
|
(8221, 960, 0, 'Stranglekelp zone 331, node 214'),
|
|
(8222, 996, 0, 'Stranglekelp zone 8, node 100'),
|
|
(8223, 964, 0, 'Stranglekelp zone 357, node 17'),
|
|
(8224, 964, 0, 'Stranglekelp zone 357, node 18'),
|
|
(8225, 960, 0, 'Stranglekelp zone 331, node 215'),
|
|
(8226, 960, 0, 'Stranglekelp zone 331, node 216'),
|
|
(8227, 964, 0, 'Stranglekelp zone 357, node 19'),
|
|
(8228, 958, 0, 'Stranglekelp zone 267, node 156'),
|
|
(8229, 960, 0, 'Stranglekelp zone 331, node 217'),
|
|
(8230, 959, 0, 'Stranglekelp zone 45, node 300'),
|
|
(8231, 801, 0, 'Stranglekelp,Zone 17,Area 17,node 772'),
|
|
(8232, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 773'),
|
|
(8233, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 774'),
|
|
(8234, 800, 0, 'Stranglekelp,Zone 17,Area 392,node 775'),
|
|
(8235, 961, 0, 'Stranglekelp zone 148, node 227'),
|
|
(8236, 961, 0, 'Stranglekelp zone 148, node 228'),
|
|
(8237, 961, 0, 'Stranglekelp zone 148, node 229'),
|
|
(8238, 961, 0, 'Stranglekelp zone 148, node 230'),
|
|
(8239, 958, 0, 'Stranglekelp zone 267, node 157'),
|
|
(8240, 573, 0, 'Stranglekelp in Alterac Mountains'),
|
|
(8241, 961, 0, 'Stranglekelp zone 148, node 231'),
|
|
(8242, 960, 0, 'Stranglekelp zone 331, node 218'),
|
|
(8243, 964, 0, 'Stranglekelp zone 357, node 20'),
|
|
(8244, 961, 0, 'Stranglekelp zone 148, node 232'),
|
|
(8245, 958, 0, 'Stranglekelp zone 267, node 158'),
|
|
(8246, 958, 0, 'Stranglekelp zone 267, node 159'),
|
|
(8247, 996, 0, 'Stranglekelp zone 8, node 101'),
|
|
(8248, 964, 0, 'Stranglekelp zone 357, node 21'),
|
|
(8249, 964, 0, 'Stranglekelp zone 357, node 22'),
|
|
(8250, 961, 0, 'Stranglekelp zone 148, node 233'),
|
|
(8251, 961, 0, 'Stranglekelp zone 148, node 234'),
|
|
(8252, 824, 0, 'Stranglekelp,Zone 405,598,node 87'),
|
|
(8253, 960, 0, 'Stranglekelp zone 331, node 219'),
|
|
(8254, 960, 0, 'Stranglekelp zone 331, node 220'),
|
|
(8255, 960, 0, 'Stranglekelp zone 331, node 221'),
|
|
(8256, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 776'),
|
|
(8257, 824, 0, 'Stranglekelp,Zone 405,598,node 88'),
|
|
(8258, 824, 0, 'Stranglekelp,Zone 405,598,node 89'),
|
|
(8259, 961, 0, 'Stranglekelp zone 148, node 235'),
|
|
(8260, 964, 0, 'Stranglekelp zone 357, node 23'),
|
|
(8261, 964, 0, 'Stranglekelp zone 357, node 24'),
|
|
(8262, 960, 0, 'Stranglekelp zone 331, node 222'),
|
|
(8263, 964, 0, 'Stranglekelp zone 357, node 25'),
|
|
(8264, 964, 0, 'Stranglekelp zone 357, node 26'),
|
|
(8265, 965, 0, 'Stranglekelp zone 47, node 60'),
|
|
(8266, 961, 0, 'Stranglekelp zone 148, node 236'),
|
|
(8267, 960, 0, 'Stranglekelp zone 331, node 223'),
|
|
(8268, 961, 0, 'Stranglekelp zone 148, node 237'),
|
|
(8269, 956, 0, 'Stranglekelp zone 130, node 124'),
|
|
(8270, 960, 0, 'Stranglekelp zone 331, node 224'),
|
|
(8271, 960, 0, 'Stranglekelp zone 331, node 225'),
|
|
(8272, 821, 0, 'Stranglekelp,Zone 405,2408,node 90'),
|
|
(8273, 960, 0, 'Stranglekelp zone 331, node 226'),
|
|
(8274, 960, 0, 'Stranglekelp zone 331, node 227'),
|
|
(8275, 990, 0, 'Stranglekelp zone 16, node 1'),
|
|
(8276, 990, 0, 'Stranglekelp zone 16, node 2'),
|
|
(8277, 988, 0, 'Stranglekelp zone 33, node 285'),
|
|
(8278, 960, 0, 'Stranglekelp zone 331, node 228'),
|
|
(8279, 800, 0, 'Stranglekelp,Zone 17,Area 401,node 777'),
|
|
(8280, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 778'),
|
|
(8281, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 779'),
|
|
(8282, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 780'),
|
|
(8283, 800, 0, 'Stranglekelp,Zone 17,Area 401,node 781'),
|
|
(8284, 960, 0, 'Stranglekelp zone 331, node 229'),
|
|
(8285, 960, 0, 'Stranglekelp zone 331, node 230'),
|
|
(8286, 960, 0, 'Stranglekelp zone 331, node 231'),
|
|
(8287, 960, 0, 'Stranglekelp zone 331, node 232'),
|
|
(8288, 800, 0, 'Stranglekelp,Zone 17,Area 401,node 782'),
|
|
(8289, 961, 0, 'Stranglekelp zone 148, node 238'),
|
|
(8290, 961, 0, 'Stranglekelp zone 148, node 239'),
|
|
(8291, 988, 0, 'Stranglekelp zone 33, node 286'),
|
|
(8292, 988, 0, 'Stranglekelp zone 33, node 287'),
|
|
(8293, 988, 0, 'Stranglekelp zone 33, node 288'),
|
|
(8294, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 783'),
|
|
(8295, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 784'),
|
|
(8296, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 785'),
|
|
(8297, 965, 0, 'Stranglekelp zone 47, node 61'),
|
|
(8298, 965, 0, 'Stranglekelp zone 47, node 62'),
|
|
(8299, 988, 0, 'Stranglekelp zone 33, node 289'),
|
|
(8300, 988, 0, 'Stranglekelp zone 33, node 290'),
|
|
(8301, 994, 0, 'Stranglekelp zone 11, node 178'),
|
|
(8302, 961, 0, 'Stranglekelp zone 148, node 240'),
|
|
(8303, 990, 0, 'Stranglekelp zone 16, node 3'),
|
|
(8304, 988, 0, 'Stranglekelp zone 33, node 291'),
|
|
(8305, 961, 0, 'Stranglekelp zone 148, node 241'),
|
|
(8306, 958, 0, 'Stranglekelp zone 267, node 160'),
|
|
(8307, 988, 0, 'Stranglekelp zone 33, node 292'),
|
|
(8308, 988, 0, 'Stranglekelp zone 33, node 293'),
|
|
(8309, 988, 0, 'Stranglekelp zone 33, node 294'),
|
|
(8310, 988, 0, 'Stranglekelp zone 33, node 295'),
|
|
(8311, 988, 0, 'Stranglekelp zone 33, node 296'),
|
|
(8312, 960, 0, 'Stranglekelp zone 331, node 233'),
|
|
(8313, 960, 0, 'Stranglekelp zone 331, node 234'),
|
|
(8314, 960, 0, 'Stranglekelp zone 331, node 235'),
|
|
(8315, 960, 0, 'Stranglekelp zone 331, node 236'),
|
|
(8316, 960, 0, 'Stranglekelp zone 331, node 237'),
|
|
(8317, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 786'),
|
|
(8318, 800, 0, 'Stranglekelp,Zone 17,Area 720,node 787'),
|
|
(8319, 964, 0, 'Stranglekelp zone 357, node 27'),
|
|
(8320, 958, 0, 'Stranglekelp zone 267, node 161'),
|
|
(8321, 960, 0, 'Stranglekelp zone 331, node 238'),
|
|
(8322, 960, 0, 'Stranglekelp zone 331, node 239'),
|
|
(8323, 960, 0, 'Stranglekelp zone 331, node 240'),
|
|
(8324, 960, 0, 'Stranglekelp zone 331, node 241'),
|
|
(8325, 994, 0, 'Stranglekelp zone 11, node 179'),
|
|
(8326, 824, 0, 'Stranglekelp,Zone 405,598,node 91'),
|
|
(8327, 960, 0, 'Stranglekelp zone 331, node 242'),
|
|
(8328, 960, 0, 'Stranglekelp zone 331, node 243'),
|
|
(8329, 960, 0, 'Stranglekelp zone 331, node 244'),
|
|
(8330, 965, 0, 'Stranglekelp zone 47, node 63'),
|
|
(8331, 961, 0, 'Stranglekelp zone 148, node 242'),
|
|
(8332, 961, 0, 'Stranglekelp zone 148, node 243'),
|
|
(8333, 961, 0, 'Stranglekelp zone 148, node 244'),
|
|
(8334, 961, 0, 'Stranglekelp zone 148, node 245'),
|
|
(8335, 961, 0, 'Stranglekelp zone 148, node 246'),
|
|
(8336, 960, 0, 'Stranglekelp zone 331, node 245'),
|
|
(8337, 964, 0, 'Stranglekelp zone 357, node 28'),
|
|
(8338, 964, 0, 'Stranglekelp zone 357, node 29'),
|
|
(8339, 800, 0, 'Stranglekelp,Zone 17,Area 720,node 788'),
|
|
(8340, 824, 0, 'Stranglekelp,Zone 405,598,node 92'),
|
|
(8341, 965, 0, 'Stranglekelp zone 47, node 64'),
|
|
(8342, 958, 0, 'Stranglekelp zone 267, node 162'),
|
|
(8345, 800, 0, 'Stranglekelp,Zone 17,Area 401,node 789'),
|
|
(8346, 800, 0, 'Stranglekelp,Zone 17,Area 401,node 790'),
|
|
(8347, 800, 0, 'Stranglekelp,Zone 17,Area 401,node 791'),
|
|
(8348, 960, 0, 'Stranglekelp zone 331, node 246'),
|
|
(8349, 958, 0, 'Stranglekelp zone 267, node 163'),
|
|
(8350, 958, 0, 'Stranglekelp zone 267, node 164'),
|
|
(8351, 960, 0, 'Stranglekelp zone 331, node 247'),
|
|
(8352, 824, 0, 'Stranglekelp,Zone 405,598,node 93'),
|
|
(8353, 960, 0, 'Stranglekelp zone 331, node 248'),
|
|
(8354, 960, 0, 'Stranglekelp zone 331, node 249'),
|
|
(8355, 961, 0, 'Stranglekelp zone 148, node 247'),
|
|
(8356, 964, 0, 'Stranglekelp zone 357, node 30'),
|
|
(8357, 824, 0, 'Stranglekelp,Zone 405,598,node 94'),
|
|
(8358, 956, 0, 'Stranglekelp zone 130, node 125'),
|
|
(8359, 958, 0, 'Stranglekelp zone 267, node 165'),
|
|
(8360, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 792'),
|
|
(8362, 961, 0, 'Stranglekelp zone 148, node 248'),
|
|
(8363, 961, 0, 'Stranglekelp zone 148, node 249'),
|
|
(8364, 960, 0, 'Stranglekelp zone 331, node 250'),
|
|
(8365, 990, 0, 'Stranglekelp zone 16, node 4'),
|
|
(8366, 958, 0, 'Stranglekelp zone 267, node 166'),
|
|
(8367, 960, 0, 'Stranglekelp zone 331, node 251'),
|
|
(8368, 961, 0, 'Stranglekelp zone 148, node 250'),
|
|
(8369, 800, 0, 'Stranglekelp,Zone 17,Area 720,node 793'),
|
|
(8370, 961, 0, 'Stranglekelp zone 148, node 251'),
|
|
(8371, 961, 0, 'Stranglekelp zone 148, node 252'),
|
|
(8372, 988, 0, 'Stranglekelp zone 33, node 297'),
|
|
(8373, 960, 0, 'Stranglekelp zone 331, node 252'),
|
|
(8374, 960, 0, 'Stranglekelp zone 331, node 253'),
|
|
(8375, 965, 0, 'Stranglekelp zone 47, node 65'),
|
|
(8376, 964, 0, 'Stranglekelp zone 357, node 31'),
|
|
(8377, 961, 0, 'Stranglekelp zone 148, node 253'),
|
|
(8378, 961, 0, 'Stranglekelp zone 148, node 254'),
|
|
(8379, 961, 0, 'Stranglekelp zone 148, node 255'),
|
|
(8380, 961, 0, 'Stranglekelp zone 148, node 256'),
|
|
(8381, 964, 0, 'Stranglekelp zone 357, node 32'),
|
|
(8382, 801, 0, 'Stranglekelp,Zone 17,Area 17,node 794'),
|
|
(8383, 801, 0, 'Stranglekelp,Zone 17,Area 17,node 795'),
|
|
(8384, 801, 0, 'Stranglekelp,Zone 17,Area 17,node 796'),
|
|
(8385, 961, 0, 'Stranglekelp zone 148, node 257'),
|
|
(8386, 958, 0, 'Stranglekelp zone 267, node 167'),
|
|
(8387, 958, 0, 'Stranglekelp zone 267, node 168'),
|
|
(8388, 961, 0, 'Stranglekelp zone 148, node 258'),
|
|
(8389, 961, 0, 'Stranglekelp zone 148, node 259'),
|
|
(8390, 961, 0, 'Stranglekelp zone 148, node 260'),
|
|
(8391, 961, 0, 'Stranglekelp zone 148, node 261'),
|
|
(8396, 958, 0, 'Stranglekelp zone 267, node 169'),
|
|
(8397, 824, 0, 'Stranglekelp,Zone 405,598,node 95'),
|
|
(8398, 824, 0, 'Stranglekelp,Zone 405,598,node 96'),
|
|
(8399, 988, 0, 'Stranglekelp zone 33, node 298'),
|
|
(8400, 960, 0, 'Stranglekelp zone 331, node 254'),
|
|
(8401, 960, 0, 'Stranglekelp zone 331, node 255'),
|
|
(8402, 965, 0, 'Stranglekelp zone 47, node 66'),
|
|
(8403, 965, 0, 'Stranglekelp zone 47, node 67'),
|
|
(8404, 821, 0, 'Stranglekelp,Zone 405,2408,node 97'),
|
|
(8405, 990, 0, 'Stranglekelp zone 16, node 5'),
|
|
(8406, 965, 0, 'Stranglekelp zone 47, node 68'),
|
|
(8407, 956, 0, 'Stranglekelp zone 130, node 126'),
|
|
(8408, 956, 0, 'Stranglekelp zone 130, node 127'),
|
|
(8409, 960, 0, 'Stranglekelp zone 331, node 256'),
|
|
(8410, 960, 0, 'Stranglekelp zone 331, node 257'),
|
|
(8412, 960, 0, 'Stranglekelp zone 331, node 258'),
|
|
(8413, 960, 0, 'Stranglekelp zone 331, node 259'),
|
|
(8414, 960, 0, 'Stranglekelp zone 331, node 260'),
|
|
(8415, 960, 0, 'Stranglekelp zone 331, node 261'),
|
|
(8416, 960, 0, 'Stranglekelp zone 331, node 262'),
|
|
(8417, 960, 0, 'Stranglekelp zone 331, node 263'),
|
|
(8418, 961, 0, 'Stranglekelp zone 148, node 262'),
|
|
(8419, 961, 0, 'Stranglekelp zone 148, node 263'),
|
|
(8420, 958, 0, 'Stranglekelp zone 267, node 170'),
|
|
(8421, 958, 0, 'Stranglekelp zone 267, node 171'),
|
|
(8422, 958, 0, 'Stranglekelp zone 267, node 172'),
|
|
(8423, 958, 0, 'Stranglekelp zone 267, node 173'),
|
|
(8424, 988, 0, 'Stranglekelp zone 33, node 299'),
|
|
(8425, 801, 0, 'Stranglekelp,Zone 17,Area 17,node 797'),
|
|
(8426, 801, 0, 'Stranglekelp,Zone 17,Area 17,node 798'),
|
|
(8427, 961, 0, 'Stranglekelp zone 148, node 264'),
|
|
(8428, 961, 0, 'Stranglekelp zone 148, node 265'),
|
|
(8429, 961, 0, 'Stranglekelp zone 148, node 266'),
|
|
(8430, 961, 0, 'Stranglekelp zone 148, node 267'),
|
|
(8431, 988, 0, 'Stranglekelp zone 33, node 300'),
|
|
(8432, 961, 0, 'Stranglekelp zone 148, node 268'),
|
|
(8433, 960, 0, 'Stranglekelp zone 331, node 264'),
|
|
(8434, 961, 0, 'Stranglekelp zone 148, node 269'),
|
|
(8435, 961, 0, 'Stranglekelp zone 148, node 270'),
|
|
(8436, 961, 0, 'Stranglekelp zone 148, node 271'),
|
|
(8437, 960, 0, 'Stranglekelp zone 331, node 265'),
|
|
(8438, 960, 0, 'Stranglekelp zone 331, node 266'),
|
|
(8439, 960, 0, 'Stranglekelp zone 331, node 267'),
|
|
(8440, 990, 0, 'Stranglekelp zone 16, node 6'),
|
|
(8441, 958, 0, 'Stranglekelp zone 267, node 174'),
|
|
(8442, 964, 0, 'Stranglekelp zone 357, node 33'),
|
|
(8443, 961, 0, 'Stranglekelp zone 148, node 272'),
|
|
(8444, 800, 0, 'Stranglekelp,Zone 17,Area 392,node 799'),
|
|
(8445, 960, 0, 'Stranglekelp zone 331, node 268'),
|
|
(8446, 956, 0, 'Stranglekelp zone 130, node 128'),
|
|
(8447, 821, 0, 'Stranglekelp,Zone 405,2408,node 98'),
|
|
(8448, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 800'),
|
|
(8449, 961, 0, 'Stranglekelp zone 148, node 273'),
|
|
(8450, 960, 0, 'Stranglekelp zone 331, node 269'),
|
|
(8451, 960, 0, 'Stranglekelp zone 331, node 270'),
|
|
(8452, 801, 0, 'Stranglekelp,Zone 17,Area 17,node 801'),
|
|
(8453, 964, 0, 'Stranglekelp zone 357, node 34'),
|
|
(8454, 964, 0, 'Stranglekelp zone 357, node 35'),
|
|
(8455, 961, 0, 'Stranglekelp zone 148, node 274'),
|
|
(8456, 961, 0, 'Stranglekelp zone 148, node 275'),
|
|
(8457, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 802'),
|
|
(8458, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 803'),
|
|
(8459, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 804'),
|
|
(8460, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 805'),
|
|
(8461, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 806'),
|
|
(8462, 960, 0, 'Stranglekelp zone 331, node 271'),
|
|
(8463, 960, 0, 'Stranglekelp zone 331, node 272'),
|
|
(8464, 960, 0, 'Stranglekelp zone 331, node 273'),
|
|
(8465, 958, 0, 'Stranglekelp zone 267, node 175'),
|
|
(8466, 801, 0, 'Stranglekelp,Zone 17,Area 17,node 807'),
|
|
(8467, 960, 0, 'Stranglekelp zone 331, node 274'),
|
|
(8468, 961, 0, 'Stranglekelp zone 148, node 276'),
|
|
(8469, 960, 0, 'Stranglekelp zone 331, node 275'),
|
|
(8470, 958, 0, 'Stranglekelp zone 267, node 176'),
|
|
(8471, 959, 0, 'Stranglekelp zone 45, node 301'),
|
|
(8474, 988, 0, 'Stranglekelp zone 33, node 301'),
|
|
(8475, 960, 0, 'Stranglekelp zone 331, node 276'),
|
|
(8476, 961, 0, 'Stranglekelp zone 148, node 277'),
|
|
(8477, 960, 0, 'Stranglekelp zone 331, node 277'),
|
|
(8478, 960, 0, 'Stranglekelp zone 331, node 278'),
|
|
(8479, 960, 0, 'Stranglekelp zone 331, node 279'),
|
|
(8480, 960, 0, 'Stranglekelp zone 331, node 280'),
|
|
(8481, 960, 0, 'Stranglekelp zone 331, node 281'),
|
|
(8482, 960, 0, 'Stranglekelp zone 331, node 282'),
|
|
(8483, 960, 0, 'Stranglekelp zone 331, node 283'),
|
|
(8484, 961, 0, 'Stranglekelp zone 148, node 278'),
|
|
(8485, 960, 0, 'Stranglekelp zone 331, node 284'),
|
|
(8486, 988, 0, 'Stranglekelp zone 33, node 302'),
|
|
(8487, 961, 0, 'Stranglekelp zone 148, node 279'),
|
|
(8488, 961, 0, 'Stranglekelp zone 148, node 280'),
|
|
(8489, 960, 0, 'Stranglekelp zone 331, node 285'),
|
|
(8490, 960, 0, 'Stranglekelp zone 331, node 286'),
|
|
(8491, 960, 0, 'Stranglekelp zone 331, node 287'),
|
|
(8492, 960, 0, 'Stranglekelp zone 331, node 288'),
|
|
(8493, 960, 0, 'Stranglekelp zone 331, node 289'),
|
|
(8494, 960, 0, 'Stranglekelp zone 331, node 290'),
|
|
(8495, 960, 0, 'Stranglekelp zone 331, node 291'),
|
|
(8496, 960, 0, 'Stranglekelp zone 331, node 292'),
|
|
(8497, 961, 0, 'Stranglekelp zone 148, node 281'),
|
|
(8498, 961, 0, 'Stranglekelp zone 148, node 282'),
|
|
(8499, 961, 0, 'Stranglekelp zone 148, node 283'),
|
|
(8500, 958, 0, 'Stranglekelp zone 267, node 177'),
|
|
(8501, 800, 0, 'Stranglekelp,Zone 17,Area 720,node 808'),
|
|
(8502, 960, 0, 'Stranglekelp zone 331, node 293'),
|
|
(8503, 824, 0, 'Stranglekelp,Zone 405,598,node 99'),
|
|
(8504, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 809'),
|
|
(8505, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 810'),
|
|
(8506, 960, 0, 'Stranglekelp zone 331, node 294'),
|
|
(8507, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 811'),
|
|
(8508, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 812'),
|
|
(8509, 961, 0, 'Stranglekelp zone 148, node 284'),
|
|
(8510, 988, 0, 'Stranglekelp zone 33, node 303'),
|
|
(8511, 988, 0, 'Stranglekelp zone 33, node 304'),
|
|
(8512, 988, 0, 'Stranglekelp zone 33, node 305'),
|
|
(8513, 961, 0, 'Stranglekelp zone 148, node 285'),
|
|
(8514, 961, 0, 'Stranglekelp zone 148, node 286'),
|
|
(8515, 958, 0, 'Stranglekelp zone 267, node 178'),
|
|
(8516, 961, 0, 'Stranglekelp zone 148, node 287'),
|
|
(8517, 961, 0, 'Stranglekelp zone 148, node 288'),
|
|
(8518, 990, 0, 'Stranglekelp zone 16, node 7'),
|
|
(8519, 961, 0, 'Stranglekelp zone 148, node 289'),
|
|
(8520, 961, 0, 'Stranglekelp zone 148, node 290'),
|
|
(8521, 988, 0, 'Stranglekelp zone 33, node 306'),
|
|
(8522, 996, 0, 'Stranglekelp zone 8, node 102'),
|
|
(8523, 964, 0, 'Stranglekelp zone 357, node 36'),
|
|
(8525, 965, 0, 'Stranglekelp zone 47, node 69'),
|
|
(8526, 573, 0, 'Stranglekelp in Alterac Mountains'),
|
|
(8527, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 813'),
|
|
(8528, 824, 0, 'Stranglekelp,Zone 405,598,node 100'),
|
|
(8530, 961, 0, 'Stranglekelp zone 148, node 291'),
|
|
(8531, 960, 0, 'Stranglekelp zone 331, node 295'),
|
|
(8532, 960, 0, 'Stranglekelp zone 331, node 296'),
|
|
(8533, 996, 0, 'Stranglekelp zone 8, node 103'),
|
|
(8534, 800, 0, 'Stranglekelp,Zone 17,Area 720,node 814'),
|
|
(8535, 961, 0, 'Stranglekelp zone 148, node 292'),
|
|
(8536, 800, 0, 'Stranglekelp,Zone 17,Area 720,node 815'),
|
|
(8537, 961, 0, 'Stranglekelp zone 148, node 293'),
|
|
(8538, 960, 0, 'Stranglekelp zone 331, node 297'),
|
|
(8539, 960, 0, 'Stranglekelp zone 331, node 298'),
|
|
(8540, 964, 0, 'Stranglekelp zone 357, node 37'),
|
|
(8541, 965, 0, 'Stranglekelp zone 47, node 70'),
|
|
(8542, 821, 0, 'Stranglekelp,Zone 405,2405,node 101'),
|
|
(8543, 821, 0, 'Stranglekelp,Zone 405,2405,node 102'),
|
|
(8544, 960, 0, 'Stranglekelp zone 331, node 299'),
|
|
(8545, 960, 0, 'Stranglekelp zone 331, node 300'),
|
|
(8546, 988, 0, 'Stranglekelp zone 33, node 307'),
|
|
(8547, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 816'),
|
|
(8548, 958, 0, 'Stranglekelp zone 267, node 179'),
|
|
(8549, 988, 0, 'Stranglekelp zone 33, node 308'),
|
|
(8550, 965, 0, 'Stranglekelp zone 47, node 71'),
|
|
(8551, 960, 0, 'Stranglekelp zone 331, node 301'),
|
|
(8552, 960, 0, 'Stranglekelp zone 331, node 302'),
|
|
(8553, 958, 0, 'Stranglekelp zone 267, node 180'),
|
|
(8554, 960, 0, 'Stranglekelp zone 331, node 303'),
|
|
(8555, 964, 0, 'Stranglekelp zone 357, node 38'),
|
|
(8556, 964, 0, 'Stranglekelp zone 357, node 39'),
|
|
(8557, 821, 0, 'Stranglekelp,Zone 405,2405,node 103'),
|
|
(8558, 990, 0, 'Stranglekelp zone 16, node 8'),
|
|
(8559, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 817'),
|
|
(8560, 958, 0, 'Stranglekelp zone 267, node 181'),
|
|
(8561, 956, 0, 'Stranglekelp zone 130, node 129'),
|
|
(8562, 964, 0, 'Stranglekelp zone 357, node 40'),
|
|
(8563, 960, 0, 'Stranglekelp zone 331, node 304'),
|
|
(8564, 988, 0, 'Stranglekelp zone 33, node 309'),
|
|
(8565, 961, 0, 'Stranglekelp zone 148, node 294'),
|
|
(8566, 800, 0, 'Stranglekelp,Zone 17,Area 720,node 818'),
|
|
(8567, 960, 0, 'Stranglekelp zone 331, node 305'),
|
|
(8568, 960, 0, 'Stranglekelp zone 331, node 306'),
|
|
(8569, 958, 0, 'Stranglekelp zone 267, node 182'),
|
|
(8570, 801, 0, 'Stranglekelp,Zone 17,Area 17,node 819'),
|
|
(8571, 960, 0, 'Stranglekelp zone 331, node 307'),
|
|
(8572, 960, 0, 'Stranglekelp zone 331, node 308'),
|
|
(8573, 990, 0, 'Stranglekelp zone 16, node 9'),
|
|
(8574, 958, 0, 'Stranglekelp zone 267, node 183'),
|
|
(8575, 964, 0, 'Stranglekelp zone 357, node 41'),
|
|
(8576, 961, 0, 'Stranglekelp zone 148, node 295'),
|
|
(8577, 964, 0, 'Stranglekelp zone 357, node 42'),
|
|
(8578, 964, 0, 'Stranglekelp zone 357, node 43'),
|
|
(8579, 958, 0, 'Stranglekelp zone 267, node 184'),
|
|
(8580, 994, 0, 'Stranglekelp zone 11, node 180'),
|
|
(8581, 994, 0, 'Stranglekelp zone 11, node 181'),
|
|
(8582, 994, 0, 'Stranglekelp zone 11, node 182'),
|
|
(8583, 994, 0, 'Stranglekelp zone 11, node 183'),
|
|
(8584, 994, 0, 'Stranglekelp zone 11, node 184'),
|
|
(8585, 994, 0, 'Stranglekelp zone 11, node 185'),
|
|
(8586, 994, 0, 'Stranglekelp zone 11, node 186'),
|
|
(8587, 994, 0, 'Stranglekelp zone 11, node 187'),
|
|
(8588, 994, 0, 'Stranglekelp zone 11, node 188'),
|
|
(8589, 994, 0, 'Stranglekelp zone 11, node 189'),
|
|
(8590, 994, 0, 'Stranglekelp zone 11, node 190'),
|
|
(8591, 994, 0, 'Stranglekelp zone 11, node 191'),
|
|
(8592, 994, 0, 'Stranglekelp zone 11, node 192'),
|
|
(8593, 994, 0, 'Stranglekelp zone 11, node 193'),
|
|
(8594, 994, 0, 'Stranglekelp zone 11, node 194'),
|
|
(8595, 994, 0, 'Stranglekelp zone 11, node 195'),
|
|
(8596, 994, 0, 'Stranglekelp zone 11, node 196'),
|
|
(8597, 994, 0, 'Stranglekelp zone 11, node 197'),
|
|
(8598, 951, 0, 'Stranglekelp zone 40, node 177'),
|
|
(8599, 951, 0, 'Stranglekelp zone 40, node 178'),
|
|
(8600, 951, 0, 'Stranglekelp zone 40, node 179'),
|
|
(8601, 951, 0, 'Stranglekelp zone 40, node 180'),
|
|
(8602, 951, 0, 'Stranglekelp zone 40, node 181'),
|
|
(8603, 951, 0, 'Stranglekelp zone 40, node 182'),
|
|
(8604, 951, 0, 'Stranglekelp zone 40, node 183'),
|
|
(8605, 951, 0, 'Stranglekelp zone 40, node 184'),
|
|
(8606, 951, 0, 'Stranglekelp zone 40, node 185'),
|
|
(8607, 951, 0, 'Stranglekelp zone 40, node 186'),
|
|
(8608, 996, 0, 'Goldthorn zone 8, node 104'),
|
|
(8609, 988, 0, 'Goldthorn zone 33, node 310'),
|
|
(8610, 959, 0, 'Goldthorn zone 45, node 302'),
|
|
(8611, 959, 0, 'Goldthorn zone 45, node 303'),
|
|
(8612, 959, 0, 'Goldthorn zone 45, node 304'),
|
|
(8614, 996, 0, 'Goldthorn zone 8, node 105'),
|
|
(8615, 959, 0, 'Goldthorn zone 45, node 305'),
|
|
(8619, 988, 0, 'Goldthorn zone 33, node 311'),
|
|
(8621, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8622, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8624, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8625, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8628, 965, 0, 'Goldthorn zone 47, node 72'),
|
|
(8629, 988, 0, 'Goldthorn zone 33, node 312'),
|
|
(8630, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8631, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8632, 996, 0, 'Goldthorn zone 8, node 106'),
|
|
(8633, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8634, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8635, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8640, 959, 0, 'Goldthorn zone 45, node 306'),
|
|
(8641, 964, 0, 'Goldthorn zone 357, node 44'),
|
|
(8642, 988, 0, 'Goldthorn zone 33, node 313'),
|
|
(8647, 998, 0, 'Goldthorn zone 3, node 80'),
|
|
(8648, 988, 0, 'Goldthorn zone 33, node 314'),
|
|
(8649, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8650, 996, 0, 'Goldthorn zone 8, node 107'),
|
|
(8651, 996, 0, 'Goldthorn zone 8, node 108'),
|
|
(8652, 959, 0, 'Goldthorn zone 45, node 307'),
|
|
(8653, 998, 0, 'Goldthorn zone 3, node 81'),
|
|
(8654, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8655, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8656, 996, 0, 'Goldthorn zone 8, node 109'),
|
|
(8657, 998, 0, 'Goldthorn zone 3, node 82'),
|
|
(8658, 998, 0, 'Goldthorn zone 3, node 83'),
|
|
(8659, 959, 0, 'Goldthorn zone 45, node 308'),
|
|
(8662, 988, 0, 'Goldthorn zone 33, node 315'),
|
|
(8665, 959, 0, 'Goldthorn zone 45, node 309'),
|
|
(8666, 959, 0, 'Goldthorn zone 45, node 310'),
|
|
(8667, 959, 0, 'Goldthorn zone 45, node 311'),
|
|
(8668, 959, 0, 'Goldthorn zone 45, node 312'),
|
|
(8669, 965, 0, 'Goldthorn zone 47, node 73'),
|
|
(8670, 996, 0, 'Goldthorn zone 8, node 110'),
|
|
(8671, 996, 0, 'Goldthorn zone 8, node 111'),
|
|
(8672, 965, 0, 'Goldthorn zone 47, node 74'),
|
|
(8673, 988, 0, 'Goldthorn zone 33, node 316'),
|
|
(8674, 988, 0, 'Goldthorn zone 33, node 317'),
|
|
(8675, 959, 0, 'Goldthorn zone 45, node 313'),
|
|
(8676, 965, 0, 'Goldthorn zone 47, node 75'),
|
|
(8677, 965, 0, 'Goldthorn zone 47, node 76'),
|
|
(8678, 996, 0, 'Goldthorn zone 8, node 112'),
|
|
(8679, 996, 0, 'Goldthorn zone 8, node 113'),
|
|
(8680, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8681, 988, 0, 'Goldthorn zone 33, node 318'),
|
|
(8682, 959, 0, 'Goldthorn zone 45, node 314'),
|
|
(8683, 959, 0, 'Goldthorn zone 45, node 315'),
|
|
(8684, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8685, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8686, 996, 0, 'Goldthorn zone 8, node 114'),
|
|
(8687, 959, 0, 'Goldthorn zone 45, node 316'),
|
|
(8688, 959, 0, 'Goldthorn zone 45, node 317'),
|
|
(8689, 988, 0, 'Goldthorn zone 33, node 319'),
|
|
(8691, 996, 0, 'Goldthorn zone 8, node 115'),
|
|
(8692, 996, 0, 'Goldthorn zone 8, node 116'),
|
|
(8693, 959, 0, 'Goldthorn zone 45, node 318'),
|
|
(8695, 996, 0, 'Goldthorn zone 8, node 117'),
|
|
(8696, 988, 0, 'Goldthorn zone 33, node 320'),
|
|
(8697, 959, 0, 'Goldthorn zone 45, node 319'),
|
|
(8698, 959, 0, 'Goldthorn zone 45, node 320'),
|
|
(8699, 959, 0, 'Goldthorn zone 45, node 321'),
|
|
(8700, 965, 0, 'Goldthorn zone 47, node 77'),
|
|
(8701, 965, 0, 'Goldthorn zone 47, node 78'),
|
|
(8702, 965, 0, 'Goldthorn zone 47, node 79'),
|
|
(8703, 988, 0, 'Goldthorn zone 33, node 321'),
|
|
(8704, 988, 0, 'Goldthorn zone 33, node 322'),
|
|
(8705, 988, 0, 'Goldthorn zone 33, node 323'),
|
|
(8710, 965, 0, 'Goldthorn zone 47, node 80'),
|
|
(8711, 959, 0, 'Goldthorn zone 45, node 322'),
|
|
(8712, 965, 0, 'Goldthorn zone 47, node 81'),
|
|
(8715, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8716, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8717, 996, 0, 'Goldthorn zone 8, node 118'),
|
|
(8718, 996, 0, 'Goldthorn zone 8, node 119'),
|
|
(8719, 959, 0, 'Goldthorn zone 45, node 323'),
|
|
(8720, 996, 0, 'Goldthorn zone 8, node 120'),
|
|
(8722, 996, 0, 'Goldthorn zone 8, node 121'),
|
|
(8723, 996, 0, 'Goldthorn zone 8, node 122'),
|
|
(8724, 996, 0, 'Goldthorn zone 8, node 123'),
|
|
(8725, 996, 0, 'Goldthorn zone 8, node 124'),
|
|
(8726, 996, 0, 'Goldthorn zone 8, node 125'),
|
|
(8727, 996, 0, 'Goldthorn zone 8, node 126'),
|
|
(8728, 996, 0, 'Goldthorn zone 8, node 127'),
|
|
(8729, 988, 0, 'Goldthorn zone 33, node 324'),
|
|
(8730, 988, 0, 'Goldthorn zone 33, node 325'),
|
|
(8731, 988, 0, 'Goldthorn zone 33, node 326'),
|
|
(8732, 996, 0, 'Goldthorn zone 8, node 128'),
|
|
(8733, 988, 0, 'Goldthorn zone 33, node 327'),
|
|
(8734, 988, 0, 'Goldthorn zone 33, node 328'),
|
|
(8735, 988, 0, 'Goldthorn zone 33, node 329'),
|
|
(8736, 988, 0, 'Goldthorn zone 33, node 330'),
|
|
(8737, 988, 0, 'Goldthorn zone 33, node 331'),
|
|
(8738, 988, 0, 'Goldthorn zone 33, node 332'),
|
|
(8739, 965, 0, 'Goldthorn zone 47, node 82'),
|
|
(8740, 959, 0, 'Goldthorn zone 45, node 324'),
|
|
(8742, 959, 0, 'Goldthorn zone 45, node 325'),
|
|
(8743, 959, 0, 'Goldthorn zone 45, node 326'),
|
|
(8744, 959, 0, 'Goldthorn zone 45, node 327'),
|
|
(8745, 988, 0, 'Goldthorn zone 33, node 333'),
|
|
(8746, 996, 0, 'Goldthorn zone 8, node 129'),
|
|
(8747, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8748, 988, 0, 'Goldthorn zone 33, node 334'),
|
|
(8749, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8752, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8753, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8754, 959, 0, 'Goldthorn zone 45, node 328'),
|
|
(8755, 988, 0, 'Goldthorn zone 33, node 335'),
|
|
(8756, 988, 0, 'Goldthorn zone 33, node 336'),
|
|
(8757, 988, 0, 'Goldthorn zone 33, node 337'),
|
|
(8758, 998, 0, 'Goldthorn zone 3, node 84'),
|
|
(8759, 996, 0, 'Goldthorn zone 8, node 130'),
|
|
(8760, 996, 0, 'Goldthorn zone 8, node 131'),
|
|
(8761, 988, 0, 'Goldthorn zone 33, node 338'),
|
|
(8762, 988, 0, 'Goldthorn zone 33, node 339'),
|
|
(8765, 988, 0, 'Goldthorn zone 33, node 340'),
|
|
(8766, 988, 0, 'Goldthorn zone 33, node 341'),
|
|
(8767, 998, 0, 'Goldthorn zone 3, node 85'),
|
|
(8768, 988, 0, 'Goldthorn zone 33, node 342'),
|
|
(8769, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8770, 988, 0, 'Goldthorn zone 33, node 343'),
|
|
(8773, 988, 0, 'Goldthorn zone 33, node 344'),
|
|
(8774, 996, 0, 'Goldthorn zone 8, node 132'),
|
|
(8775, 996, 0, 'Goldthorn zone 8, node 133'),
|
|
(8777, 959, 0, 'Goldthorn zone 45, node 329'),
|
|
(8779, 959, 0, 'Goldthorn zone 45, node 330'),
|
|
(8780, 959, 0, 'Goldthorn zone 45, node 331'),
|
|
(8781, 959, 0, 'Goldthorn zone 45, node 332'),
|
|
(8782, 959, 0, 'Goldthorn zone 45, node 333'),
|
|
(8783, 959, 0, 'Goldthorn zone 45, node 334'),
|
|
(8784, 959, 0, 'Goldthorn zone 45, node 335'),
|
|
(8785, 959, 0, 'Goldthorn zone 45, node 336'),
|
|
(8786, 959, 0, 'Goldthorn zone 45, node 337'),
|
|
(8787, 959, 0, 'Goldthorn zone 45, node 338'),
|
|
(8788, 959, 0, 'Goldthorn zone 45, node 339'),
|
|
(8789, 959, 0, 'Goldthorn zone 45, node 340'),
|
|
(8790, 959, 0, 'Goldthorn zone 45, node 341'),
|
|
(8791, 996, 0, 'Goldthorn zone 8, node 134'),
|
|
(8792, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8793, 996, 0, 'Goldthorn zone 8, node 135'),
|
|
(8794, 996, 0, 'Goldthorn zone 8, node 136'),
|
|
(8795, 996, 0, 'Goldthorn zone 8, node 137'),
|
|
(8796, 996, 0, 'Goldthorn zone 8, node 138'),
|
|
(8797, 988, 0, 'Goldthorn zone 33, node 345'),
|
|
(8798, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8799, 988, 0, 'Goldthorn zone 33, node 346'),
|
|
(8800, 988, 0, 'Goldthorn zone 33, node 347'),
|
|
(8801, 988, 0, 'Goldthorn zone 33, node 348'),
|
|
(8802, 988, 0, 'Goldthorn zone 33, node 349'),
|
|
(8803, 959, 0, 'Goldthorn zone 45, node 342'),
|
|
(8804, 998, 0, 'Goldthorn zone 3, node 86'),
|
|
(8806, 959, 0, 'Goldthorn zone 45, node 343'),
|
|
(8807, 998, 0, 'Goldthorn zone 3, node 87'),
|
|
(8808, 996, 0, 'Goldthorn zone 8, node 139'),
|
|
(8809, 965, 0, 'Goldthorn zone 47, node 83'),
|
|
(8810, 988, 0, 'Goldthorn zone 33, node 350'),
|
|
(8811, 988, 0, 'Goldthorn zone 33, node 351'),
|
|
(8812, 988, 0, 'Goldthorn zone 33, node 352'),
|
|
(8813, 988, 0, 'Goldthorn zone 33, node 353'),
|
|
(8814, 998, 0, 'Goldthorn zone 3, node 88'),
|
|
(8815, 996, 0, 'Goldthorn zone 8, node 140'),
|
|
(8818, 959, 0, 'Goldthorn zone 45, node 344'),
|
|
(8819, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8820, 959, 0, 'Goldthorn zone 45, node 345'),
|
|
(8823, 998, 0, 'Goldthorn zone 3, node 89'),
|
|
(8824, 998, 0, 'Goldthorn zone 3, node 90'),
|
|
(8825, 998, 0, 'Goldthorn zone 3, node 91'),
|
|
(8828, 998, 0, 'Goldthorn zone 3, node 92'),
|
|
(8829, 998, 0, 'Goldthorn zone 3, node 93'),
|
|
(8830, 959, 0, 'Goldthorn zone 45, node 346'),
|
|
(8831, 998, 0, 'Goldthorn zone 3, node 94'),
|
|
(8832, 964, 0, 'Goldthorn zone 357, node 45'),
|
|
(8833, 959, 0, 'Goldthorn zone 45, node 347'),
|
|
(8834, 988, 0, 'Goldthorn zone 33, node 354'),
|
|
(8835, 996, 0, 'Goldthorn zone 8, node 141'),
|
|
(8836, 996, 0, 'Goldthorn zone 8, node 142'),
|
|
(8837, 996, 0, 'Goldthorn zone 8, node 143'),
|
|
(8838, 996, 0, 'Goldthorn zone 8, node 144'),
|
|
(8839, 988, 0, 'Goldthorn zone 33, node 355'),
|
|
(8840, 959, 0, 'Goldthorn zone 45, node 348'),
|
|
(8841, 988, 0, 'Goldthorn zone 33, node 356'),
|
|
(8842, 965, 0, 'Goldthorn zone 47, node 84'),
|
|
(8843, 988, 0, 'Goldthorn zone 33, node 357'),
|
|
(8845, 988, 0, 'Goldthorn zone 33, node 358'),
|
|
(8847, 959, 0, 'Goldthorn zone 45, node 349'),
|
|
(8848, 959, 0, 'Goldthorn zone 45, node 350'),
|
|
(8849, 959, 0, 'Goldthorn zone 45, node 351'),
|
|
(8850, 959, 0, 'Goldthorn zone 45, node 352'),
|
|
(8851, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8852, 988, 0, 'Goldthorn zone 33, node 359'),
|
|
(8853, 988, 0, 'Goldthorn zone 33, node 360'),
|
|
(8854, 988, 0, 'Goldthorn zone 33, node 361'),
|
|
(8855, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8857, 996, 0, 'Goldthorn zone 8, node 145'),
|
|
(8859, 998, 0, 'Goldthorn zone 3, node 95'),
|
|
(8860, 998, 0, 'Goldthorn zone 3, node 96'),
|
|
(8861, 988, 0, 'Goldthorn zone 33, node 362'),
|
|
(8862, 965, 0, 'Goldthorn zone 47, node 85'),
|
|
(8863, 959, 0, 'Goldthorn zone 45, node 353'),
|
|
(8864, 998, 0, 'Goldthorn zone 3, node 97'),
|
|
(8865, 998, 0, 'Goldthorn zone 3, node 98'),
|
|
(8866, 998, 0, 'Goldthorn zone 3, node 99'),
|
|
(8867, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8868, 965, 0, 'Goldthorn zone 47, node 86'),
|
|
(8869, 996, 0, 'Goldthorn zone 8, node 146'),
|
|
(8870, 959, 0, 'Goldthorn zone 45, node 354'),
|
|
(8872, 988, 0, 'Goldthorn zone 33, node 363'),
|
|
(8873, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8877, 988, 0, 'Goldthorn zone 33, node 364'),
|
|
(8878, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8879, 988, 0, 'Goldthorn zone 33, node 365'),
|
|
(8880, 988, 0, 'Goldthorn zone 33, node 366'),
|
|
(8881, 988, 0, 'Goldthorn zone 33, node 367'),
|
|
(8882, 988, 0, 'Goldthorn zone 33, node 368'),
|
|
(8883, 988, 0, 'Goldthorn zone 33, node 369'),
|
|
(8884, 996, 0, 'Goldthorn zone 8, node 147'),
|
|
(8885, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8886, 965, 0, 'Goldthorn zone 47, node 87'),
|
|
(8887, 998, 0, 'Goldthorn zone 3, node 100'),
|
|
(8888, 998, 0, 'Goldthorn zone 3, node 101'),
|
|
(8889, 965, 0, 'Goldthorn zone 47, node 88'),
|
|
(8890, 988, 0, 'Goldthorn zone 33, node 370'),
|
|
(8891, 988, 0, 'Goldthorn zone 33, node 371'),
|
|
(8892, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8893, 996, 0, 'Goldthorn zone 8, node 148'),
|
|
(8894, 988, 0, 'Goldthorn zone 33, node 372'),
|
|
(8895, 996, 0, 'Goldthorn zone 8, node 149'),
|
|
(8896, 996, 0, 'Goldthorn zone 8, node 150'),
|
|
(8897, 959, 0, 'Goldthorn zone 45, node 356'),
|
|
(8898, 996, 0, 'Goldthorn zone 8, node 151'),
|
|
(8899, 988, 0, 'Goldthorn zone 33, node 373'),
|
|
(8900, 988, 0, 'Goldthorn zone 33, node 374'),
|
|
(8901, 988, 0, 'Goldthorn zone 33, node 375'),
|
|
(8902, 988, 0, 'Goldthorn zone 33, node 376'),
|
|
(8903, 988, 0, 'Goldthorn zone 33, node 377'),
|
|
(8904, 988, 0, 'Goldthorn zone 33, node 378'),
|
|
(8905, 988, 0, 'Goldthorn zone 33, node 379'),
|
|
(8906, 965, 0, 'Goldthorn zone 47, node 89'),
|
|
(8907, 959, 0, 'Goldthorn zone 45, node 357'),
|
|
(8908, 959, 0, 'Goldthorn zone 45, node 358'),
|
|
(8909, 959, 0, 'Goldthorn zone 45, node 359'),
|
|
(8910, 988, 0, 'Goldthorn zone 33, node 380'),
|
|
(8911, 988, 0, 'Goldthorn zone 33, node 381'),
|
|
(8912, 959, 0, 'Goldthorn zone 45, node 360'),
|
|
(8913, 996, 0, 'Goldthorn zone 8, node 152'),
|
|
(8914, 996, 0, 'Goldthorn zone 8, node 153'),
|
|
(8915, 996, 0, 'Goldthorn zone 8, node 154'),
|
|
(8916, 996, 0, 'Goldthorn zone 8, node 155'),
|
|
(8917, 988, 0, 'Goldthorn zone 33, node 382'),
|
|
(8918, 988, 0, 'Goldthorn zone 33, node 383'),
|
|
(8919, 988, 0, 'Goldthorn zone 33, node 384'),
|
|
(8920, 988, 0, 'Goldthorn zone 33, node 385'),
|
|
(8921, 988, 0, 'Goldthorn zone 33, node 386'),
|
|
(8922, 988, 0, 'Goldthorn zone 33, node 387'),
|
|
(8923, 988, 0, 'Goldthorn zone 33, node 388'),
|
|
(8924, 988, 0, 'Goldthorn zone 33, node 389'),
|
|
(8926, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8928, 996, 0, 'Goldthorn zone 8, node 156'),
|
|
(8929, 990, 0, 'Goldthorn zone 16, node 10'),
|
|
(8930, 996, 0, 'Goldthorn zone 8, node 157'),
|
|
(8931, 996, 0, 'Goldthorn zone 8, node 158'),
|
|
(8933, 988, 0, 'Goldthorn zone 33, node 390'),
|
|
(8934, 959, 0, 'Goldthorn zone 45, node 361'),
|
|
(8935, 988, 0, 'Goldthorn zone 33, node 391'),
|
|
(8936, 988, 0, 'Goldthorn zone 33, node 392'),
|
|
(8937, 988, 0, 'Goldthorn zone 33, node 393'),
|
|
(8938, 988, 0, 'Goldthorn zone 33, node 394'),
|
|
(8939, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8940, 965, 0, 'Goldthorn zone 47, node 90'),
|
|
(8941, 988, 0, 'Goldthorn zone 33, node 395'),
|
|
(8942, 988, 0, 'Goldthorn zone 33, node 396'),
|
|
(8943, 988, 0, 'Goldthorn zone 33, node 397'),
|
|
(8944, 988, 0, 'Goldthorn zone 33, node 398'),
|
|
(8945, 988, 0, 'Goldthorn zone 33, node 399'),
|
|
(8946, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8947, 965, 0, 'Goldthorn zone 47, node 91'),
|
|
(8948, 988, 0, 'Goldthorn zone 33, node 400'),
|
|
(8949, 988, 0, 'Goldthorn zone 33, node 401'),
|
|
(8950, 988, 0, 'Goldthorn zone 33, node 402'),
|
|
(8951, 988, 0, 'Goldthorn zone 33, node 403'),
|
|
(8952, 988, 0, 'Goldthorn zone 33, node 404'),
|
|
(8953, 988, 0, 'Goldthorn zone 33, node 405'),
|
|
(8954, 959, 0, 'Goldthorn zone 45, node 362'),
|
|
(8955, 959, 0, 'Goldthorn zone 45, node 363'),
|
|
(8956, 996, 0, 'Goldthorn zone 8, node 159'),
|
|
(8957, 996, 0, 'Goldthorn zone 8, node 160'),
|
|
(8958, 996, 0, 'Goldthorn zone 8, node 161'),
|
|
(8959, 996, 0, 'Goldthorn zone 8, node 162'),
|
|
(8960, 959, 0, 'Goldthorn zone 45, node 364'),
|
|
(8961, 959, 0, 'Goldthorn zone 45, node 365'),
|
|
(8962, 959, 0, 'Goldthorn zone 45, node 366'),
|
|
(8963, 996, 0, 'Goldthorn zone 8, node 163'),
|
|
(8965, 988, 0, 'Goldthorn zone 33, node 406'),
|
|
(8967, 965, 0, 'Goldthorn zone 47, node 92'),
|
|
(8968, 965, 0, 'Goldthorn zone 47, node 93'),
|
|
(8969, 988, 0, 'Goldthorn zone 33, node 407'),
|
|
(8971, 996, 0, 'Goldthorn zone 8, node 164'),
|
|
(8972, 988, 0, 'Goldthorn zone 33, node 408'),
|
|
(8973, 965, 0, 'Goldthorn zone 47, node 94'),
|
|
(8974, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8975, 965, 0, 'Goldthorn zone 47, node 95'),
|
|
(8976, 965, 0, 'Goldthorn zone 47, node 96'),
|
|
(8977, 965, 0, 'Goldthorn zone 47, node 97'),
|
|
(8978, 965, 0, 'Goldthorn zone 47, node 98'),
|
|
(8980, 996, 0, 'Goldthorn zone 8, node 165'),
|
|
(8981, 959, 0, 'Goldthorn zone 45, node 367'),
|
|
(8982, 959, 0, 'Goldthorn zone 45, node 368'),
|
|
(8983, 998, 0, 'Goldthorn zone 3, node 102'),
|
|
(8984, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8985, 998, 0, 'Goldthorn zone 3, node 103'),
|
|
(8986, 996, 0, 'Goldthorn zone 8, node 166'),
|
|
(8987, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8988, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8990, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8991, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(8992, 996, 0, 'Goldthorn zone 8, node 167'),
|
|
(8993, 988, 0, 'Goldthorn zone 33, node 409'),
|
|
(8994, 988, 0, 'Goldthorn zone 33, node 410'),
|
|
(8995, 988, 0, 'Goldthorn zone 33, node 411'),
|
|
(8997, 988, 0, 'Goldthorn zone 33, node 412'),
|
|
(8998, 988, 0, 'Goldthorn zone 33, node 413'),
|
|
(8999, 988, 0, 'Goldthorn zone 33, node 414'),
|
|
(9002, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(9005, 965, 0, 'Goldthorn zone 47, node 99'),
|
|
(9007, 988, 0, 'Goldthorn zone 33, node 415'),
|
|
(9008, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(9009, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(9010, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(9011, 988, 0, 'Goldthorn zone 33, node 416'),
|
|
(9012, 988, 0, 'Goldthorn zone 33, node 417'),
|
|
(9013, 988, 0, 'Goldthorn zone 33, node 418'),
|
|
(9014, 988, 0, 'Goldthorn zone 33, node 419'),
|
|
(9015, 988, 0, 'Goldthorn zone 33, node 420'),
|
|
(9016, 996, 0, 'Goldthorn zone 8, node 168'),
|
|
(9017, 988, 0, 'Goldthorn zone 33, node 421'),
|
|
(9018, 988, 0, 'Goldthorn zone 33, node 422'),
|
|
(9019, 988, 0, 'Goldthorn zone 33, node 423'),
|
|
(9020, 988, 0, 'Goldthorn zone 33, node 424'),
|
|
(9021, 996, 0, 'Goldthorn zone 8, node 169'),
|
|
(9022, 996, 0, 'Goldthorn zone 8, node 170'),
|
|
(9023, 998, 0, 'Goldthorn zone 3, node 105'),
|
|
(9025, 988, 0, 'Goldthorn zone 33, node 425'),
|
|
(9026, 988, 0, 'Goldthorn zone 33, node 426'),
|
|
(9027, 988, 0, 'Goldthorn zone 33, node 427'),
|
|
(9028, 959, 0, 'Goldthorn zone 45, node 369'),
|
|
(9029, 959, 0, 'Goldthorn zone 45, node 370'),
|
|
(9030, 959, 0, 'Goldthorn zone 45, node 371'),
|
|
(9031, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(9035, 988, 0, 'Goldthorn zone 33, node 428'),
|
|
(9036, 988, 0, 'Goldthorn zone 33, node 429'),
|
|
(9039, 965, 0, 'Goldthorn zone 47, node 100'),
|
|
(9040, 988, 0, 'Goldthorn zone 33, node 430'),
|
|
(9041, 988, 0, 'Goldthorn zone 33, node 431'),
|
|
(9042, 988, 0, 'Goldthorn zone 33, node 432'),
|
|
(9043, 988, 0, 'Goldthorn zone 33, node 433'),
|
|
(9044, 988, 0, 'Goldthorn zone 33, node 434'),
|
|
(9045, 988, 0, 'Goldthorn zone 33, node 435'),
|
|
(9046, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(9047, 959, 0, 'Goldthorn zone 45, node 372'),
|
|
(9048, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(9049, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(9050, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(9051, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(9052, 965, 0, 'Goldthorn zone 47, node 101'),
|
|
(9053, 965, 0, 'Goldthorn zone 47, node 102'),
|
|
(9054, 965, 0, 'Goldthorn zone 47, node 103'),
|
|
(9055, 965, 0, 'Goldthorn zone 47, node 104'),
|
|
(9058, 959, 0, 'Goldthorn zone 45, node 373'),
|
|
(9059, 964, 0, 'Goldthorn zone 357, node 46'),
|
|
(9060, 959, 0, 'Goldthorn zone 45, node 374'),
|
|
(9061, 988, 0, 'Goldthorn zone 33, node 436'),
|
|
(9064, 996, 0, 'Goldthorn zone 8, node 171'),
|
|
(9065, 996, 0, 'Goldthorn zone 8, node 172'),
|
|
(9066, 988, 0, 'Goldthorn zone 33, node 437'),
|
|
(9067, 996, 0, 'Goldthorn zone 8, node 173'),
|
|
(9068, 996, 0, 'Goldthorn zone 8, node 174'),
|
|
(9069, 996, 0, 'Goldthorn zone 8, node 175'),
|
|
(9070, 996, 0, 'Goldthorn zone 8, node 176'),
|
|
(9071, 988, 0, 'Goldthorn zone 33, node 438'),
|
|
(9072, 988, 0, 'Goldthorn zone 33, node 439'),
|
|
(9073, 988, 0, 'Goldthorn zone 33, node 440'),
|
|
(9074, 988, 0, 'Goldthorn zone 33, node 441'),
|
|
(9075, 988, 0, 'Goldthorn zone 33, node 442'),
|
|
(9076, 998, 0, 'Goldthorn zone 3, node 106'),
|
|
(9078, 988, 0, 'Goldthorn zone 33, node 443'),
|
|
(9080, 988, 0, 'Goldthorn zone 33, node 444'),
|
|
(9081, 965, 0, 'Goldthorn zone 47, node 105'),
|
|
(9083, 998, 0, 'Goldthorn zone 3, node 107'),
|
|
(9084, 988, 0, 'Goldthorn zone 33, node 445'),
|
|
(9085, 996, 0, 'Goldthorn zone 8, node 177'),
|
|
(9086, 996, 0, 'Goldthorn zone 8, node 178'),
|
|
(9088, 996, 0, 'Goldthorn zone 8, node 179'),
|
|
(9089, 988, 0, 'Goldthorn zone 33, node 446'),
|
|
(9090, 988, 0, 'Goldthorn zone 33, node 447'),
|
|
(9092, 959, 0, 'Goldthorn zone 45, node 375'),
|
|
(9093, 959, 0, 'Goldthorn zone 45, node 376'),
|
|
(9094, 959, 0, 'Goldthorn zone 45, node 377'),
|
|
(9095, 959, 0, 'Goldthorn zone 45, node 378'),
|
|
(9096, 11658, 0, 'Solid Chest, Dustwallow Marsh, node 9'),
|
|
(9100, 965, 0, 'Goldthorn zone 47, node 106'),
|
|
(9101, 965, 0, 'Goldthorn zone 47, node 107'),
|
|
(9102, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(9103, 965, 0, 'Goldthorn zone 47, node 108'),
|
|
(9105, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(9106, 959, 0, 'Goldthorn zone 45, node 379'),
|
|
(9107, 959, 0, 'Goldthorn zone 45, node 380'),
|
|
(9108, 959, 0, 'Goldthorn zone 45, node 381'),
|
|
(9109, 959, 0, 'Goldthorn zone 45, node 382'),
|
|
(9110, 959, 0, 'Goldthorn zone 45, node 383'),
|
|
(9111, 959, 0, 'Goldthorn zone 45, node 384'),
|
|
(9112, 959, 0, 'Goldthorn zone 45, node 385'),
|
|
(9113, 991, 0, 'Goldthorn zone 15, node 1'),
|
|
(9116, 988, 0, 'Goldthorn zone 33, node 448'),
|
|
(9117, 964, 0, 'Goldthorn zone 357, node 47'),
|
|
(9119, 988, 0, 'Goldthorn zone 33, node 449'),
|
|
(9120, 996, 0, 'Goldthorn zone 8, node 180'),
|
|
(9121, 988, 0, 'Goldthorn zone 33, node 450'),
|
|
(9123, 959, 0, 'Goldthorn zone 45, node 386'),
|
|
(9125, 998, 0, 'Goldthorn zone 3, node 108'),
|
|
(9127, 998, 0, 'Goldthorn zone 3, node 109'),
|
|
(9129, 959, 0, 'Goldthorn zone 45, node 387'),
|
|
(9130, 998, 0, 'Goldthorn zone 3, node 110'),
|
|
(9131, 996, 0, 'Goldthorn zone 8, node 181'),
|
|
(9132, 996, 0, 'Goldthorn zone 8, node 182'),
|
|
(9133, 959, 0, 'Goldthorn zone 45, node 388'),
|
|
(9135, 988, 0, 'Goldthorn zone 33, node 451'),
|
|
(9136, 996, 0, 'Goldthorn zone 8, node 183'),
|
|
(9137, 998, 0, 'Goldthorn zone 3, node 111'),
|
|
(9138, 988, 0, 'Goldthorn zone 33, node 452'),
|
|
(9139, 988, 0, 'Goldthorn zone 33, node 453'),
|
|
(9140, 988, 0, 'Goldthorn zone 33, node 454'),
|
|
(9142, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(9143, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(9144, 988, 0, 'Goldthorn zone 33, node 455'),
|
|
(9145, 959, 0, 'Goldthorn zone 45, node 389'),
|
|
(9146, 988, 0, 'Goldthorn zone 33, node 456'),
|
|
(9147, 988, 0, 'Goldthorn zone 33, node 457'),
|
|
(9148, 996, 0, 'Goldthorn zone 8, node 184'),
|
|
(9149, 959, 0, 'Goldthorn zone 45, node 390'),
|
|
(9150, 959, 0, 'Goldthorn zone 45, node 391'),
|
|
(9151, 959, 0, 'Goldthorn zone 45, node 392'),
|
|
(9152, 959, 0, 'Goldthorn zone 45, node 393'),
|
|
(9154, 988, 0, 'Goldthorn zone 33, node 458'),
|
|
(9155, 965, 0, 'Goldthorn zone 47, node 109'),
|
|
(9156, 996, 0, 'Goldthorn zone 8, node 185'),
|
|
(9157, 988, 0, 'Goldthorn zone 33, node 459'),
|
|
(9159, 965, 0, 'Goldthorn zone 47, node 110'),
|
|
(9160, 965, 0, 'Goldthorn zone 47, node 111'),
|
|
(9161, 988, 0, 'Goldthorn zone 33, node 460'),
|
|
(9162, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(9163, 959, 0, 'Goldthorn zone 45, node 394'),
|
|
(9164, 959, 0, 'Goldthorn zone 45, node 395'),
|
|
(9165, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(9166, 964, 0, 'Goldthorn zone 357, node 48'),
|
|
(9167, 988, 0, 'Goldthorn zone 33, node 461'),
|
|
(9168, 996, 0, 'Goldthorn zone 8, node 186'),
|
|
(9169, 959, 0, 'Goldthorn zone 45, node 396'),
|
|
(9170, 998, 0, 'Goldthorn zone 3, node 112'),
|
|
(9172, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(9173, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(9177, 959, 0, 'Goldthorn zone 45, node 397'),
|
|
(9178, 959, 0, 'Goldthorn zone 45, node 398'),
|
|
(9179, 959, 0, 'Goldthorn zone 45, node 399'),
|
|
(9180, 998, 0, 'Goldthorn zone 3, node 113'),
|
|
(9181, 959, 0, 'Goldthorn zone 45, node 400'),
|
|
(9182, 959, 0, 'Goldthorn zone 45, node 401'),
|
|
(9184, 988, 0, 'Goldthorn zone 33, node 462'),
|
|
(9185, 965, 0, 'Goldthorn zone 47, node 112'),
|
|
(9186, 988, 0, 'Goldthorn zone 33, node 463'),
|
|
(9187, 988, 0, 'Goldthorn zone 33, node 464'),
|
|
(9188, 998, 0, 'Goldthorn zone 3, node 114'),
|
|
(9189, 998, 0, 'Goldthorn zone 3, node 115'),
|
|
(9191, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(9192, 965, 0, 'Goldthorn zone 47, node 113'),
|
|
(9193, 988, 0, 'Goldthorn zone 33, node 465'),
|
|
(9194, 964, 0, 'Goldthorn zone 357, node 49'),
|
|
(9195, 964, 0, 'Goldthorn zone 357, node 50'),
|
|
(9196, 964, 0, 'Goldthorn zone 357, node 51'),
|
|
(9197, 964, 0, 'Goldthorn zone 357, node 52'),
|
|
(9198, 988, 0, 'Goldthorn zone 33, node 466'),
|
|
(9199, 996, 0, 'Goldthorn zone 8, node 187'),
|
|
(9200, 996, 0, 'Goldthorn zone 8, node 188'),
|
|
(9201, 959, 0, 'Goldthorn zone 45, node 402'),
|
|
(9202, 959, 0, 'Goldthorn zone 45, node 403'),
|
|
(9203, 959, 0, 'Goldthorn zone 45, node 404'),
|
|
(9204, 996, 0, 'Goldthorn zone 8, node 189'),
|
|
(9205, 965, 0, 'Goldthorn zone 47, node 114'),
|
|
(9206, 988, 0, 'Goldthorn zone 33, node 467'),
|
|
(9207, 988, 0, 'Goldthorn zone 33, node 468'),
|
|
(9208, 988, 0, 'Goldthorn zone 33, node 469'),
|
|
(9209, 959, 0, 'Goldthorn zone 45, node 405'),
|
|
(9210, 965, 0, 'Goldthorn zone 47, node 115'),
|
|
(9211, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(9213, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(9214, 988, 0, 'Goldthorn zone 33, node 470'),
|
|
(9215, 959, 0, 'Goldthorn zone 45, node 406'),
|
|
(9216, 959, 0, 'Goldthorn zone 45, node 407'),
|
|
(9217, 988, 0, 'Goldthorn zone 33, node 471'),
|
|
(9220, 964, 0, 'Goldthorn zone 357, node 53'),
|
|
(9239, 11695, 20, 'Spawn Point 1 - Truesilver'),
|
|
(9406, 11696, 20, 'Spawn Point 2 - Truesilver'),
|
|
(9445, 11698, 0, 'Spawn Point 1 - Truesilver'),
|
|
(9535, 11681, 20, 'Spawn Point 1 - Truesilver'),
|
|
(9688, 447, 0, 'ZG Hakkari Thorium Vein 1/16'),
|
|
(9689, 447, 0, 'ZG Hakkari Thorium Vein 2/16'),
|
|
(9690, 447, 0, 'ZG Hakkari Thorium Vein 3/16'),
|
|
(9691, 447, 0, 'ZG Hakkari Thorium Vein 4/16'),
|
|
(9692, 447, 0, 'ZG Hakkari Thorium Vein 5/16'),
|
|
(9693, 447, 0, 'ZG Hakkari Thorium Vein 6/16'),
|
|
(9694, 447, 0, 'ZG Hakkari Thorium Vein 7/16'),
|
|
(9695, 447, 0, 'ZG Hakkari Thorium Vein 8/16'),
|
|
(9696, 447, 0, 'ZG Hakkari Thorium Vein 9/16'),
|
|
(9697, 447, 0, 'ZG Hakkari Thorium Vein 10/16'),
|
|
(9698, 447, 0, 'ZG Hakkari Thorium Vein 11/16'),
|
|
(9699, 447, 0, 'ZG Hakkari Thorium Vein 12/16'),
|
|
(9700, 447, 0, 'ZG Hakkari Thorium Vein 13/16'),
|
|
(9701, 447, 0, 'ZG Hakkari Thorium Vein 14/16'),
|
|
(9702, 447, 0, 'ZG Hakkari Thorium Vein 15/16'),
|
|
(9703, 447, 0, 'ZG Hakkari Thorium Vein 16/16'),
|
|
(9704, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9705, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9706, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9707, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9708, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9709, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9710, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9711, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9712, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9713, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9714, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9715, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9716, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9717, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9718, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9719, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9720, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9721, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9722, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9723, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9724, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9725, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9726, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9727, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9728, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9729, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9730, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9731, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9732, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9733, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9734, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9735, 1077, 0, 'Ravenous Flayer Egg (184684)'),
|
|
(9838, 433, 0, 'Mulgore NW Harpies Chest 1 of 4'),
|
|
(9839, 433, 0, 'Mulgore NW Harpies Chest 2 of 4'),
|
|
(9840, 433, 0, 'Mulgore NW Harpies Chest 3 of 4'),
|
|
(9841, 433, 0, 'Mulgore NW Harpies Chest 4 of 4'),
|
|
(9842, 434, 0, 'Mulgore N Harpies Chest 1 of 4'),
|
|
(9843, 434, 0, 'Mulgore N Harpies Chest 2 of 4'),
|
|
(9844, 434, 0, 'Mulgore N Harpies Chest 3 of 4'),
|
|
(9845, 434, 0, 'Mulgore N Harpies Chest 4 of 4'),
|
|
(9846, 435, 0, 'Mulgore Wildmane Water Well Chest 1 of 2'),
|
|
(9847, 435, 0, 'Mulgore Wildmane Water Well Chest 2 of 2'),
|
|
(9848, 436, 0, 'Mulgore NE Harpies Chest 1 of 4'),
|
|
(9849, 436, 0, 'Mulgore NE Harpies Chest 2 of 4'),
|
|
(9850, 436, 0, 'Mulgore NE Harpies Chest 3 of 4'),
|
|
(9851, 436, 0, 'Mulgore NE Harpies Chest 4 of 4'),
|
|
(9852, 437, 0, 'Mulgore Venture Co Cave Inside Chest 1 of 4'),
|
|
(9853, 437, 0, 'Mulgore Venture Co Cave Inside Chest 2 of 4'),
|
|
(9854, 437, 0, 'Mulgore Venture Co Cave Inside Chest 3 of 4'),
|
|
(9855, 437, 0, 'Mulgore Venture Co Cave Inside Chest 4 of 4'),
|
|
(9856, 438, 0, 'Mulgore Venture Co Cave Outside Chest 1 of 2'),
|
|
(9857, 438, 0, 'Mulgore Venture Co Cave Outside Chest 2 of 2'),
|
|
(9858, 439, 0, 'Mulgore SE Harpies Chest 1 of 4'),
|
|
(9859, 439, 0, 'Mulgore SE Harpies Chest 2 of 4'),
|
|
(9860, 439, 0, 'Mulgore SE Harpies Chest 3 of 4'),
|
|
(9861, 439, 0, 'Mulgore SE Harpies Chest 4 of 4'),
|
|
(9862, 440, 0, 'Mulgore East Palemane Gnoll Camp Chest 1 of 2'),
|
|
(9863, 440, 0, 'Mulgore East Palemane Gnoll Camp Chest 2 of 2'),
|
|
(9864, 441, 0, 'Mulgore West Palemane Gnoll Camp Chest 1 of 2'),
|
|
(9865, 441, 0, 'Mulgore West Palemane Gnoll Camp Chest 2 of 2'),
|
|
(9866, 442, 0, 'Mulgore Gnolls Outside Cave Camp Chest 1 of 2'),
|
|
(9867, 442, 0, 'Mulgore Gnolls Outside Cave Camp Chest 2 of 2'),
|
|
(9868, 443, 0, 'Mulgore Gnoll Cave Chest 1 of 4'),
|
|
(9869, 443, 0, 'Mulgore Gnoll Cave Chest 2 of 4'),
|
|
(9870, 443, 0, 'Mulgore Gnoll Cave Chest 3 of 4'),
|
|
(9871, 443, 0, 'Mulgore Gnoll Cave Chest 4 of 4'),
|
|
(9872, 444, 0, 'Mulgore Dwarven Camp Chest 1 of 2'),
|
|
(9873, 444, 0, 'Mulgore Dwarven Camp Chest 2 of 2'),
|
|
(9874, 445, 0, 'Mulgore Western Harpies Chest 1 of 2'),
|
|
(9875, 445, 0, 'Mulgore Western Harpies Chest 2 of 2'),
|
|
(9876, 446, 0, 'Mulgore Venture Co Caravan Chest 1 of 3'),
|
|
(9877, 446, 0, 'Mulgore Venture Co Caravan Chest 2 of 3'),
|
|
(9878, 446, 0, 'Mulgore Venture Co Caravan Chest 3 of 3'),
|
|
(9907, 947, 0, 'Firebloom zone 51, node 6'),
|
|
(9916, 947, 0, 'Firebloom zone 51, node 7'),
|
|
(9918, 947, 0, 'Firebloom zone 51, node 8'),
|
|
(9980, 947, 0, 'Firebloom zone 51, node 9'),
|
|
(10004, 11683, 0, 'Spawn Point 3 - Mithril'),
|
|
(10007, 11685, 80, 'Spawn Point 5 - Small Thorium Vein'),
|
|
(10013, 947, 0, 'Firebloom zone 51, node 10'),
|
|
(10025, 947, 0, 'Firebloom zone 51, node 11'),
|
|
(10079, 947, 0, 'Firebloom zone 51, node 12'),
|
|
(10103, 11686, 80, 'Spawn Point 6 - Small Thorium Vein'),
|
|
(10165, 11687, 80, 'Spawn Point 7 - Small Thorium Vein'),
|
|
(10176, 947, 0, 'Firebloom zone 51, node 13'),
|
|
(10214, 11684, 0, 'Spawn Point 4 - Dark Iron'),
|
|
(10229, 418, 0, 'Teldrassil Peacebloom'),
|
|
(10230, 420, 0, 'Teldrassil Peacebloom'),
|
|
(10231, 418, 0, 'Teldrassil Peacebloom'),
|
|
(10232, 418, 0, 'Teldrassil Peacebloom'),
|
|
(10233, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10234, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10235, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10236, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10237, 420, 0, 'Teldrassil Peacebloom'),
|
|
(10238, 419, 0, 'Teldrassil Peacebloom'),
|
|
(10239, 419, 0, 'Teldrassil Peacebloom'),
|
|
(10240, 420, 0, 'Teldrassil Peacebloom'),
|
|
(10241, 420, 0, 'Teldrassil Peacebloom'),
|
|
(10242, 420, 0, 'Teldrassil Peacebloom'),
|
|
(10243, 420, 0, 'Teldrassil Peacebloom'),
|
|
(10244, 419, 0, 'Teldrassil Peacebloom'),
|
|
(10245, 418, 0, 'Teldrassil Peacebloom'),
|
|
(10246, 418, 0, 'Teldrassil Peacebloom'),
|
|
(10247, 420, 0, 'Teldrassil Peacebloom'),
|
|
(10248, 420, 0, 'Teldrassil Peacebloom'),
|
|
(10249, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10250, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10251, 419, 0, 'Teldrassil Peacebloom'),
|
|
(10252, 419, 0, 'Teldrassil Peacebloom'),
|
|
(10253, 419, 0, 'Teldrassil Peacebloom'),
|
|
(10254, 419, 0, 'Teldrassil Peacebloom'),
|
|
(10255, 419, 0, 'Teldrassil Peacebloom'),
|
|
(10256, 419, 0, 'Teldrassil Peacebloom'),
|
|
(10257, 419, 0, 'Teldrassil Peacebloom'),
|
|
(10258, 419, 0, 'Teldrassil Peacebloom'),
|
|
(10259, 419, 0, 'Teldrassil Peacebloom'),
|
|
(10260, 420, 0, 'Teldrassil Peacebloom'),
|
|
(10261, 419, 0, 'Teldrassil Peacebloom'),
|
|
(10262, 420, 0, 'Teldrassil Peacebloom'),
|
|
(10263, 418, 0, 'Teldrassil Peacebloom'),
|
|
(10264, 418, 0, 'Teldrassil Peacebloom'),
|
|
(10265, 418, 0, 'Teldrassil Peacebloom'),
|
|
(10266, 417, 0, 'Teldrassil Peacebloom'),
|
|
(10267, 419, 0, 'Teldrassil Peacebloom'),
|
|
(10268, 417, 0, 'Teldrassil Peacebloom'),
|
|
(10269, 420, 0, 'Teldrassil Peacebloom'),
|
|
(10270, 420, 0, 'Teldrassil Peacebloom'),
|
|
(10271, 419, 0, 'Teldrassil Peacebloom'),
|
|
(10272, 420, 0, 'Teldrassil Peacebloom'),
|
|
(10273, 420, 0, 'Teldrassil Peacebloom'),
|
|
(10274, 420, 0, 'Teldrassil Peacebloom'),
|
|
(10275, 420, 0, 'Teldrassil Peacebloom'),
|
|
(10276, 420, 0, 'Teldrassil Peacebloom'),
|
|
(10277, 420, 0, 'Teldrassil Peacebloom'),
|
|
(10278, 417, 0, 'Teldrassil Peacebloom'),
|
|
(10279, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10280, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10281, 418, 0, 'Teldrassil Peacebloom'),
|
|
(10282, 418, 0, 'Teldrassil Peacebloom'),
|
|
(10283, 417, 0, 'Teldrassil Peacebloom'),
|
|
(10284, 417, 0, 'Teldrassil Peacebloom'),
|
|
(10285, 419, 0, 'Teldrassil Peacebloom'),
|
|
(10286, 417, 0, 'Teldrassil Peacebloom'),
|
|
(10287, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10288, 419, 0, 'Teldrassil Peacebloom'),
|
|
(10289, 418, 0, 'Teldrassil Peacebloom'),
|
|
(10290, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10291, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10292, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10293, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10294, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10295, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10296, 417, 0, 'Teldrassil Peacebloom'),
|
|
(10297, 417, 0, 'Teldrassil Peacebloom'),
|
|
(10298, 417, 0, 'Teldrassil Peacebloom'),
|
|
(10299, 417, 0, 'Teldrassil Peacebloom'),
|
|
(10300, 417, 0, 'Teldrassil Peacebloom'),
|
|
(10301, 417, 0, 'Teldrassil Peacebloom'),
|
|
(10302, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10303, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10304, 417, 0, 'Teldrassil Peacebloom'),
|
|
(10305, 419, 0, 'Teldrassil Peacebloom'),
|
|
(10306, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10307, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10308, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10309, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10310, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10311, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10312, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10313, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10314, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10315, 416, 0, 'Teldrassil Peacebloom'),
|
|
(10316, 423, 0, 'Teldrassil Mageroyal'),
|
|
(10317, 423, 0, 'Teldrassil Mageroyal'),
|
|
(10318, 423, 0, 'Teldrassil Mageroyal'),
|
|
(10319, 421, 0, 'Teldrassil Mageroyal'),
|
|
(10320, 422, 0, 'Teldrassil Mageroyal'),
|
|
(10321, 423, 0, 'Teldrassil Mageroyal'),
|
|
(10322, 422, 0, 'Teldrassil Mageroyal'),
|
|
(10323, 423, 0, 'Teldrassil Mageroyal'),
|
|
(10324, 422, 0, 'Teldrassil Mageroyal'),
|
|
(10325, 423, 0, 'Teldrassil Mageroyal'),
|
|
(10326, 422, 0, 'Teldrassil Mageroyal'),
|
|
(10327, 422, 0, 'Teldrassil Mageroyal'),
|
|
(10328, 421, 0, 'Teldrassil Mageroyal'),
|
|
(10329, 422, 0, 'Teldrassil Mageroyal'),
|
|
(10330, 422, 0, 'Teldrassil Mageroyal'),
|
|
(10331, 421, 0, 'Teldrassil Mageroyal'),
|
|
(10332, 422, 0, 'Teldrassil Mageroyal'),
|
|
(10333, 421, 0, 'Teldrassil Mageroyal'),
|
|
(10334, 423, 0, 'Teldrassil Mageroyal'),
|
|
(10335, 421, 0, 'Teldrassil Mageroyal'),
|
|
(10336, 421, 0, 'Teldrassil Mageroyal'),
|
|
(10337, 421, 0, 'Teldrassil Mageroyal'),
|
|
(10338, 421, 0, 'Teldrassil Mageroyal'),
|
|
(10339, 421, 0, 'Teldrassil Mageroyal'),
|
|
(10340, 422, 0, 'Teldrassil Mageroyal'),
|
|
(10341, 422, 0, 'Teldrassil Mageroyal'),
|
|
(10342, 428, 0, 'Teldrassil Silverleaf'),
|
|
(10343, 428, 0, 'Teldrassil Silverleaf'),
|
|
(10344, 426, 0, 'Teldrassil Silverleaf'),
|
|
(10345, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10346, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10347, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10348, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10349, 428, 0, 'Teldrassil Silverleaf'),
|
|
(10350, 426, 0, 'Teldrassil Silverleaf'),
|
|
(10351, 428, 0, 'Teldrassil Silverleaf'),
|
|
(10352, 428, 0, 'Teldrassil Silverleaf'),
|
|
(10353, 428, 0, 'Teldrassil Silverleaf'),
|
|
(10354, 428, 0, 'Teldrassil Silverleaf'),
|
|
(10355, 426, 0, 'Teldrassil Silverleaf'),
|
|
(10356, 426, 0, 'Teldrassil Silverleaf'),
|
|
(10357, 427, 0, 'Teldrassil Silverleaf'),
|
|
(10358, 426, 0, 'Teldrassil Silverleaf'),
|
|
(10359, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10360, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10361, 427, 0, 'Teldrassil Silverleaf'),
|
|
(10362, 427, 0, 'Teldrassil Silverleaf'),
|
|
(10363, 427, 0, 'Teldrassil Silverleaf'),
|
|
(10364, 427, 0, 'Teldrassil Silverleaf'),
|
|
(10365, 427, 0, 'Teldrassil Silverleaf'),
|
|
(10366, 427, 0, 'Teldrassil Silverleaf'),
|
|
(10367, 427, 0, 'Teldrassil Silverleaf'),
|
|
(10368, 428, 0, 'Teldrassil Silverleaf'),
|
|
(10369, 428, 0, 'Teldrassil Silverleaf'),
|
|
(10370, 428, 0, 'Teldrassil Silverleaf'),
|
|
(10371, 428, 0, 'Teldrassil Silverleaf'),
|
|
(10372, 428, 0, 'Teldrassil Silverleaf'),
|
|
(10373, 428, 0, 'Teldrassil Silverleaf'),
|
|
(10374, 428, 0, 'Teldrassil Silverleaf'),
|
|
(10375, 428, 0, 'Teldrassil Silverleaf'),
|
|
(10376, 428, 0, 'Teldrassil Silverleaf'),
|
|
(10377, 426, 0, 'Teldrassil Silverleaf'),
|
|
(10378, 426, 0, 'Teldrassil Silverleaf'),
|
|
(10379, 427, 0, 'Teldrassil Silverleaf'),
|
|
(10380, 427, 0, 'Teldrassil Silverleaf'),
|
|
(10381, 427, 0, 'Teldrassil Silverleaf'),
|
|
(10382, 427, 0, 'Teldrassil Silverleaf'),
|
|
(10383, 427, 0, 'Teldrassil Silverleaf'),
|
|
(10384, 427, 0, 'Teldrassil Silverleaf'),
|
|
(10385, 427, 0, 'Teldrassil Silverleaf'),
|
|
(10386, 425, 0, 'Teldrassil Silverleaf'),
|
|
(10387, 425, 0, 'Teldrassil Silverleaf'),
|
|
(10388, 426, 0, 'Teldrassil Silverleaf'),
|
|
(10389, 426, 0, 'Teldrassil Silverleaf'),
|
|
(10390, 428, 0, 'Teldrassil Silverleaf'),
|
|
(10391, 426, 0, 'Teldrassil Silverleaf'),
|
|
(10392, 428, 0, 'Teldrassil Silverleaf'),
|
|
(10393, 428, 0, 'Teldrassil Silverleaf'),
|
|
(10394, 428, 0, 'Teldrassil Silverleaf'),
|
|
(10395, 428, 0, 'Teldrassil Silverleaf'),
|
|
(10396, 427, 0, 'Teldrassil Silverleaf'),
|
|
(10397, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10398, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10399, 427, 0, 'Teldrassil Silverleaf'),
|
|
(10400, 427, 0, 'Teldrassil Silverleaf'),
|
|
(10401, 425, 0, 'Teldrassil Silverleaf'),
|
|
(10402, 425, 0, 'Teldrassil Silverleaf'),
|
|
(10403, 426, 0, 'Teldrassil Silverleaf'),
|
|
(10404, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10405, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10406, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10407, 425, 0, 'Teldrassil Silverleaf'),
|
|
(10408, 425, 0, 'Teldrassil Silverleaf'),
|
|
(10409, 426, 0, 'Teldrassil Silverleaf'),
|
|
(10410, 425, 0, 'Teldrassil Silverleaf'),
|
|
(10411, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10412, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10413, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10414, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10415, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10416, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10417, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10418, 425, 0, 'Teldrassil Silverleaf'),
|
|
(10419, 425, 0, 'Teldrassil Silverleaf'),
|
|
(10420, 425, 0, 'Teldrassil Silverleaf'),
|
|
(10421, 427, 0, 'Teldrassil Silverleaf'),
|
|
(10422, 425, 0, 'Teldrassil Silverleaf'),
|
|
(10423, 425, 0, 'Teldrassil Silverleaf'),
|
|
(10424, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10425, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10426, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10427, 425, 0, 'Teldrassil Silverleaf'),
|
|
(10428, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10429, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10430, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10431, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10432, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10433, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10434, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10435, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10436, 424, 0, 'Teldrassil Silverleaf'),
|
|
(10437, 425, 0, 'Teldrassil Silverleaf'),
|
|
(10438, 427, 0, 'Teldrassil Silverleaf'),
|
|
(10439, 431, 0, 'Teldrassil Earthroot'),
|
|
(10440, 429, 0, 'Teldrassil Earthroot'),
|
|
(10441, 429, 0, 'Teldrassil Earthroot'),
|
|
(10442, 429, 0, 'Teldrassil Earthroot'),
|
|
(10443, 429, 0, 'Teldrassil Earthroot'),
|
|
(10444, 429, 0, 'Teldrassil Earthroot'),
|
|
(10445, 431, 0, 'Teldrassil Earthroot'),
|
|
(10446, 431, 0, 'Teldrassil Earthroot'),
|
|
(10447, 431, 0, 'Teldrassil Earthroot'),
|
|
(10448, 432, 0, 'Teldrassil Earthroot'),
|
|
(10449, 432, 0, 'Teldrassil Earthroot'),
|
|
(10450, 431, 0, 'Teldrassil Earthroot'),
|
|
(10451, 429, 0, 'Teldrassil Earthroot'),
|
|
(10452, 431, 0, 'Teldrassil Earthroot'),
|
|
(10453, 431, 0, 'Teldrassil Earthroot'),
|
|
(10454, 431, 0, 'Teldrassil Earthroot'),
|
|
(10455, 432, 0, 'Teldrassil Earthroot'),
|
|
(10456, 432, 0, 'Teldrassil Earthroot'),
|
|
(10457, 432, 0, 'Teldrassil Earthroot'),
|
|
(10458, 432, 0, 'Teldrassil Earthroot'),
|
|
(10459, 430, 0, 'Teldrassil Earthroot'),
|
|
(10460, 429, 0, 'Teldrassil Earthroot'),
|
|
(10461, 429, 0, 'Teldrassil Earthroot'),
|
|
(10462, 432, 0, 'Teldrassil Earthroot'),
|
|
(10463, 430, 0, 'Teldrassil Earthroot'),
|
|
(10464, 430, 0, 'Teldrassil Earthroot'),
|
|
(10465, 429, 0, 'Teldrassil Earthroot'),
|
|
(10466, 429, 0, 'Teldrassil Earthroot'),
|
|
(10467, 429, 0, 'Teldrassil Earthroot'),
|
|
(10468, 429, 0, 'Teldrassil Earthroot'),
|
|
(10469, 431, 0, 'Teldrassil Earthroot'),
|
|
(10470, 430, 0, 'Teldrassil Earthroot'),
|
|
(10471, 432, 0, 'Teldrassil Earthroot'),
|
|
(10472, 432, 0, 'Teldrassil Earthroot'),
|
|
(10473, 431, 0, 'Teldrassil Earthroot'),
|
|
(10474, 429, 0, 'Teldrassil Earthroot'),
|
|
(10475, 429, 0, 'Teldrassil Earthroot'),
|
|
(10476, 429, 0, 'Teldrassil Earthroot'),
|
|
(10477, 429, 0, 'Teldrassil Earthroot'),
|
|
(10478, 430, 0, 'Teldrassil Earthroot'),
|
|
(10479, 430, 0, 'Teldrassil Earthroot'),
|
|
(10480, 430, 0, 'Teldrassil Earthroot'),
|
|
(10481, 430, 0, 'Teldrassil Earthroot'),
|
|
(10482, 430, 0, 'Teldrassil Earthroot'),
|
|
(10483, 430, 0, 'Teldrassil Earthroot'),
|
|
(10484, 430, 0, 'Teldrassil Earthroot'),
|
|
(10485, 430, 0, 'Teldrassil Earthroot'),
|
|
(10486, 429, 0, 'Teldrassil Earthroot'),
|
|
(10487, 429, 0, 'Teldrassil Earthroot'),
|
|
(10488, 429, 0, 'Teldrassil Earthroot'),
|
|
(10489, 429, 0, 'Teldrassil Earthroot'),
|
|
(10490, 429, 0, 'Teldrassil Earthroot'),
|
|
(10491, 429, 0, 'Teldrassil Earthroot'),
|
|
(10492, 429, 0, 'Teldrassil Earthroot'),
|
|
(10493, 429, 0, 'Teldrassil Earthroot'),
|
|
(10494, 429, 0, 'Teldrassil Earthroot'),
|
|
(10495, 395, 0, 'ZG Sungrass 1/6'),
|
|
(10496, 395, 0, 'ZG Sungrass 2/6'),
|
|
(10497, 395, 0, 'ZG Sungrass 3/6'),
|
|
(10498, 395, 0, 'ZG Sungrass 4/6'),
|
|
(10499, 395, 0, 'ZG Sungrass 5/6'),
|
|
(10500, 395, 0, 'ZG Sungrass 6/6'),
|
|
(10501, 396, 0, 'ZG Purple Lotus 1/9'),
|
|
(10502, 396, 0, 'ZG Purple Lotus 2/9'),
|
|
(10503, 396, 0, 'ZG Purple Lotus 3/9'),
|
|
(10504, 396, 0, 'ZG Purple Lotus 4/9'),
|
|
(10505, 396, 0, 'ZG Purple Lotus 5/9'),
|
|
(10506, 396, 0, 'ZG Purple Lotus 6/9'),
|
|
(10507, 396, 0, 'ZG Purple Lotus 7/9'),
|
|
(10508, 396, 0, 'ZG Purple Lotus 8/9'),
|
|
(10509, 396, 0, 'ZG Purple Lotus 9/9'),
|
|
(10510, 397, 0, 'ZG Mountain Silversage 1/12'),
|
|
(10511, 397, 0, 'ZG Mountain Silversage 2/12'),
|
|
(10512, 397, 0, 'ZG Mountain Silversage 3/12'),
|
|
(10513, 397, 0, 'ZG Mountain Silversage 4/12'),
|
|
(10514, 397, 0, 'ZG Mountain Silversage 5/12'),
|
|
(10515, 397, 0, 'ZG Mountain Silversage 6/12'),
|
|
(10516, 397, 0, 'ZG Mountain Silversage 7/12'),
|
|
(10517, 397, 0, 'ZG Mountain Silversage 8/12'),
|
|
(10518, 397, 0, 'ZG Mountain Silversage 9/12'),
|
|
(10519, 397, 0, 'ZG Mountain Silversage 10/12'),
|
|
(10520, 397, 0, 'ZG Mountain Silversage 11/12'),
|
|
(10521, 397, 0, 'ZG Mountain Silversage 12/12'),
|
|
(10522, 398, 0, 'ZG Golden Sansam 1/15'),
|
|
(10523, 398, 0, 'ZG Golden Sansam 2/15'),
|
|
(10524, 398, 0, 'ZG Golden Sansam 3/15'),
|
|
(10525, 398, 0, 'ZG Golden Sansam 4/15'),
|
|
(10526, 398, 0, 'ZG Golden Sansam 5/15'),
|
|
(10527, 398, 0, 'ZG Golden Sansam 6/15'),
|
|
(10528, 398, 0, 'ZG Golden Sansam 7/15'),
|
|
(10529, 398, 0, 'ZG Golden Sansam 8/15'),
|
|
(10530, 398, 0, 'ZG Golden Sansam 9/15'),
|
|
(10531, 398, 0, 'ZG Golden Sansam 10/15'),
|
|
(10532, 398, 0, 'ZG Golden Sansam 11/15'),
|
|
(10533, 398, 0, 'ZG Golden Sansam 12/15'),
|
|
(10534, 398, 0, 'ZG Golden Sansam 13/15'),
|
|
(10535, 398, 0, 'ZG Golden Sansam 14/15'),
|
|
(10536, 398, 0, 'ZG Golden Sansam 15/15'),
|
|
(10537, 399, 0, 'ZG Dreamfoil 1/18'),
|
|
(10538, 399, 0, 'ZG Dreamfoil 2/18'),
|
|
(10539, 399, 0, 'ZG Dreamfoil 3/18'),
|
|
(10540, 399, 0, 'ZG Dreamfoil 4/18'),
|
|
(10541, 399, 0, 'ZG Dreamfoil 5/18'),
|
|
(10542, 399, 0, 'ZG Dreamfoil 6/18'),
|
|
(10543, 399, 0, 'ZG Dreamfoil 7/18'),
|
|
(10544, 399, 0, 'ZG Dreamfoil 8/18'),
|
|
(10545, 399, 0, 'ZG Dreamfoil 9/18'),
|
|
(10546, 399, 0, 'ZG Dreamfoil 10/18'),
|
|
(10547, 399, 0, 'ZG Dreamfoil 11/18'),
|
|
(10548, 399, 0, 'ZG Dreamfoil 12/18'),
|
|
(10549, 399, 0, 'ZG Dreamfoil 13/18'),
|
|
(10550, 399, 0, 'ZG Dreamfoil 14/18'),
|
|
(10551, 399, 0, 'ZG Dreamfoil 15/18'),
|
|
(10552, 399, 0, 'ZG Dreamfoil 16/18'),
|
|
(10553, 399, 0, 'ZG Dreamfoil 17/18'),
|
|
(10554, 399, 0, 'ZG Dreamfoil 18/18'),
|
|
(10677, 60004, 0, 'Food Crate (10677) - Kharanos'),
|
|
(10705, 239, 0, ''),
|
|
(10949, 239, 20, ''),
|
|
(10951, 244, 20, ''),
|
|
(10963, 244, 0, ''),
|
|
(10964, 246, 0, ''),
|
|
(10966, 247, 20, ''),
|
|
(10967, 247, 0, ''),
|
|
(10969, 248, 20, ''),
|
|
(11144, 988, 0, 'Stranglekelp zone 33, node 472'),
|
|
(11145, 153, 0, ''),
|
|
(11146, 156, 0, ''),
|
|
(11147, 161, 0, ''),
|
|
(11148, 160, 0, ''),
|
|
(11149, 159, 0, ''),
|
|
(11156, 988, 0, 'Wild Steelbloom zone 33, node 473'),
|
|
(11157, 988, 0, 'Wild Steelbloom zone 33, node 474'),
|
|
(11158, 988, 0, 'Wild Steelbloom zone 33, node 475'),
|
|
(11162, 988, 0, 'Wild Steelbloom zone 33, node 476'),
|
|
(11163, 988, 0, 'Liferoot zone 33, node 477'),
|
|
(11164, 988, 0, 'Stranglekelp zone 33, node 478'),
|
|
(11168, 21, 0, ''),
|
|
(11169, 20, 0, ''),
|
|
(11173, 19, 0, ''),
|
|
(11174, 991, 0, 'Goldthorn zone 15, node 2'),
|
|
(11175, 991, 0, 'Goldthorn zone 15, node 3'),
|
|
(11421, 998, 0, 'Wild Steelbloom zone 3, node 116'),
|
|
(11431, 998, 0, 'Kingsblood zone 3, node 117'),
|
|
(11438, 998, 0, 'Firebloom zone 3, node 118'),
|
|
(11443, 998, 0, 'Khadgar\'s Whisker zone 3, node 119'),
|
|
(11444, 998, 0, 'Goldthorn zone 3, node 120'),
|
|
(11445, 998, 0, 'Firebloom zone 3, node 121'),
|
|
(11446, 998, 0, 'Khadgar\'s Whisker zone 3, node 122'),
|
|
(11447, 998, 0, 'Wild Steelbloom zone 3, node 123'),
|
|
(11449, 998, 0, 'Firebloom zone 3, node 124'),
|
|
(11450, 998, 0, 'Goldthorn zone 3, node 125'),
|
|
(11451, 998, 0, 'Wild Steelbloom zone 3, node 126'),
|
|
(11452, 998, 0, 'Khadgar\'s Whisker zone 3, node 127'),
|
|
(11463, 998, 0, 'Kingsblood zone 3, node 128'),
|
|
(11465, 998, 0, 'Firebloom zone 3, node 129'),
|
|
(11466, 998, 0, 'Fadeleaf zone 3, node 130'),
|
|
(11467, 998, 0, 'Goldthorn zone 3, node 131'),
|
|
(11468, 998, 0, 'Wild Steelbloom zone 3, node 132'),
|
|
(11469, 998, 0, 'Kingsblood zone 3, node 133'),
|
|
(11477, 998, 0, 'Purple Lotus zone 3, node 134'),
|
|
(11484, 998, 0, 'Kingsblood zone 3, node 135'),
|
|
(11487, 998, 0, 'Firebloom zone 3, node 136'),
|
|
(11489, 998, 0, 'Kingsblood zone 3, node 137'),
|
|
(11639, 988, 0, 'Khadgar\'s Whisker zone 33, node 479'),
|
|
(11640, 988, 0, 'Fadeleaf zone 33, node 480'),
|
|
(11641, 988, 0, 'Stranglekelp zone 33, node 481'),
|
|
(11642, 988, 0, 'Stranglekelp zone 33, node 482'),
|
|
(11643, 988, 0, 'Liferoot zone 33, node 483'),
|
|
(11644, 988, 0, 'Kingsblood zone 33, node 484'),
|
|
(11645, 158, 0, ''),
|
|
(11646, 988, 0, 'Stranglekelp zone 33, node 485'),
|
|
(11647, 988, 0, 'Liferoot zone 33, node 486'),
|
|
(11648, 988, 0, 'Wild Steelbloom zone 33, node 487'),
|
|
(11649, 988, 0, 'Kingsblood zone 33, node 488'),
|
|
(11650, 157, 0, ''),
|
|
(11651, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(11653, 988, 0, 'Wild Steelbloom zone 33, node 489'),
|
|
(11654, 988, 0, 'Wild Steelbloom zone 33, node 490'),
|
|
(11658, 988, 0, 'Liferoot zone 33, node 491'),
|
|
(11659, 988, 0, 'Stranglekelp zone 33, node 492'),
|
|
(11660, 988, 0, 'Stranglekelp zone 33, node 493'),
|
|
(11662, 155, 0, ''),
|
|
(11667, 988, 0, 'Goldthorn zone 33, node 494'),
|
|
(11668, 154, 0, ''),
|
|
(11669, 988, 0, 'Purple Lotus zone 33, node 495'),
|
|
(11670, 988, 0, 'Fadeleaf zone 33, node 496'),
|
|
(11671, 988, 0, 'Wild Steelbloom zone 33, node 497'),
|
|
(11673, 988, 0, 'Goldthorn zone 33, node 498'),
|
|
(11674, 988, 0, 'Khadgar\'s Whisker zone 33, node 499'),
|
|
(11676, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(11677, 988, 0, 'Purple Lotus zone 33, node 500'),
|
|
(11678, 988, 0, 'Goldthorn zone 33, node 501'),
|
|
(11681, 988, 0, 'Khadgar\'s Whisker zone 33, node 502'),
|
|
(11682, 988, 0, 'Khadgar\'s Whisker zone 33, node 503'),
|
|
(11683, 988, 0, 'Goldthorn zone 33, node 504'),
|
|
(11684, 988, 0, 'Stranglekelp zone 33, node 505'),
|
|
(11685, 988, 0, 'Kingsblood zone 33, node 506'),
|
|
(11688, 153, 0, ''),
|
|
(11691, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(11693, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(11695, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(11699, 988, 0, 'Khadgar\'s Whisker zone 33, node 507'),
|
|
(11703, 149, 0, ''),
|
|
(11704, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(11711, 991, 0, 'Liferoot zone 15, node 4'),
|
|
(11722, 991, 0, 'Stranglekelp zone 15, node 5'),
|
|
(11755, 11658, 0, 'Solid Chest, Dustwallow Marsh, node 2'),
|
|
(11756, 991, 0, 'Kingsblood zone 15, node 6'),
|
|
(11758, 991, 0, 'Stranglekelp zone 15, node 7'),
|
|
(11759, 991, 0, 'Stranglekelp zone 15, node 8'),
|
|
(11760, 991, 0, 'Khadgar\'s Whisker zone 15, node 9'),
|
|
(11763, 991, 0, 'Liferoot zone 15, node 10'),
|
|
(11764, 991, 0, 'Goldthorn zone 15, node 11'),
|
|
(11804, 148, 20, ''),
|
|
(11805, 988, 0, 'Stranglekelp zone 33, node 508'),
|
|
(11806, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(11807, 988, 0, 'Khadgar\'s Whisker zone 33, node 509'),
|
|
(11809, 988, 0, 'Wild Steelbloom zone 33, node 510'),
|
|
(11810, 988, 0, 'Kingsblood zone 33, node 511'),
|
|
(11813, 988, 0, 'Goldthorn zone 33, node 512'),
|
|
(11814, 988, 0, 'Wild Steelbloom zone 33, node 513'),
|
|
(11815, 988, 0, 'Goldthorn zone 33, node 514'),
|
|
(11816, 988, 0, 'Khadgar\'s Whisker zone 33, node 515'),
|
|
(11817, 988, 0, 'Stranglekelp zone 33, node 516'),
|
|
(11966, 988, 0, 'Kingsblood zone 33, node 517'),
|
|
(11968, 147, 0, ''),
|
|
(11970, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(11971, 991, 0, 'Khadgar\'s Whisker zone 15, node 12'),
|
|
(12048, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(12049, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(12053, 79, 0, ''),
|
|
(12054, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(12056, 988, 0, 'Khadgar\'s Whisker zone 33, node 518'),
|
|
(12057, 988, 0, 'Goldthorn zone 33, node 519'),
|
|
(12058, 988, 0, 'Kingsblood zone 33, node 520'),
|
|
(12062, 146, 20, ''),
|
|
(12077, 145, 20, ''),
|
|
(12119, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(12120, 988, 0, 'Kingsblood zone 33, node 521'),
|
|
(12134, 988, 0, 'Kingsblood zone 33, node 522'),
|
|
(12147, 988, 0, 'Kingsblood zone 33, node 523'),
|
|
(12151, 988, 0, 'Kingsblood zone 33, node 524'),
|
|
(12157, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(12169, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(12185, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(12213, 997, 0, 'Firebloom zone 4, node 1'),
|
|
(12214, 997, 0, 'Firebloom zone 4, node 2'),
|
|
(12215, 947, 0, 'Firebloom zone 51, node 14'),
|
|
(12216, 963, 0, 'Firebloom zone 440, node 1'),
|
|
(12217, 947, 0, 'Firebloom zone 51, node 15'),
|
|
(12218, 947, 0, 'Firebloom zone 51, node 16'),
|
|
(12219, 947, 0, 'Firebloom zone 51, node 17'),
|
|
(12220, 997, 0, 'Firebloom zone 4, node 3'),
|
|
(12221, 997, 0, 'Firebloom zone 4, node 4'),
|
|
(12223, 998, 0, 'Firebloom zone 3, node 138'),
|
|
(12224, 963, 0, 'Firebloom zone 440, node 2'),
|
|
(12225, 963, 0, 'Firebloom zone 440, node 3'),
|
|
(12226, 963, 0, 'Firebloom zone 440, node 4'),
|
|
(12227, 963, 0, 'Firebloom zone 440, node 5'),
|
|
(12228, 963, 0, 'Firebloom zone 440, node 6'),
|
|
(12229, 998, 0, 'Firebloom zone 3, node 139'),
|
|
(12230, 947, 0, 'Firebloom zone 51, node 18'),
|
|
(12231, 997, 0, 'Firebloom zone 4, node 5'),
|
|
(12232, 963, 0, 'Firebloom zone 440, node 7'),
|
|
(12233, 963, 0, 'Firebloom zone 440, node 8'),
|
|
(12234, 997, 0, 'Firebloom zone 4, node 6'),
|
|
(12235, 963, 0, 'Firebloom zone 440, node 9'),
|
|
(12236, 963, 0, 'Firebloom zone 440, node 10'),
|
|
(12238, 997, 0, 'Firebloom zone 4, node 7'),
|
|
(12239, 947, 0, 'Firebloom zone 51, node 19'),
|
|
(12240, 947, 0, 'Firebloom zone 51, node 20'),
|
|
(12241, 963, 0, 'Firebloom zone 440, node 11'),
|
|
(12242, 963, 0, 'Firebloom zone 440, node 12'),
|
|
(12243, 947, 0, 'Firebloom zone 51, node 21'),
|
|
(12244, 963, 0, 'Firebloom zone 440, node 13'),
|
|
(12246, 997, 0, 'Firebloom zone 4, node 8'),
|
|
(12247, 997, 0, 'Firebloom zone 4, node 9'),
|
|
(12248, 947, 0, 'Firebloom zone 51, node 22'),
|
|
(12250, 997, 0, 'Firebloom zone 4, node 10'),
|
|
(12251, 997, 0, 'Firebloom zone 4, node 11'),
|
|
(12252, 963, 0, 'Firebloom zone 440, node 14'),
|
|
(12253, 998, 0, 'Firebloom zone 3, node 140'),
|
|
(12254, 963, 0, 'Firebloom zone 440, node 15'),
|
|
(12255, 997, 0, 'Firebloom zone 4, node 12'),
|
|
(12256, 998, 0, 'Firebloom zone 3, node 141'),
|
|
(12257, 998, 0, 'Firebloom zone 3, node 142'),
|
|
(12258, 963, 0, 'Firebloom zone 440, node 16'),
|
|
(12259, 997, 0, 'Firebloom zone 4, node 13'),
|
|
(12260, 997, 0, 'Firebloom zone 4, node 14'),
|
|
(12261, 963, 0, 'Firebloom zone 440, node 17'),
|
|
(12262, 963, 0, 'Firebloom zone 440, node 18'),
|
|
(12263, 963, 0, 'Firebloom zone 440, node 19'),
|
|
(12264, 963, 0, 'Firebloom zone 440, node 20'),
|
|
(12265, 947, 0, 'Firebloom zone 51, node 23'),
|
|
(12266, 997, 0, 'Firebloom zone 4, node 15'),
|
|
(12268, 997, 0, 'Firebloom zone 4, node 16'),
|
|
(12269, 963, 0, 'Firebloom zone 440, node 21'),
|
|
(12270, 963, 0, 'Firebloom zone 440, node 22'),
|
|
(12271, 997, 0, 'Firebloom zone 4, node 17'),
|
|
(12272, 998, 0, 'Firebloom zone 3, node 143'),
|
|
(12273, 997, 0, 'Firebloom zone 4, node 18'),
|
|
(12274, 997, 0, 'Firebloom zone 4, node 19'),
|
|
(12275, 998, 0, 'Firebloom zone 3, node 144'),
|
|
(12276, 998, 0, 'Firebloom zone 3, node 145'),
|
|
(12277, 947, 0, 'Firebloom zone 51, node 25'),
|
|
(12278, 997, 0, 'Firebloom zone 4, node 20'),
|
|
(12279, 963, 0, 'Firebloom zone 440, node 23'),
|
|
(12280, 997, 0, 'Firebloom zone 4, node 21'),
|
|
(12281, 997, 0, 'Firebloom zone 4, node 22'),
|
|
(12282, 997, 0, 'Firebloom zone 4, node 23'),
|
|
(12283, 998, 0, 'Firebloom zone 3, node 146'),
|
|
(12284, 963, 0, 'Firebloom zone 440, node 24'),
|
|
(12285, 997, 0, 'Firebloom zone 4, node 24'),
|
|
(12286, 963, 0, 'Firebloom zone 440, node 25'),
|
|
(12287, 963, 0, 'Firebloom zone 440, node 26'),
|
|
(12288, 963, 0, 'Firebloom zone 440, node 27'),
|
|
(12289, 963, 0, 'Firebloom zone 440, node 28'),
|
|
(12290, 997, 0, 'Firebloom zone 4, node 25'),
|
|
(12291, 963, 0, 'Firebloom zone 440, node 29'),
|
|
(12292, 997, 0, 'Firebloom zone 4, node 26'),
|
|
(12294, 963, 0, 'Firebloom zone 440, node 30'),
|
|
(12295, 998, 0, 'Firebloom zone 3, node 147'),
|
|
(12296, 997, 0, 'Firebloom zone 4, node 27'),
|
|
(12297, 997, 0, 'Firebloom zone 4, node 28'),
|
|
(12298, 947, 0, 'Firebloom zone 51, node 26'),
|
|
(12300, 963, 0, 'Firebloom zone 440, node 31'),
|
|
(12302, 963, 0, 'Firebloom zone 440, node 32'),
|
|
(12303, 963, 0, 'Firebloom zone 440, node 33'),
|
|
(12304, 963, 0, 'Firebloom zone 440, node 34'),
|
|
(12305, 947, 0, 'Firebloom zone 51, node 27'),
|
|
(12306, 998, 0, 'Firebloom zone 3, node 148'),
|
|
(12307, 963, 0, 'Firebloom zone 440, node 35'),
|
|
(12308, 998, 0, 'Firebloom zone 3, node 149'),
|
|
(12309, 963, 0, 'Firebloom zone 440, node 36'),
|
|
(12310, 947, 0, 'Firebloom zone 51, node 28'),
|
|
(12311, 947, 0, 'Firebloom zone 51, node 29'),
|
|
(12312, 963, 0, 'Firebloom zone 440, node 37'),
|
|
(12313, 997, 0, 'Firebloom zone 4, node 29'),
|
|
(12314, 997, 0, 'Firebloom zone 4, node 30'),
|
|
(12315, 947, 0, 'Firebloom zone 51, node 30'),
|
|
(12316, 997, 0, 'Firebloom zone 4, node 31'),
|
|
(12317, 963, 0, 'Firebloom zone 440, node 38'),
|
|
(12318, 947, 0, 'Firebloom zone 51, node 31'),
|
|
(12319, 947, 0, 'Firebloom zone 51, node 32'),
|
|
(12320, 997, 0, 'Firebloom zone 4, node 32'),
|
|
(12321, 997, 0, 'Firebloom zone 4, node 33'),
|
|
(12322, 963, 0, 'Firebloom zone 440, node 39'),
|
|
(12324, 963, 0, 'Firebloom zone 440, node 40'),
|
|
(12325, 963, 0, 'Firebloom zone 440, node 41'),
|
|
(12326, 963, 0, 'Firebloom zone 440, node 42'),
|
|
(12327, 963, 0, 'Firebloom zone 440, node 43'),
|
|
(12328, 998, 0, 'Firebloom zone 3, node 150'),
|
|
(12330, 997, 0, 'Firebloom zone 4, node 34'),
|
|
(12331, 947, 0, 'Firebloom zone 51, node 34'),
|
|
(12332, 963, 0, 'Firebloom zone 440, node 44'),
|
|
(12333, 947, 0, 'Firebloom zone 51, node 35'),
|
|
(12334, 963, 0, 'Firebloom zone 440, node 45'),
|
|
(12335, 998, 0, 'Firebloom zone 3, node 151'),
|
|
(12336, 997, 0, 'Firebloom zone 4, node 35'),
|
|
(12340, 991, 0, 'Liferoot zone 15, node 13'),
|
|
(12341, 991, 0, 'Liferoot zone 15, node 14'),
|
|
(12566, 991, 0, 'Kingsblood zone 15, node 15'),
|
|
(12594, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 820'),
|
|
(12717, 991, 0, 'Khadgar\'s Whisker zone 15, node 16'),
|
|
(12757, 952, 0, 'Briarthorn zone 38, node 137'),
|
|
(12760, 952, 0, 'Briarthorn zone 38, node 138'),
|
|
(12761, 952, 0, 'Earthroot zone 38, node 139'),
|
|
(12762, 952, 0, 'Earthroot zone 38, node 140'),
|
|
(12766, 952, 0, 'Bruiseweed zone 38, node 141'),
|
|
(12770, 102, 0, ''),
|
|
(12773, 101, 0, ''),
|
|
(12774, 100, 0, ''),
|
|
(12775, 99, 0, ''),
|
|
(12778, 98, 0, ''),
|
|
(12780, 97, 0, ''),
|
|
(12782, 96, 0, ''),
|
|
(12784, 952, 0, 'Mageroyal zone 38, node 142'),
|
|
(12785, 952, 0, 'Bruiseweed zone 38, node 143'),
|
|
(12787, 952, 0, 'Mageroyal zone 38, node 144'),
|
|
(12789, 952, 0, 'Bruiseweed zone 38, node 145'),
|
|
(12791, 952, 0, 'Briarthorn zone 38, node 146'),
|
|
(12815, 952, 0, 'Bruiseweed zone 38, node 147'),
|
|
(12816, 952, 0, 'Briarthorn zone 38, node 148'),
|
|
(12819, 952, 0, 'Silverleaf zone 38, node 149'),
|
|
(12824, 952, 0, 'Silverleaf zone 38, node 150'),
|
|
(12837, 952, 0, 'Mageroyal zone 38, node 151'),
|
|
(12842, 952, 0, 'Earthroot zone 38, node 152'),
|
|
(12846, 991, 0, 'Khadgar\'s Whisker zone 15, node 17'),
|
|
(12848, 952, 0, 'Peacebloom zone 38, node 153'),
|
|
(12856, 952, 0, 'Earthroot zone 38, node 154'),
|
|
(12859, 952, 0, 'Silverleaf zone 38, node 155'),
|
|
(12894, 991, 0, 'Fadeleaf zone 15, node 18'),
|
|
(12899, 991, 0, 'Fadeleaf zone 15, node 19'),
|
|
(12902, 991, 0, 'Liferoot zone 15, node 20'),
|
|
(12917, 952, 0, 'Peacebloom zone 38, node 156'),
|
|
(12929, 952, 0, 'Briarthorn zone 38, node 157'),
|
|
(13002, 952, 0, 'Silverleaf zone 38, node 158'),
|
|
(13014, 952, 0, 'Silverleaf zone 38, node 159'),
|
|
(13024, 11689, 20, 'Spawn Point 1 - Silver'),
|
|
(13078, 952, 0, 'Peacebloom zone 38, node 160'),
|
|
(13109, 952, 0, 'Mageroyal zone 38, node 161'),
|
|
(13110, 952, 0, 'Peacebloom zone 38, node 162'),
|
|
(13111, 952, 0, 'Peacebloom zone 38, node 163'),
|
|
(13112, 952, 0, 'Mageroyal zone 38, node 164'),
|
|
(13113, 952, 0, 'Briarthorn zone 38, node 165'),
|
|
(13127, 952, 0, 'Briarthorn zone 38, node 166'),
|
|
(13134, 952, 0, 'Silverleaf zone 38, node 167'),
|
|
(13135, 952, 0, 'Silverleaf zone 38, node 168'),
|
|
(13228, 952, 0, 'Silverleaf zone 38, node 169'),
|
|
(13229, 952, 0, 'Silverleaf zone 38, node 170'),
|
|
(13230, 947, 0, 'Firebloom zone 51, node 36'),
|
|
(13232, 947, 0, 'Firebloom zone 51, node 37'),
|
|
(13233, 947, 0, 'Firebloom zone 51, node 38'),
|
|
(13234, 952, 0, 'Silverleaf zone 38, node 171'),
|
|
(13238, 947, 0, 'Firebloom zone 51, node 39'),
|
|
(13239, 947, 0, 'Firebloom zone 51, node 40'),
|
|
(13240, 952, 0, 'Peacebloom zone 38, node 172'),
|
|
(13245, 952, 0, 'Peacebloom zone 38, node 173'),
|
|
(13365, 810, 0, 'Wild Steelbloom,Zone 17,Area 1698,node 821'),
|
|
(13366, 803, 0, 'Wild Steelbloom,Zone 17,Area 385,node 822'),
|
|
(13367, 813, 0, 'Wild Steelbloom,Zone 17,Area 1701,node 823'),
|
|
(13368, 809, 0, 'Wild Steelbloom,Zone 17,Area 1156,node 824'),
|
|
(13369, 813, 0, 'Wild Steelbloom,Zone 17,Area 1701,node 825'),
|
|
(13370, 809, 0, 'Wild Steelbloom,Zone 17,Area 1156,node 826'),
|
|
(13374, 809, 0, 'Kingsblood,Zone 17,Area 1156,node 827'),
|
|
(13375, 813, 0, 'Kingsblood,Zone 17,Area 1701,node 828'),
|
|
(13377, 952, 0, 'Mageroyal zone 38, node 174'),
|
|
(13378, 813, 0, 'Kingsblood,Zone 17,Area 1701,node 829'),
|
|
(13421, 95, 0, ''),
|
|
(13422, 74, 0, ''),
|
|
(13429, 73, 0, ''),
|
|
(13430, 94, 0, ''),
|
|
(13431, 93, 0, ''),
|
|
(13432, 92, 0, ''),
|
|
(13630, 991, 0, 'Khadgar\'s Whisker zone 15, node 21'),
|
|
(13632, 11658, 0, 'Solid Chest, Dustwallow Marsh, node 6'),
|
|
(13640, 991, 0, 'Goldthorn zone 15, node 22'),
|
|
(13641, 991, 0, 'Fadeleaf zone 15, node 23'),
|
|
(13655, 991, 0, 'Kingsblood zone 15, node 24'),
|
|
(14026, 995, 0, 'Grave Moss zone 10, node 202'),
|
|
(14027, 995, 0, 'Kingsblood zone 10, node 203'),
|
|
(14028, 995, 0, 'Briarthorn zone 10, node 204'),
|
|
(14085, 248, 0, ''),
|
|
(14086, 249, 20, ''),
|
|
(14087, 249, 0, ''),
|
|
(14088, 250, 20, ''),
|
|
(14089, 250, 0, ''),
|
|
(14096, 251, 0, ''),
|
|
(14097, 251, 0, ''),
|
|
(14116, 8137, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(14125, 8140, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(14128, 8133, 0, 'Felweed - Terokkar Forest'),
|
|
(14570, 994, 0, 'Stranglekelp zone 11, node 198'),
|
|
(14601, 991, 0, 'Khadgar\'s Whisker zone 15, node 25'),
|
|
(14613, 991, 0, 'Khadgar\'s Whisker zone 15, node 26'),
|
|
(14618, 11658, 0, 'Solid Chest, Dustwallow Marsh, node 3'),
|
|
(14619, 11658, 0, 'Solid Chest, Dustwallow Marsh, node 10'),
|
|
(14625, 88, 0, ''),
|
|
(14626, 87, 0, ''),
|
|
(14627, 86, 0, ''),
|
|
(14629, 994, 0, 'Wild Steelbloom zone 11, node 199'),
|
|
(14632, 994, 0, 'Bruiseweed zone 11, node 200'),
|
|
(14644, 994, 0, 'Bruiseweed zone 11, node 201'),
|
|
(14645, 994, 0, 'Stranglekelp zone 11, node 202'),
|
|
(14646, 994, 0, 'Wild Steelbloom zone 11, node 203'),
|
|
(14647, 994, 0, 'Bruiseweed zone 11, node 204'),
|
|
(14648, 994, 0, 'Kingsblood zone 11, node 205'),
|
|
(14651, 994, 0, 'Stranglekelp zone 11, node 206'),
|
|
(14652, 994, 0, 'Stranglekelp zone 11, node 207'),
|
|
(14658, 994, 0, 'Wild Steelbloom zone 11, node 208'),
|
|
(14659, 994, 0, 'Mageroyal zone 11, node 209'),
|
|
(14661, 994, 0, 'Wild Steelbloom zone 11, node 210'),
|
|
(14662, 994, 0, 'Grave Moss zone 11, node 211'),
|
|
(14666, 994, 0, 'Wild Steelbloom zone 11, node 212'),
|
|
(14667, 994, 0, 'Briarthorn zone 11, node 213'),
|
|
(14670, 991, 0, 'Liferoot zone 15, node 27'),
|
|
(14671, 991, 0, 'Kingsblood zone 15, node 28'),
|
|
(14691, 994, 0, 'Bruiseweed zone 11, node 214'),
|
|
(14696, 8146, 0, 'Mana Thistle - Terokkar Forest'),
|
|
(14710, 994, 0, 'Briarthorn zone 11, node 215'),
|
|
(14711, 994, 0, 'Bruiseweed zone 11, node 216'),
|
|
(14712, 994, 0, 'Wild Steelbloom zone 11, node 217'),
|
|
(14714, 994, 0, 'Kingsblood zone 11, node 218'),
|
|
(14716, 994, 0, 'Liferoot zone 11, node 219'),
|
|
(14717, 994, 0, 'Bruiseweed zone 11, node 220'),
|
|
(14720, 994, 0, 'Mageroyal zone 11, node 221'),
|
|
(14722, 42, 0, ''),
|
|
(14778, 91, 20, ''),
|
|
(14852, 85, 20, ''),
|
|
(14860, 994, 0, 'Mageroyal zone 11, node 222'),
|
|
(14863, 994, 0, 'Stranglekelp zone 11, node 223'),
|
|
(14866, 994, 0, 'Stranglekelp zone 11, node 224'),
|
|
(14867, 994, 0, 'Stranglekelp zone 11, node 225'),
|
|
(14868, 994, 0, 'Mageroyal zone 11, node 226'),
|
|
(14869, 994, 0, 'Briarthorn zone 11, node 227'),
|
|
(14872, 994, 0, 'Kingsblood zone 11, node 228'),
|
|
(14873, 994, 0, 'Liferoot zone 11, node 229'),
|
|
(14874, 994, 0, 'Liferoot zone 11, node 230'),
|
|
(14876, 994, 0, 'Wild Steelbloom zone 11, node 231'),
|
|
(14878, 994, 0, 'Briarthorn zone 11, node 232'),
|
|
(14879, 994, 0, 'Mageroyal zone 11, node 233'),
|
|
(14880, 994, 0, 'Mageroyal zone 11, node 234'),
|
|
(14882, 994, 0, 'Kingsblood zone 11, node 235'),
|
|
(14883, 994, 0, 'Briarthorn zone 11, node 236'),
|
|
(14884, 994, 0, 'Briarthorn zone 11, node 237'),
|
|
(14885, 994, 0, 'Mageroyal zone 11, node 238'),
|
|
(14886, 994, 0, 'Liferoot zone 11, node 239'),
|
|
(14887, 994, 0, 'Kingsblood zone 11, node 240'),
|
|
(14888, 994, 0, 'Briarthorn zone 11, node 241'),
|
|
(14889, 994, 0, 'Briarthorn zone 11, node 242'),
|
|
(14891, 994, 0, 'Kingsblood zone 11, node 243'),
|
|
(14895, 994, 0, 'Liferoot zone 11, node 244'),
|
|
(14897, 994, 0, 'Liferoot zone 11, node 245'),
|
|
(14898, 994, 0, 'Briarthorn zone 11, node 246'),
|
|
(14902, 83, 0, ''),
|
|
(14903, 82, 0, ''),
|
|
(14904, 994, 0, 'Stranglekelp zone 11, node 247'),
|
|
(14907, 994, 0, 'Stranglekelp zone 11, node 248'),
|
|
(14908, 994, 0, 'Kingsblood zone 11, node 249'),
|
|
(14926, 991, 0, 'Goldthorn zone 15, node 29'),
|
|
(14927, 991, 0, 'Fadeleaf zone 15, node 30'),
|
|
(14928, 991, 0, 'Goldthorn zone 15, node 31'),
|
|
(14930, 991, 0, 'Goldthorn zone 15, node 32'),
|
|
(14931, 11658, 0, 'Solid Chest, Dustwallow Marsh, node 11'),
|
|
(14943, 991, 0, 'Khadgar\'s Whisker zone 15, node 33'),
|
|
(14945, 991, 0, 'Liferoot zone 15, node 34'),
|
|
(14964, 994, 0, 'Stranglekelp zone 11, node 250'),
|
|
(14968, 994, 0, 'Kingsblood zone 11, node 251'),
|
|
(14990, 7001, 0, 'Takk\'s Nest spawn point #1'),
|
|
(14991, 7001, 0, 'Takk\'s Nest spawn point #2'),
|
|
(14992, 7001, 0, 'Takk\'s Nest spawn point #3'),
|
|
(14993, 7001, 0, 'Takk\'s Nest spawn point #4'),
|
|
(14994, 7002, 0, 'Ravasaur Matriarch\'s Nest spawn point #1'),
|
|
(14995, 7002, 0, 'Ravasaur Matriarch\'s Nest spawn point #2'),
|
|
(14996, 7002, 0, 'Ravasaur Matriarch\'s Nest spawn point #3'),
|
|
(14997, 7002, 0, 'Ravasaur Matriarch\'s Nest spawn point #4'),
|
|
(14998, 7002, 0, 'Ravasaur Matriarch\'s Nest spawn point #5'),
|
|
(15015, 994, 0, 'Grave Moss zone 11, node 252'),
|
|
(15057, 994, 0, 'Bruiseweed zone 11, node 254'),
|
|
(15060, 994, 0, 'Liferoot zone 11, node 255'),
|
|
(15078, 994, 0, 'Kingsblood zone 11, node 256'),
|
|
(15093, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(15095, 8132, 0, 'Felweed - Terokkar Forest'),
|
|
(15096, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(15110, 252, 20, ''),
|
|
(15111, 252, 0, ''),
|
|
(15113, 994, 0, 'Liferoot zone 11, node 257'),
|
|
(15126, 994, 0, 'Stranglekelp zone 11, node 258'),
|
|
(15131, 8195, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(15134, 994, 0, 'Briarthorn zone 11, node 259'),
|
|
(15141, 994, 0, 'Stranglekelp zone 11, node 260'),
|
|
(15156, 994, 0, 'Mageroyal zone 11, node 261'),
|
|
(15157, 8196, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(15199, 253, 20, ''),
|
|
(15200, 253, 0, ''),
|
|
(15202, 254, 0, ''),
|
|
(15203, 255, 20, ''),
|
|
(15204, 255, 0, ''),
|
|
(15397, 256, 20, ''),
|
|
(15414, 8198, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(15419, 256, 0, ''),
|
|
(15420, 257, 20, ''),
|
|
(15476, 257, 0, ''),
|
|
(15497, 258, 0, ''),
|
|
(15505, 259, 20, ''),
|
|
(15633, 259, 0, ''),
|
|
(15634, 260, 20, ''),
|
|
(15707, 90, 0, ''),
|
|
(15708, 89, 0, ''),
|
|
(15754, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 830'),
|
|
(15755, 803, 0, 'Stranglekelp,Zone 17,Area 385,node 831'),
|
|
(15756, 803, 0, 'Stranglekelp,Zone 17,Area 385,node 832'),
|
|
(15757, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 833'),
|
|
(15758, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 834'),
|
|
(15759, 800, 0, 'Stranglekelp,Zone 17,Area 392,node 835'),
|
|
(15761, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 836'),
|
|
(15763, 260, 0, ''),
|
|
(15764, 261, 20, ''),
|
|
(15771, 261, 0, ''),
|
|
(15775, 262, 20, ''),
|
|
(15776, 262, 0, ''),
|
|
(15777, 263, 20, ''),
|
|
(15779, 263, 0, ''),
|
|
(15780, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 837'),
|
|
(15781, 800, 0, 'Stranglekelp,Zone 17,Area 720,node 838'),
|
|
(15782, 800, 0, 'Stranglekelp,Zone 17,Area 720,node 839'),
|
|
(15783, 264, 20, ''),
|
|
(15789, 963, 0, 'Purple Lotus zone 440, node 46'),
|
|
(15790, 990, 0, 'Purple Lotus zone 16, node 11'),
|
|
(15791, 960, 0, 'Purple Lotus zone 331, node 309'),
|
|
(15792, 998, 0, 'Purple Lotus zone 3, node 152'),
|
|
(15793, 990, 0, 'Purple Lotus zone 16, node 12'),
|
|
(15794, 990, 0, 'Purple Lotus zone 16, node 13'),
|
|
(15795, 990, 0, 'Purple Lotus zone 16, node 14'),
|
|
(15796, 963, 0, 'Purple Lotus zone 440, node 47'),
|
|
(15797, 990, 0, 'Purple Lotus zone 16, node 15'),
|
|
(15798, 990, 0, 'Purple Lotus zone 16, node 16'),
|
|
(15799, 990, 0, 'Purple Lotus zone 16, node 17'),
|
|
(15800, 990, 0, 'Purple Lotus zone 16, node 18'),
|
|
(15801, 990, 0, 'Purple Lotus zone 16, node 19'),
|
|
(15802, 990, 0, 'Purple Lotus zone 16, node 20'),
|
|
(15803, 990, 0, 'Purple Lotus zone 16, node 21'),
|
|
(15804, 990, 0, 'Purple Lotus zone 16, node 22'),
|
|
(15805, 990, 0, 'Purple Lotus zone 16, node 23'),
|
|
(15806, 990, 0, 'Purple Lotus zone 16, node 24'),
|
|
(15807, 988, 0, 'Purple Lotus zone 33, node 525'),
|
|
(15808, 990, 0, 'Purple Lotus zone 16, node 25'),
|
|
(15809, 988, 0, 'Purple Lotus zone 33, node 526'),
|
|
(15810, 990, 0, 'Purple Lotus zone 16, node 26'),
|
|
(15811, 990, 0, 'Purple Lotus zone 16, node 27'),
|
|
(15812, 963, 0, 'Purple Lotus zone 440, node 48'),
|
|
(15813, 990, 0, 'Purple Lotus zone 16, node 28'),
|
|
(15814, 988, 0, 'Purple Lotus zone 33, node 527'),
|
|
(15815, 990, 0, 'Purple Lotus zone 16, node 29'),
|
|
(15816, 990, 0, 'Purple Lotus zone 16, node 30'),
|
|
(15817, 990, 0, 'Purple Lotus zone 16, node 31'),
|
|
(15818, 990, 0, 'Purple Lotus zone 16, node 32'),
|
|
(15819, 990, 0, 'Purple Lotus zone 16, node 33'),
|
|
(15820, 990, 0, 'Purple Lotus zone 16, node 34'),
|
|
(15821, 965, 0, 'Purple Lotus zone 47, node 116'),
|
|
(15822, 990, 0, 'Purple Lotus zone 16, node 35'),
|
|
(15823, 990, 0, 'Purple Lotus zone 16, node 36'),
|
|
(15824, 990, 0, 'Purple Lotus zone 16, node 37'),
|
|
(15825, 990, 0, 'Purple Lotus zone 16, node 38'),
|
|
(15826, 990, 0, 'Purple Lotus zone 16, node 39'),
|
|
(15827, 998, 0, 'Purple Lotus zone 3, node 153'),
|
|
(15828, 990, 0, 'Purple Lotus zone 16, node 40'),
|
|
(15829, 990, 0, 'Purple Lotus zone 16, node 41'),
|
|
(15830, 990, 0, 'Purple Lotus zone 16, node 42'),
|
|
(15831, 960, 0, 'Purple Lotus zone 331, node 310'),
|
|
(15832, 963, 0, 'Purple Lotus zone 440, node 49'),
|
|
(15833, 965, 0, 'Purple Lotus zone 47, node 117'),
|
|
(15834, 990, 0, 'Purple Lotus zone 16, node 43'),
|
|
(15835, 960, 0, 'Purple Lotus zone 331, node 311'),
|
|
(15836, 990, 0, 'Purple Lotus zone 16, node 44'),
|
|
(15837, 990, 0, 'Purple Lotus zone 16, node 45'),
|
|
(15838, 990, 0, 'Purple Lotus zone 16, node 46'),
|
|
(15839, 965, 0, 'Purple Lotus zone 47, node 118'),
|
|
(15840, 990, 0, 'Purple Lotus zone 16, node 47'),
|
|
(15841, 963, 0, 'Purple Lotus zone 440, node 50'),
|
|
(15842, 963, 0, 'Purple Lotus zone 440, node 51'),
|
|
(15843, 990, 0, 'Purple Lotus zone 16, node 48'),
|
|
(15844, 988, 0, 'Purple Lotus zone 33, node 528'),
|
|
(15845, 965, 0, 'Purple Lotus zone 47, node 119'),
|
|
(15846, 963, 0, 'Purple Lotus zone 440, node 52'),
|
|
(15847, 960, 0, 'Purple Lotus zone 331, node 312'),
|
|
(15848, 960, 0, 'Purple Lotus zone 331, node 313'),
|
|
(15849, 998, 0, 'Purple Lotus zone 3, node 154'),
|
|
(15850, 990, 0, 'Purple Lotus zone 16, node 49'),
|
|
(15851, 990, 0, 'Purple Lotus zone 16, node 50'),
|
|
(15852, 990, 0, 'Purple Lotus zone 16, node 51'),
|
|
(15853, 990, 0, 'Purple Lotus zone 16, node 52'),
|
|
(15854, 990, 0, 'Purple Lotus zone 16, node 53'),
|
|
(15855, 990, 0, 'Purple Lotus zone 16, node 54'),
|
|
(15856, 990, 0, 'Purple Lotus zone 16, node 55'),
|
|
(15857, 990, 0, 'Purple Lotus zone 16, node 56'),
|
|
(15858, 965, 0, 'Purple Lotus zone 47, node 120'),
|
|
(15859, 990, 0, 'Purple Lotus zone 16, node 57'),
|
|
(15860, 990, 0, 'Purple Lotus zone 16, node 58'),
|
|
(15861, 990, 0, 'Purple Lotus zone 16, node 59'),
|
|
(15862, 990, 0, 'Purple Lotus zone 16, node 60'),
|
|
(15863, 990, 0, 'Purple Lotus zone 16, node 61'),
|
|
(15864, 965, 0, 'Purple Lotus zone 47, node 121'),
|
|
(15865, 963, 0, 'Purple Lotus zone 440, node 53'),
|
|
(15866, 990, 0, 'Purple Lotus zone 16, node 62'),
|
|
(15867, 965, 0, 'Purple Lotus zone 47, node 122'),
|
|
(15868, 990, 0, 'Purple Lotus zone 16, node 63'),
|
|
(15869, 998, 0, 'Purple Lotus zone 3, node 155'),
|
|
(15870, 965, 0, 'Purple Lotus zone 47, node 123'),
|
|
(15871, 990, 0, 'Purple Lotus zone 16, node 64'),
|
|
(15872, 990, 0, 'Purple Lotus zone 16, node 65'),
|
|
(15873, 963, 0, 'Purple Lotus zone 440, node 54'),
|
|
(15874, 990, 0, 'Purple Lotus zone 16, node 66'),
|
|
(15875, 990, 0, 'Purple Lotus zone 16, node 67'),
|
|
(15876, 990, 0, 'Purple Lotus zone 16, node 68'),
|
|
(15877, 963, 0, 'Purple Lotus zone 440, node 55'),
|
|
(15878, 960, 0, 'Purple Lotus zone 331, node 314'),
|
|
(15879, 990, 0, 'Purple Lotus zone 16, node 69'),
|
|
(15880, 990, 0, 'Purple Lotus zone 16, node 70'),
|
|
(15881, 990, 0, 'Purple Lotus zone 16, node 71'),
|
|
(15882, 965, 0, 'Purple Lotus zone 47, node 124'),
|
|
(15883, 990, 0, 'Purple Lotus zone 16, node 72'),
|
|
(15884, 990, 0, 'Purple Lotus zone 16, node 73'),
|
|
(15885, 990, 0, 'Purple Lotus zone 16, node 74'),
|
|
(15886, 963, 0, 'Purple Lotus zone 440, node 56'),
|
|
(15887, 990, 0, 'Purple Lotus zone 16, node 75'),
|
|
(15888, 990, 0, 'Purple Lotus zone 16, node 76'),
|
|
(15889, 963, 0, 'Purple Lotus zone 440, node 57'),
|
|
(15890, 960, 0, 'Purple Lotus zone 331, node 315'),
|
|
(15891, 998, 0, 'Purple Lotus zone 3, node 156'),
|
|
(15892, 963, 0, 'Purple Lotus zone 440, node 58'),
|
|
(15893, 963, 0, 'Purple Lotus zone 440, node 59'),
|
|
(15894, 963, 0, 'Purple Lotus zone 440, node 60'),
|
|
(15895, 990, 0, 'Purple Lotus zone 16, node 77'),
|
|
(15896, 963, 0, 'Purple Lotus zone 440, node 61'),
|
|
(15897, 990, 0, 'Purple Lotus zone 16, node 78'),
|
|
(15898, 990, 0, 'Purple Lotus zone 16, node 79'),
|
|
(15899, 988, 0, 'Purple Lotus zone 33, node 529'),
|
|
(15900, 990, 0, 'Purple Lotus zone 16, node 80'),
|
|
(15901, 963, 0, 'Purple Lotus zone 440, node 62'),
|
|
(15902, 960, 0, 'Purple Lotus zone 331, node 316'),
|
|
(15903, 990, 0, 'Purple Lotus zone 16, node 81'),
|
|
(15904, 990, 0, 'Purple Lotus zone 16, node 82'),
|
|
(15905, 965, 0, 'Purple Lotus zone 47, node 125'),
|
|
(15906, 990, 0, 'Purple Lotus zone 16, node 83'),
|
|
(15907, 960, 0, 'Purple Lotus zone 331, node 317'),
|
|
(15908, 990, 0, 'Purple Lotus zone 16, node 84'),
|
|
(15909, 990, 0, 'Purple Lotus zone 16, node 85'),
|
|
(15910, 990, 0, 'Purple Lotus zone 16, node 86'),
|
|
(15911, 965, 0, 'Purple Lotus zone 47, node 126'),
|
|
(15912, 990, 0, 'Purple Lotus zone 16, node 87'),
|
|
(15913, 965, 0, 'Purple Lotus zone 47, node 127'),
|
|
(15914, 990, 0, 'Purple Lotus zone 16, node 88'),
|
|
(15915, 990, 0, 'Purple Lotus zone 16, node 89'),
|
|
(15916, 998, 0, 'Purple Lotus zone 3, node 157'),
|
|
(15917, 990, 0, 'Purple Lotus zone 16, node 90'),
|
|
(15918, 963, 0, 'Purple Lotus zone 440, node 63'),
|
|
(15919, 965, 0, 'Purple Lotus zone 47, node 128'),
|
|
(15920, 990, 0, 'Purple Lotus zone 16, node 91'),
|
|
(15921, 990, 0, 'Purple Lotus zone 16, node 92'),
|
|
(15922, 963, 0, 'Purple Lotus zone 440, node 64'),
|
|
(15923, 990, 0, 'Purple Lotus zone 16, node 93'),
|
|
(15924, 990, 0, 'Purple Lotus zone 16, node 94'),
|
|
(15925, 990, 0, 'Purple Lotus zone 16, node 95'),
|
|
(15926, 965, 0, 'Purple Lotus zone 47, node 129'),
|
|
(15927, 990, 0, 'Purple Lotus zone 16, node 96'),
|
|
(15928, 990, 0, 'Purple Lotus zone 16, node 97'),
|
|
(15929, 990, 0, 'Purple Lotus zone 16, node 98'),
|
|
(15930, 990, 0, 'Purple Lotus zone 16, node 99'),
|
|
(15931, 990, 0, 'Purple Lotus zone 16, node 100'),
|
|
(15932, 964, 0, 'Purple Lotus zone 357, node 54'),
|
|
(15933, 990, 0, 'Purple Lotus zone 16, node 101'),
|
|
(15934, 988, 0, 'Purple Lotus zone 33, node 530'),
|
|
(15935, 988, 0, 'Purple Lotus zone 33, node 531'),
|
|
(15936, 990, 0, 'Purple Lotus zone 16, node 102'),
|
|
(15937, 988, 0, 'Purple Lotus zone 33, node 532'),
|
|
(15938, 990, 0, 'Purple Lotus zone 16, node 103'),
|
|
(15939, 965, 0, 'Purple Lotus zone 47, node 130'),
|
|
(15940, 988, 0, 'Purple Lotus zone 33, node 533'),
|
|
(15941, 990, 0, 'Purple Lotus zone 16, node 104'),
|
|
(15942, 960, 0, 'Purple Lotus zone 331, node 318'),
|
|
(15943, 990, 0, 'Purple Lotus zone 16, node 105'),
|
|
(15944, 990, 0, 'Purple Lotus zone 16, node 106'),
|
|
(15945, 990, 0, 'Purple Lotus zone 16, node 107'),
|
|
(15946, 990, 0, 'Purple Lotus zone 16, node 108'),
|
|
(15947, 990, 0, 'Purple Lotus zone 16, node 109'),
|
|
(15948, 954, 0, 'Arthas\' Tears zone 28, node 1'),
|
|
(15949, 968, 0, 'Arthas\' Tears zone 139, node 1'),
|
|
(15950, 954, 0, 'Arthas\' Tears zone 28, node 2'),
|
|
(15951, 954, 0, 'Arthas\' Tears zone 28, node 3'),
|
|
(15952, 954, 0, 'Arthas\' Tears zone 28, node 4'),
|
|
(15953, 816, 0, 'Arthas Tears,Zone 361,Area 1763,node 1'),
|
|
(15954, 820, 0, 'Arthas Tears,Zone 361,Area 2618,node2'),
|
|
(15955, 815, 0, 'Arthas Tears,Zone 361,Area 361,node 3'),
|
|
(15956, 968, 0, 'Arthas\' Tears zone 139, node 2'),
|
|
(15957, 968, 0, 'Arthas\' Tears zone 139, node 3'),
|
|
(15958, 968, 0, 'Arthas\' Tears zone 139, node 4'),
|
|
(15959, 954, 0, 'Arthas\' Tears zone 28, node 5'),
|
|
(15960, 816, 0, 'Arthas Tears,Zone 361,Area 1763,node 4'),
|
|
(15961, 954, 0, 'Arthas\' Tears zone 28, node 6'),
|
|
(15962, 818, 0, 'Arthas Tears,Zone 361,Area 1767,node 5'),
|
|
(15963, 954, 0, 'Arthas\' Tears zone 28, node 7'),
|
|
(15964, 815, 0, 'Arthas Tears,Zone 361,Area 361,node 6'),
|
|
(15965, 815, 0, 'Arthas Tears,Zone 361,Area 361,node 7'),
|
|
(15966, 954, 0, 'Arthas\' Tears zone 28, node 8'),
|
|
(15967, 954, 0, 'Arthas\' Tears zone 28, node 9'),
|
|
(15968, 954, 0, 'Arthas\' Tears zone 28, node 10'),
|
|
(15969, 954, 0, 'Arthas\' Tears zone 28, node 11'),
|
|
(15970, 954, 0, 'Arthas\' Tears zone 28, node 12'),
|
|
(15971, 954, 0, 'Arthas\' Tears zone 28, node 13'),
|
|
(15972, 954, 0, 'Arthas\' Tears zone 28, node 14'),
|
|
(15973, 968, 0, 'Arthas\' Tears zone 139, node 5'),
|
|
(15974, 968, 0, 'Arthas\' Tears zone 139, node 6'),
|
|
(15975, 954, 0, 'Arthas\' Tears zone 28, node 15'),
|
|
(15976, 816, 0, 'Arthas Tears,Zone 361,Area 1763,node 8'),
|
|
(15977, 968, 0, 'Arthas\' Tears zone 139, node 7'),
|
|
(15978, 816, 0, 'Arthas Tears,Zone 361,Area 1763,node 9'),
|
|
(15979, 954, 0, 'Arthas\' Tears zone 28, node 16'),
|
|
(15980, 954, 0, 'Arthas\' Tears zone 28, node 17'),
|
|
(15981, 815, 0, 'Arthas Tears,Zone 361,Area 361,node 10'),
|
|
(15982, 954, 0, 'Arthas\' Tears zone 28, node 18'),
|
|
(15983, 954, 0, 'Arthas\' Tears zone 28, node 19'),
|
|
(15984, 968, 0, 'Arthas\' Tears zone 139, node 8'),
|
|
(15985, 968, 0, 'Arthas\' Tears zone 139, node 9'),
|
|
(15986, 954, 0, 'Arthas\' Tears zone 28, node 20'),
|
|
(15987, 954, 0, 'Arthas\' Tears zone 28, node 21'),
|
|
(15988, 954, 0, 'Arthas\' Tears zone 28, node 22'),
|
|
(15989, 968, 0, 'Arthas\' Tears zone 139, node 10'),
|
|
(15990, 954, 0, 'Arthas\' Tears zone 28, node 23'),
|
|
(15991, 968, 0, 'Arthas\' Tears zone 139, node 11'),
|
|
(15992, 954, 0, 'Arthas\' Tears zone 28, node 24'),
|
|
(15993, 968, 0, 'Arthas\' Tears zone 139, node 12'),
|
|
(15994, 954, 0, 'Arthas\' Tears zone 28, node 25'),
|
|
(15995, 817, 0, 'Arthas Tears,Zone 361,Area 1766,node 11'),
|
|
(15996, 954, 0, 'Arthas\' Tears zone 28, node 26'),
|
|
(15997, 814, 0, 'Arthas Tears,Zone 361,Area 2478,node 12'),
|
|
(15998, 954, 0, 'Arthas\' Tears zone 28, node 27'),
|
|
(15999, 954, 0, 'Arthas\' Tears zone 28, node 28'),
|
|
(16000, 820, 0, 'Arthas Tears,Zone 361,Area 2618,node 13'),
|
|
(16001, 968, 0, 'Arthas\' Tears zone 139, node 13'),
|
|
(16002, 954, 0, 'Arthas\' Tears zone 28, node 29'),
|
|
(16003, 954, 0, 'Arthas\' Tears zone 28, node 30'),
|
|
(16004, 815, 0, 'Arthas Tears,Zone 361,Area 361,node 14'),
|
|
(16005, 954, 0, 'Arthas\' Tears zone 28, node 31'),
|
|
(16006, 815, 0, 'Arthas Tears,Zone 361,Area 361,node 15'),
|
|
(16007, 954, 0, 'Arthas\' Tears zone 28, node 32'),
|
|
(16008, 954, 0, 'Arthas\' Tears zone 28, node 33'),
|
|
(16009, 817, 0, 'Arthas Tears,Zone 361,Area 1766,node 16'),
|
|
(16010, 820, 0, 'Arthas Tears,Zone 361,Area 2618,node 17'),
|
|
(16011, 954, 0, 'Arthas\' Tears zone 28, node 34'),
|
|
(16012, 968, 0, 'Arthas\' Tears zone 139, node 14'),
|
|
(16013, 954, 0, 'Arthas\' Tears zone 28, node 35'),
|
|
(16014, 968, 0, 'Arthas\' Tears zone 139, node 15'),
|
|
(16015, 954, 0, 'Arthas\' Tears zone 28, node 36'),
|
|
(16016, 817, 0, 'Arthas Tears,Zone 361,Area 1766,node 18'),
|
|
(16017, 968, 0, 'Arthas\' Tears zone 139, node 16'),
|
|
(16018, 816, 0, 'Arthas Tears,Zone 361,Area 1763,node 19'),
|
|
(16019, 954, 0, 'Arthas\' Tears zone 28, node 37'),
|
|
(16020, 815, 0, 'Arthas Tears,Zone 361,Area 361,node 20'),
|
|
(16021, 954, 0, 'Arthas\' Tears zone 28, node 38'),
|
|
(16022, 954, 0, 'Arthas\' Tears zone 28, node 39'),
|
|
(16023, 815, 0, 'Arthas Tears,Zone 361,Area 361,node 21'),
|
|
(16024, 815, 0, 'Arthas Tears,Zone 361,Area 361,node 22'),
|
|
(16025, 818, 0, 'Arthas Tears,Zone 361,Area 1767,node 23'),
|
|
(16026, 965, 0, 'Sungrass zone 47, node 131'),
|
|
(16027, 965, 0, 'Sungrass zone 47, node 132'),
|
|
(16028, 50003, 0, 'Sungrass zone 46, node 1'),
|
|
(16029, 965, 0, 'Sungrass zone 47, node 133'),
|
|
(16030, 997, 0, 'Sungrass zone 4, node 36'),
|
|
(16031, 815, 0, 'Sungrass,Zone 361,Area 361,node 24'),
|
|
(16032, 990, 0, 'Sungrass zone 16, node 110'),
|
|
(16033, 968, 0, 'Sungrass zone 139, node 17'),
|
|
(16034, 965, 0, 'Sungrass zone 47, node 134'),
|
|
(16035, 964, 0, 'Sungrass zone 357, node 55'),
|
|
(16036, 997, 0, 'Sungrass zone 4, node 37'),
|
|
(16037, 997, 0, 'Sungrass zone 4, node 38'),
|
|
(16038, 990, 0, 'Sungrass zone 16, node 111'),
|
|
(16039, 990, 0, 'Sungrass zone 16, node 112'),
|
|
(16040, 990, 0, 'Sungrass zone 16, node 113'),
|
|
(16041, 968, 0, 'Sungrass zone 139, node 18'),
|
|
(16042, 50003, 0, 'Sungrass zone 46, node 2'),
|
|
(16043, 965, 0, 'Sungrass zone 47, node 135'),
|
|
(16044, 965, 0, 'Sungrass zone 47, node 136'),
|
|
(16045, 965, 0, 'Sungrass zone 47, node 137'),
|
|
(16046, 965, 0, 'Sungrass zone 47, node 138'),
|
|
(16047, 990, 0, 'Sungrass zone 16, node 114'),
|
|
(16048, 997, 0, 'Sungrass zone 4, node 39'),
|
|
(16049, 965, 0, 'Sungrass zone 47, node 139'),
|
|
(16050, 997, 0, 'Sungrass zone 4, node 40'),
|
|
(16051, 990, 0, 'Sungrass zone 16, node 115'),
|
|
(16052, 50003, 0, 'Sungrass zone 46, node 3'),
|
|
(16053, 965, 0, 'Sungrass zone 47, node 140'),
|
|
(16054, 50003, 0, 'Sungrass zone 46, node 4'),
|
|
(16055, 965, 0, 'Sungrass zone 47, node 141'),
|
|
(16056, 990, 0, 'Sungrass zone 16, node 116'),
|
|
(16057, 965, 0, 'Sungrass zone 47, node 142'),
|
|
(16058, 50003, 0, 'Sungrass zone 46, node 5'),
|
|
(16059, 50003, 0, 'Sungrass zone 46, node 6'),
|
|
(16060, 965, 0, 'Sungrass zone 47, node 143'),
|
|
(16061, 965, 0, 'Sungrass zone 47, node 144'),
|
|
(16062, 815, 0, 'Sungrass,Zone 361,Area 361,node 25'),
|
|
(16063, 954, 0, 'Sungrass zone 28, node 40'),
|
|
(16064, 965, 0, 'Sungrass zone 47, node 145'),
|
|
(16065, 965, 0, 'Sungrass zone 47, node 146'),
|
|
(16066, 965, 0, 'Sungrass zone 47, node 147'),
|
|
(16067, 964, 0, 'Sungrass zone 357, node 56'),
|
|
(16068, 50003, 0, 'Sungrass zone 46, node 7'),
|
|
(16069, 50003, 0, 'Sungrass zone 46, node 8'),
|
|
(16070, 997, 0, 'Sungrass zone 4, node 41'),
|
|
(16071, 990, 0, 'Sungrass zone 16, node 117'),
|
|
(16072, 990, 0, 'Sungrass zone 16, node 118'),
|
|
(16073, 815, 0, 'Sungrass,Zone 361,Area 361,node 26'),
|
|
(16074, 815, 0, 'Sungrass,Zone 361,Area 361,node 27'),
|
|
(16075, 990, 0, 'Sungrass zone 16, node 119'),
|
|
(16076, 990, 0, 'Sungrass zone 16, node 120'),
|
|
(16077, 966, 0, 'Sungrass zone 490, node 1'),
|
|
(16078, 968, 0, 'Sungrass zone 139, node 19'),
|
|
(16079, 965, 0, 'Sungrass zone 47, node 148'),
|
|
(16080, 997, 0, 'Sungrass zone 4, node 42'),
|
|
(16081, 965, 0, 'Sungrass zone 47, node 149'),
|
|
(16082, 50003, 0, 'Sungrass zone 46, node 9'),
|
|
(16083, 990, 0, 'Sungrass zone 16, node 121'),
|
|
(16084, 990, 0, 'Sungrass zone 16, node 122'),
|
|
(16085, 968, 0, 'Sungrass zone 139, node 20'),
|
|
(16086, 997, 0, 'Sungrass zone 4, node 43'),
|
|
(16087, 965, 0, 'Sungrass zone 47, node 150'),
|
|
(16088, 820, 0, 'Sungrass,Zone 361,Area 2618,node 28'),
|
|
(16089, 965, 0, 'Sungrass zone 47, node 151'),
|
|
(16090, 966, 0, 'Sungrass zone 490, node 2'),
|
|
(16091, 815, 0, 'Sungrass,Zone 361,Area 361,node 29'),
|
|
(16092, 966, 0, 'Sungrass zone 490, node 3'),
|
|
(16093, 965, 0, 'Sungrass zone 47, node 152'),
|
|
(16094, 997, 0, 'Sungrass zone 4, node 44'),
|
|
(16095, 968, 0, 'Sungrass zone 139, node 21'),
|
|
(16096, 965, 0, 'Sungrass zone 47, node 153'),
|
|
(16097, 990, 0, 'Sungrass zone 16, node 123'),
|
|
(16098, 997, 0, 'Sungrass zone 4, node 45'),
|
|
(16099, 990, 0, 'Sungrass zone 16, node 124'),
|
|
(16100, 990, 0, 'Sungrass zone 16, node 125'),
|
|
(16101, 990, 0, 'Sungrass zone 16, node 126'),
|
|
(16102, 990, 0, 'Sungrass zone 16, node 127'),
|
|
(16103, 990, 0, 'Sungrass zone 16, node 128'),
|
|
(16104, 990, 0, 'Sungrass zone 16, node 129'),
|
|
(16105, 965, 0, 'Sungrass zone 47, node 154'),
|
|
(16106, 50003, 0, 'Sungrass zone 46, node 10'),
|
|
(16107, 968, 0, 'Sungrass zone 139, node 22'),
|
|
(16108, 990, 0, 'Sungrass zone 16, node 130'),
|
|
(16109, 965, 0, 'Sungrass zone 47, node 155'),
|
|
(16110, 990, 0, 'Sungrass zone 16, node 131'),
|
|
(16111, 968, 0, 'Sungrass zone 139, node 23'),
|
|
(16112, 990, 0, 'Sungrass zone 16, node 132'),
|
|
(16113, 990, 0, 'Sungrass zone 16, node 133'),
|
|
(16114, 990, 0, 'Sungrass zone 16, node 134'),
|
|
(16115, 990, 0, 'Sungrass zone 16, node 135'),
|
|
(16116, 965, 0, 'Sungrass zone 47, node 156'),
|
|
(16117, 965, 0, 'Sungrass zone 47, node 157'),
|
|
(16118, 990, 0, 'Sungrass zone 16, node 136'),
|
|
(16119, 990, 0, 'Sungrass zone 16, node 137'),
|
|
(16120, 966, 0, 'Sungrass zone 490, node 4'),
|
|
(16121, 965, 0, 'Sungrass zone 47, node 158'),
|
|
(16122, 990, 0, 'Sungrass zone 16, node 138'),
|
|
(16123, 965, 0, 'Sungrass zone 47, node 159'),
|
|
(16124, 965, 0, 'Sungrass zone 47, node 160'),
|
|
(16125, 965, 0, 'Sungrass zone 47, node 161'),
|
|
(16126, 990, 0, 'Sungrass zone 16, node 139'),
|
|
(16127, 968, 0, 'Sungrass zone 139, node 24'),
|
|
(16128, 997, 0, 'Sungrass zone 4, node 46'),
|
|
(16129, 997, 0, 'Sungrass zone 4, node 47'),
|
|
(16130, 968, 0, 'Sungrass zone 139, node 25'),
|
|
(16131, 50003, 0, 'Sungrass zone 46, node 11'),
|
|
(16132, 990, 0, 'Sungrass zone 16, node 140'),
|
|
(16133, 990, 0, 'Sungrass zone 16, node 141'),
|
|
(16134, 990, 0, 'Sungrass zone 16, node 142'),
|
|
(16135, 990, 0, 'Sungrass zone 16, node 143'),
|
|
(16136, 966, 0, 'Sungrass zone 490, node 5'),
|
|
(16137, 965, 0, 'Sungrass zone 47, node 162'),
|
|
(16138, 965, 0, 'Sungrass zone 47, node 163'),
|
|
(16139, 965, 0, 'Sungrass zone 47, node 164'),
|
|
(16140, 997, 0, 'Sungrass zone 4, node 48'),
|
|
(16141, 997, 0, 'Sungrass zone 4, node 49'),
|
|
(16142, 990, 0, 'Sungrass zone 16, node 144'),
|
|
(16143, 965, 0, 'Sungrass zone 47, node 165'),
|
|
(16144, 965, 0, 'Sungrass zone 47, node 166'),
|
|
(16145, 990, 0, 'Sungrass zone 16, node 145'),
|
|
(16146, 968, 0, 'Sungrass zone 139, node 26'),
|
|
(16147, 990, 0, 'Sungrass zone 16, node 146'),
|
|
(16148, 968, 0, 'Sungrass zone 139, node 27'),
|
|
(16149, 968, 0, 'Sungrass zone 139, node 28'),
|
|
(16150, 990, 0, 'Sungrass zone 16, node 147'),
|
|
(16151, 990, 0, 'Sungrass zone 16, node 148'),
|
|
(16152, 990, 0, 'Sungrass zone 16, node 149'),
|
|
(16153, 997, 0, 'Sungrass zone 4, node 50'),
|
|
(16154, 814, 0, 'Sungrass,Zone 361,Area 2480,node 30'),
|
|
(16155, 50003, 0, 'Sungrass zone 46, node 12'),
|
|
(16156, 815, 0, 'Sungrass,Zone 361,Area 361,node 31'),
|
|
(16157, 816, 0, 'Sungrass,Zone 361,Area 1763,node 32'),
|
|
(16158, 965, 0, 'Sungrass zone 47, node 167'),
|
|
(16159, 968, 0, 'Sungrass zone 139, node 29'),
|
|
(16160, 968, 0, 'Sungrass zone 139, node 30'),
|
|
(16161, 990, 0, 'Sungrass zone 16, node 150'),
|
|
(16162, 966, 0, 'Sungrass zone 490, node 6'),
|
|
(16163, 968, 0, 'Sungrass zone 139, node 31'),
|
|
(16164, 968, 0, 'Sungrass zone 139, node 32'),
|
|
(16165, 968, 0, 'Sungrass zone 139, node 33'),
|
|
(16166, 968, 0, 'Sungrass zone 139, node 34'),
|
|
(16167, 990, 0, 'Sungrass zone 16, node 151'),
|
|
(16168, 990, 0, 'Sungrass zone 16, node 152'),
|
|
(16169, 990, 0, 'Sungrass zone 16, node 153'),
|
|
(16170, 997, 0, 'Sungrass zone 4, node 51'),
|
|
(16171, 997, 0, 'Sungrass zone 4, node 52'),
|
|
(16172, 990, 0, 'Sungrass zone 16, node 154'),
|
|
(16173, 990, 0, 'Sungrass zone 16, node 155'),
|
|
(16174, 965, 0, 'Sungrass zone 47, node 168'),
|
|
(16175, 990, 0, 'Sungrass zone 16, node 156'),
|
|
(16176, 965, 0, 'Sungrass zone 47, node 169'),
|
|
(16177, 815, 0, 'Sungrass,Zone 361,Area 361,node 33'),
|
|
(16178, 966, 0, 'Sungrass zone 490, node 7'),
|
|
(16179, 990, 0, 'Sungrass zone 16, node 157'),
|
|
(16180, 965, 0, 'Sungrass zone 47, node 170'),
|
|
(16181, 966, 0, 'Sungrass zone 490, node 8'),
|
|
(16182, 997, 0, 'Sungrass zone 4, node 53'),
|
|
(16183, 997, 0, 'Sungrass zone 4, node 54'),
|
|
(16184, 965, 0, 'Sungrass zone 47, node 171'),
|
|
(16185, 990, 0, 'Sungrass zone 16, node 158'),
|
|
(16186, 968, 0, 'Sungrass zone 139, node 35'),
|
|
(16187, 968, 0, 'Sungrass zone 139, node 36'),
|
|
(16188, 966, 0, 'Sungrass zone 490, node 9'),
|
|
(16189, 997, 0, 'Sungrass zone 4, node 55'),
|
|
(16190, 965, 0, 'Sungrass zone 47, node 172'),
|
|
(16191, 966, 0, 'Sungrass zone 490, node 10'),
|
|
(16192, 50003, 0, 'Sungrass zone 46, node 13'),
|
|
(16193, 965, 0, 'Sungrass zone 47, node 173'),
|
|
(16194, 966, 0, 'Sungrass zone 490, node 11'),
|
|
(16195, 965, 0, 'Sungrass zone 47, node 174'),
|
|
(16196, 965, 0, 'Sungrass zone 47, node 175'),
|
|
(16197, 965, 0, 'Sungrass zone 47, node 176'),
|
|
(16198, 965, 0, 'Sungrass zone 47, node 177'),
|
|
(16199, 965, 0, 'Sungrass zone 47, node 178'),
|
|
(16200, 968, 0, 'Sungrass zone 139, node 37'),
|
|
(16201, 990, 0, 'Sungrass zone 16, node 159'),
|
|
(16202, 965, 0, 'Sungrass zone 47, node 179'),
|
|
(16203, 816, 0, 'Sungrass,Zone 361,Area 1763,node 34'),
|
|
(16204, 990, 0, 'Sungrass zone 16, node 160'),
|
|
(16205, 954, 0, 'Sungrass zone 28, node 41'),
|
|
(16206, 965, 0, 'Sungrass zone 47, node 180'),
|
|
(16207, 990, 0, 'Sungrass zone 16, node 161'),
|
|
(16208, 990, 0, 'Sungrass zone 16, node 162'),
|
|
(16209, 968, 0, 'Sungrass zone 139, node 38'),
|
|
(16210, 990, 0, 'Sungrass zone 16, node 163'),
|
|
(16211, 990, 0, 'Sungrass zone 16, node 164'),
|
|
(16212, 990, 0, 'Sungrass zone 16, node 165'),
|
|
(16213, 965, 0, 'Sungrass zone 47, node 181'),
|
|
(16214, 965, 0, 'Sungrass zone 47, node 182'),
|
|
(16215, 965, 0, 'Sungrass zone 47, node 183'),
|
|
(16216, 990, 0, 'Sungrass zone 16, node 166'),
|
|
(16217, 968, 0, 'Sungrass zone 139, node 39'),
|
|
(16218, 968, 0, 'Sungrass zone 139, node 40'),
|
|
(16219, 965, 0, 'Sungrass zone 47, node 184'),
|
|
(16220, 990, 0, 'Sungrass zone 16, node 167'),
|
|
(16221, 990, 0, 'Sungrass zone 16, node 168'),
|
|
(16222, 990, 0, 'Sungrass zone 16, node 169'),
|
|
(16223, 990, 0, 'Sungrass zone 16, node 170'),
|
|
(16224, 997, 0, 'Sungrass zone 4, node 56'),
|
|
(16225, 50003, 0, 'Sungrass zone 46, node 14'),
|
|
(16226, 50003, 0, 'Sungrass zone 46, node 15'),
|
|
(16227, 50003, 0, 'Sungrass zone 46, node 16'),
|
|
(16228, 997, 0, 'Sungrass zone 4, node 57'),
|
|
(16229, 990, 0, 'Sungrass zone 16, node 171'),
|
|
(16230, 968, 0, 'Sungrass zone 139, node 41'),
|
|
(16231, 817, 0, 'Sungrass,Zone 361,Area 1766,node 35'),
|
|
(16232, 965, 0, 'Sungrass zone 47, node 185'),
|
|
(16233, 954, 0, 'Sungrass zone 28, node 42'),
|
|
(16234, 966, 0, 'Sungrass zone 490, node 12'),
|
|
(16235, 965, 0, 'Sungrass zone 47, node 186'),
|
|
(16236, 954, 0, 'Sungrass zone 28, node 43'),
|
|
(16237, 990, 0, 'Sungrass zone 16, node 172'),
|
|
(16238, 965, 0, 'Sungrass zone 47, node 187'),
|
|
(16239, 990, 0, 'Sungrass zone 16, node 173'),
|
|
(16240, 965, 0, 'Sungrass zone 47, node 188'),
|
|
(16241, 965, 0, 'Sungrass zone 47, node 189'),
|
|
(16242, 965, 0, 'Sungrass zone 47, node 190'),
|
|
(16243, 965, 0, 'Sungrass zone 47, node 191'),
|
|
(16244, 990, 0, 'Sungrass zone 16, node 174'),
|
|
(16245, 990, 0, 'Sungrass zone 16, node 175'),
|
|
(16246, 990, 0, 'Sungrass zone 16, node 176'),
|
|
(16247, 990, 0, 'Sungrass zone 16, node 177'),
|
|
(16248, 997, 0, 'Sungrass zone 4, node 58'),
|
|
(16249, 997, 0, 'Sungrass zone 4, node 59'),
|
|
(16250, 990, 0, 'Sungrass zone 16, node 178'),
|
|
(16251, 966, 0, 'Sungrass zone 490, node 13'),
|
|
(16252, 990, 0, 'Sungrass zone 16, node 179'),
|
|
(16253, 990, 0, 'Sungrass zone 16, node 180'),
|
|
(16254, 997, 0, 'Sungrass zone 4, node 60'),
|
|
(16255, 990, 0, 'Sungrass zone 16, node 181'),
|
|
(16256, 965, 0, 'Sungrass zone 47, node 192'),
|
|
(16257, 990, 0, 'Sungrass zone 16, node 182'),
|
|
(16258, 997, 0, 'Sungrass zone 4, node 61'),
|
|
(16259, 815, 0, 'Sungrass,Zone 361,Area 361,node 36'),
|
|
(16260, 997, 0, 'Sungrass zone 4, node 62'),
|
|
(16261, 997, 0, 'Sungrass zone 4, node 63'),
|
|
(16262, 997, 0, 'Sungrass zone 4, node 64'),
|
|
(16263, 997, 0, 'Sungrass zone 4, node 65'),
|
|
(16264, 954, 0, 'Sungrass zone 28, node 44'),
|
|
(16265, 990, 0, 'Sungrass zone 16, node 183'),
|
|
(16266, 966, 0, 'Sungrass zone 490, node 14'),
|
|
(16267, 964, 0, 'Sungrass zone 357, node 57'),
|
|
(16268, 966, 0, 'Sungrass zone 490, node 15'),
|
|
(16269, 965, 0, 'Sungrass zone 47, node 193'),
|
|
(16270, 964, 0, 'Sungrass zone 357, node 58'),
|
|
(16271, 990, 0, 'Sungrass zone 16, node 184'),
|
|
(16272, 968, 0, 'Sungrass zone 139, node 42'),
|
|
(16273, 968, 0, 'Sungrass zone 139, node 43'),
|
|
(16274, 968, 0, 'Sungrass zone 139, node 44'),
|
|
(16275, 968, 0, 'Sungrass zone 139, node 45'),
|
|
(16276, 965, 0, 'Sungrass zone 47, node 194'),
|
|
(16277, 997, 0, 'Sungrass zone 4, node 66'),
|
|
(16278, 968, 0, 'Sungrass zone 139, node 46'),
|
|
(16279, 965, 0, 'Sungrass zone 47, node 195'),
|
|
(16280, 997, 0, 'Sungrass zone 4, node 67'),
|
|
(16281, 990, 0, 'Sungrass zone 16, node 185'),
|
|
(16282, 990, 0, 'Sungrass zone 16, node 186'),
|
|
(16283, 990, 0, 'Sungrass zone 16, node 187'),
|
|
(16284, 818, 0, 'Sungrass,Zone 361,Area 1767,node 37'),
|
|
(16285, 818, 0, 'Sungrass,Zone 361,Area 1767,node 38'),
|
|
(16286, 966, 0, 'Sungrass zone 490, node 16'),
|
|
(16287, 996, 0, 'Blindweed zone 8, node 190'),
|
|
(16288, 996, 0, 'Blindweed zone 8, node 191'),
|
|
(16289, 996, 0, 'Blindweed zone 8, node 192'),
|
|
(16290, 996, 0, 'Blindweed zone 8, node 193'),
|
|
(16291, 996, 0, 'Blindweed zone 8, node 194'),
|
|
(16292, 996, 0, 'Blindweed zone 8, node 195'),
|
|
(16293, 996, 0, 'Blindweed zone 8, node 196'),
|
|
(16294, 996, 0, 'Blindweed zone 8, node 197'),
|
|
(16295, 996, 0, 'Blindweed zone 8, node 198'),
|
|
(16296, 996, 0, 'Blindweed zone 8, node 199'),
|
|
(16297, 996, 0, 'Blindweed zone 8, node 200'),
|
|
(16298, 996, 0, 'Blindweed zone 8, node 201'),
|
|
(16299, 996, 0, 'Blindweed zone 8, node 202'),
|
|
(16300, 996, 0, 'Blindweed zone 8, node 203'),
|
|
(16301, 996, 0, 'Blindweed zone 8, node 204'),
|
|
(16302, 996, 0, 'Blindweed zone 8, node 205'),
|
|
(16303, 966, 0, 'Blindweed zone 490, node 17'),
|
|
(16304, 966, 0, 'Blindweed zone 490, node 18'),
|
|
(16305, 996, 0, 'Blindweed zone 8, node 206'),
|
|
(16306, 996, 0, 'Blindweed zone 8, node 207'),
|
|
(16307, 996, 0, 'Blindweed zone 8, node 208'),
|
|
(16308, 996, 0, 'Blindweed zone 8, node 209'),
|
|
(16309, 996, 0, 'Blindweed zone 8, node 210'),
|
|
(16310, 996, 0, 'Blindweed zone 8, node 211'),
|
|
(16311, 996, 0, 'Blindweed zone 8, node 212'),
|
|
(16312, 996, 0, 'Blindweed zone 8, node 213'),
|
|
(16313, 996, 0, 'Blindweed zone 8, node 214'),
|
|
(16314, 996, 0, 'Blindweed zone 8, node 215'),
|
|
(16315, 966, 0, 'Blindweed zone 490, node 19'),
|
|
(16316, 996, 0, 'Blindweed zone 8, node 216'),
|
|
(16317, 996, 0, 'Blindweed zone 8, node 217'),
|
|
(16318, 966, 0, 'Blindweed zone 490, node 20'),
|
|
(16319, 996, 0, 'Blindweed zone 8, node 218'),
|
|
(16320, 996, 0, 'Blindweed zone 8, node 219'),
|
|
(16321, 996, 0, 'Blindweed zone 8, node 220'),
|
|
(16322, 996, 0, 'Blindweed zone 8, node 221'),
|
|
(16323, 966, 0, 'Blindweed zone 490, node 21'),
|
|
(16324, 996, 0, 'Blindweed zone 8, node 222'),
|
|
(16325, 990, 0, 'Blindweed zone 16, node 188'),
|
|
(16326, 996, 0, 'Blindweed zone 8, node 223'),
|
|
(16327, 996, 0, 'Blindweed zone 8, node 224'),
|
|
(16328, 996, 0, 'Blindweed zone 8, node 225'),
|
|
(16329, 966, 0, 'Blindweed zone 490, node 22'),
|
|
(16330, 996, 0, 'Blindweed zone 8, node 226'),
|
|
(16331, 996, 0, 'Blindweed zone 8, node 227'),
|
|
(16332, 996, 0, 'Blindweed zone 8, node 228'),
|
|
(16333, 966, 0, 'Blindweed zone 490, node 23'),
|
|
(16334, 996, 0, 'Blindweed zone 8, node 229'),
|
|
(16335, 996, 0, 'Blindweed zone 8, node 230'),
|
|
(16336, 996, 0, 'Blindweed zone 8, node 231'),
|
|
(16337, 966, 0, 'Blindweed zone 490, node 24'),
|
|
(16338, 996, 0, 'Blindweed zone 8, node 232'),
|
|
(16339, 996, 0, 'Blindweed zone 8, node 233'),
|
|
(16340, 966, 0, 'Blindweed zone 490, node 25'),
|
|
(16341, 996, 0, 'Blindweed zone 8, node 234'),
|
|
(16342, 996, 0, 'Blindweed zone 8, node 235'),
|
|
(16343, 996, 0, 'Blindweed zone 8, node 236'),
|
|
(16344, 996, 0, 'Blindweed zone 8, node 237'),
|
|
(16345, 996, 0, 'Blindweed zone 8, node 238'),
|
|
(16346, 996, 0, 'Blindweed zone 8, node 239'),
|
|
(16347, 996, 0, 'Blindweed zone 8, node 240'),
|
|
(16348, 996, 0, 'Blindweed zone 8, node 241'),
|
|
(16349, 996, 0, 'Blindweed zone 8, node 242'),
|
|
(16350, 996, 0, 'Blindweed zone 8, node 243'),
|
|
(16351, 996, 0, 'Blindweed zone 8, node 244'),
|
|
(16352, 996, 0, 'Blindweed zone 8, node 245'),
|
|
(16353, 996, 0, 'Blindweed zone 8, node 246'),
|
|
(16354, 996, 0, 'Blindweed zone 8, node 247'),
|
|
(16355, 996, 0, 'Blindweed zone 8, node 248'),
|
|
(16356, 996, 0, 'Blindweed zone 8, node 249'),
|
|
(16357, 996, 0, 'Blindweed zone 8, node 250'),
|
|
(16358, 996, 0, 'Blindweed zone 8, node 251'),
|
|
(16359, 996, 0, 'Blindweed zone 8, node 252'),
|
|
(16360, 996, 0, 'Blindweed zone 8, node 253'),
|
|
(16361, 996, 0, 'Blindweed zone 8, node 254'),
|
|
(16362, 996, 0, 'Blindweed zone 8, node 255'),
|
|
(16363, 996, 0, 'Blindweed zone 8, node 256'),
|
|
(16364, 996, 0, 'Blindweed zone 8, node 257'),
|
|
(16365, 996, 0, 'Blindweed zone 8, node 258'),
|
|
(16366, 996, 0, 'Blindweed zone 8, node 259'),
|
|
(16367, 966, 0, 'Blindweed zone 490, node 26'),
|
|
(16368, 996, 0, 'Blindweed zone 8, node 260'),
|
|
(16369, 996, 0, 'Blindweed zone 8, node 261'),
|
|
(16370, 996, 0, 'Blindweed zone 8, node 262'),
|
|
(16371, 996, 0, 'Blindweed zone 8, node 263'),
|
|
(16372, 996, 0, 'Blindweed zone 8, node 264'),
|
|
(16373, 996, 0, 'Blindweed zone 8, node 265'),
|
|
(16374, 996, 0, 'Blindweed zone 8, node 266'),
|
|
(16375, 996, 0, 'Blindweed zone 8, node 267'),
|
|
(16376, 990, 0, 'Blindweed zone 16, node 189'),
|
|
(16377, 996, 0, 'Blindweed zone 8, node 268'),
|
|
(16378, 966, 0, 'Blindweed zone 490, node 27'),
|
|
(16379, 996, 0, 'Blindweed zone 8, node 269'),
|
|
(16380, 996, 0, 'Blindweed zone 8, node 270'),
|
|
(16381, 966, 0, 'Blindweed zone 490, node 28'),
|
|
(16382, 996, 0, 'Blindweed zone 8, node 271'),
|
|
(16383, 996, 0, 'Blindweed zone 8, node 272'),
|
|
(16384, 996, 0, 'Blindweed zone 8, node 273'),
|
|
(16385, 996, 0, 'Blindweed zone 8, node 274'),
|
|
(16386, 996, 0, 'Blindweed zone 8, node 275'),
|
|
(16387, 996, 0, 'Blindweed zone 8, node 276'),
|
|
(16388, 996, 0, 'Blindweed zone 8, node 277'),
|
|
(16389, 996, 0, 'Blindweed zone 8, node 278'),
|
|
(16390, 996, 0, 'Blindweed zone 8, node 279'),
|
|
(16391, 996, 0, 'Blindweed zone 8, node 280'),
|
|
(16392, 966, 0, 'Blindweed zone 490, node 29'),
|
|
(16393, 996, 0, 'Blindweed zone 8, node 281'),
|
|
(16394, 996, 0, 'Blindweed zone 8, node 282'),
|
|
(16395, 996, 0, 'Blindweed zone 8, node 283'),
|
|
(16396, 966, 0, 'Blindweed zone 490, node 30'),
|
|
(16397, 996, 0, 'Blindweed zone 8, node 284'),
|
|
(16398, 996, 0, 'Blindweed zone 8, node 285'),
|
|
(16399, 996, 0, 'Blindweed zone 8, node 286'),
|
|
(16400, 996, 0, 'Blindweed zone 8, node 287'),
|
|
(16401, 996, 0, 'Blindweed zone 8, node 288'),
|
|
(16402, 996, 0, 'Blindweed zone 8, node 289'),
|
|
(16403, 996, 0, 'Blindweed zone 8, node 290'),
|
|
(16404, 996, 0, 'Blindweed zone 8, node 291'),
|
|
(16405, 996, 0, 'Blindweed zone 8, node 292'),
|
|
(16406, 996, 0, 'Blindweed zone 8, node 293'),
|
|
(16407, 996, 0, 'Blindweed zone 8, node 294'),
|
|
(16408, 996, 0, 'Blindweed zone 8, node 295'),
|
|
(16409, 996, 0, 'Blindweed zone 8, node 296'),
|
|
(16410, 996, 0, 'Blindweed zone 8, node 297'),
|
|
(16411, 996, 0, 'Blindweed zone 8, node 298'),
|
|
(16412, 996, 0, 'Blindweed zone 8, node 299'),
|
|
(16413, 996, 0, 'Blindweed zone 8, node 300'),
|
|
(16414, 996, 0, 'Blindweed zone 8, node 301'),
|
|
(16415, 965, 0, 'Ghost Mushroom zone 47, node 196'),
|
|
(16416, 965, 0, 'Ghost Mushroom zone 47, node 197'),
|
|
(16417, 965, 0, 'Ghost Mushroom zone 47, node 198'),
|
|
(16418, 965, 0, 'Ghost Mushroom zone 47, node 199'),
|
|
(16419, 965, 0, 'Ghost Mushroom zone 47, node 200'),
|
|
(16420, 965, 0, 'Ghost Mushroom zone 47, node 201'),
|
|
(16421, 965, 0, 'Ghost Mushroom zone 47, node 202'),
|
|
(16422, 965, 0, 'Ghost Mushroom zone 47, node 203'),
|
|
(16423, 965, 0, 'Ghost Mushroom zone 47, node 204'),
|
|
(16424, 965, 0, 'Ghost Mushroom zone 47, node 205'),
|
|
(16425, 965, 0, 'Ghost Mushroom zone 47, node 206'),
|
|
(16426, 965, 0, 'Ghost Mushroom zone 47, node 207'),
|
|
(16427, 826, 0, 'Ghost Mushroom,Zone 405,607,node 104'),
|
|
(16429, 965, 0, 'Ghost Mushroom zone 47, node 208'),
|
|
(16430, 965, 0, 'Ghost Mushroom zone 47, node 209'),
|
|
(16431, 965, 0, 'Ghost Mushroom zone 47, node 210'),
|
|
(16432, 826, 0, 'Ghost Mushroom,Zone 405,607,node 105'),
|
|
(16433, 965, 0, 'Ghost Mushroom zone 47, node 211'),
|
|
(16434, 965, 0, 'Ghost Mushroom zone 47, node 212'),
|
|
(16435, 965, 0, 'Ghost Mushroom zone 47, node 213'),
|
|
(16437, 965, 0, 'Ghost Mushroom zone 47, node 214'),
|
|
(16438, 965, 0, 'Ghost Mushroom zone 47, node 215'),
|
|
(16440, 826, 0, 'Ghost Mushroom,Zone 405,607,node 106'),
|
|
(16441, 826, 0, 'Ghost Mushroom,Zone 405,607,node 107'),
|
|
(16442, 965, 0, 'Ghost Mushroom zone 47, node 216'),
|
|
(16443, 965, 0, 'Ghost Mushroom zone 47, node 217'),
|
|
(16444, 826, 0, 'Ghost Mushroom,Zone 405,607,node 108'),
|
|
(16445, 965, 0, 'Ghost Mushroom zone 47, node 218'),
|
|
(16446, 826, 0, 'Ghost Mushroom,Zone 405,607,node 109'),
|
|
(16447, 965, 0, 'Ghost Mushroom zone 47, node 219'),
|
|
(16448, 965, 0, 'Ghost Mushroom zone 47, node 220'),
|
|
(16449, 997, 0, 'Gromsblood zone 4, node 68'),
|
|
(16450, 997, 0, 'Gromsblood zone 4, node 69'),
|
|
(16451, 815, 0, 'Gromsblood,Zone 361,Area 361,node 39'),
|
|
(16452, 815, 0, 'Gromsblood,Zone 361,Area 361,node 40'),
|
|
(16453, 997, 0, 'Gromsblood zone 4, node 70'),
|
|
(16454, 997, 0, 'Gromsblood zone 4, node 71'),
|
|
(16455, 815, 0, 'Gromsblood,Zone 361,Area 361,node 41'),
|
|
(16456, 960, 0, 'Gromsblood zone 331, node 319'),
|
|
(16457, 960, 0, 'Gromsblood zone 331, node 320'),
|
|
(16458, 825, 0, 'Gromsblood,Zone 405,602,node 110'),
|
|
(16459, 815, 0, 'Gromsblood,Zone 361,Area 361,node 42'),
|
|
(16460, 815, 0, 'Gromsblood,Zone 361,Area 361,node 43'),
|
|
(16461, 815, 0, 'Gromsblood,Zone 361,Area 361,node 44'),
|
|
(16462, 997, 0, 'Gromsblood zone 4, node 72'),
|
|
(16463, 997, 0, 'Gromsblood zone 4, node 73'),
|
|
(16464, 825, 0, 'Gromsblood,Zone 405,602,node 111'),
|
|
(16465, 820, 0, 'Gromsblood,Zone 361,Area 2618,node 45'),
|
|
(16466, 815, 0, 'Gromsblood,Zone 361,Area 361,node 46'),
|
|
(16467, 815, 0, 'Gromsblood,Zone 361,Area 361,node 47'),
|
|
(16468, 819, 0, 'Gromsblood,Zone 361,Area 2481,node 48'),
|
|
(16469, 815, 0, 'Gromsblood,Zone 361,Area 361,node 49'),
|
|
(16470, 820, 0, 'Gromsblood,Zone 361,Area 2618,node 50'),
|
|
(16471, 815, 0, 'Gromsblood,Zone 361,Area 361,node 51'),
|
|
(16472, 997, 0, 'Gromsblood zone 4, node 74'),
|
|
(16473, 814, 0, 'Gromsblood,Zone 361,Area 1761,node 52'),
|
|
(16474, 816, 0, 'Gromsblood,Zone 361,Area 1763,node 53'),
|
|
(16475, 822, 0, 'Gromsblood,Zone 405,405,node 112'),
|
|
(16476, 997, 0, 'Gromsblood zone 4, node 75'),
|
|
(16477, 997, 0, 'Gromsblood zone 4, node 76'),
|
|
(16478, 960, 0, 'Gromsblood zone 331, node 321'),
|
|
(16479, 997, 0, 'Gromsblood zone 4, node 77'),
|
|
(16480, 816, 0, 'Gromsblood,Zone 361,Area 1763,node 54'),
|
|
(16481, 960, 0, 'Gromsblood zone 331, node 322'),
|
|
(16482, 997, 0, 'Gromsblood zone 4, node 78'),
|
|
(16483, 815, 0, 'Gromsblood,Zone 361,Area 361,node 55'),
|
|
(16484, 815, 0, 'Gromsblood,Zone 361,Area 361,node 56'),
|
|
(16485, 815, 0, 'Gromsblood,Zone 361,Area 361,node 57'),
|
|
(16486, 819, 0, 'Gromsblood,Zone 361,Area 2481,node 58'),
|
|
(16487, 815, 0, 'Gromsblood,Zone 361,Area 361,node 59'),
|
|
(16488, 819, 0, 'Gromsblood,Zone 361,Area 2481,node 60'),
|
|
(16489, 814, 0, 'Gromsblood,Zone 361,Area 2478,node 61'),
|
|
(16490, 819, 0, 'Gromsblood,Zone 361,Area 2481,node 62'),
|
|
(16491, 819, 0, 'Gromsblood,Zone 361,Area 2481,node 63'),
|
|
(16492, 815, 0, 'Gromsblood,Zone 361,Area 361,node 64'),
|
|
(16493, 815, 0, 'Gromsblood,Zone 361,Area 361,node 65'),
|
|
(16494, 815, 0, 'Gromsblood,Zone 361,Area 361,node 66'),
|
|
(16495, 815, 0, 'Gromsblood,Zone 361,Area 361,node 67'),
|
|
(16496, 815, 0, 'Gromsblood,Zone 361,Area 361,node 68'),
|
|
(16497, 997, 0, 'Gromsblood zone 4, node 79'),
|
|
(16498, 825, 0, 'Gromsblood,Zone 405,602,node 113'),
|
|
(16499, 997, 0, 'Gromsblood zone 4, node 80'),
|
|
(16500, 816, 0, 'Gromsblood,Zone 361,Area 1763,node 69'),
|
|
(16501, 814, 0, 'Gromsblood,Zone 361,Area 1769,node 70'),
|
|
(16502, 825, 0, 'Gromsblood,Zone 405,602,node 114'),
|
|
(16503, 997, 0, 'Gromsblood zone 4, node 81'),
|
|
(16504, 997, 0, 'Gromsblood zone 4, node 82'),
|
|
(16505, 815, 0, 'Gromsblood,Zone 361,Area 361,node 71'),
|
|
(16506, 820, 0, 'Gromsblood,Zone 361,Area 2618,node 72'),
|
|
(16507, 815, 0, 'Gromsblood,Zone 361,Area 361,node 73'),
|
|
(16508, 815, 0, 'Gromsblood,Zone 361,Area 361,node 74'),
|
|
(16509, 815, 0, 'Gromsblood,Zone 361,Area 361,node 75'),
|
|
(16510, 825, 0, 'Gromsblood,Zone 405,602,node 115'),
|
|
(16511, 960, 0, 'Gromsblood zone 331, node 323'),
|
|
(16512, 815, 0, 'Gromsblood,Zone 361,Area 361,node 76'),
|
|
(16513, 814, 0, 'Gromsblood,Zone 361,Area 1764,node 77'),
|
|
(16514, 815, 0, 'Gromsblood,Zone 361,Area 361,node 78'),
|
|
(16515, 960, 0, 'Gromsblood zone 331, node 324'),
|
|
(16516, 815, 0, 'Gromsblood,Zone 361,Area 361,node 79'),
|
|
(16517, 960, 0, 'Gromsblood zone 331, node 325'),
|
|
(16518, 814, 0, 'Gromsblood,Zone 361,Area 1764,node 80'),
|
|
(16519, 814, 0, 'Gromsblood,Zone 361,Area 1764,node 81'),
|
|
(16520, 815, 0, 'Gromsblood,Zone 361,Area 361,node 82'),
|
|
(16521, 997, 0, 'Gromsblood zone 4, node 83'),
|
|
(16522, 814, 0, 'Gromsblood,Zone 361,Area 1764,node 83'),
|
|
(16523, 825, 0, 'Gromsblood,Zone 405,602,node 116'),
|
|
(16524, 816, 0, 'Gromsblood,Zone 361,Area 1763,node 84'),
|
|
(16525, 815, 0, 'Gromsblood,Zone 361,Area 361,node 85'),
|
|
(16526, 997, 0, 'Gromsblood zone 4, node 84'),
|
|
(16527, 997, 0, 'Gromsblood zone 4, node 85'),
|
|
(16528, 815, 0, 'Gromsblood,Zone 361,Area 361,node 86'),
|
|
(16529, 814, 0, 'Gromsblood,Zone 361,Area 1764,node 87'),
|
|
(16530, 814, 0, 'Gromsblood,Zone 361,Area 1761,node 88'),
|
|
(16532, 815, 0, 'Gromsblood,Zone 361,Area 361,node 89'),
|
|
(16533, 825, 0, 'Gromsblood,Zone 405,602,node 117'),
|
|
(16535, 814, 0, 'Gromsblood,Zone 361,Area 1762,node 90'),
|
|
(16536, 816, 0, 'Gromsblood,Zone 361,Area 1763,node 91'),
|
|
(16537, 825, 0, 'Gromsblood,Zone 405,602,node 118'),
|
|
(16538, 825, 0, 'Gromsblood,Zone 405,602,node 119'),
|
|
(16539, 825, 0, 'Gromsblood,Zone 405,602,node 120'),
|
|
(16540, 825, 0, 'Gromsblood,Zone 405,602,node 121'),
|
|
(16541, 825, 0, 'Gromsblood,Zone 405,602,node 122'),
|
|
(16542, 815, 0, 'Gromsblood,Zone 361,Area 361,node 92'),
|
|
(16543, 814, 0, 'Gromsblood,Zone 361,Area 1769,node 93'),
|
|
(16544, 825, 0, 'Gromsblood,Zone 405,602,node 123'),
|
|
(16545, 820, 0, 'Gromsblood,Zone 361,Area 2618,node 94'),
|
|
(16548, 264, 0, ''),
|
|
(16574, 265, 20, ''),
|
|
(16575, 988, 0, 'Purple Lotus zone 33, node 534'),
|
|
(16576, 265, 0, ''),
|
|
(16577, 266, 20, ''),
|
|
(16578, 266, 0, ''),
|
|
(16579, 267, 20, ''),
|
|
(16580, 267, 0, ''),
|
|
(16616, 269, 20, ''),
|
|
(16648, 11655, 0, 'Solid Chest, Arathi Highlands, node 1'),
|
|
(16716, 269, 0, ''),
|
|
(16734, 270, 20, ''),
|
|
(16744, 270, 0, ''),
|
|
(16751, 959, 0, 'Grave Moss zone 45, node 408'),
|
|
(16753, 959, 0, 'Goldthorn zone 45, node 409'),
|
|
(16754, 995, 0, 'Bruiseweed zone 10, node 205'),
|
|
(16758, 959, 0, 'Goldthorn zone 45, node 410'),
|
|
(16764, 959, 0, 'Kingsblood zone 45, node 411'),
|
|
(16766, 271, 20, ''),
|
|
(16773, 271, 0, ''),
|
|
(16780, 962, 0, 'Bruiseweed zone 400, node 95'),
|
|
(16781, 962, 0, 'Bruiseweed zone 400, node 96'),
|
|
(16783, 959, 0, 'Wild Steelbloom zone 45, node 412'),
|
|
(16789, 11655, 0, 'Solid Chest, Arathi Highlands, node 13'),
|
|
(16790, 959, 0, 'Wild Steelbloom zone 45, node 413'),
|
|
(16792, 959, 0, 'Wild Steelbloom zone 45, node 414'),
|
|
(16793, 959, 0, 'Khadgar\'s Whisker zone 45, node 415'),
|
|
(16794, 11655, 0, 'Solid Chest, Arathi Highlands, node 9'),
|
|
(16796, 959, 0, 'Wild Steelbloom zone 45, node 416'),
|
|
(16797, 959, 0, 'Khadgar\'s Whisker zone 45, node 417'),
|
|
(16798, 959, 0, 'Khadgar\'s Whisker zone 45, node 418'),
|
|
(16799, 959, 0, 'Wild Steelbloom zone 45, node 419'),
|
|
(16802, 962, 0, 'Bruiseweed zone 400, node 97'),
|
|
(16803, 962, 0, 'Bruiseweed zone 400, node 98'),
|
|
(16805, 962, 0, 'Bruiseweed zone 400, node 100'),
|
|
(16806, 962, 0, 'Wild Steelbloom zone 400, node 101'),
|
|
(16807, 962, 0, 'Wild Steelbloom zone 400, node 102'),
|
|
(16808, 962, 0, 'Wild Steelbloom zone 400, node 103'),
|
|
(16809, 962, 0, 'Wild Steelbloom zone 400, node 104'),
|
|
(16811, 962, 0, 'Kingsblood zone 400, node 106'),
|
|
(16812, 962, 0, 'Kingsblood zone 400, node 107'),
|
|
(16813, 959, 0, 'Fadeleaf zone 45, node 421'),
|
|
(16814, 962, 0, 'Kingsblood zone 400, node 108'),
|
|
(16815, 962, 0, 'Kingsblood zone 400, node 109'),
|
|
(16816, 962, 0, 'Kingsblood zone 400, node 110'),
|
|
(16819, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(16820, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(16824, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(16825, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(16828, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(16829, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(16831, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(16836, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(16837, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(16839, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(16840, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(16841, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(16843, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(16847, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(16848, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(16850, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(16851, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(16897, 959, 0, 'Wild Steelbloom zone 45, node 422'),
|
|
(16898, 959, 0, 'Goldthorn zone 45, node 423'),
|
|
(16900, 959, 0, 'Kingsblood zone 45, node 424'),
|
|
(16905, 959, 0, 'Khadgar\'s Whisker zone 45, node 425'),
|
|
(16907, 959, 0, 'Khadgar\'s Whisker zone 45, node 426'),
|
|
(16911, 959, 0, 'Liferoot zone 45, node 427'),
|
|
(16912, 959, 0, 'Bruiseweed zone 45, node 428'),
|
|
(16913, 959, 0, 'Liferoot zone 45, node 429'),
|
|
(16916, 959, 0, 'Khadgar\'s Whisker zone 45, node 430'),
|
|
(16918, 959, 0, 'Goldthorn zone 45, node 431'),
|
|
(16922, 959, 0, 'Wild Steelbloom zone 45, node 432'),
|
|
(16923, 959, 0, 'Goldthorn zone 45, node 433'),
|
|
(16925, 959, 0, 'Liferoot zone 45, node 434'),
|
|
(16934, 959, 0, 'Bruiseweed zone 45, node 435'),
|
|
(16935, 959, 0, 'Kingsblood zone 45, node 436'),
|
|
(16937, 959, 0, 'Kingsblood zone 45, node 438'),
|
|
(16939, 959, 0, 'Khadgar\'s Whisker zone 45, node 439'),
|
|
(16940, 959, 0, 'Goldthorn zone 45, node 440'),
|
|
(16941, 959, 0, 'Fadeleaf zone 45, node 441'),
|
|
(16942, 959, 0, 'Khadgar\'s Whisker zone 45, node 442'),
|
|
(16946, 11655, 0, 'Solid Chest, Arathi Highlands, node 6'),
|
|
(16949, 11655, 0, 'Solid Chest, Arathi Highlands, node 10'),
|
|
(16950, 11655, 0, 'Solid Chest, Arathi Highlands, node 3'),
|
|
(16977, 11655, 0, 'Solid Chest, Arathi Highlands, node 14'),
|
|
(16978, 11655, 0, 'Solid Chest, Arathi Highlands, node 12'),
|
|
(16985, 995, 0, 'Wild Steelbloom zone 10, node 206'),
|
|
(16986, 995, 0, 'Bruiseweed zone 10, node 207'),
|
|
(16987, 995, 0, 'Wild Steelbloom zone 10, node 208'),
|
|
(16994, 991, 0, 'Kingsblood zone 15, node 35'),
|
|
(17144, 995, 0, 'Kingsblood zone 10, node 209'),
|
|
(17159, 11680, 0, 'Spawn Point 1 - Tin'),
|
|
(17172, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(17177, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(17178, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(17185, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(17247, 84, 20, ''),
|
|
(17250, 80, 0, ''),
|
|
(17283, 963, 0, 'Firebloom zone 440, node 65'),
|
|
(17285, 963, 0, 'Firebloom zone 440, node 67'),
|
|
(17288, 963, 0, 'Firebloom zone 440, node 68'),
|
|
(17290, 963, 0, 'Firebloom zone 440, node 69'),
|
|
(17291, 963, 0, 'Firebloom zone 440, node 70'),
|
|
(17293, 963, 0, 'Firebloom zone 440, node 71'),
|
|
(17294, 963, 0, 'Firebloom zone 440, node 72'),
|
|
(17295, 963, 0, 'Firebloom zone 440, node 73'),
|
|
(17297, 963, 0, 'Firebloom zone 440, node 75'),
|
|
(17298, 11659, 0, 'Solid Chest, Tanaris, node 2'),
|
|
(17299, 11659, 0, 'Solid Chest, Tanaris, node 3'),
|
|
(17300, 11659, 0, 'Solid Chest, Tanaris, node 4'),
|
|
(17302, 963, 0, 'Purple Lotus zone 440, node 76'),
|
|
(17303, 963, 0, 'Purple Lotus zone 440, node 77'),
|
|
(17304, 963, 0, 'Purple Lotus zone 440, node 78'),
|
|
(17305, 963, 0, 'Purple Lotus zone 440, node 79'),
|
|
(17306, 963, 0, 'Purple Lotus zone 440, node 80'),
|
|
(17308, 963, 0, 'Purple Lotus zone 440, node 81'),
|
|
(17309, 963, 0, 'Purple Lotus zone 440, node 82'),
|
|
(17310, 963, 0, 'Purple Lotus zone 440, node 83'),
|
|
(17311, 963, 0, 'Purple Lotus zone 440, node 84'),
|
|
(17329, 11659, 0, 'Solid Chest, Tanaris, node 5'),
|
|
(17330, 11659, 0, 'Solid Chest, Tanaris, node 6'),
|
|
(17331, 11659, 0, 'Solid Chest, Tanaris, node 7'),
|
|
(17356, 57, 0, ''),
|
|
(17357, 58, 0, ''),
|
|
(17466, 331, 0, ''),
|
|
(17469, 330, 0, ''),
|
|
(17492, 963, 0, 'Stranglekelp zone 440, node 85'),
|
|
(17493, 963, 0, 'Stranglekelp zone 440, node 86'),
|
|
(17494, 963, 0, 'Stranglekelp zone 440, node 87'),
|
|
(17495, 963, 0, 'Stranglekelp zone 440, node 88'),
|
|
(17496, 963, 0, 'Stranglekelp zone 440, node 89'),
|
|
(17497, 963, 0, 'Firebloom zone 440, node 90'),
|
|
(17498, 355, 0, 'Inconspicuous Landmark'),
|
|
(17499, 355, 0, 'Inconspicuous Landmark'),
|
|
(17584, 966, 0, 'Sungrass zone 490, node 31'),
|
|
(17588, 966, 0, 'Sungrass zone 490, node 34'),
|
|
(17589, 966, 0, 'Sungrass zone 490, node 35'),
|
|
(17590, 966, 0, 'Blindweed zone 490, node 36'),
|
|
(17665, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(17737, 966, 0, 'Golden Sansam zone 490, node 37'),
|
|
(17738, 966, 0, 'Golden Sansam zone 490, node 38'),
|
|
(17739, 966, 0, 'Golden Sansam zone 490, node 39'),
|
|
(17740, 966, 0, 'Golden Sansam zone 490, node 40'),
|
|
(17741, 966, 0, 'Golden Sansam zone 490, node 41'),
|
|
(17742, 966, 0, 'Golden Sansam zone 490, node 42'),
|
|
(17743, 966, 0, 'Golden Sansam zone 490, node 43'),
|
|
(17744, 966, 0, 'Golden Sansam zone 490, node 44'),
|
|
(17746, 966, 0, 'Dreamfoil zone 490, node 45'),
|
|
(17747, 966, 0, 'Dreamfoil zone 490, node 46'),
|
|
(17748, 966, 0, 'Dreamfoil zone 490, node 47'),
|
|
(17749, 966, 0, 'Dreamfoil zone 490, node 48'),
|
|
(17750, 966, 0, 'Dreamfoil zone 490, node 49'),
|
|
(17752, 966, 0, 'Dreamfoil zone 490, node 50'),
|
|
(17753, 966, 0, 'Dreamfoil zone 490, node 51'),
|
|
(17755, 966, 0, 'Dreamfoil zone 490, node 52'),
|
|
(17756, 966, 0, 'Mountain Silversage zone 490, node 53'),
|
|
(17757, 966, 0, 'Mountain Silversage zone 490, node 54'),
|
|
(17758, 966, 0, 'Mountain Silversage zone 490, node 55'),
|
|
(17760, 966, 0, 'Mountain Silversage zone 490, node 56'),
|
|
(17773, 966, 0, 'Mountain Silversage zone 490, node 57'),
|
|
(17779, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(17844, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(17890, 966, 0, 'Mountain Silversage zone 490, node 58'),
|
|
(17891, 58, 0, ''),
|
|
(17908, 8080, 0, 'Felweed - Zangarmarsh'),
|
|
(17909, 8083, 0, 'Felweed - Zangarmarsh'),
|
|
(17924, 966, 0, 'Mountain Silversage zone 490, node 59'),
|
|
(17925, 966, 0, 'Mountain Silversage zone 490, node 60'),
|
|
(18017, 505, 0, 'Captain Kelisendra\'s Cargo 1 of 40'),
|
|
(18018, 505, 0, 'Captain Kelisendra\'s Cargo 2 of 40'),
|
|
(18019, 505, 0, 'Captain Kelisendra\'s Cargo 3 of 40'),
|
|
(18020, 505, 0, 'Captain Kelisendra\'s Cargo 4 of 40'),
|
|
(18021, 505, 0, 'Captain Kelisendra\'s Cargo 5 of 40'),
|
|
(18022, 505, 0, 'Captain Kelisendra\'s Cargo 6 of 40'),
|
|
(18023, 505, 0, 'Captain Kelisendra\'s Cargo 7 of 40'),
|
|
(18024, 505, 0, 'Captain Kelisendra\'s Cargo 8 of 40'),
|
|
(18025, 505, 0, 'Captain Kelisendra\'s Cargo 9 of 40'),
|
|
(18026, 505, 0, 'Captain Kelisendra\'s Cargo 10 of 40'),
|
|
(18027, 505, 0, 'Captain Kelisendra\'s Cargo 11 of 40'),
|
|
(18028, 505, 0, 'Captain Kelisendra\'s Cargo 12 of 40'),
|
|
(18029, 505, 0, 'Captain Kelisendra\'s Cargo 13 of 40'),
|
|
(18030, 505, 0, 'Captain Kelisendra\'s Cargo 14 of 40'),
|
|
(18031, 505, 0, 'Captain Kelisendra\'s Cargo 15 of 40'),
|
|
(18032, 505, 0, 'Captain Kelisendra\'s Cargo 16 of 40'),
|
|
(18033, 505, 0, 'Captain Kelisendra\'s Cargo 17 of 40'),
|
|
(18034, 505, 0, 'Captain Kelisendra\'s Cargo 18 of 40'),
|
|
(18035, 505, 0, 'Captain Kelisendra\'s Cargo 19 of 40'),
|
|
(18036, 505, 0, 'Captain Kelisendra\'s Cargo 20 of 40'),
|
|
(18037, 505, 0, 'Captain Kelisendra\'s Cargo 21 of 40'),
|
|
(18038, 505, 0, 'Captain Kelisendra\'s Cargo 22 of 40'),
|
|
(18039, 505, 0, 'Captain Kelisendra\'s Cargo 23 of 40'),
|
|
(18040, 505, 0, 'Captain Kelisendra\'s Cargo 24 of 40'),
|
|
(18041, 505, 0, 'Captain Kelisendra\'s Cargo 25 of 40'),
|
|
(18042, 505, 0, 'Captain Kelisendra\'s Cargo 26 of 40'),
|
|
(18043, 505, 0, 'Captain Kelisendra\'s Cargo 27 of 40'),
|
|
(18044, 505, 0, 'Captain Kelisendra\'s Cargo 28 of 40'),
|
|
(18045, 505, 0, 'Captain Kelisendra\'s Cargo 29 of 40'),
|
|
(18046, 505, 0, 'Captain Kelisendra\'s Cargo 30 of 40'),
|
|
(18047, 505, 0, 'Captain Kelisendra\'s Cargo 31 of 40'),
|
|
(18048, 505, 0, 'Captain Kelisendra\'s Cargo 32 of 40'),
|
|
(18049, 505, 0, 'Captain Kelisendra\'s Cargo 33 of 40'),
|
|
(18050, 505, 0, 'Captain Kelisendra\'s Cargo 34 of 40'),
|
|
(18051, 505, 0, 'Captain Kelisendra\'s Cargo 35 of 40'),
|
|
(18052, 505, 0, 'Captain Kelisendra\'s Cargo 36 of 40'),
|
|
(18053, 505, 0, 'Captain Kelisendra\'s Cargo 37 of 40'),
|
|
(18054, 505, 0, 'Captain Kelisendra\'s Cargo 38 of 40'),
|
|
(18055, 505, 0, 'Captain Kelisendra\'s Cargo 39 of 40'),
|
|
(18056, 505, 0, 'Captain Kelisendra\'s Cargo 40 of 40'),
|
|
(18062, 59, 0, ''),
|
|
(18063, 60, 0, ''),
|
|
(18064, 76, 0, ''),
|
|
(18065, 77, 0, ''),
|
|
(18066, 39, 0, ''),
|
|
(18069, 78, 0, ''),
|
|
(18070, 78, 20, ''),
|
|
(18071, 38, 20, ''),
|
|
(18082, 39, 20, ''),
|
|
(18083, 40, 20, ''),
|
|
(18086, 49, 20, ''),
|
|
(18105, 62, 0, ''),
|
|
(18107, 63, 0, ''),
|
|
(18109, 66, 0, ''),
|
|
(18111, 67, 0, ''),
|
|
(18117, 68, 0, ''),
|
|
(18118, 69, 0, ''),
|
|
(18120, 70, 0, ''),
|
|
(18121, 72, 0, ''),
|
|
(18123, 38, 0, ''),
|
|
(18125, 61, 0, ''),
|
|
(18127, 84, 0, ''),
|
|
(18128, 48, 0, ''),
|
|
(18138, 8080, 0, 'Felweed - Zangarmarsh'),
|
|
(18139, 75, 0, ''),
|
|
(18140, 223, 0, ''),
|
|
(18141, 225, 0, ''),
|
|
(18142, 244, 0, ''),
|
|
(18144, 65, 0, ''),
|
|
(18145, 71, 0, ''),
|
|
(18146, 32, 0, ''),
|
|
(18147, 37, 0, ''),
|
|
(18148, 79, 20, ''),
|
|
(18149, 81, 0, ''),
|
|
(18151, 73, 20, ''),
|
|
(18153, 74, 20, ''),
|
|
(18154, 75, 20, ''),
|
|
(18157, 64, 20, ''),
|
|
(18165, 41, 0, ''),
|
|
(18169, 43, 0, ''),
|
|
(18172, 42, 0, ''),
|
|
(18181, 45, 0, ''),
|
|
(18183, 995, 0, 'Briarthorn zone 10, node 211'),
|
|
(18185, 19, 0, ''),
|
|
(18189, 44, 0, ''),
|
|
(18206, 23, 0, ''),
|
|
(18213, 46, 20, ''),
|
|
(18214, 826, 0, 'Ghost Mushroom,Zone 405,607,node 124'),
|
|
(18227, 38, 0, ''),
|
|
(18232, 48, 0, ''),
|
|
(18279, 47, 0, ''),
|
|
(18282, 50, 0, ''),
|
|
(18284, 49, 0, ''),
|
|
(18433, 11698, 30, 'Spawn Point 1 - Rich Thorium'),
|
|
(18472, 995, 0, 'Briarthorn zone 10, node 212'),
|
|
(18515, 8082, 0, 'Felweed - Zangarmarsh'),
|
|
(18516, 8080, 0, 'Felweed - Zangarmarsh'),
|
|
(18533, 8081, 0, 'Felweed - Zangarmarsh'),
|
|
(18545, 8078, 0, 'Felweed - Zangarmarsh'),
|
|
(18546, 8083, 0, 'Felweed - Zangarmarsh'),
|
|
(18548, 8081, 0, 'Felweed - Zangarmarsh'),
|
|
(18557, 8078, 0, 'Felweed - Zangarmarsh'),
|
|
(18563, 8080, 0, 'Felweed - Zangarmarsh'),
|
|
(18569, 995, 0, 'Briarthorn zone 10, node 213'),
|
|
(18570, 995, 0, 'Mageroyal zone 10, node 214'),
|
|
(18573, 8081, 0, 'Felweed - Zangarmarsh'),
|
|
(18579, 995, 0, 'Bruiseweed zone 10, node 215'),
|
|
(18581, 8079, 0, 'Felweed - Zangarmarsh'),
|
|
(18584, 8079, 0, 'Felweed - Zangarmarsh'),
|
|
(18595, 950, 0, 'Earthroot zone 44, node 154'),
|
|
(18600, 950, 0, 'Mageroyal zone 44, node 155'),
|
|
(18617, 821, 0, 'Bruiseweed,Zone 405,603,node 125'),
|
|
(18619, 822, 0, 'Wild Steelbloom,Zone 405,405,node 126'),
|
|
(18620, 824, 0, 'Wild Steelbloom,Zone 405,598,node 127'),
|
|
(18621, 821, 0, 'Wild Steelbloom,Zone 405,603,node 128'),
|
|
(18624, 822, 0, 'Kingsblood,Zone 405,405,node 129'),
|
|
(18625, 821, 0, 'Kingsblood,Zone 405,2617,node 130'),
|
|
(18629, 70, 0, ''),
|
|
(18631, 80, 0, ''),
|
|
(18673, 950, 0, 'Briarthorn zone 44, node 156'),
|
|
(18675, 950, 0, 'Bruiseweed zone 44, node 157'),
|
|
(18676, 821, 0, 'Grave Moss,Zone 405,609,node 131'),
|
|
(18677, 821, 0, 'Grave Moss,Zone 405,2657,node 132'),
|
|
(18678, 950, 0, 'Bruiseweed zone 44, node 158'),
|
|
(18680, 822, 0, 'Grave Moss,Zone 405,405,node 133'),
|
|
(18885, 991, 0, 'Liferoot zone 15, node 36'),
|
|
(18886, 991, 0, 'Liferoot zone 15, node 37'),
|
|
(18899, 8078, 0, 'Felweed - Zangarmarsh'),
|
|
(18907, 8080, 0, 'Felweed - Zangarmarsh'),
|
|
(18912, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(18918, 950, 0, 'Earthroot zone 44, node 159'),
|
|
(18926, 8013, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(18927, 8013, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(18928, 8042, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(18929, 8024, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(18930, 8024, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(18931, 8024, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(18932, 8024, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(18933, 8029, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(18934, 8029, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(18935, 8095, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(18936, 8095, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(18937, 8095, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(18938, 8095, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(18939, 8095, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(18940, 8252, 0, 'Golden Sansam - Netherstorm - Eco-Dome Midrealm'),
|
|
(18941, 8248, 0, 'Golden Sansam - Netherstorm - Eco-Dome Sutheron'),
|
|
(18942, 8248, 0, 'Golden Sansam - Netherstorm - Eco-Dome Sutheron'),
|
|
(18943, 8245, 0, 'Golden Sansam - Netherstorm - Eco-Dome Farfield'),
|
|
(18944, 50003, 0, 'Golden Sansam zone 46, node 5'),
|
|
(18945, 990, 0, 'Golden Sansam zone 16, node 190'),
|
|
(18946, 990, 0, 'Golden Sansam zone 16, node 191'),
|
|
(18947, 990, 0, 'Golden Sansam zone 16, node 192'),
|
|
(18948, 818, 0, 'Golden Sansam,Zone 361,Area 1767,node 95'),
|
|
(18949, 990, 0, 'Golden Sansam zone 16, node 193'),
|
|
(18950, 990, 0, 'Golden Sansam zone 16, node 194'),
|
|
(18951, 966, 0, 'Golden Sansam zone 490, node 61'),
|
|
(18952, 966, 0, 'Golden Sansam zone 490, node 62'),
|
|
(18953, 966, 0, 'Golden Sansam zone 490, node 63'),
|
|
(18954, 50003, 0, 'Golden Sansam zone 46, node 6'),
|
|
(18955, 50003, 0, 'Golden Sansam zone 46, node 7'),
|
|
(18956, 966, 0, 'Golden Sansam zone 490, node 64'),
|
|
(18957, 966, 0, 'Golden Sansam zone 490, node 65'),
|
|
(18958, 50003, 0, 'Golden Sansam zone 46, node 8'),
|
|
(18959, 966, 0, 'Golden Sansam zone 490, node 66'),
|
|
(18960, 966, 0, 'Golden Sansam zone 490, node 67'),
|
|
(18961, 50003, 0, 'Golden Sansam zone 46, node 9'),
|
|
(18962, 50003, 0, 'Golden Sansam zone 46, node 10'),
|
|
(18963, 50003, 0, 'Golden Sansam zone 46, node 11'),
|
|
(18964, 968, 0, 'Golden Sansam zone 139, node 47'),
|
|
(18965, 819, 0, 'Golden Sansam,Zone 361,Area 2481,node 96'),
|
|
(18966, 815, 0, 'Golden Sansam,Zone 361,Area 361,node 97'),
|
|
(18967, 814, 0, 'Golden Sansam,Zone 361,Area 1998,node 98'),
|
|
(18968, 968, 0, 'Golden Sansam zone 139, node 48'),
|
|
(18969, 968, 0, 'Golden Sansam zone 139, node 49'),
|
|
(18970, 50003, 0, 'Golden Sansam zone 46, node 12'),
|
|
(18971, 990, 0, 'Golden Sansam zone 16, node 195'),
|
|
(18972, 948, 0, 'Golden Sansam zone 1377, node 1'),
|
|
(18973, 968, 0, 'Golden Sansam zone 139, node 50'),
|
|
(18974, 966, 0, 'Golden Sansam zone 490, node 68'),
|
|
(18975, 815, 0, 'Golden Sansam,Zone 361,Area 361,node 99'),
|
|
(18976, 966, 0, 'Golden Sansam zone 490, node 69'),
|
|
(18977, 966, 0, 'Golden Sansam zone 490, node 70'),
|
|
(18978, 966, 0, 'Golden Sansam zone 490, node 71'),
|
|
(18979, 50003, 0, 'Golden Sansam zone 46, node 13'),
|
|
(18980, 965, 0, 'Golden Sansam zone 47, node 221'),
|
|
(18981, 990, 0, 'Golden Sansam zone 16, node 196'),
|
|
(18982, 964, 0, 'Golden Sansam zone 357, node 59'),
|
|
(18983, 990, 0, 'Golden Sansam zone 16, node 197'),
|
|
(18984, 968, 0, 'Golden Sansam zone 139, node 51'),
|
|
(18985, 990, 0, 'Golden Sansam zone 16, node 198'),
|
|
(18986, 814, 0, 'Golden Sansam,Zone 361,Area 1762,node 100'),
|
|
(18987, 966, 0, 'Golden Sansam zone 490, node 72'),
|
|
(18988, 966, 0, 'Golden Sansam zone 490, node 73'),
|
|
(18989, 964, 0, 'Golden Sansam zone 357, node 60'),
|
|
(18990, 965, 0, 'Golden Sansam zone 47, node 222'),
|
|
(18991, 966, 0, 'Golden Sansam zone 490, node 74'),
|
|
(18992, 964, 0, 'Golden Sansam zone 357, node 61'),
|
|
(18993, 968, 0, 'Golden Sansam zone 139, node 52'),
|
|
(18994, 968, 0, 'Golden Sansam zone 139, node 53'),
|
|
(18995, 990, 0, 'Golden Sansam zone 16, node 199'),
|
|
(18996, 966, 0, 'Golden Sansam zone 490, node 75'),
|
|
(18997, 966, 0, 'Golden Sansam zone 490, node 76'),
|
|
(18998, 817, 0, 'Golden Sansam,Zone 361,Area 1766,node 101'),
|
|
(18999, 964, 0, 'Golden Sansam zone 357, node 62'),
|
|
(19000, 966, 0, 'Golden Sansam zone 490, node 77'),
|
|
(19001, 816, 0, 'Golden Sansam,Zone 361,Area 1763,node 102'),
|
|
(19002, 815, 0, 'Golden Sansam,Zone 361,Area 361,node 103'),
|
|
(19003, 965, 0, 'Golden Sansam zone 47, node 223'),
|
|
(19004, 948, 0, 'Golden Sansam zone 1377, node 2'),
|
|
(19005, 990, 0, 'Golden Sansam zone 16, node 200'),
|
|
(19006, 990, 0, 'Golden Sansam zone 16, node 201'),
|
|
(19007, 966, 0, 'Golden Sansam zone 490, node 78'),
|
|
(19008, 965, 0, 'Golden Sansam zone 47, node 224'),
|
|
(19009, 968, 0, 'Golden Sansam zone 139, node 54'),
|
|
(19010, 968, 0, 'Golden Sansam zone 139, node 55'),
|
|
(19011, 990, 0, 'Golden Sansam zone 16, node 202'),
|
|
(19012, 948, 0, 'Golden Sansam zone 1377, node 3'),
|
|
(19013, 966, 0, 'Golden Sansam zone 490, node 79'),
|
|
(19014, 990, 0, 'Golden Sansam zone 16, node 203'),
|
|
(19016, 968, 0, 'Golden Sansam zone 139, node 56'),
|
|
(19017, 968, 0, 'Golden Sansam zone 139, node 57'),
|
|
(19018, 50003, 0, 'Golden Sansam zone 46, node 14'),
|
|
(19019, 966, 0, 'Golden Sansam zone 490, node 80'),
|
|
(19020, 50003, 0, 'Golden Sansam zone 46, node 15'),
|
|
(19021, 965, 0, 'Golden Sansam zone 47, node 225'),
|
|
(19022, 965, 0, 'Golden Sansam zone 47, node 226'),
|
|
(19023, 966, 0, 'Golden Sansam zone 490, node 81'),
|
|
(19024, 50003, 0, 'Golden Sansam zone 46, node 16'),
|
|
(19025, 50003, 0, 'Golden Sansam zone 46, node 17'),
|
|
(19026, 965, 0, 'Golden Sansam zone 47, node 227'),
|
|
(19027, 966, 0, 'Golden Sansam zone 490, node 82'),
|
|
(19028, 815, 0, 'Golden Sansam,Zone 361,Area 361,node 104'),
|
|
(19029, 990, 0, 'Golden Sansam zone 16, node 204'),
|
|
(19030, 968, 0, 'Golden Sansam zone 139, node 58'),
|
|
(19031, 968, 0, 'Golden Sansam zone 139, node 59'),
|
|
(19032, 966, 0, 'Golden Sansam zone 490, node 83'),
|
|
(19034, 50003, 0, 'Golden Sansam zone 46, node 18'),
|
|
(19036, 815, 0, 'Golden Sansam,Zone 361,Area 361,node 105'),
|
|
(19037, 965, 0, 'Golden Sansam zone 47, node 228'),
|
|
(19038, 948, 0, 'Golden Sansam zone 1377, node 4'),
|
|
(19039, 50003, 0, 'Golden Sansam zone 46, node 19'),
|
|
(19040, 966, 0, 'Golden Sansam zone 490, node 85'),
|
|
(19041, 990, 0, 'Golden Sansam zone 16, node 205'),
|
|
(19042, 50003, 0, 'Golden Sansam zone 46, node 20'),
|
|
(19043, 814, 0, 'Golden Sansam,Zone 361,Area 1762,node 106'),
|
|
(19044, 990, 0, 'Golden Sansam zone 16, node 206'),
|
|
(19045, 965, 0, 'Golden Sansam zone 47, node 229'),
|
|
(19046, 990, 0, 'Golden Sansam zone 16, node 207'),
|
|
(19047, 990, 0, 'Golden Sansam zone 16, node 208'),
|
|
(19048, 990, 0, 'Golden Sansam zone 16, node 209'),
|
|
(19049, 50003, 0, 'Golden Sansam zone 46, node 21'),
|
|
(19050, 948, 0, 'Golden Sansam zone 1377, node 5'),
|
|
(19051, 50003, 0, 'Golden Sansam zone 46, node 22'),
|
|
(19052, 948, 0, 'Golden Sansam zone 1377, node 6'),
|
|
(19053, 966, 0, 'Golden Sansam zone 490, node 86'),
|
|
(19054, 964, 0, 'Golden Sansam zone 357, node 63'),
|
|
(19055, 820, 0, 'Golden Sansam,Zone 361,Area 2618,node 107'),
|
|
(19056, 966, 0, 'Golden Sansam zone 490, node 87'),
|
|
(19057, 966, 0, 'Golden Sansam zone 490, node 88'),
|
|
(19058, 968, 0, 'Golden Sansam zone 139, node 60'),
|
|
(19059, 948, 0, 'Golden Sansam zone 1377, node 7'),
|
|
(19060, 990, 0, 'Golden Sansam zone 16, node 210'),
|
|
(19061, 966, 0, 'Golden Sansam zone 490, node 89'),
|
|
(19062, 966, 0, 'Golden Sansam zone 490, node 90'),
|
|
(19063, 966, 0, 'Golden Sansam zone 490, node 91'),
|
|
(19064, 966, 0, 'Golden Sansam zone 490, node 92'),
|
|
(19065, 966, 0, 'Golden Sansam zone 490, node 93'),
|
|
(19066, 966, 0, 'Golden Sansam zone 490, node 94'),
|
|
(19067, 990, 0, 'Golden Sansam zone 16, node 211'),
|
|
(19068, 968, 0, 'Golden Sansam zone 139, node 61'),
|
|
(19069, 968, 0, 'Golden Sansam zone 139, node 62'),
|
|
(19070, 814, 0, 'Golden Sansam,Zone 361,Area 1762,node 108'),
|
|
(19071, 965, 0, 'Golden Sansam zone 47, node 230'),
|
|
(19072, 966, 0, 'Golden Sansam zone 490, node 95'),
|
|
(19073, 990, 0, 'Golden Sansam zone 16, node 212'),
|
|
(19074, 964, 0, 'Golden Sansam zone 357, node 64'),
|
|
(19075, 948, 0, 'Golden Sansam zone 1377, node 8'),
|
|
(19076, 818, 0, 'Golden Sansam,Zone 361,Area 1767,node 109'),
|
|
(19077, 965, 0, 'Golden Sansam zone 47, node 231'),
|
|
(19078, 990, 0, 'Golden Sansam zone 16, node 213'),
|
|
(19079, 990, 0, 'Golden Sansam zone 16, node 214'),
|
|
(19080, 990, 0, 'Golden Sansam zone 16, node 215'),
|
|
(19081, 966, 0, 'Golden Sansam zone 490, node 96'),
|
|
(19082, 990, 0, 'Golden Sansam zone 16, node 216'),
|
|
(19083, 968, 0, 'Golden Sansam zone 139, node 63'),
|
|
(19084, 990, 0, 'Golden Sansam zone 16, node 217'),
|
|
(19085, 966, 0, 'Golden Sansam zone 490, node 97'),
|
|
(19086, 990, 0, 'Golden Sansam zone 16, node 218'),
|
|
(19087, 990, 0, 'Golden Sansam zone 16, node 219'),
|
|
(19088, 968, 0, 'Golden Sansam zone 139, node 64'),
|
|
(19089, 990, 0, 'Golden Sansam zone 16, node 220'),
|
|
(19090, 966, 0, 'Golden Sansam zone 490, node 98'),
|
|
(19091, 990, 0, 'Golden Sansam zone 16, node 221'),
|
|
(19093, 965, 0, 'Golden Sansam zone 47, node 232'),
|
|
(19094, 966, 0, 'Golden Sansam zone 490, node 99'),
|
|
(19095, 966, 0, 'Golden Sansam zone 490, node 100'),
|
|
(19096, 50003, 0, 'Golden Sansam zone 46, node 23'),
|
|
(19097, 966, 0, 'Golden Sansam zone 490, node 101'),
|
|
(19098, 814, 0, 'Golden Sansam,Zone 361,Area 1761,node 110'),
|
|
(19099, 966, 0, 'Golden Sansam zone 490, node 102'),
|
|
(19100, 966, 0, 'Golden Sansam zone 490, node 103'),
|
|
(19101, 966, 0, 'Golden Sansam zone 490, node 104'),
|
|
(19102, 968, 0, 'Golden Sansam zone 139, node 65'),
|
|
(19103, 965, 0, 'Golden Sansam zone 47, node 233'),
|
|
(19104, 965, 0, 'Golden Sansam zone 47, node 234'),
|
|
(19105, 990, 0, 'Golden Sansam zone 16, node 222'),
|
|
(19106, 818, 0, 'Golden Sansam,Zone 361,Area 1767,node 111'),
|
|
(19107, 968, 0, 'Golden Sansam zone 139, node 66'),
|
|
(19108, 990, 0, 'Golden Sansam zone 16, node 223'),
|
|
(19109, 50003, 0, 'Golden Sansam zone 46, node 24'),
|
|
(19110, 990, 0, 'Golden Sansam zone 16, node 224'),
|
|
(19111, 816, 0, 'Golden Sansam,Zone 361,Area 1763,node 112'),
|
|
(19112, 990, 0, 'Golden Sansam zone 16, node 225'),
|
|
(19113, 990, 0, 'Golden Sansam zone 16, node 226'),
|
|
(19114, 50003, 0, 'Golden Sansam zone 46, node 25'),
|
|
(19115, 966, 0, 'Golden Sansam zone 490, node 105'),
|
|
(19116, 990, 0, 'Golden Sansam zone 16, node 227'),
|
|
(19117, 990, 0, 'Golden Sansam zone 16, node 228'),
|
|
(19118, 814, 0, 'Golden Sansam,Zone 361,Area 1998,node 113'),
|
|
(19119, 990, 0, 'Golden Sansam zone 16, node 229'),
|
|
(19120, 966, 0, 'Golden Sansam zone 490, node 106'),
|
|
(19121, 968, 0, 'Golden Sansam zone 139, node 67'),
|
|
(19122, 964, 0, 'Golden Sansam zone 357, node 65'),
|
|
(19123, 964, 0, 'Golden Sansam zone 357, node 66'),
|
|
(19124, 965, 0, 'Golden Sansam zone 47, node 235'),
|
|
(19125, 965, 0, 'Golden Sansam zone 47, node 236'),
|
|
(19126, 966, 0, 'Golden Sansam zone 490, node 107'),
|
|
(19127, 966, 0, 'Golden Sansam zone 490, node 108'),
|
|
(19128, 966, 0, 'Golden Sansam zone 490, node 109'),
|
|
(19129, 966, 0, 'Golden Sansam zone 490, node 110'),
|
|
(19130, 818, 0, 'Golden Sansam,Zone 361,Area 1767,node 114'),
|
|
(19131, 818, 0, 'Golden Sansam,Zone 361,Area 1767,node 115'),
|
|
(19132, 818, 0, 'Golden Sansam,Zone 361,Area 1767,node 116'),
|
|
(19133, 965, 0, 'Golden Sansam zone 47, node 237'),
|
|
(19134, 990, 0, 'Golden Sansam zone 16, node 230'),
|
|
(19135, 948, 0, 'Golden Sansam zone 1377, node 9'),
|
|
(19136, 966, 0, 'Golden Sansam zone 490, node 111'),
|
|
(19137, 968, 0, 'Golden Sansam zone 139, node 68'),
|
|
(19138, 966, 0, 'Golden Sansam zone 490, node 112'),
|
|
(19139, 966, 0, 'Golden Sansam zone 490, node 113'),
|
|
(19140, 990, 0, 'Golden Sansam zone 16, node 231'),
|
|
(19141, 990, 0, 'Golden Sansam zone 16, node 232'),
|
|
(19142, 966, 0, 'Golden Sansam zone 490, node 114'),
|
|
(19143, 964, 0, 'Golden Sansam zone 357, node 67'),
|
|
(19144, 965, 0, 'Golden Sansam zone 47, node 238'),
|
|
(19145, 968, 0, 'Golden Sansam zone 139, node 69'),
|
|
(19146, 968, 0, 'Golden Sansam zone 139, node 70'),
|
|
(19147, 968, 0, 'Golden Sansam zone 139, node 71'),
|
|
(19148, 968, 0, 'Golden Sansam zone 139, node 72'),
|
|
(19149, 968, 0, 'Golden Sansam zone 139, node 73'),
|
|
(19150, 50003, 0, 'Golden Sansam zone 46, node 26'),
|
|
(19151, 968, 0, 'Golden Sansam zone 139, node 74'),
|
|
(19152, 968, 0, 'Golden Sansam zone 139, node 75'),
|
|
(19153, 968, 0, 'Golden Sansam zone 139, node 76'),
|
|
(19154, 816, 0, 'Golden Sansam,Zone 361,Area 1763,node 117'),
|
|
(19155, 966, 0, 'Golden Sansam zone 490, node 115'),
|
|
(19156, 966, 0, 'Golden Sansam zone 490, node 116'),
|
|
(19157, 968, 0, 'Golden Sansam zone 139, node 77'),
|
|
(19158, 965, 0, 'Golden Sansam zone 47, node 239'),
|
|
(19159, 966, 0, 'Golden Sansam zone 490, node 117'),
|
|
(19160, 966, 0, 'Golden Sansam zone 490, node 118'),
|
|
(19161, 990, 0, 'Golden Sansam zone 16, node 233'),
|
|
(19162, 990, 0, 'Golden Sansam zone 16, node 234'),
|
|
(19163, 990, 0, 'Golden Sansam zone 16, node 235'),
|
|
(19164, 966, 0, 'Golden Sansam zone 490, node 119'),
|
|
(19165, 990, 0, 'Golden Sansam zone 16, node 236'),
|
|
(19166, 966, 0, 'Golden Sansam zone 490, node 120'),
|
|
(19167, 818, 0, 'Golden Sansam,Zone 361,Area 1767,node 118'),
|
|
(19168, 948, 0, 'Golden Sansam zone 1377, node 10'),
|
|
(19169, 948, 0, 'Golden Sansam zone 1377, node 11'),
|
|
(19170, 948, 0, 'Golden Sansam zone 1377, node 12'),
|
|
(19171, 990, 0, 'Golden Sansam zone 16, node 237'),
|
|
(19172, 968, 0, 'Golden Sansam zone 139, node 78'),
|
|
(19173, 964, 0, 'Golden Sansam zone 357, node 68'),
|
|
(19174, 968, 0, 'Golden Sansam zone 139, node 79'),
|
|
(19175, 948, 0, 'Golden Sansam zone 1377, node 13'),
|
|
(19176, 990, 0, 'Golden Sansam zone 16, node 238'),
|
|
(19177, 818, 0, 'Golden Sansam,Zone 361,Area 1767,node 119'),
|
|
(19178, 968, 0, 'Golden Sansam zone 139, node 80'),
|
|
(19179, 990, 0, 'Golden Sansam zone 16, node 239'),
|
|
(19180, 50003, 0, 'Golden Sansam zone 46, node 27'),
|
|
(19181, 966, 0, 'Golden Sansam zone 490, node 121'),
|
|
(19182, 990, 0, 'Golden Sansam zone 16, node 240'),
|
|
(19183, 964, 0, 'Golden Sansam zone 357, node 69'),
|
|
(19184, 990, 0, 'Golden Sansam zone 16, node 241'),
|
|
(19185, 990, 0, 'Golden Sansam zone 16, node 242'),
|
|
(19186, 948, 0, 'Golden Sansam zone 1377, node 14'),
|
|
(19187, 818, 0, 'Golden Sansam,Zone 361,Area 1767,node 120'),
|
|
(19188, 990, 0, 'Golden Sansam zone 16, node 243'),
|
|
(19189, 948, 0, 'Golden Sansam zone 1377, node 15'),
|
|
(19190, 966, 0, 'Golden Sansam zone 490, node 122'),
|
|
(19191, 966, 0, 'Golden Sansam zone 490, node 123'),
|
|
(19192, 990, 0, 'Golden Sansam zone 16, node 244'),
|
|
(19193, 948, 0, 'Golden Sansam zone 1377, node 16'),
|
|
(19194, 50003, 0, 'Golden Sansam zone 46, node 28'),
|
|
(19195, 948, 0, 'Golden Sansam zone 1377, node 17'),
|
|
(19196, 948, 0, 'Golden Sansam zone 1377, node 18'),
|
|
(19197, 990, 0, 'Golden Sansam zone 16, node 245'),
|
|
(19198, 948, 0, 'Golden Sansam zone 1377, node 19'),
|
|
(19199, 990, 0, 'Golden Sansam zone 16, node 246'),
|
|
(19200, 990, 0, 'Golden Sansam zone 16, node 247'),
|
|
(19201, 990, 0, 'Golden Sansam zone 16, node 248'),
|
|
(19202, 966, 0, 'Golden Sansam zone 490, node 124'),
|
|
(19203, 966, 0, 'Golden Sansam zone 490, node 125'),
|
|
(19204, 966, 0, 'Golden Sansam zone 490, node 126'),
|
|
(19205, 966, 0, 'Golden Sansam zone 490, node 127'),
|
|
(19206, 966, 0, 'Golden Sansam zone 490, node 128'),
|
|
(19207, 966, 0, 'Golden Sansam zone 490, node 129'),
|
|
(19208, 990, 0, 'Golden Sansam zone 16, node 249'),
|
|
(19209, 990, 0, 'Golden Sansam zone 16, node 250'),
|
|
(19210, 965, 0, 'Golden Sansam zone 47, node 240'),
|
|
(19211, 966, 0, 'Golden Sansam zone 490, node 130'),
|
|
(19212, 990, 0, 'Golden Sansam zone 16, node 251'),
|
|
(19213, 966, 0, 'Golden Sansam zone 490, node 131'),
|
|
(19214, 990, 0, 'Golden Sansam zone 16, node 252'),
|
|
(19215, 990, 0, 'Golden Sansam zone 16, node 253'),
|
|
(19216, 948, 0, 'Golden Sansam zone 1377, node 20'),
|
|
(19217, 50003, 0, 'Golden Sansam zone 46, node 29'),
|
|
(19218, 965, 0, 'Golden Sansam zone 47, node 241'),
|
|
(19219, 990, 0, 'Golden Sansam zone 16, node 254'),
|
|
(19220, 964, 0, 'Golden Sansam zone 357, node 70'),
|
|
(19221, 990, 0, 'Golden Sansam zone 16, node 255'),
|
|
(19222, 990, 0, 'Golden Sansam zone 16, node 256'),
|
|
(19223, 948, 0, 'Golden Sansam zone 1377, node 21'),
|
|
(19224, 964, 0, 'Golden Sansam zone 357, node 71'),
|
|
(19225, 990, 0, 'Golden Sansam zone 16, node 257'),
|
|
(19226, 50003, 0, 'Golden Sansam zone 46, node 30'),
|
|
(19227, 948, 0, 'Golden Sansam zone 1377, node 22'),
|
|
(19228, 968, 0, 'Golden Sansam zone 139, node 81'),
|
|
(19229, 968, 0, 'Golden Sansam zone 139, node 82'),
|
|
(19230, 990, 0, 'Golden Sansam zone 16, node 258'),
|
|
(19231, 814, 0, 'Golden Sansam,Zone 361,Area 2478,node 121'),
|
|
(19233, 966, 0, 'Golden Sansam zone 490, node 133'),
|
|
(19234, 968, 0, 'Golden Sansam zone 139, node 83'),
|
|
(19235, 966, 0, 'Golden Sansam zone 490, node 134'),
|
|
(19236, 818, 0, 'Golden Sansam,Zone 361,Area 1767,node 122'),
|
|
(19237, 990, 0, 'Golden Sansam zone 16, node 259'),
|
|
(19238, 948, 0, 'Golden Sansam zone 1377, node 23'),
|
|
(19239, 814, 0, 'Golden Sansam,Zone 361,Area 2480,node 123'),
|
|
(19240, 966, 0, 'Golden Sansam zone 490, node 135'),
|
|
(19241, 966, 0, 'Golden Sansam zone 490, node 136'),
|
|
(19242, 966, 0, 'Golden Sansam zone 490, node 137'),
|
|
(19243, 990, 0, 'Golden Sansam zone 16, node 260'),
|
|
(19244, 966, 0, 'Golden Sansam zone 490, node 138'),
|
|
(19245, 966, 0, 'Golden Sansam zone 490, node 139'),
|
|
(19246, 966, 0, 'Golden Sansam zone 490, node 140'),
|
|
(19247, 990, 0, 'Golden Sansam zone 16, node 261'),
|
|
(19248, 968, 0, 'Golden Sansam zone 139, node 84'),
|
|
(19249, 968, 0, 'Golden Sansam zone 139, node 85'),
|
|
(19250, 990, 0, 'Golden Sansam zone 16, node 262'),
|
|
(19251, 990, 0, 'Golden Sansam zone 16, node 263'),
|
|
(19252, 966, 0, 'Golden Sansam zone 490, node 141'),
|
|
(19253, 815, 0, 'Golden Sansam,Zone 361,Area 361,node 124'),
|
|
(19254, 966, 0, 'Golden Sansam zone 490, node 142'),
|
|
(19255, 990, 0, 'Golden Sansam zone 16, node 264'),
|
|
(19256, 990, 0, 'Golden Sansam zone 16, node 265'),
|
|
(19257, 965, 0, 'Golden Sansam zone 47, node 242'),
|
|
(19258, 966, 0, 'Golden Sansam zone 490, node 143'),
|
|
(19259, 50003, 0, 'Dreamfoil zone 46, node 5'),
|
|
(19260, 954, 0, 'Dreamfoil zone 28, node 45'),
|
|
(19261, 954, 0, 'Dreamfoil zone 28, node 46'),
|
|
(19262, 968, 0, 'Dreamfoil zone 139, node 86'),
|
|
(19263, 968, 0, 'Dreamfoil zone 139, node 87'),
|
|
(19264, 990, 0, 'Dreamfoil zone 16, node 266'),
|
|
(19265, 948, 0, 'Dreamfoil zone 1377, node 24'),
|
|
(19266, 966, 0, 'Dreamfoil zone 490, node 144'),
|
|
(19267, 968, 0, 'Dreamfoil zone 139, node 88'),
|
|
(19268, 990, 0, 'Dreamfoil zone 16, node 267'),
|
|
(19269, 966, 0, 'Dreamfoil zone 490, node 145'),
|
|
(19270, 968, 0, 'Dreamfoil zone 139, node 89'),
|
|
(19271, 968, 0, 'Dreamfoil zone 139, node 90'),
|
|
(19272, 954, 0, 'Dreamfoil zone 28, node 47'),
|
|
(19273, 954, 0, 'Dreamfoil zone 28, node 48'),
|
|
(19274, 968, 0, 'Dreamfoil zone 139, node 91'),
|
|
(19275, 968, 0, 'Dreamfoil zone 139, node 92'),
|
|
(19276, 815, 0, 'Dreamfoil,Zone 361,Area 361,node 125'),
|
|
(19277, 966, 0, 'Dreamfoil zone 490, node 146'),
|
|
(19278, 966, 0, 'Dreamfoil zone 490, node 147'),
|
|
(19279, 966, 0, 'Dreamfoil zone 490, node 148'),
|
|
(19280, 990, 0, 'Dreamfoil zone 16, node 268'),
|
|
(19281, 968, 0, 'Dreamfoil zone 139, node 93'),
|
|
(19282, 968, 0, 'Dreamfoil zone 139, node 94'),
|
|
(19283, 990, 0, 'Dreamfoil zone 16, node 269'),
|
|
(19284, 968, 0, 'Dreamfoil zone 139, node 95'),
|
|
(19285, 50003, 0, 'Dreamfoil zone 46, node 6'),
|
|
(19286, 50003, 0, 'Dreamfoil zone 46, node 7'),
|
|
(19287, 990, 0, 'Dreamfoil zone 16, node 270'),
|
|
(19288, 954, 0, 'Dreamfoil zone 28, node 49'),
|
|
(19289, 966, 0, 'Dreamfoil zone 490, node 149'),
|
|
(19290, 990, 0, 'Dreamfoil zone 16, node 271'),
|
|
(19291, 990, 0, 'Dreamfoil zone 16, node 272'),
|
|
(19292, 990, 0, 'Dreamfoil zone 16, node 273'),
|
|
(19293, 966, 0, 'Dreamfoil zone 490, node 150'),
|
|
(19294, 954, 0, 'Dreamfoil zone 28, node 50'),
|
|
(19295, 968, 0, 'Dreamfoil zone 139, node 96'),
|
|
(19296, 50003, 0, 'Dreamfoil zone 46, node 8'),
|
|
(19297, 968, 0, 'Dreamfoil zone 139, node 97'),
|
|
(19298, 968, 0, 'Dreamfoil zone 139, node 98'),
|
|
(19299, 50003, 0, 'Dreamfoil zone 46, node 9'),
|
|
(19300, 990, 0, 'Dreamfoil zone 16, node 274'),
|
|
(19301, 990, 0, 'Dreamfoil zone 16, node 275'),
|
|
(19302, 990, 0, 'Dreamfoil zone 16, node 276'),
|
|
(19303, 966, 0, 'Dreamfoil zone 490, node 151'),
|
|
(19304, 990, 0, 'Dreamfoil zone 16, node 277'),
|
|
(19305, 990, 0, 'Dreamfoil zone 16, node 278'),
|
|
(19306, 968, 0, 'Dreamfoil zone 139, node 99'),
|
|
(19307, 815, 0, 'Dreamfoil,Zone 361,Area 361,node 126'),
|
|
(19308, 966, 0, 'Dreamfoil zone 490, node 152'),
|
|
(19309, 966, 0, 'Dreamfoil zone 490, node 153'),
|
|
(19310, 990, 0, 'Dreamfoil zone 16, node 279'),
|
|
(19311, 954, 0, 'Dreamfoil zone 28, node 51'),
|
|
(19312, 968, 0, 'Dreamfoil zone 139, node 100'),
|
|
(19313, 966, 0, 'Dreamfoil zone 490, node 154'),
|
|
(19314, 966, 0, 'Dreamfoil zone 490, node 155'),
|
|
(19315, 50003, 0, 'Dreamfoil zone 46, node 10'),
|
|
(19316, 50003, 0, 'Dreamfoil zone 46, node 11'),
|
|
(19317, 814, 0, 'Dreamfoil,Zone 361,Area 2478,node 127'),
|
|
(19318, 990, 0, 'Dreamfoil zone 16, node 280'),
|
|
(19319, 968, 0, 'Dreamfoil zone 139, node 101'),
|
|
(19320, 820, 0, 'Dreamfoil,Zone 361,Area 2618,node 128'),
|
|
(19321, 50003, 0, 'Dreamfoil zone 46, node 12'),
|
|
(19322, 966, 0, 'Dreamfoil zone 490, node 156'),
|
|
(19323, 968, 0, 'Dreamfoil zone 139, node 102'),
|
|
(19324, 50003, 0, 'Dreamfoil zone 46, node 13'),
|
|
(19325, 968, 0, 'Dreamfoil zone 139, node 103'),
|
|
(19326, 990, 0, 'Dreamfoil zone 16, node 281'),
|
|
(19327, 954, 0, 'Dreamfoil zone 28, node 52'),
|
|
(19329, 966, 0, 'Dreamfoil zone 490, node 157'),
|
|
(19330, 966, 0, 'Dreamfoil zone 490, node 158'),
|
|
(19331, 990, 0, 'Dreamfoil zone 16, node 282'),
|
|
(19332, 954, 0, 'Dreamfoil zone 28, node 53'),
|
|
(19333, 954, 0, 'Dreamfoil zone 28, node 54'),
|
|
(19335, 966, 0, 'Dreamfoil zone 490, node 159'),
|
|
(19336, 990, 0, 'Dreamfoil zone 16, node 283'),
|
|
(19337, 966, 0, 'Dreamfoil zone 490, node 160'),
|
|
(19338, 966, 0, 'Dreamfoil zone 490, node 161'),
|
|
(19339, 50003, 0, 'Dreamfoil zone 46, node 14'),
|
|
(19340, 50003, 0, 'Dreamfoil zone 46, node 15'),
|
|
(19341, 990, 0, 'Dreamfoil zone 16, node 284'),
|
|
(19342, 990, 0, 'Dreamfoil zone 16, node 285'),
|
|
(19343, 990, 0, 'Dreamfoil zone 16, node 286'),
|
|
(19344, 990, 0, 'Dreamfoil zone 16, node 287'),
|
|
(19345, 966, 0, 'Dreamfoil zone 490, node 162'),
|
|
(19346, 50003, 0, 'Dreamfoil zone 46, node 16'),
|
|
(19347, 814, 0, 'Dreamfoil,Zone 361,Area 2478,node 129'),
|
|
(19348, 990, 0, 'Dreamfoil zone 16, node 288'),
|
|
(19349, 990, 0, 'Dreamfoil zone 16, node 289'),
|
|
(19350, 990, 0, 'Dreamfoil zone 16, node 290'),
|
|
(19351, 990, 0, 'Dreamfoil zone 16, node 291'),
|
|
(19352, 954, 0, 'Dreamfoil zone 28, node 55'),
|
|
(19353, 966, 0, 'Dreamfoil zone 490, node 163'),
|
|
(19354, 966, 0, 'Dreamfoil zone 490, node 164'),
|
|
(19355, 990, 0, 'Dreamfoil zone 16, node 292'),
|
|
(19356, 990, 0, 'Dreamfoil zone 16, node 293'),
|
|
(19357, 990, 0, 'Dreamfoil zone 16, node 294'),
|
|
(19358, 990, 0, 'Dreamfoil zone 16, node 295'),
|
|
(19359, 954, 0, 'Dreamfoil zone 28, node 56'),
|
|
(19360, 815, 0, 'Dreamfoil,Zone 361,Area 361,node 130'),
|
|
(19361, 50003, 0, 'Dreamfoil zone 46, node 17'),
|
|
(19362, 50003, 0, 'Dreamfoil zone 46, node 18'),
|
|
(19363, 968, 0, 'Dreamfoil zone 139, node 104'),
|
|
(19364, 968, 0, 'Dreamfoil zone 139, node 105'),
|
|
(19365, 990, 0, 'Dreamfoil zone 16, node 296'),
|
|
(19366, 50003, 0, 'Dreamfoil zone 46, node 19'),
|
|
(19367, 50003, 0, 'Dreamfoil zone 46, node 20'),
|
|
(19368, 948, 0, 'Dreamfoil zone 1377, node 25'),
|
|
(19369, 948, 0, 'Dreamfoil zone 1377, node 26'),
|
|
(19370, 948, 0, 'Dreamfoil zone 1377, node 27'),
|
|
(19371, 948, 0, 'Dreamfoil zone 1377, node 28'),
|
|
(19372, 948, 0, 'Dreamfoil zone 1377, node 29'),
|
|
(19373, 966, 0, 'Dreamfoil zone 490, node 165'),
|
|
(19374, 990, 0, 'Dreamfoil zone 16, node 297'),
|
|
(19375, 990, 0, 'Dreamfoil zone 16, node 298'),
|
|
(19376, 990, 0, 'Dreamfoil zone 16, node 299'),
|
|
(19377, 815, 0, 'Dreamfoil,Zone 361,Area 361,node 131'),
|
|
(19378, 966, 0, 'Dreamfoil zone 490, node 166'),
|
|
(19379, 815, 0, 'Dreamfoil,Zone 361,Area 361,node 132'),
|
|
(19380, 816, 0, 'Dreamfoil,Zone 361,Area 1763,node 133'),
|
|
(19381, 814, 0, 'Dreamfoil,Zone 361,Area 1765,node 134'),
|
|
(19382, 815, 0, 'Dreamfoil,Zone 361,Area 361,node 135'),
|
|
(19383, 966, 0, 'Dreamfoil zone 490, node 167'),
|
|
(19384, 968, 0, 'Dreamfoil zone 139, node 106'),
|
|
(19385, 968, 0, 'Dreamfoil zone 139, node 107'),
|
|
(19386, 968, 0, 'Dreamfoil zone 139, node 108'),
|
|
(19387, 50003, 0, 'Dreamfoil zone 46, node 21'),
|
|
(19388, 50003, 0, 'Dreamfoil zone 46, node 22'),
|
|
(19389, 990, 0, 'Dreamfoil zone 16, node 300'),
|
|
(19390, 990, 0, 'Dreamfoil zone 16, node 301'),
|
|
(19391, 818, 0, 'Dreamfoil,Zone 361,Area 1767,node 136'),
|
|
(19392, 968, 0, 'Dreamfoil zone 139, node 109'),
|
|
(19393, 990, 0, 'Dreamfoil zone 16, node 302'),
|
|
(19394, 968, 0, 'Dreamfoil zone 139, node 110'),
|
|
(19395, 50003, 0, 'Dreamfoil zone 46, node 23'),
|
|
(19396, 990, 0, 'Dreamfoil zone 16, node 303'),
|
|
(19397, 990, 0, 'Dreamfoil zone 16, node 304'),
|
|
(19398, 990, 0, 'Dreamfoil zone 16, node 305'),
|
|
(19399, 817, 0, 'Dreamfoil,Zone 361,Area 1766,node 137'),
|
|
(19400, 990, 0, 'Dreamfoil zone 16, node 306'),
|
|
(19401, 990, 0, 'Dreamfoil zone 16, node 307'),
|
|
(19402, 966, 0, 'Dreamfoil zone 490, node 168'),
|
|
(19403, 990, 0, 'Dreamfoil zone 16, node 308'),
|
|
(19404, 990, 0, 'Dreamfoil zone 16, node 309'),
|
|
(19405, 990, 0, 'Dreamfoil zone 16, node 310'),
|
|
(19406, 990, 0, 'Dreamfoil zone 16, node 311'),
|
|
(19407, 50003, 0, 'Dreamfoil zone 46, node 24'),
|
|
(19408, 50003, 0, 'Dreamfoil zone 46, node 25'),
|
|
(19409, 815, 0, 'Dreamfoil,Zone 361,Area 361,node 138'),
|
|
(19410, 990, 0, 'Dreamfoil zone 16, node 312'),
|
|
(19411, 966, 0, 'Dreamfoil zone 490, node 169'),
|
|
(19412, 815, 0, 'Dreamfoil,Zone 361,Area 361,node 139'),
|
|
(19413, 818, 0, 'Dreamfoil,Zone 361,Area 1767,node 140'),
|
|
(19414, 814, 0, 'Dreamfoil,Zone 361,Area 1998,node 141'),
|
|
(19415, 814, 0, 'Dreamfoil,Zone 361,Area 1998,node 142'),
|
|
(19416, 990, 0, 'Dreamfoil zone 16, node 313'),
|
|
(19417, 966, 0, 'Dreamfoil zone 490, node 170'),
|
|
(19418, 954, 0, 'Dreamfoil zone 28, node 57'),
|
|
(19419, 996, 0, 'Dreamfoil zone 8, node 302'),
|
|
(19420, 990, 0, 'Dreamfoil zone 16, node 314'),
|
|
(19421, 990, 0, 'Dreamfoil zone 16, node 315'),
|
|
(19422, 990, 0, 'Dreamfoil zone 16, node 316'),
|
|
(19423, 968, 0, 'Dreamfoil zone 139, node 111'),
|
|
(19424, 990, 0, 'Dreamfoil zone 16, node 317'),
|
|
(19425, 990, 0, 'Dreamfoil zone 16, node 318'),
|
|
(19426, 50003, 0, 'Dreamfoil zone 46, node 26'),
|
|
(19428, 968, 0, 'Dreamfoil zone 139, node 112'),
|
|
(19429, 990, 0, 'Dreamfoil zone 16, node 319'),
|
|
(19430, 50003, 0, 'Dreamfoil zone 46, node 27'),
|
|
(19431, 966, 0, 'Dreamfoil zone 490, node 171'),
|
|
(19432, 818, 0, 'Dreamfoil,Zone 361,Area 1767,node 143'),
|
|
(19433, 50003, 0, 'Dreamfoil zone 46, node 28'),
|
|
(19434, 8017, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(19435, 8041, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(19436, 8022, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(19437, 8017, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(19438, 8022, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(19439, 8041, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(19440, 8027, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(19441, 8032, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(19442, 8089, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(19443, 8088, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(19444, 8088, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(19445, 8088, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(19446, 954, 0, 'Dreamfoil zone 28, node 58'),
|
|
(19447, 815, 0, 'Dreamfoil,Zone 361,Area 361,node 144'),
|
|
(19448, 990, 0, 'Dreamfoil zone 16, node 320'),
|
|
(19449, 818, 0, 'Dreamfoil,Zone 361,Area 1767,node 145'),
|
|
(19450, 818, 0, 'Dreamfoil,Zone 361,Area 1767,node 146'),
|
|
(19451, 818, 0, 'Dreamfoil,Zone 361,Area 1767,node 147'),
|
|
(19452, 966, 0, 'Dreamfoil zone 490, node 172'),
|
|
(19453, 948, 0, 'Dreamfoil zone 1377, node 30'),
|
|
(19454, 968, 0, 'Dreamfoil zone 139, node 113'),
|
|
(19455, 966, 0, 'Dreamfoil zone 490, node 173'),
|
|
(19456, 968, 0, 'Dreamfoil zone 139, node 114'),
|
|
(19457, 968, 0, 'Dreamfoil zone 139, node 115'),
|
|
(19458, 990, 0, 'Dreamfoil zone 16, node 321'),
|
|
(19459, 815, 0, 'Dreamfoil,Zone 361,Area 361,node 148'),
|
|
(19460, 990, 0, 'Dreamfoil zone 16, node 322'),
|
|
(19461, 815, 0, 'Dreamfoil,Zone 361,Area 361,node 149'),
|
|
(19462, 815, 0, 'Dreamfoil,Zone 361,Area 361,node 150'),
|
|
(19463, 815, 0, 'Dreamfoil,Zone 361,Area 361,node 151'),
|
|
(19464, 990, 0, 'Dreamfoil zone 16, node 323'),
|
|
(19465, 968, 0, 'Dreamfoil zone 139, node 116'),
|
|
(19466, 990, 0, 'Dreamfoil zone 16, node 324'),
|
|
(19467, 990, 0, 'Dreamfoil zone 16, node 325'),
|
|
(19468, 990, 0, 'Dreamfoil zone 16, node 326'),
|
|
(19469, 968, 0, 'Dreamfoil zone 139, node 117'),
|
|
(19470, 50003, 0, 'Dreamfoil zone 46, node 29'),
|
|
(19471, 819, 0, 'Dreamfoil,Zone 361,Area 2481,node 152'),
|
|
(19472, 990, 0, 'Dreamfoil zone 16, node 327'),
|
|
(19473, 966, 0, 'Dreamfoil zone 490, node 174'),
|
|
(19474, 968, 0, 'Dreamfoil zone 139, node 118'),
|
|
(19475, 50003, 0, 'Dreamfoil zone 46, node 30'),
|
|
(19477, 966, 0, 'Dreamfoil zone 490, node 175'),
|
|
(19478, 966, 0, 'Dreamfoil zone 490, node 176'),
|
|
(19479, 990, 0, 'Dreamfoil zone 16, node 328'),
|
|
(19480, 990, 0, 'Dreamfoil zone 16, node 329'),
|
|
(19481, 990, 0, 'Dreamfoil zone 16, node 330'),
|
|
(19482, 990, 0, 'Dreamfoil zone 16, node 331'),
|
|
(19483, 990, 0, 'Dreamfoil zone 16, node 332'),
|
|
(19484, 50003, 0, 'Dreamfoil zone 46, node 31'),
|
|
(19485, 818, 0, 'Dreamfoil,Zone 361,Area 1767,node 153'),
|
|
(19486, 815, 0, 'Dreamfoil,Zone 361,Area 361,node 154'),
|
|
(19487, 818, 0, 'Dreamfoil,Zone 361,Area 1767,node 155'),
|
|
(19488, 820, 0, 'Dreamfoil,Zone 361,Area 2618,node 156'),
|
|
(19489, 954, 0, 'Dreamfoil zone 28, node 59'),
|
|
(19490, 954, 0, 'Dreamfoil zone 28, node 60'),
|
|
(19491, 948, 0, 'Dreamfoil zone 1377, node 31'),
|
|
(19492, 966, 0, 'Dreamfoil zone 490, node 177'),
|
|
(19493, 50003, 0, 'Dreamfoil zone 46, node 32'),
|
|
(19494, 50003, 0, 'Dreamfoil zone 46, node 33'),
|
|
(19495, 966, 0, 'Dreamfoil zone 490, node 178'),
|
|
(19496, 948, 0, 'Dreamfoil zone 1377, node 32'),
|
|
(19497, 990, 0, 'Dreamfoil zone 16, node 333'),
|
|
(19498, 990, 0, 'Dreamfoil zone 16, node 334'),
|
|
(19499, 966, 0, 'Dreamfoil zone 490, node 179'),
|
|
(19500, 817, 0, 'Dreamfoil,Zone 361,Area 1766,node 157'),
|
|
(19501, 966, 0, 'Dreamfoil zone 490, node 180'),
|
|
(19502, 990, 0, 'Dreamfoil zone 16, node 335'),
|
|
(19503, 990, 0, 'Dreamfoil zone 16, node 336'),
|
|
(19504, 966, 0, 'Dreamfoil zone 490, node 181'),
|
|
(19505, 966, 0, 'Dreamfoil zone 490, node 182'),
|
|
(19506, 966, 0, 'Dreamfoil zone 490, node 183'),
|
|
(19507, 966, 0, 'Dreamfoil zone 490, node 184'),
|
|
(19508, 966, 0, 'Dreamfoil zone 490, node 185'),
|
|
(19509, 966, 0, 'Dreamfoil zone 490, node 186'),
|
|
(19510, 50003, 0, 'Dreamfoil zone 46, node 34'),
|
|
(19511, 968, 0, 'Dreamfoil zone 139, node 119'),
|
|
(19512, 990, 0, 'Dreamfoil zone 16, node 337'),
|
|
(19513, 990, 0, 'Dreamfoil zone 16, node 338'),
|
|
(19514, 990, 0, 'Dreamfoil zone 16, node 339'),
|
|
(19515, 818, 0, 'Dreamfoil,Zone 361,Area 1767,node 158'),
|
|
(19516, 50003, 0, 'Dreamfoil zone 46, node 35'),
|
|
(19517, 966, 0, 'Dreamfoil zone 490, node 187'),
|
|
(19518, 990, 0, 'Dreamfoil zone 16, node 340'),
|
|
(19519, 968, 0, 'Dreamfoil zone 139, node 120'),
|
|
(19520, 50003, 0, 'Dreamfoil zone 46, node 36'),
|
|
(19521, 815, 0, 'Dreamfoil,Zone 361,Area 361,node 159'),
|
|
(19523, 966, 0, 'Dreamfoil zone 490, node 188'),
|
|
(19524, 990, 0, 'Dreamfoil zone 16, node 341'),
|
|
(19525, 990, 0, 'Dreamfoil zone 16, node 342'),
|
|
(19526, 968, 0, 'Dreamfoil zone 139, node 121'),
|
|
(19527, 966, 0, 'Dreamfoil zone 490, node 189'),
|
|
(19528, 966, 0, 'Dreamfoil zone 490, node 190'),
|
|
(19529, 954, 0, 'Dreamfoil zone 28, node 61'),
|
|
(19530, 954, 0, 'Dreamfoil zone 28, node 62'),
|
|
(19531, 966, 0, 'Dreamfoil zone 490, node 191'),
|
|
(19532, 968, 0, 'Dreamfoil zone 139, node 122'),
|
|
(19533, 990, 0, 'Dreamfoil zone 16, node 343'),
|
|
(19534, 990, 0, 'Dreamfoil zone 16, node 344'),
|
|
(19535, 990, 0, 'Dreamfoil zone 16, node 345'),
|
|
(19536, 968, 0, 'Dreamfoil zone 139, node 123'),
|
|
(19537, 968, 0, 'Dreamfoil zone 139, node 124'),
|
|
(19538, 966, 0, 'Dreamfoil zone 490, node 192'),
|
|
(19539, 818, 0, 'Dreamfoil,Zone 361,Area 1767,node 160'),
|
|
(19540, 990, 0, 'Dreamfoil zone 16, node 346'),
|
|
(19541, 990, 0, 'Dreamfoil zone 16, node 347'),
|
|
(19542, 990, 0, 'Dreamfoil zone 16, node 348'),
|
|
(19543, 990, 0, 'Dreamfoil zone 16, node 349'),
|
|
(19544, 954, 0, 'Dreamfoil zone 28, node 63'),
|
|
(19545, 815, 0, 'Dreamfoil,Zone 361,Area 361,node 161'),
|
|
(19546, 818, 0, 'Dreamfoil,Zone 361,Area 1767,node 162'),
|
|
(19547, 818, 0, 'Dreamfoil,Zone 361,Area 1767,node 163'),
|
|
(19548, 990, 0, 'Dreamfoil zone 16, node 350'),
|
|
(19549, 990, 0, 'Dreamfoil zone 16, node 351'),
|
|
(19550, 968, 0, 'Dreamfoil zone 139, node 125'),
|
|
(19551, 968, 0, 'Dreamfoil zone 139, node 126'),
|
|
(19552, 966, 0, 'Dreamfoil zone 490, node 193'),
|
|
(19553, 966, 0, 'Dreamfoil zone 490, node 194'),
|
|
(19554, 50003, 0, 'Dreamfoil zone 46, node 37'),
|
|
(19555, 990, 0, 'Dreamfoil zone 16, node 352'),
|
|
(19556, 990, 0, 'Dreamfoil zone 16, node 353'),
|
|
(19557, 820, 0, 'Dreamfoil,Zone 361,Area 2618,node 164'),
|
|
(19558, 966, 0, 'Dreamfoil zone 490, node 195'),
|
|
(19559, 966, 0, 'Dreamfoil zone 490, node 196'),
|
|
(19560, 948, 0, 'Dreamfoil zone 1377, node 33'),
|
|
(19561, 815, 0, 'Dreamfoil,Zone 361,Area 361,node 165'),
|
|
(19562, 815, 0, 'Dreamfoil,Zone 361,Area 361,node 166'),
|
|
(19563, 948, 0, 'Dreamfoil zone 1377, node 34'),
|
|
(19564, 948, 0, 'Dreamfoil zone 1377, node 35'),
|
|
(19565, 966, 0, 'Dreamfoil zone 490, node 197'),
|
|
(19566, 50003, 0, 'Dreamfoil zone 46, node 38'),
|
|
(19567, 968, 0, 'Dreamfoil zone 139, node 127'),
|
|
(19568, 968, 0, 'Dreamfoil zone 139, node 128'),
|
|
(19569, 968, 0, 'Dreamfoil zone 139, node 129'),
|
|
(19570, 968, 0, 'Dreamfoil zone 139, node 130'),
|
|
(19571, 968, 0, 'Dreamfoil zone 139, node 131'),
|
|
(19572, 818, 0, 'Dreamfoil,Zone 361,Area 1767,node 167'),
|
|
(19573, 990, 0, 'Dreamfoil zone 16, node 354'),
|
|
(19574, 818, 0, 'Dreamfoil,Zone 361,Area 1767,node 168'),
|
|
(19575, 814, 0, 'Dreamfoil,Zone 361,Area 1762,node 169'),
|
|
(19576, 814, 0, 'Dreamfoil,Zone 361,Area 1762,node 170'),
|
|
(19577, 50003, 0, 'Dreamfoil zone 46, node 39'),
|
|
(19578, 966, 0, 'Dreamfoil zone 490, node 198'),
|
|
(19579, 968, 0, 'Dreamfoil zone 139, node 132'),
|
|
(19580, 816, 0, 'Dreamfoil,Zone 361,Area 1763,node 171'),
|
|
(19581, 954, 0, 'Dreamfoil zone 28, node 64'),
|
|
(19582, 954, 0, 'Dreamfoil zone 28, node 65'),
|
|
(19583, 954, 0, 'Dreamfoil zone 28, node 66'),
|
|
(19584, 948, 0, 'Dreamfoil zone 1377, node 36'),
|
|
(19585, 996, 0, 'Dreamfoil zone 8, node 303'),
|
|
(19586, 966, 0, 'Dreamfoil zone 490, node 199'),
|
|
(19587, 968, 0, 'Dreamfoil zone 139, node 133'),
|
|
(19588, 968, 0, 'Dreamfoil zone 139, node 134'),
|
|
(19589, 990, 0, 'Dreamfoil zone 16, node 355'),
|
|
(19590, 990, 0, 'Dreamfoil zone 16, node 356'),
|
|
(19591, 990, 0, 'Dreamfoil zone 16, node 357'),
|
|
(19592, 948, 0, 'Dreamfoil zone 1377, node 37'),
|
|
(19593, 968, 0, 'Dreamfoil zone 139, node 135'),
|
|
(19594, 968, 0, 'Dreamfoil zone 139, node 136'),
|
|
(19595, 968, 0, 'Dreamfoil zone 139, node 137'),
|
|
(19596, 50003, 0, 'Dreamfoil zone 46, node 40'),
|
|
(19597, 50003, 0, 'Dreamfoil zone 46, node 41'),
|
|
(19598, 990, 0, 'Dreamfoil zone 16, node 358'),
|
|
(19599, 990, 0, 'Dreamfoil zone 16, node 359'),
|
|
(19600, 990, 0, 'Dreamfoil zone 16, node 360'),
|
|
(19601, 990, 0, 'Dreamfoil zone 16, node 361'),
|
|
(19602, 990, 0, 'Dreamfoil zone 16, node 362'),
|
|
(19603, 966, 0, 'Dreamfoil zone 490, node 200'),
|
|
(19604, 990, 0, 'Dreamfoil zone 16, node 363'),
|
|
(19605, 966, 0, 'Dreamfoil zone 490, node 201'),
|
|
(19606, 968, 0, 'Dreamfoil zone 139, node 138'),
|
|
(19607, 990, 0, 'Dreamfoil zone 16, node 364'),
|
|
(19608, 948, 0, 'Dreamfoil zone 1377, node 38'),
|
|
(19609, 966, 0, 'Dreamfoil zone 490, node 202'),
|
|
(19610, 966, 0, 'Dreamfoil zone 490, node 203'),
|
|
(19611, 990, 0, 'Dreamfoil zone 16, node 365'),
|
|
(19612, 954, 0, 'Dreamfoil zone 28, node 67'),
|
|
(19613, 948, 0, 'Dreamfoil zone 1377, node 39'),
|
|
(19614, 990, 0, 'Dreamfoil zone 16, node 366'),
|
|
(19615, 990, 0, 'Dreamfoil zone 16, node 367'),
|
|
(19616, 966, 0, 'Dreamfoil zone 490, node 204'),
|
|
(19617, 966, 0, 'Dreamfoil zone 490, node 205'),
|
|
(19618, 968, 0, 'Dreamfoil zone 139, node 139'),
|
|
(19619, 966, 0, 'Dreamfoil zone 490, node 206'),
|
|
(19620, 968, 0, 'Dreamfoil zone 139, node 140'),
|
|
(19621, 968, 0, 'Dreamfoil zone 139, node 141'),
|
|
(19622, 968, 0, 'Dreamfoil zone 139, node 142'),
|
|
(19623, 815, 0, 'Dreamfoil,Zone 361,Area 361,node 172'),
|
|
(19624, 50003, 0, 'Dreamfoil zone 46, node 42'),
|
|
(19625, 50003, 0, 'Dreamfoil zone 46, node 43'),
|
|
(19626, 966, 0, 'Dreamfoil zone 490, node 207'),
|
|
(19627, 968, 0, 'Dreamfoil zone 139, node 143'),
|
|
(19629, 990, 0, 'Dreamfoil zone 16, node 368'),
|
|
(19630, 968, 0, 'Dreamfoil zone 139, node 144'),
|
|
(19631, 815, 0, 'Dreamfoil,Zone 361,Area 361,node 173'),
|
|
(19632, 954, 0, 'Dreamfoil zone 28, node 68'),
|
|
(19633, 954, 0, 'Dreamfoil zone 28, node 69'),
|
|
(19634, 50003, 0, 'Dreamfoil zone 46, node 44'),
|
|
(19635, 814, 0, 'Dreamfoil,Zone 361,Area 1765,node 174'),
|
|
(19636, 968, 0, 'Dreamfoil zone 139, node 145'),
|
|
(19637, 966, 0, 'Dreamfoil zone 490, node 208'),
|
|
(19638, 818, 0, 'Dreamfoil,Zone 361,Area 1767,node 175'),
|
|
(19639, 966, 0, 'Dreamfoil zone 490, node 209'),
|
|
(19640, 50003, 0, 'Dreamfoil zone 46, node 45'),
|
|
(19641, 50003, 0, 'Dreamfoil zone 46, node 46'),
|
|
(19642, 50003, 0, 'Dreamfoil zone 46, node 47'),
|
|
(19643, 50003, 0, 'Dreamfoil zone 46, node 48'),
|
|
(19644, 990, 0, 'Dreamfoil zone 16, node 369'),
|
|
(19645, 990, 0, 'Dreamfoil zone 16, node 370'),
|
|
(19646, 990, 0, 'Dreamfoil zone 16, node 371'),
|
|
(19647, 966, 0, 'Dreamfoil zone 490, node 210'),
|
|
(19648, 990, 0, 'Dreamfoil zone 16, node 372'),
|
|
(19649, 954, 0, 'Dreamfoil zone 28, node 70'),
|
|
(19650, 966, 0, 'Dreamfoil zone 490, node 211'),
|
|
(19651, 818, 0, 'Dreamfoil,Zone 361,Area 1767,node 176'),
|
|
(19652, 50003, 0, 'Dreamfoil zone 46, node 49'),
|
|
(19653, 50003, 0, 'Dreamfoil zone 46, node 50'),
|
|
(19654, 966, 0, 'Dreamfoil zone 490, node 212'),
|
|
(19655, 815, 0, 'Dreamfoil,Zone 361,Area 361,node 177'),
|
|
(19656, 948, 0, 'Dreamfoil zone 1377, node 40'),
|
|
(19657, 966, 0, 'Dreamfoil zone 490, node 213'),
|
|
(19658, 966, 0, 'Dreamfoil zone 490, node 214'),
|
|
(19659, 990, 0, 'Dreamfoil zone 16, node 373'),
|
|
(19660, 816, 0, 'Dreamfoil,Zone 361,Area 1763,node 178'),
|
|
(19661, 966, 0, 'Dreamfoil zone 490, node 215'),
|
|
(19662, 990, 0, 'Dreamfoil zone 16, node 374'),
|
|
(19663, 966, 0, 'Mountain Silversage zone 490, node 216'),
|
|
(19664, 966, 0, 'Mountain Silversage zone 490, node 217'),
|
|
(19665, 966, 0, 'Mountain Silversage zone 490, node 218'),
|
|
(19666, 50003, 0, 'Mountain Silversage zone 46, node 3'),
|
|
(19668, 50003, 0, 'Mountain Silversage zone 46, node 4'),
|
|
(19669, 966, 0, 'Mountain Silversage zone 490, node 219'),
|
|
(19670, 966, 0, 'Mountain Silversage zone 490, node 220'),
|
|
(19671, 967, 0, 'Mountain Silversage zone 618, node 1'),
|
|
(19672, 966, 0, 'Mountain Silversage zone 490, node 221'),
|
|
(19673, 967, 0, 'Mountain Silversage zone 618, node 2'),
|
|
(19674, 967, 0, 'Mountain Silversage zone 618, node 3'),
|
|
(19675, 990, 0, 'Mountain Silversage zone 16, node 375'),
|
|
(19676, 966, 0, 'Mountain Silversage zone 490, node 222'),
|
|
(19677, 990, 0, 'Mountain Silversage zone 16, node 376'),
|
|
(19678, 990, 0, 'Mountain Silversage zone 16, node 377'),
|
|
(19679, 990, 0, 'Mountain Silversage zone 16, node 378'),
|
|
(19680, 966, 0, 'Mountain Silversage zone 490, node 223'),
|
|
(19681, 966, 0, 'Mountain Silversage zone 490, node 224'),
|
|
(19682, 966, 0, 'Mountain Silversage zone 490, node 225'),
|
|
(19683, 990, 0, 'Mountain Silversage zone 16, node 379'),
|
|
(19684, 990, 0, 'Mountain Silversage zone 16, node 380'),
|
|
(19685, 966, 0, 'Mountain Silversage zone 490, node 226'),
|
|
(19686, 954, 0, 'Mountain Silversage zone 28, node 71'),
|
|
(19688, 50003, 0, 'Mountain Silversage zone 46, node 5'),
|
|
(19689, 990, 0, 'Mountain Silversage zone 16, node 381'),
|
|
(19690, 967, 0, 'Mountain Silversage zone 618, node 4'),
|
|
(19691, 990, 0, 'Mountain Silversage zone 16, node 382'),
|
|
(19692, 990, 0, 'Mountain Silversage zone 16, node 383'),
|
|
(19693, 990, 0, 'Mountain Silversage zone 16, node 384'),
|
|
(19694, 990, 0, 'Mountain Silversage zone 16, node 385'),
|
|
(19695, 990, 0, 'Mountain Silversage zone 16, node 386'),
|
|
(19696, 990, 0, 'Mountain Silversage zone 16, node 387'),
|
|
(19697, 966, 0, 'Mountain Silversage zone 490, node 227'),
|
|
(19698, 966, 0, 'Mountain Silversage zone 490, node 228'),
|
|
(19699, 966, 0, 'Mountain Silversage zone 490, node 229'),
|
|
(19700, 990, 0, 'Mountain Silversage zone 16, node 388'),
|
|
(19701, 966, 0, 'Mountain Silversage zone 490, node 230'),
|
|
(19702, 968, 0, 'Mountain Silversage zone 139, node 146'),
|
|
(19703, 990, 0, 'Mountain Silversage zone 16, node 389'),
|
|
(19704, 990, 0, 'Mountain Silversage zone 16, node 390'),
|
|
(19705, 990, 0, 'Mountain Silversage zone 16, node 391'),
|
|
(19706, 966, 0, 'Mountain Silversage zone 490, node 231'),
|
|
(19707, 967, 0, 'Mountain Silversage zone 618, node 5'),
|
|
(19708, 990, 0, 'Mountain Silversage zone 16, node 392'),
|
|
(19709, 990, 0, 'Mountain Silversage zone 16, node 393'),
|
|
(19710, 966, 0, 'Mountain Silversage zone 490, node 232'),
|
|
(19711, 967, 0, 'Mountain Silversage zone 618, node 6'),
|
|
(19712, 966, 0, 'Mountain Silversage zone 490, node 233'),
|
|
(19713, 967, 0, 'Mountain Silversage zone 618, node 7'),
|
|
(19714, 50003, 0, 'Mountain Silversage zone 46, node 6'),
|
|
(19715, 966, 0, 'Mountain Silversage zone 490, node 234'),
|
|
(19716, 967, 0, 'Mountain Silversage zone 618, node 8'),
|
|
(19717, 967, 0, 'Mountain Silversage zone 618, node 9'),
|
|
(19718, 967, 0, 'Mountain Silversage zone 618, node 10'),
|
|
(19719, 967, 0, 'Mountain Silversage zone 618, node 11'),
|
|
(19720, 967, 0, 'Mountain Silversage zone 618, node 12'),
|
|
(19721, 967, 0, 'Mountain Silversage zone 618, node 13'),
|
|
(19722, 967, 0, 'Mountain Silversage zone 618, node 14'),
|
|
(19723, 50003, 0, 'Mountain Silversage zone 46, node 7'),
|
|
(19724, 990, 0, 'Mountain Silversage zone 16, node 394'),
|
|
(19725, 966, 0, 'Mountain Silversage zone 490, node 235'),
|
|
(19726, 967, 0, 'Mountain Silversage zone 618, node 15'),
|
|
(19727, 990, 0, 'Mountain Silversage zone 16, node 395'),
|
|
(19728, 990, 0, 'Mountain Silversage zone 16, node 396'),
|
|
(19729, 990, 0, 'Mountain Silversage zone 16, node 397'),
|
|
(19730, 990, 0, 'Mountain Silversage zone 16, node 398'),
|
|
(19731, 990, 0, 'Mountain Silversage zone 16, node 399'),
|
|
(19732, 966, 0, 'Mountain Silversage zone 490, node 236'),
|
|
(19733, 966, 0, 'Mountain Silversage zone 490, node 237'),
|
|
(19734, 967, 0, 'Mountain Silversage zone 618, node 16'),
|
|
(19735, 967, 0, 'Mountain Silversage zone 618, node 17'),
|
|
(19736, 990, 0, 'Mountain Silversage zone 16, node 400'),
|
|
(19737, 50003, 0, 'Mountain Silversage zone 46, node 8'),
|
|
(19738, 966, 0, 'Mountain Silversage zone 490, node 238'),
|
|
(19739, 966, 0, 'Mountain Silversage zone 490, node 239'),
|
|
(19740, 966, 0, 'Mountain Silversage zone 490, node 240'),
|
|
(19741, 966, 0, 'Mountain Silversage zone 490, node 241'),
|
|
(19742, 50003, 0, 'Mountain Silversage zone 46, node 9'),
|
|
(19743, 966, 0, 'Mountain Silversage zone 490, node 242'),
|
|
(19744, 967, 0, 'Mountain Silversage zone 618, node 18'),
|
|
(19745, 967, 0, 'Mountain Silversage zone 618, node 19'),
|
|
(19747, 966, 0, 'Mountain Silversage zone 490, node 243'),
|
|
(19749, 967, 0, 'Mountain Silversage zone 618, node 20'),
|
|
(19750, 966, 0, 'Mountain Silversage zone 490, node 245'),
|
|
(19751, 966, 0, 'Mountain Silversage zone 490, node 246'),
|
|
(19752, 967, 0, 'Mountain Silversage zone 618, node 21'),
|
|
(19753, 967, 0, 'Mountain Silversage zone 618, node 22'),
|
|
(19754, 966, 0, 'Mountain Silversage zone 490, node 247'),
|
|
(19755, 967, 0, 'Mountain Silversage zone 618, node 23'),
|
|
(19756, 967, 0, 'Mountain Silversage zone 618, node 24'),
|
|
(19757, 50003, 0, 'Mountain Silversage zone 46, node 10'),
|
|
(19758, 966, 0, 'Mountain Silversage zone 490, node 248'),
|
|
(19759, 966, 0, 'Mountain Silversage zone 490, node 249'),
|
|
(19760, 50003, 0, 'Mountain Silversage zone 46, node 11'),
|
|
(19761, 967, 0, 'Mountain Silversage zone 618, node 25'),
|
|
(19762, 966, 0, 'Mountain Silversage zone 490, node 250'),
|
|
(19763, 966, 0, 'Mountain Silversage zone 490, node 251'),
|
|
(19764, 966, 0, 'Mountain Silversage zone 490, node 252'),
|
|
(19765, 966, 0, 'Mountain Silversage zone 490, node 253'),
|
|
(19766, 967, 0, 'Mountain Silversage zone 618, node 26'),
|
|
(19767, 967, 0, 'Mountain Silversage zone 618, node 27'),
|
|
(19768, 967, 0, 'Mountain Silversage zone 618, node 28'),
|
|
(19769, 967, 0, 'Mountain Silversage zone 618, node 29'),
|
|
(19770, 967, 0, 'Mountain Silversage zone 618, node 30'),
|
|
(19771, 967, 0, 'Mountain Silversage zone 618, node 31'),
|
|
(19772, 967, 0, 'Mountain Silversage zone 618, node 32'),
|
|
(19773, 967, 0, 'Mountain Silversage zone 618, node 33'),
|
|
(19774, 50003, 0, 'Mountain Silversage zone 46, node 12'),
|
|
(19775, 967, 0, 'Mountain Silversage zone 618, node 34'),
|
|
(19776, 967, 0, 'Mountain Silversage zone 618, node 35'),
|
|
(19777, 967, 0, 'Mountain Silversage zone 618, node 36'),
|
|
(19778, 990, 0, 'Mountain Silversage zone 16, node 401'),
|
|
(19779, 50003, 0, 'Mountain Silversage zone 46, node 13'),
|
|
(19780, 967, 0, 'Mountain Silversage zone 618, node 37'),
|
|
(19781, 966, 0, 'Mountain Silversage zone 490, node 254'),
|
|
(19782, 966, 0, 'Mountain Silversage zone 490, node 255'),
|
|
(19783, 966, 0, 'Mountain Silversage zone 490, node 256'),
|
|
(19784, 967, 0, 'Mountain Silversage zone 618, node 38'),
|
|
(19785, 966, 0, 'Mountain Silversage zone 490, node 257'),
|
|
(19786, 990, 0, 'Mountain Silversage zone 16, node 402'),
|
|
(19787, 967, 0, 'Mountain Silversage zone 618, node 39'),
|
|
(19788, 967, 0, 'Mountain Silversage zone 618, node 40'),
|
|
(19789, 967, 0, 'Mountain Silversage zone 618, node 41'),
|
|
(19790, 966, 0, 'Mountain Silversage zone 490, node 258'),
|
|
(19791, 967, 0, 'Mountain Silversage zone 618, node 42'),
|
|
(19792, 966, 0, 'Mountain Silversage zone 490, node 259'),
|
|
(19793, 967, 0, 'Mountain Silversage zone 618, node 43'),
|
|
(19794, 967, 0, 'Mountain Silversage zone 618, node 44'),
|
|
(19795, 967, 0, 'Mountain Silversage zone 618, node 45'),
|
|
(19796, 967, 0, 'Mountain Silversage zone 618, node 46'),
|
|
(19797, 967, 0, 'Mountain Silversage zone 618, node 47'),
|
|
(19798, 967, 0, 'Mountain Silversage zone 618, node 48'),
|
|
(19799, 967, 0, 'Mountain Silversage zone 618, node 49'),
|
|
(19800, 967, 0, 'Mountain Silversage zone 618, node 50'),
|
|
(19801, 967, 0, 'Mountain Silversage zone 618, node 51'),
|
|
(19802, 990, 0, 'Mountain Silversage zone 16, node 403'),
|
|
(19803, 50003, 0, 'Mountain Silversage zone 46, node 14'),
|
|
(19804, 966, 0, 'Mountain Silversage zone 490, node 260'),
|
|
(19805, 967, 0, 'Mountain Silversage zone 618, node 52'),
|
|
(19806, 50003, 0, 'Mountain Silversage zone 46, node 15'),
|
|
(19807, 966, 0, 'Mountain Silversage zone 490, node 261'),
|
|
(19808, 990, 0, 'Mountain Silversage zone 16, node 404'),
|
|
(19809, 966, 0, 'Mountain Silversage zone 490, node 262'),
|
|
(19810, 990, 0, 'Mountain Silversage zone 16, node 405'),
|
|
(19811, 990, 0, 'Mountain Silversage zone 16, node 406'),
|
|
(19812, 966, 0, 'Mountain Silversage zone 490, node 263'),
|
|
(19813, 990, 0, 'Mountain Silversage zone 16, node 407'),
|
|
(19814, 50003, 0, 'Mountain Silversage zone 46, node 16'),
|
|
(19815, 990, 0, 'Mountain Silversage zone 16, node 408'),
|
|
(19816, 966, 0, 'Mountain Silversage zone 490, node 264'),
|
|
(19817, 966, 0, 'Mountain Silversage zone 490, node 265'),
|
|
(19818, 50003, 0, 'Mountain Silversage zone 46, node 17'),
|
|
(19819, 50003, 0, 'Mountain Silversage zone 46, node 18'),
|
|
(19820, 50003, 0, 'Mountain Silversage zone 46, node 19'),
|
|
(19821, 50003, 0, 'Mountain Silversage zone 46, node 20'),
|
|
(19822, 967, 0, 'Mountain Silversage zone 618, node 53'),
|
|
(19823, 967, 0, 'Mountain Silversage zone 618, node 54'),
|
|
(19824, 967, 0, 'Mountain Silversage zone 618, node 55'),
|
|
(19825, 967, 0, 'Mountain Silversage zone 618, node 56'),
|
|
(19826, 966, 0, 'Mountain Silversage zone 490, node 266'),
|
|
(19827, 814, 0, 'Mountain Silversage,Zone 361,Area 1762,node 179'),
|
|
(19828, 966, 0, 'Mountain Silversage zone 490, node 267'),
|
|
(19829, 990, 0, 'Mountain Silversage zone 16, node 409'),
|
|
(19830, 990, 0, 'Mountain Silversage zone 16, node 410'),
|
|
(19831, 990, 0, 'Mountain Silversage zone 16, node 411'),
|
|
(19832, 50003, 0, 'Mountain Silversage zone 46, node 21'),
|
|
(19833, 966, 0, 'Mountain Silversage zone 490, node 268'),
|
|
(19834, 990, 0, 'Mountain Silversage zone 16, node 412'),
|
|
(19835, 990, 0, 'Mountain Silversage zone 16, node 413'),
|
|
(19836, 990, 0, 'Mountain Silversage zone 16, node 414'),
|
|
(19837, 990, 0, 'Mountain Silversage zone 16, node 415'),
|
|
(19838, 8014, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(19839, 8018, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(19840, 8028, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(19841, 8028, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(19842, 8028, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(19843, 966, 0, 'Mountain Silversage zone 490, node 269'),
|
|
(19844, 967, 0, 'Mountain Silversage zone 618, node 57'),
|
|
(19845, 967, 0, 'Mountain Silversage zone 618, node 58'),
|
|
(19846, 967, 0, 'Mountain Silversage zone 618, node 59'),
|
|
(19847, 967, 0, 'Mountain Silversage zone 618, node 60'),
|
|
(19848, 967, 0, 'Mountain Silversage zone 618, node 61'),
|
|
(19849, 967, 0, 'Mountain Silversage zone 618, node 62'),
|
|
(19850, 967, 0, 'Mountain Silversage zone 618, node 63'),
|
|
(19851, 967, 0, 'Mountain Silversage zone 618, node 64'),
|
|
(19852, 967, 0, 'Mountain Silversage zone 618, node 65'),
|
|
(19853, 967, 0, 'Mountain Silversage zone 618, node 66'),
|
|
(19854, 966, 0, 'Mountain Silversage zone 490, node 270'),
|
|
(19855, 966, 0, 'Mountain Silversage zone 490, node 271'),
|
|
(19856, 966, 0, 'Mountain Silversage zone 490, node 272'),
|
|
(19857, 966, 0, 'Mountain Silversage zone 490, node 273'),
|
|
(19858, 967, 0, 'Mountain Silversage zone 618, node 67'),
|
|
(19859, 967, 0, 'Mountain Silversage zone 618, node 68'),
|
|
(19860, 967, 0, 'Mountain Silversage zone 618, node 69'),
|
|
(19861, 967, 0, 'Mountain Silversage zone 618, node 70'),
|
|
(19862, 967, 0, 'Mountain Silversage zone 618, node 71'),
|
|
(19863, 967, 0, 'Mountain Silversage zone 618, node 72'),
|
|
(19864, 966, 0, 'Mountain Silversage zone 490, node 274'),
|
|
(19865, 50003, 0, 'Mountain Silversage zone 46, node 22'),
|
|
(19866, 966, 0, 'Mountain Silversage zone 490, node 275'),
|
|
(19867, 967, 0, 'Mountain Silversage zone 618, node 73'),
|
|
(19868, 990, 0, 'Mountain Silversage zone 16, node 416'),
|
|
(19869, 990, 0, 'Mountain Silversage zone 16, node 417'),
|
|
(19870, 967, 0, 'Mountain Silversage zone 618, node 74'),
|
|
(19871, 966, 0, 'Mountain Silversage zone 490, node 276'),
|
|
(19872, 990, 0, 'Mountain Silversage zone 16, node 418'),
|
|
(19873, 954, 0, 'Plaguebloom zone 28, node 72'),
|
|
(19874, 968, 0, 'Plaguebloom zone 139, node 147'),
|
|
(19875, 968, 0, 'Plaguebloom zone 139, node 148'),
|
|
(19876, 968, 0, 'Plaguebloom zone 139, node 149'),
|
|
(19877, 968, 0, 'Plaguebloom zone 139, node 150'),
|
|
(19878, 814, 0, 'Plaguebloom,Zone 361,Area 1998,node 180'),
|
|
(19879, 814, 0, 'Plaguebloom,Zone 361,Area 1998,node 181'),
|
|
(19880, 968, 0, 'Plaguebloom zone 139, node 151'),
|
|
(19881, 968, 0, 'Plaguebloom zone 139, node 152'),
|
|
(19882, 954, 0, 'Plaguebloom zone 28, node 73'),
|
|
(19883, 954, 0, 'Plaguebloom zone 28, node 74'),
|
|
(19884, 954, 0, 'Plaguebloom zone 28, node 75'),
|
|
(19885, 954, 0, 'Plaguebloom zone 28, node 76'),
|
|
(19886, 954, 0, 'Plaguebloom zone 28, node 77'),
|
|
(19887, 954, 0, 'Plaguebloom zone 28, node 78'),
|
|
(19888, 820, 0, 'Plaguebloom,Zone 361,Area 2618,node 182'),
|
|
(19889, 968, 0, 'Plaguebloom zone 139, node 153'),
|
|
(19890, 968, 0, 'Plaguebloom zone 139, node 154'),
|
|
(19891, 968, 0, 'Plaguebloom zone 139, node 155'),
|
|
(19892, 815, 0, 'Plaguebloom,Zone 361,Area 361,node 183'),
|
|
(19893, 968, 0, 'Plaguebloom zone 139, node 156'),
|
|
(19894, 968, 0, 'Plaguebloom zone 139, node 157'),
|
|
(19895, 954, 0, 'Plaguebloom zone 28, node 79'),
|
|
(19896, 968, 0, 'Plaguebloom zone 139, node 158'),
|
|
(19897, 968, 0, 'Plaguebloom zone 139, node 159'),
|
|
(19898, 954, 0, 'Plaguebloom zone 28, node 80'),
|
|
(19899, 954, 0, 'Plaguebloom zone 28, node 81'),
|
|
(19900, 968, 0, 'Plaguebloom zone 139, node 160'),
|
|
(19901, 968, 0, 'Plaguebloom zone 139, node 161'),
|
|
(19902, 954, 0, 'Plaguebloom zone 28, node 82'),
|
|
(19903, 954, 0, 'Plaguebloom zone 28, node 83'),
|
|
(19904, 968, 0, 'Plaguebloom zone 139, node 162'),
|
|
(19905, 968, 0, 'Plaguebloom zone 139, node 163'),
|
|
(19906, 968, 0, 'Plaguebloom zone 139, node 164'),
|
|
(19907, 819, 0, 'Plaguebloom,Zone 361,Area 2481,node 184'),
|
|
(19908, 819, 0, 'Plaguebloom,Zone 361,Area 2481,node 185'),
|
|
(19909, 819, 0, 'Plaguebloom,Zone 361,Area 2481,node 186'),
|
|
(19910, 968, 0, 'Plaguebloom zone 139, node 165'),
|
|
(19911, 954, 0, 'Plaguebloom zone 28, node 84'),
|
|
(19912, 954, 0, 'Plaguebloom zone 28, node 85'),
|
|
(19913, 954, 0, 'Plaguebloom zone 28, node 86'),
|
|
(19914, 954, 0, 'Plaguebloom zone 28, node 87'),
|
|
(19915, 968, 0, 'Plaguebloom zone 139, node 166'),
|
|
(19916, 954, 0, 'Plaguebloom zone 28, node 88'),
|
|
(19917, 818, 0, 'Plaguebloom,Zone 361,Area 1767,node 187'),
|
|
(19918, 968, 0, 'Plaguebloom zone 139, node 167'),
|
|
(19919, 814, 0, 'Plaguebloom,Zone 361,Area 1998,node 188'),
|
|
(19920, 968, 0, 'Plaguebloom zone 139, node 168'),
|
|
(19921, 968, 0, 'Plaguebloom zone 139, node 169'),
|
|
(19922, 968, 0, 'Plaguebloom zone 139, node 170'),
|
|
(19923, 968, 0, 'Plaguebloom zone 139, node 171'),
|
|
(19924, 968, 0, 'Plaguebloom zone 139, node 172'),
|
|
(19925, 954, 0, 'Plaguebloom zone 28, node 89'),
|
|
(19926, 819, 0, 'Plaguebloom,Zone 361,Area 2481,node 189'),
|
|
(19927, 814, 0, 'Plaguebloom,Zone 361,Area 2480,node 190'),
|
|
(19928, 814, 0, 'Plaguebloom,Zone 361,Area 2480,node 191'),
|
|
(19929, 954, 0, 'Plaguebloom zone 28, node 90'),
|
|
(19930, 814, 0, 'Plaguebloom,Zone 361,Area 2478,node 192'),
|
|
(19931, 968, 0, 'Plaguebloom zone 139, node 173'),
|
|
(19932, 954, 0, 'Plaguebloom zone 28, node 91'),
|
|
(19933, 954, 0, 'Plaguebloom zone 28, node 92'),
|
|
(19934, 954, 0, 'Plaguebloom zone 28, node 93'),
|
|
(19935, 968, 0, 'Plaguebloom zone 139, node 174'),
|
|
(19936, 968, 0, 'Plaguebloom zone 139, node 175'),
|
|
(19937, 968, 0, 'Plaguebloom zone 139, node 176'),
|
|
(19938, 968, 0, 'Plaguebloom zone 139, node 177'),
|
|
(19939, 968, 0, 'Plaguebloom zone 139, node 178'),
|
|
(19940, 954, 0, 'Plaguebloom zone 28, node 94'),
|
|
(19941, 954, 0, 'Plaguebloom zone 28, node 95'),
|
|
(19942, 954, 0, 'Plaguebloom zone 28, node 96'),
|
|
(19943, 968, 0, 'Plaguebloom zone 139, node 179'),
|
|
(19944, 954, 0, 'Plaguebloom zone 28, node 97'),
|
|
(19945, 815, 0, 'Plaguebloom,Zone 361,Area 361,node 193'),
|
|
(19946, 954, 0, 'Plaguebloom zone 28, node 98'),
|
|
(19947, 954, 0, 'Plaguebloom zone 28, node 99'),
|
|
(19948, 954, 0, 'Plaguebloom zone 28, node 100'),
|
|
(19949, 968, 0, 'Plaguebloom zone 139, node 180'),
|
|
(19950, 814, 0, 'Plaguebloom,Zone 361,Area 2479,node 194'),
|
|
(19951, 814, 0, 'Plaguebloom,Zone 361,Area 2479,node 195'),
|
|
(19952, 968, 0, 'Plaguebloom zone 139, node 181'),
|
|
(19953, 968, 0, 'Plaguebloom zone 139, node 182'),
|
|
(19954, 968, 0, 'Plaguebloom zone 139, node 183'),
|
|
(19955, 968, 0, 'Plaguebloom zone 139, node 184'),
|
|
(19956, 954, 0, 'Plaguebloom zone 28, node 101'),
|
|
(19957, 968, 0, 'Plaguebloom zone 139, node 185'),
|
|
(19958, 968, 0, 'Plaguebloom zone 139, node 186'),
|
|
(19959, 818, 0, 'Plaguebloom,Zone 361,Area 1767,node 196'),
|
|
(19960, 968, 0, 'Plaguebloom zone 139, node 187'),
|
|
(19961, 814, 0, 'Plaguebloom,Zone 361,Area 1998,node 197'),
|
|
(19962, 817, 0, 'Plaguebloom,Zone 361,Area 1766,node 198'),
|
|
(19963, 968, 0, 'Plaguebloom zone 139, node 188'),
|
|
(19964, 817, 0, 'Plaguebloom,Zone 361,Area 1766,node 199'),
|
|
(19965, 818, 0, 'Plaguebloom,Zone 361,Area 1767,node 200'),
|
|
(19966, 968, 0, 'Plaguebloom zone 139, node 189'),
|
|
(19967, 968, 0, 'Plaguebloom zone 139, node 190'),
|
|
(19968, 968, 0, 'Plaguebloom zone 139, node 191'),
|
|
(19969, 954, 0, 'Plaguebloom zone 28, node 102'),
|
|
(19970, 968, 0, 'Plaguebloom zone 139, node 192'),
|
|
(19971, 968, 0, 'Plaguebloom zone 139, node 193'),
|
|
(19972, 968, 0, 'Plaguebloom zone 139, node 194'),
|
|
(19973, 968, 0, 'Plaguebloom zone 139, node 195'),
|
|
(19974, 818, 0, 'Plaguebloom,Zone 361,Area 1767,node 201'),
|
|
(19975, 954, 0, 'Plaguebloom zone 28, node 103'),
|
|
(19976, 968, 0, 'Plaguebloom zone 139, node 196'),
|
|
(19977, 968, 0, 'Plaguebloom zone 139, node 197'),
|
|
(19978, 968, 0, 'Plaguebloom zone 139, node 198'),
|
|
(19979, 954, 0, 'Plaguebloom zone 28, node 104'),
|
|
(19980, 954, 0, 'Plaguebloom zone 28, node 105'),
|
|
(19981, 968, 0, 'Plaguebloom zone 139, node 199'),
|
|
(19982, 968, 0, 'Plaguebloom zone 139, node 200'),
|
|
(19983, 817, 0, 'Plaguebloom,Zone 361,Area 1766,node 202'),
|
|
(19984, 818, 0, 'Plaguebloom,Zone 361,Area 1767,node 203'),
|
|
(19985, 816, 0, 'Plaguebloom,Zone 361,Area 1763,node 204'),
|
|
(19986, 968, 0, 'Plaguebloom zone 139, node 201'),
|
|
(19987, 968, 0, 'Plaguebloom zone 139, node 202'),
|
|
(19988, 968, 0, 'Plaguebloom zone 139, node 203'),
|
|
(19989, 968, 0, 'Plaguebloom zone 139, node 204'),
|
|
(19990, 968, 0, 'Plaguebloom zone 139, node 205'),
|
|
(19991, 968, 0, 'Plaguebloom zone 139, node 206'),
|
|
(19992, 954, 0, 'Plaguebloom zone 28, node 106'),
|
|
(19993, 968, 0, 'Plaguebloom zone 139, node 207'),
|
|
(19994, 954, 0, 'Plaguebloom zone 28, node 107'),
|
|
(19995, 814, 0, 'Plaguebloom,Zone 361,Area 2478,node 205'),
|
|
(19996, 968, 0, 'Plaguebloom zone 139, node 208'),
|
|
(19997, 814, 0, 'Plaguebloom,Zone 361,Area 1761,node 206'),
|
|
(19998, 814, 0, 'Plaguebloom,Zone 361,Area 1761,node 207'),
|
|
(19999, 954, 0, 'Plaguebloom zone 28, node 108'),
|
|
(20000, 954, 0, 'Plaguebloom zone 28, node 109'),
|
|
(20001, 954, 0, 'Plaguebloom zone 28, node 110'),
|
|
(20002, 954, 0, 'Plaguebloom zone 28, node 111'),
|
|
(20003, 968, 0, 'Plaguebloom zone 139, node 209'),
|
|
(20004, 968, 0, 'Plaguebloom zone 139, node 210'),
|
|
(20005, 815, 0, 'Plaguebloom,Zone 361,Area 361,node 208'),
|
|
(20006, 818, 0, 'Plaguebloom,Zone 361,Area 1767,node 209'),
|
|
(20007, 818, 0, 'Plaguebloom,Zone 361,Area 1767,node 210'),
|
|
(20008, 818, 0, 'Plaguebloom,Zone 361,Area 1767,node 211'),
|
|
(20009, 818, 0, 'Plaguebloom,Zone 361,Area 1767,node 212'),
|
|
(20010, 954, 0, 'Plaguebloom zone 28, node 112'),
|
|
(20011, 954, 0, 'Plaguebloom zone 28, node 113'),
|
|
(20012, 954, 0, 'Plaguebloom zone 28, node 114'),
|
|
(20013, 968, 0, 'Plaguebloom zone 139, node 211'),
|
|
(20014, 954, 0, 'Plaguebloom zone 28, node 115'),
|
|
(20015, 954, 0, 'Plaguebloom zone 28, node 116'),
|
|
(20016, 954, 0, 'Plaguebloom zone 28, node 117'),
|
|
(20017, 954, 0, 'Plaguebloom zone 28, node 118'),
|
|
(20018, 954, 0, 'Plaguebloom zone 28, node 119'),
|
|
(20019, 814, 0, 'Plaguebloom,Zone 361,Area 2478,node 213'),
|
|
(20020, 814, 0, 'Plaguebloom,Zone 361,Area 2478,node 214'),
|
|
(20021, 814, 0, 'Plaguebloom,Zone 361,Area 2478,node 215'),
|
|
(20022, 817, 0, 'Plaguebloom,Zone 361,Area 1766,node 216'),
|
|
(20023, 817, 0, 'Plaguebloom,Zone 361,Area 1766,node 217'),
|
|
(20024, 817, 0, 'Plaguebloom,Zone 361,Area 1766,node 218'),
|
|
(20025, 954, 0, 'Plaguebloom zone 28, node 120'),
|
|
(20026, 968, 0, 'Plaguebloom zone 139, node 212'),
|
|
(20027, 954, 0, 'Plaguebloom zone 28, node 121'),
|
|
(20028, 954, 0, 'Plaguebloom zone 28, node 122'),
|
|
(20029, 968, 0, 'Plaguebloom zone 139, node 213'),
|
|
(20030, 954, 0, 'Plaguebloom zone 28, node 123'),
|
|
(20031, 968, 0, 'Plaguebloom zone 139, node 214'),
|
|
(20032, 968, 0, 'Plaguebloom zone 139, node 215'),
|
|
(20033, 968, 0, 'Plaguebloom zone 139, node 216'),
|
|
(20034, 968, 0, 'Plaguebloom zone 139, node 217'),
|
|
(20035, 968, 0, 'Plaguebloom zone 139, node 218'),
|
|
(20036, 819, 0, 'Plaguebloom,Zone 361,Area 2481,node 219'),
|
|
(20037, 815, 0, 'Plaguebloom,Zone 361,Area 361,node 220'),
|
|
(20038, 819, 0, 'Plaguebloom,Zone 361,Area 2481,node 221'),
|
|
(20039, 815, 0, 'Plaguebloom,Zone 361,Area 361,node 222'),
|
|
(20040, 814, 0, 'Plaguebloom,Zone 361,Area 1765,node 223'),
|
|
(20041, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20042, 968, 0, 'Plaguebloom zone 139, node 219'),
|
|
(20043, 968, 0, 'Plaguebloom zone 139, node 220'),
|
|
(20044, 968, 0, 'Plaguebloom zone 139, node 221'),
|
|
(20045, 968, 0, 'Plaguebloom zone 139, node 222'),
|
|
(20046, 968, 0, 'Plaguebloom zone 139, node 223'),
|
|
(20047, 954, 0, 'Plaguebloom zone 28, node 124'),
|
|
(20048, 817, 0, 'Plaguebloom,Zone 361,Area 1766,node 224'),
|
|
(20049, 817, 0, 'Plaguebloom,Zone 361,Area 1766,node 225'),
|
|
(20050, 817, 0, 'Plaguebloom,Zone 361,Area 1766,node 226'),
|
|
(20051, 954, 0, 'Plaguebloom zone 28, node 125'),
|
|
(20052, 818, 0, 'Plaguebloom,Zone 361,Area 1767,node 227'),
|
|
(20053, 814, 0, 'Plaguebloom,Zone 361,Area 2480,node 228'),
|
|
(20054, 968, 0, 'Plaguebloom zone 139, node 224'),
|
|
(20055, 968, 0, 'Plaguebloom zone 139, node 225'),
|
|
(20056, 968, 0, 'Plaguebloom zone 139, node 226'),
|
|
(20057, 968, 0, 'Plaguebloom zone 139, node 227'),
|
|
(20058, 968, 0, 'Plaguebloom zone 139, node 228'),
|
|
(20059, 968, 0, 'Plaguebloom zone 139, node 229'),
|
|
(20060, 968, 0, 'Plaguebloom zone 139, node 230'),
|
|
(20061, 820, 0, 'Plaguebloom,Zone 361,Area 2618,node 229'),
|
|
(20062, 968, 0, 'Plaguebloom zone 139, node 231'),
|
|
(20063, 968, 0, 'Plaguebloom zone 139, node 232'),
|
|
(20064, 968, 0, 'Plaguebloom zone 139, node 233'),
|
|
(20065, 818, 0, 'Plaguebloom,Zone 361,Area 1767,node 230'),
|
|
(20066, 815, 0, 'Plaguebloom,Zone 361,Area 361,node 231'),
|
|
(20067, 815, 0, 'Plaguebloom,Zone 361,Area 361,node 232'),
|
|
(20068, 815, 0, 'Plaguebloom,Zone 361,Area 361,node 233'),
|
|
(20069, 954, 0, 'Plaguebloom zone 28, node 126'),
|
|
(20070, 954, 0, 'Plaguebloom zone 28, node 127'),
|
|
(20071, 954, 0, 'Plaguebloom zone 28, node 128'),
|
|
(20072, 968, 0, 'Plaguebloom zone 139, node 234'),
|
|
(20073, 954, 0, 'Plaguebloom zone 28, node 129'),
|
|
(20074, 968, 0, 'Plaguebloom zone 139, node 235'),
|
|
(20075, 968, 0, 'Plaguebloom zone 139, node 236'),
|
|
(20076, 815, 0, 'Plaguebloom,Zone 361,Area 361,node 234'),
|
|
(20077, 968, 0, 'Plaguebloom zone 139, node 237'),
|
|
(20078, 814, 0, 'Plaguebloom,Zone 361,Area 1761,node 235'),
|
|
(20079, 968, 0, 'Plaguebloom zone 139, node 238'),
|
|
(20080, 968, 0, 'Plaguebloom zone 139, node 239'),
|
|
(20081, 954, 0, 'Plaguebloom zone 28, node 130'),
|
|
(20082, 968, 0, 'Plaguebloom zone 139, node 240'),
|
|
(20083, 954, 0, 'Plaguebloom zone 28, node 131'),
|
|
(20084, 968, 0, 'Plaguebloom zone 139, node 241'),
|
|
(20085, 968, 0, 'Plaguebloom zone 139, node 242'),
|
|
(20086, 968, 0, 'Plaguebloom zone 139, node 243'),
|
|
(20087, 968, 0, 'Plaguebloom zone 139, node 244'),
|
|
(20088, 968, 0, 'Plaguebloom zone 139, node 245'),
|
|
(20089, 954, 0, 'Plaguebloom zone 28, node 132'),
|
|
(20090, 818, 0, 'Plaguebloom,Zone 361,Area 1767,node 236'),
|
|
(20091, 954, 0, 'Plaguebloom zone 28, node 133'),
|
|
(20092, 968, 0, 'Plaguebloom zone 139, node 246'),
|
|
(20093, 968, 0, 'Plaguebloom zone 139, node 247'),
|
|
(20094, 968, 0, 'Plaguebloom zone 139, node 248'),
|
|
(20095, 817, 0, 'Plaguebloom,Zone 361,Area 1766,node 237'),
|
|
(20096, 954, 0, 'Plaguebloom zone 28, node 134'),
|
|
(20097, 968, 0, 'Plaguebloom zone 139, node 249'),
|
|
(20098, 814, 0, 'Plaguebloom,Zone 361,Area 1762,node 238'),
|
|
(20099, 968, 0, 'Plaguebloom zone 139, node 250'),
|
|
(20100, 968, 0, 'Plaguebloom zone 139, node 251'),
|
|
(20101, 968, 0, 'Plaguebloom zone 139, node 252'),
|
|
(20102, 968, 0, 'Plaguebloom zone 139, node 253'),
|
|
(20103, 954, 0, 'Plaguebloom zone 28, node 135'),
|
|
(20104, 954, 0, 'Plaguebloom zone 28, node 136'),
|
|
(20105, 968, 0, 'Plaguebloom zone 139, node 254'),
|
|
(20106, 818, 0, 'Plaguebloom,Zone 361,Area 1767,node 239'),
|
|
(20107, 818, 0, 'Plaguebloom,Zone 361,Area 1767,node 240'),
|
|
(20108, 954, 0, 'Plaguebloom zone 28, node 137'),
|
|
(20109, 954, 0, 'Plaguebloom zone 28, node 138'),
|
|
(20110, 968, 0, 'Plaguebloom zone 139, node 255'),
|
|
(20111, 968, 0, 'Plaguebloom zone 139, node 256'),
|
|
(20112, 968, 0, 'Plaguebloom zone 139, node 257'),
|
|
(20113, 968, 0, 'Plaguebloom zone 139, node 258'),
|
|
(20114, 968, 0, 'Plaguebloom zone 139, node 259'),
|
|
(20115, 968, 0, 'Plaguebloom zone 139, node 260'),
|
|
(20116, 968, 0, 'Plaguebloom zone 139, node 261'),
|
|
(20117, 818, 0, 'Plaguebloom,Zone 361,Area 1767,node 241'),
|
|
(20118, 968, 0, 'Plaguebloom zone 139, node 262'),
|
|
(20119, 954, 0, 'Plaguebloom zone 28, node 139'),
|
|
(20120, 954, 0, 'Plaguebloom zone 28, node 140'),
|
|
(20121, 968, 0, 'Plaguebloom zone 139, node 263'),
|
|
(20122, 968, 0, 'Plaguebloom zone 139, node 264'),
|
|
(20123, 968, 0, 'Plaguebloom zone 139, node 265'),
|
|
(20124, 968, 0, 'Plaguebloom zone 139, node 266'),
|
|
(20125, 968, 0, 'Plaguebloom zone 139, node 267'),
|
|
(20126, 968, 0, 'Plaguebloom zone 139, node 268'),
|
|
(20127, 968, 0, 'Plaguebloom zone 139, node 269'),
|
|
(20128, 954, 0, 'Plaguebloom zone 28, node 141'),
|
|
(20129, 968, 0, 'Plaguebloom zone 139, node 270'),
|
|
(20130, 968, 0, 'Plaguebloom zone 139, node 271'),
|
|
(20131, 815, 0, 'Plaguebloom,Zone 361,Area 361,node 242'),
|
|
(20132, 968, 0, 'Plaguebloom zone 139, node 272'),
|
|
(20133, 968, 0, 'Plaguebloom zone 139, node 273'),
|
|
(20134, 967, 0, 'Icecap zone 618, node 75'),
|
|
(20135, 967, 0, 'Icecap zone 618, node 76'),
|
|
(20136, 967, 0, 'Icecap zone 618, node 77'),
|
|
(20137, 967, 0, 'Icecap zone 618, node 78'),
|
|
(20138, 967, 0, 'Icecap zone 618, node 79'),
|
|
(20139, 967, 0, 'Icecap zone 618, node 80'),
|
|
(20140, 967, 0, 'Icecap zone 618, node 81'),
|
|
(20141, 967, 0, 'Icecap zone 618, node 82'),
|
|
(20142, 967, 0, 'Icecap zone 618, node 83'),
|
|
(20143, 967, 0, 'Icecap zone 618, node 84'),
|
|
(20144, 967, 0, 'Icecap zone 618, node 85'),
|
|
(20145, 967, 0, 'Icecap zone 618, node 86'),
|
|
(20146, 967, 0, 'Icecap zone 618, node 87'),
|
|
(20147, 967, 0, 'Icecap zone 618, node 88'),
|
|
(20148, 967, 0, 'Icecap zone 618, node 89'),
|
|
(20149, 967, 0, 'Icecap zone 618, node 90'),
|
|
(20150, 967, 0, 'Icecap zone 618, node 91'),
|
|
(20151, 967, 0, 'Icecap zone 618, node 92'),
|
|
(20152, 967, 0, 'Icecap zone 618, node 93'),
|
|
(20153, 967, 0, 'Icecap zone 618, node 94'),
|
|
(20154, 967, 0, 'Icecap zone 618, node 95'),
|
|
(20155, 967, 0, 'Icecap zone 618, node 96'),
|
|
(20156, 967, 0, 'Icecap zone 618, node 97'),
|
|
(20157, 967, 0, 'Icecap zone 618, node 98'),
|
|
(20158, 967, 0, 'Icecap zone 618, node 99'),
|
|
(20159, 967, 0, 'Icecap zone 618, node 100'),
|
|
(20160, 967, 0, 'Icecap zone 618, node 101'),
|
|
(20161, 967, 0, 'Icecap zone 618, node 102'),
|
|
(20162, 967, 0, 'Icecap zone 618, node 103'),
|
|
(20163, 967, 0, 'Icecap zone 618, node 104'),
|
|
(20164, 967, 0, 'Icecap zone 618, node 105'),
|
|
(20165, 967, 0, 'Icecap zone 618, node 106'),
|
|
(20166, 967, 0, 'Icecap zone 618, node 107'),
|
|
(20167, 967, 0, 'Icecap zone 618, node 108'),
|
|
(20168, 967, 0, 'Icecap zone 618, node 109'),
|
|
(20169, 967, 0, 'Icecap zone 618, node 110'),
|
|
(20170, 967, 0, 'Icecap zone 618, node 111'),
|
|
(20171, 967, 0, 'Icecap zone 618, node 112'),
|
|
(20172, 967, 0, 'Icecap zone 618, node 113'),
|
|
(20173, 967, 0, 'Icecap zone 618, node 114'),
|
|
(20174, 967, 0, 'Icecap zone 618, node 115'),
|
|
(20175, 967, 0, 'Icecap zone 618, node 116'),
|
|
(20176, 967, 0, 'Icecap zone 618, node 117'),
|
|
(20177, 967, 0, 'Icecap zone 618, node 118'),
|
|
(20178, 967, 0, 'Icecap zone 618, node 119'),
|
|
(20179, 967, 0, 'Icecap zone 618, node 120'),
|
|
(20180, 967, 0, 'Icecap zone 618, node 121'),
|
|
(20181, 967, 0, 'Icecap zone 618, node 122'),
|
|
(20182, 967, 0, 'Icecap zone 618, node 123'),
|
|
(20183, 967, 0, 'Icecap zone 618, node 124'),
|
|
(20184, 967, 0, 'Icecap zone 618, node 125'),
|
|
(20185, 967, 0, 'Icecap zone 618, node 126'),
|
|
(20186, 967, 0, 'Icecap zone 618, node 127'),
|
|
(20187, 967, 0, 'Icecap zone 618, node 128'),
|
|
(20188, 967, 0, 'Icecap zone 618, node 129'),
|
|
(20189, 967, 0, 'Icecap zone 618, node 130'),
|
|
(20190, 967, 0, 'Icecap zone 618, node 131'),
|
|
(20191, 967, 0, 'Icecap zone 618, node 132'),
|
|
(20192, 967, 0, 'Icecap zone 618, node 133'),
|
|
(20193, 967, 0, 'Icecap zone 618, node 134'),
|
|
(20194, 967, 0, 'Icecap zone 618, node 135'),
|
|
(20195, 967, 0, 'Icecap zone 618, node 136'),
|
|
(20196, 967, 0, 'Icecap zone 618, node 137'),
|
|
(20197, 967, 0, 'Icecap zone 618, node 138'),
|
|
(20198, 967, 0, 'Icecap zone 618, node 139'),
|
|
(20199, 967, 0, 'Icecap zone 618, node 140'),
|
|
(20200, 967, 0, 'Icecap zone 618, node 141'),
|
|
(20201, 967, 0, 'Icecap zone 618, node 142'),
|
|
(20202, 967, 0, 'Icecap zone 618, node 143'),
|
|
(20203, 967, 0, 'Icecap zone 618, node 144'),
|
|
(20204, 967, 0, 'Icecap zone 618, node 145'),
|
|
(20205, 967, 0, 'Icecap zone 618, node 146'),
|
|
(20206, 967, 0, 'Icecap zone 618, node 147'),
|
|
(20207, 967, 0, 'Icecap zone 618, node 148'),
|
|
(20208, 967, 0, 'Icecap zone 618, node 149'),
|
|
(20209, 967, 0, 'Icecap zone 618, node 150'),
|
|
(20210, 967, 0, 'Icecap zone 618, node 151'),
|
|
(20211, 967, 0, 'Icecap zone 618, node 152'),
|
|
(20212, 967, 0, 'Icecap zone 618, node 153'),
|
|
(20213, 967, 0, 'Icecap zone 618, node 154'),
|
|
(20214, 967, 0, 'Icecap zone 618, node 155'),
|
|
(20215, 967, 0, 'Icecap zone 618, node 156'),
|
|
(20216, 967, 0, 'Icecap zone 618, node 157'),
|
|
(20217, 967, 0, 'Icecap zone 618, node 158'),
|
|
(20218, 967, 0, 'Icecap zone 618, node 159'),
|
|
(20219, 967, 0, 'Icecap zone 618, node 160'),
|
|
(20220, 967, 0, 'Icecap zone 618, node 161'),
|
|
(20221, 967, 0, 'Icecap zone 618, node 162'),
|
|
(20222, 967, 0, 'Icecap zone 618, node 163'),
|
|
(20223, 967, 0, 'Icecap zone 618, node 164'),
|
|
(20224, 967, 0, 'Icecap zone 618, node 165'),
|
|
(20225, 967, 0, 'Icecap zone 618, node 166'),
|
|
(20226, 967, 0, 'Icecap zone 618, node 167'),
|
|
(20227, 967, 0, 'Icecap zone 618, node 168'),
|
|
(20228, 967, 0, 'Icecap zone 618, node 169'),
|
|
(20229, 967, 0, 'Icecap zone 618, node 170'),
|
|
(20230, 967, 0, 'Icecap zone 618, node 171'),
|
|
(20231, 967, 0, 'Icecap zone 618, node 172'),
|
|
(20232, 967, 0, 'Icecap zone 618, node 173'),
|
|
(20233, 967, 0, 'Icecap zone 618, node 174'),
|
|
(20234, 967, 0, 'Icecap zone 618, node 175'),
|
|
(20235, 967, 0, 'Icecap zone 618, node 176'),
|
|
(20236, 967, 0, 'Icecap zone 618, node 177'),
|
|
(20237, 967, 0, 'Icecap zone 618, node 178'),
|
|
(20238, 967, 0, 'Icecap zone 618, node 179'),
|
|
(20239, 967, 0, 'Icecap zone 618, node 180'),
|
|
(20240, 967, 0, 'Icecap zone 618, node 181'),
|
|
(20241, 967, 0, 'Icecap zone 618, node 182'),
|
|
(20242, 967, 0, 'Icecap zone 618, node 183'),
|
|
(20243, 967, 0, 'Icecap zone 618, node 184'),
|
|
(20244, 967, 0, 'Icecap zone 618, node 185'),
|
|
(20245, 967, 0, 'Icecap zone 618, node 186'),
|
|
(20246, 967, 0, 'Icecap zone 618, node 187'),
|
|
(20247, 967, 0, 'Icecap zone 618, node 188'),
|
|
(20248, 967, 0, 'Icecap zone 618, node 189'),
|
|
(20249, 967, 0, 'Icecap zone 618, node 190'),
|
|
(20250, 967, 0, 'Icecap zone 618, node 191'),
|
|
(20251, 967, 0, 'Icecap zone 618, node 192'),
|
|
(20252, 967, 0, 'Icecap zone 618, node 193'),
|
|
(20253, 967, 0, 'Icecap zone 618, node 194'),
|
|
(20254, 967, 0, 'Icecap zone 618, node 195'),
|
|
(20255, 967, 0, 'Icecap zone 618, node 196'),
|
|
(20256, 967, 0, 'Icecap zone 618, node 197'),
|
|
(20257, 967, 0, 'Icecap zone 618, node 198'),
|
|
(20258, 967, 0, 'Icecap zone 618, node 199'),
|
|
(20259, 967, 0, 'Icecap zone 618, node 200'),
|
|
(20260, 967, 0, 'Icecap zone 618, node 201'),
|
|
(20261, 967, 0, 'Icecap zone 618, node 202'),
|
|
(20262, 967, 0, 'Icecap zone 618, node 203'),
|
|
(20263, 11653, 0, 'Black Lotus - Burning Steppes'),
|
|
(20264, 968, 0, 'Black Lotus zone 139, node 274'),
|
|
(20265, 967, 0, 'Black Lotus zone 618, node 204'),
|
|
(20266, 11653, 0, 'Black Lotus - Burning Steppes'),
|
|
(20267, 948, 0, 'Black Lotus zone 1377, node 41'),
|
|
(20268, 11653, 0, 'Black Lotus - Burning Steppes'),
|
|
(20269, 967, 0, 'Black Lotus zone 618, node 205'),
|
|
(20270, 967, 0, 'Black Lotus zone 618, node 206'),
|
|
(20271, 968, 0, 'Black Lotus zone 139, node 275'),
|
|
(20272, 11653, 0, 'Black Lotus - Burning Steppes'),
|
|
(20273, 967, 0, 'Black Lotus zone 618, node 207'),
|
|
(20274, 948, 0, 'Black Lotus zone 1377, node 42'),
|
|
(20275, 11653, 0, 'Black Lotus - Burning Steppes'),
|
|
(20276, 967, 0, 'Black Lotus zone 618, node 208'),
|
|
(20277, 968, 0, 'Black Lotus zone 139, node 276'),
|
|
(20278, 967, 0, 'Black Lotus zone 618, node 209'),
|
|
(20279, 11653, 0, 'Black Lotus - Burning Steppes'),
|
|
(20280, 11653, 0, 'Black Lotus - Burning Steppes'),
|
|
(20281, 967, 0, 'Black Lotus zone 618, node 210'),
|
|
(20282, 11653, 0, 'Black Lotus - Burning Steppes'),
|
|
(20283, 968, 0, 'Black Lotus zone 139, node 277'),
|
|
(20284, 11653, 0, 'Black Lotus - Burning Steppes'),
|
|
(20285, 968, 0, 'Black Lotus zone 139, node 278'),
|
|
(20286, 967, 0, 'Black Lotus zone 618, node 211'),
|
|
(20287, 967, 0, 'Black Lotus zone 618, node 212'),
|
|
(20288, 11653, 0, 'Black Lotus - Burning Steppes'),
|
|
(20289, 11653, 0, 'Black Lotus - Burning Steppes'),
|
|
(20290, 967, 0, 'Black Lotus zone 618, node 213'),
|
|
(20291, 948, 0, 'Black Lotus zone 1377, node 43'),
|
|
(20292, 948, 0, 'Black Lotus zone 1377, node 44'),
|
|
(20293, 11653, 0, 'Black Lotus - Burning Steppes'),
|
|
(20294, 11653, 0, 'Black Lotus - Burning Steppes'),
|
|
(20295, 11653, 0, 'Black Lotus - Burning Steppes'),
|
|
(20296, 968, 0, 'Black Lotus zone 139, node 279'),
|
|
(20297, 11653, 0, 'Black Lotus - Burning Steppes'),
|
|
(20298, 967, 0, 'Black Lotus zone 618, node 214'),
|
|
(20299, 968, 0, 'Black Lotus zone 139, node 280'),
|
|
(20300, 967, 0, 'Black Lotus zone 618, node 215'),
|
|
(20301, 967, 0, 'Black Lotus zone 618, node 216'),
|
|
(20302, 967, 0, 'Black Lotus zone 618, node 217'),
|
|
(20303, 968, 0, 'Black Lotus zone 139, node 281'),
|
|
(20304, 968, 0, 'Black Lotus zone 139, node 282'),
|
|
(20305, 11653, 0, 'Black Lotus - Burning Steppes'),
|
|
(20306, 948, 0, 'Black Lotus zone 1377, node 45'),
|
|
(20307, 11653, 0, 'Black Lotus - Burning Steppes'),
|
|
(20311, 950, 0, 'Mageroyal zone 44, node 160'),
|
|
(20312, 950, 0, 'Bruiseweed zone 44, node 161'),
|
|
(20315, 950, 0, 'Earthroot zone 44, node 162'),
|
|
(20329, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20330, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20331, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20337, 239, 0, ''),
|
|
(20339, 45, 20, ''),
|
|
(20357, 950, 0, 'Bruiseweed zone 44, node 163'),
|
|
(20358, 950, 0, 'Earthroot zone 44, node 164'),
|
|
(20363, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20364, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(20366, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20370, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20372, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20374, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20376, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20377, 44, 20, ''),
|
|
(20384, 950, 0, 'Bruiseweed zone 44, node 165'),
|
|
(20390, 8082, 0, 'Felweed - Zangarmarsh'),
|
|
(20401, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20409, 8078, 0, 'Felweed - Zangarmarsh'),
|
|
(20411, 8083, 0, 'Felweed - Zangarmarsh'),
|
|
(20417, 8081, 0, 'Felweed - Zangarmarsh'),
|
|
(20418, 8078, 0, 'Felweed - Zangarmarsh'),
|
|
(20421, 8082, 0, 'Felweed - Zangarmarsh'),
|
|
(20422, 8078, 0, 'Felweed - Zangarmarsh'),
|
|
(20424, 8078, 0, 'Felweed - Zangarmarsh'),
|
|
(20432, 950, 0, 'Mageroyal zone 44, node 166'),
|
|
(20444, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20453, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20455, 950, 0, 'Briarthorn zone 44, node 167'),
|
|
(20461, 8098, 0, 'Blindweed - Zangarmarsh'),
|
|
(20463, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20464, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20466, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20467, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20473, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20474, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20475, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20476, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20477, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20478, 950, 0, 'Mageroyal zone 44, node 168'),
|
|
(20480, 950, 0, 'Bruiseweed zone 44, node 169'),
|
|
(20481, 950, 0, 'Bruiseweed zone 44, node 170'),
|
|
(20482, 950, 0, 'Briarthorn zone 44, node 171'),
|
|
(20497, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20502, 950, 0, 'Earthroot zone 44, node 172'),
|
|
(20503, 950, 0, 'Earthroot zone 44, node 173'),
|
|
(20511, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20577, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20593, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20594, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20595, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20596, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20597, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20598, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20599, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20600, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20601, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20602, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20603, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20604, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20605, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20606, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20607, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20608, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20609, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20610, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20611, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20612, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20613, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20614, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20615, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20653, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20724, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20734, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20735, 8199, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(20736, 8199, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(20742, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20751, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20753, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20754, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20755, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20803, 31, 0, ''),
|
|
(20804, 30, 0, ''),
|
|
(20817, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(20819, 29, 0, ''),
|
|
(20820, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20821, 28, 0, ''),
|
|
(20823, 27, 0, ''),
|
|
(20824, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20825, 958, 0, 'Bruiseweed zone 267, node 185'),
|
|
(20826, 25, 0, ''),
|
|
(20827, 24, 0, ''),
|
|
(20830, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20832, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20845, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20847, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20849, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20855, 8197, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(20857, 22, 0, ''),
|
|
(20858, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20863, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20865, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20869, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20876, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20877, 17, 0, ''),
|
|
(20878, 958, 0, 'Bruiseweed zone 267, node 186'),
|
|
(20893, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20894, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20895, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20896, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20897, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20898, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20899, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20900, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20901, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20902, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20903, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20904, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20905, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20906, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20918, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20935, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20937, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20941, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20943, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20944, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(20946, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20948, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20949, 8144, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(20950, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20953, 8144, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(20954, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20961, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20962, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20972, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20973, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20975, 8098, 0, 'Blindweed - Zangarmarsh'),
|
|
(20976, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20977, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20980, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20981, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20983, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(20984, 8097, 0, 'Blindweed - Zangarmarsh'),
|
|
(20986, 8098, 0, 'Blindweed - Zangarmarsh'),
|
|
(20990, 8098, 0, 'Blindweed - Zangarmarsh'),
|
|
(20991, 8097, 0, 'Blindweed - Zangarmarsh'),
|
|
(20992, 8098, 0, 'Blindweed - Zangarmarsh'),
|
|
(20998, 8098, 0, 'Blindweed - Zangarmarsh'),
|
|
(20999, 8098, 0, 'Blindweed - Zangarmarsh'),
|
|
(21000, 8098, 0, 'Blindweed - Zangarmarsh'),
|
|
(21001, 8097, 0, 'Blindweed - Zangarmarsh'),
|
|
(21002, 8098, 0, 'Blindweed - Zangarmarsh'),
|
|
(21003, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21004, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21005, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21006, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21007, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21008, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21010, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21011, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21012, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21013, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21014, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21015, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21017, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21018, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21019, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21020, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21021, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21022, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21023, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21024, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21025, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21026, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21027, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21028, 8097, 0, 'Blindweed - Zangarmarsh'),
|
|
(21033, 8097, 0, 'Blindweed - Zangarmarsh'),
|
|
(21034, 8097, 0, 'Blindweed - Zangarmarsh'),
|
|
(21035, 8098, 0, 'Blindweed - Zangarmarsh'),
|
|
(21043, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21044, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21050, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21051, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21052, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21053, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21054, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21055, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21058, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21059, 987, 0, 'Goldclover zone 3537, node 1'),
|
|
(21060, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21061, 110, 0, 'Mana Berry Bush (186729) - Eco-Dome Midrealm'),
|
|
(21062, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21063, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21064, 982, 0, 'Goldclover zone 3711, node 1'),
|
|
(21065, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21066, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21067, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21068, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21069, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21070, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21071, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21072, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21073, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21074, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21075, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21076, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21077, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21078, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21079, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21080, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21082, 986, 0, 'Goldclover zone 495, node 1'),
|
|
(21085, 986, 0, 'Goldclover zone 495, node 2'),
|
|
(21087, 982, 0, 'Goldclover zone 3711, node 2'),
|
|
(21088, 982, 0, 'Goldclover zone 3711, node 3'),
|
|
(21089, 982, 0, 'Goldclover zone 3711, node 4'),
|
|
(21090, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21093, 982, 0, 'Goldclover zone 3711, node 5'),
|
|
(21100, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21101, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21102, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21103, 986, 0, 'Goldclover zone 495, node 3'),
|
|
(21113, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21122, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21123, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21124, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21125, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21126, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21127, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21128, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21129, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21130, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21131, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21132, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21133, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21134, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21135, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21136, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21137, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21138, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21139, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21140, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21141, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21142, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21143, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21144, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21145, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21146, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21147, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21148, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21149, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21150, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21151, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21152, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21153, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21154, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21155, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21167, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21168, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21169, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21170, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21171, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21172, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21173, 111, 0, 'Mana Berry Bush (186729) - Eco-Dome Farfield'),
|
|
(21216, 958, 0, 'Stranglekelp zone 267, node 187'),
|
|
(21218, 958, 0, 'Kingsblood zone 267, node 188'),
|
|
(21220, 565, 0, 'Kingsblood in Alterac Mountains'),
|
|
(21221, 16, 0, ''),
|
|
(21222, 15, 0, ''),
|
|
(21223, 14, 0, ''),
|
|
(21224, 13, 0, ''),
|
|
(21225, 12, 0, ''),
|
|
(21227, 959, 0, 'Khadgar\'s Whisker zone 45, node 443'),
|
|
(21238, 11, 0, ''),
|
|
(21241, 10, 0, ''),
|
|
(21242, 9, 20, ''),
|
|
(21243, 8, 0, ''),
|
|
(21244, 7, 0, ''),
|
|
(21247, 6, 0, ''),
|
|
(21249, 958, 0, 'Stranglekelp zone 267, node 189'),
|
|
(21251, 958, 0, 'Wild Steelbloom zone 267, node 190'),
|
|
(21253, 958, 0, 'Kingsblood zone 267, node 191'),
|
|
(21258, 958, 0, 'Kingsblood zone 267, node 193'),
|
|
(21263, 958, 0, 'Briarthorn zone 267, node 194'),
|
|
(21264, 4, 0, ''),
|
|
(21268, 3, 0, ''),
|
|
(21269, 2, 20, ''),
|
|
(21272, 958, 0, 'Briarthorn zone 267, node 195'),
|
|
(21275, 958, 0, 'Bruiseweed zone 267, node 196'),
|
|
(21276, 958, 0, 'Wild Steelbloom zone 267, node 197'),
|
|
(21277, 958, 0, 'Wild Steelbloom zone 267, node 198'),
|
|
(21278, 958, 0, 'Stranglekelp zone 267, node 199'),
|
|
(21279, 565, 0, 'Kingsblood in Alterac Mountains'),
|
|
(21280, 958, 0, 'Wild Steelbloom zone 267, node 200'),
|
|
(21297, 726, 0, 'Bloodthistle'),
|
|
(21298, 720, 0, 'Bloodthistle'),
|
|
(21299, 720, 0, 'Bloodthistle'),
|
|
(21300, 720, 0, 'Bloodthistle'),
|
|
(21301, 726, 0, 'Bloodthistle'),
|
|
(21302, 726, 0, 'Bloodthistle'),
|
|
(21303, 725, 0, 'Bloodthistle'),
|
|
(21304, 727, 0, 'Bloodthistle'),
|
|
(21305, 727, 0, 'Bloodthistle'),
|
|
(21306, 727, 0, 'Bloodthistle'),
|
|
(21307, 727, 0, 'Bloodthistle'),
|
|
(21308, 727, 0, 'Bloodthistle'),
|
|
(21309, 727, 0, 'Bloodthistle'),
|
|
(21310, 721, 0, 'Bloodthistle'),
|
|
(21311, 721, 0, 'Bloodthistle'),
|
|
(21312, 722, 0, 'Bloodthistle'),
|
|
(21313, 722, 0, 'Bloodthistle'),
|
|
(21314, 724, 0, 'Bloodthistle'),
|
|
(21315, 724, 0, 'Bloodthistle'),
|
|
(21316, 724, 0, 'Bloodthistle'),
|
|
(21317, 724, 0, 'Bloodthistle'),
|
|
(21318, 723, 0, 'Bloodthistle'),
|
|
(21319, 723, 0, 'Bloodthistle'),
|
|
(21320, 723, 0, 'Bloodthistle'),
|
|
(21326, 8195, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21327, 8195, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21328, 8195, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21329, 8195, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21330, 8195, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21331, 8195, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21332, 8195, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21333, 8195, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21334, 8194, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21335, 8196, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21336, 8196, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21337, 8196, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21338, 8196, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21339, 8197, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21340, 8197, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21341, 8197, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21342, 8197, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21343, 8197, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21344, 8212, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21345, 8212, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21346, 8198, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21347, 8198, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21348, 8198, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21349, 8165, 0, 'Felweed - Nagrand'),
|
|
(21350, 8167, 0, 'Felweed - Nagrand'),
|
|
(21351, 8167, 0, 'Felweed - Nagrand'),
|
|
(21352, 8168, 0, 'Felweed - Nagrand'),
|
|
(21353, 8168, 0, 'Felweed - Nagrand'),
|
|
(21354, 8168, 0, 'Felweed - Nagrand'),
|
|
(21355, 8168, 0, 'Felweed - Nagrand'),
|
|
(21356, 8166, 0, 'Felweed - Nagrand'),
|
|
(21357, 8166, 0, 'Felweed - Nagrand'),
|
|
(21358, 8166, 0, 'Felweed - Nagrand'),
|
|
(21359, 8166, 0, 'Felweed - Nagrand'),
|
|
(21360, 8166, 0, 'Felweed - Nagrand'),
|
|
(21361, 8164, 0, 'Felweed - Nagrand'),
|
|
(21362, 8164, 0, 'Felweed - Nagrand'),
|
|
(21363, 8164, 0, 'Felweed - Nagrand'),
|
|
(21364, 8164, 0, 'Felweed - Nagrand'),
|
|
(21365, 8269, 0, 'Felweed - Shadowmoon Valley'),
|
|
(21366, 8269, 0, 'Felweed - Shadowmoon Valley'),
|
|
(21367, 8270, 0, 'Felweed - Shadowmoon Valley'),
|
|
(21368, 8270, 0, 'Felweed - Shadowmoon Valley'),
|
|
(21369, 8269, 0, 'Felweed - Shadowmoon Valley'),
|
|
(21370, 8269, 0, 'Felweed - Shadowmoon Valley'),
|
|
(21371, 8016, 0, 'Felweed - Hellfire Peninsula'),
|
|
(21372, 8016, 0, 'Felweed - Hellfire Peninsula'),
|
|
(21373, 8011, 0, 'Felweed - Hellfire Peninsula'),
|
|
(21374, 8011, 0, 'Felweed - Hellfire Peninsula'),
|
|
(21375, 8011, 0, 'Felweed - Hellfire Peninsula'),
|
|
(21376, 8011, 0, 'Felweed - Hellfire Peninsula'),
|
|
(21377, 8036, 0, 'Felweed - Hellfire Peninsula'),
|
|
(21378, 8040, 0, 'Felweed - Hellfire Peninsula'),
|
|
(21379, 8016, 0, 'Felweed - Hellfire Peninsula'),
|
|
(21380, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(21381, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(21382, 8016, 0, 'Felweed - Hellfire Peninsula'),
|
|
(21383, 8016, 0, 'Felweed - Hellfire Peninsula'),
|
|
(21384, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(21385, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(21386, 8026, 0, 'Felweed - Hellfire Peninsula'),
|
|
(21387, 8026, 0, 'Felweed - Hellfire Peninsula'),
|
|
(21388, 8026, 0, 'Felweed - Hellfire Peninsula'),
|
|
(21389, 8031, 0, 'Felweed - Hellfire Peninsula'),
|
|
(21390, 8031, 0, 'Felweed - Hellfire Peninsula'),
|
|
(21391, 8031, 0, 'Felweed - Hellfire Peninsula'),
|
|
(21392, 8031, 0, 'Felweed - Hellfire Peninsula'),
|
|
(21393, 8031, 0, 'Felweed - Hellfire Peninsula'),
|
|
(21394, 8246, 0, 'Felweed - Netherstorm - Eco-Dome Sutheron'),
|
|
(21395, 8246, 0, 'Felweed - Netherstorm - Eco-Dome Sutheron'),
|
|
(21396, 8246, 0, 'Felweed - Netherstorm - Eco-Dome Sutheron'),
|
|
(21397, 8133, 0, 'Felweed - Terokkar Forest'),
|
|
(21398, 8133, 0, 'Felweed - Terokkar Forest'),
|
|
(21399, 8132, 0, 'Felweed - Terokkar Forest'),
|
|
(21400, 8134, 0, 'Felweed - Terokkar Forest'),
|
|
(21401, 8134, 0, 'Felweed - Terokkar Forest'),
|
|
(21402, 8134, 0, 'Felweed - Terokkar Forest'),
|
|
(21403, 8134, 0, 'Felweed - Terokkar Forest'),
|
|
(21404, 8134, 0, 'Felweed - Terokkar Forest'),
|
|
(21405, 8194, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21406, 8194, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21407, 8195, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(21408, 8012, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(21409, 8012, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(21410, 8030, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(21411, 8030, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(21412, 8030, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(21413, 8030, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(21414, 8035, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(21415, 8237, 0, 'Dreaming Glory - Netherstorm'),
|
|
(21416, 8237, 0, 'Dreaming Glory - Netherstorm'),
|
|
(21417, 8238, 0, 'Dreaming Glory - Netherstorm'),
|
|
(21418, 8247, 0, 'Dreaming Glory - Netherstorm - Eco-Dome Sutheron'),
|
|
(21419, 8247, 0, 'Dreaming Glory - Netherstorm - Eco-Dome Sutheron'),
|
|
(21420, 8236, 0, 'Dreaming Glory - Netherstorm'),
|
|
(21421, 8236, 0, 'Dreaming Glory - Netherstorm'),
|
|
(21422, 8236, 0, 'Dreaming Glory - Netherstorm'),
|
|
(21423, 8239, 0, 'Dreaming Glory - Netherstorm'),
|
|
(21424, 8239, 0, 'Dreaming Glory - Netherstorm'),
|
|
(21425, 8235, 0, 'Dreaming Glory - Netherstorm'),
|
|
(21426, 8240, 0, 'Dreaming Glory - Netherstorm'),
|
|
(21427, 8139, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(21428, 8141, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(21429, 8142, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(21430, 8142, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(21431, 8141, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(21432, 8141, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(21433, 8136, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(21434, 8143, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(21435, 8143, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(21436, 8143, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(21437, 8203, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(21438, 8203, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(21439, 8204, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(21440, 8202, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(21441, 8202, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(21442, 8202, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(21443, 8199, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(21444, 8199, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(21446, 8201, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(21447, 8201, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(21448, 8200, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(21449, 8200, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(21450, 8205, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(21451, 8205, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(21452, 8205, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(21453, 8205, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(21454, 8205, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(21455, 8206, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(21456, 8170, 0, 'Dreaming Glory - Nagrand'),
|
|
(21457, 8170, 0, 'Dreaming Glory - Nagrand'),
|
|
(21458, 8170, 0, 'Dreaming Glory - Nagrand'),
|
|
(21459, 8170, 0, 'Dreaming Glory - Nagrand'),
|
|
(21460, 8170, 0, 'Dreaming Glory - Nagrand'),
|
|
(21461, 8172, 0, 'Dreaming Glory - Nagrand'),
|
|
(21462, 8171, 0, 'Dreaming Glory - Nagrand'),
|
|
(21463, 8171, 0, 'Dreaming Glory - Nagrand'),
|
|
(21464, 8171, 0, 'Dreaming Glory - Nagrand'),
|
|
(21465, 8171, 0, 'Dreaming Glory - Nagrand'),
|
|
(21466, 8169, 0, 'Dreaming Glory - Nagrand'),
|
|
(21467, 8173, 0, 'Dreaming Glory - Nagrand'),
|
|
(21468, 8173, 0, 'Dreaming Glory - Nagrand'),
|
|
(21469, 8174, 0, 'Dreaming Glory - Nagrand'),
|
|
(21470, 8174, 0, 'Dreaming Glory - Nagrand'),
|
|
(21471, 8174, 0, 'Dreaming Glory - Nagrand'),
|
|
(21472, 8174, 0, 'Dreaming Glory - Nagrand'),
|
|
(21473, 8279, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(21474, 8279, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(21475, 8280, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(21476, 8280, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(21477, 8279, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(21511, 8144, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(21524, 8092, 0, 'Dreaming Glory - Zangarmarsh'),
|
|
(21525, 8092, 0, 'Dreaming Glory - Zangarmarsh'),
|
|
(21526, 8094, 0, 'Dreaming Glory - Zangarmarsh'),
|
|
(21527, 8094, 0, 'Dreaming Glory - Zangarmarsh'),
|
|
(21553, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(21554, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(21555, 8276, 0, 'Terocone - Shadowmoon Valley'),
|
|
(21556, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(21557, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(21558, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(21559, 8131, 0, 'Terocone - Terokkar Forest'),
|
|
(21560, 8131, 0, 'Terocone - Terokkar Forest'),
|
|
(21561, 8131, 0, 'Terocone - Terokkar Forest'),
|
|
(21562, 8130, 0, 'Terocone - Terokkar Forest'),
|
|
(21563, 8130, 0, 'Terocone - Terokkar Forest'),
|
|
(21564, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(21565, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(21566, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(21573, 8230, 0, 'Netherbloom - Netherstorm'),
|
|
(21574, 8230, 0, 'Netherbloom - Netherstorm'),
|
|
(21575, 8232, 0, 'Netherbloom - Netherstorm'),
|
|
(21576, 8232, 0, 'Netherbloom - Netherstorm'),
|
|
(21577, 8231, 0, 'Netherbloom - Netherstorm'),
|
|
(21578, 8231, 0, 'Netherbloom - Netherstorm'),
|
|
(21579, 8231, 0, 'Netherbloom - Netherstorm'),
|
|
(21580, 8229, 0, 'Netherbloom - Netherstorm'),
|
|
(21581, 8229, 0, 'Netherbloom - Netherstorm'),
|
|
(21582, 8233, 0, 'Netherbloom - Netherstorm'),
|
|
(21583, 8233, 0, 'Netherbloom - Netherstorm'),
|
|
(21584, 8233, 0, 'Netherbloom - Netherstorm'),
|
|
(21585, 8233, 0, 'Netherbloom - Netherstorm'),
|
|
(21586, 8272, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(21588, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(21589, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(21590, 8274, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(21591, 8274, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(21592, 8274, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(21593, 8272, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(21594, 8207, 0, 'Mana Thistle - Blade\'s Edge Mountains'),
|
|
(21595, 8208, 0, 'Mana Thistle - Blade\'s Edge Mountains'),
|
|
(21596, 8175, 0, 'Mana Thistle - Nagrand'),
|
|
(21597, 8175, 0, 'Mana Thistle - Nagrand'),
|
|
(21598, 8242, 0, 'Mana Thistle - Netherstorm'),
|
|
(21599, 8242, 0, 'Mana Thistle - Netherstorm'),
|
|
(21600, 8146, 0, 'Mana Thistle - Terokkar Forest'),
|
|
(21601, 8146, 0, 'Mana Thistle - Terokkar Forest'),
|
|
(21780, 1164, 0, 'Barrel (182589) - Escape from Durnholde Keep - Group 2'),
|
|
(21781, 1165, 0, 'Barrel (182589) - Escape from Durnholde Keep - Group 3'),
|
|
(21782, 1167, 0, 'Barrel (182589) - Escape from Durnholde Keep - Group 5'),
|
|
(21783, 1163, 0, 'Barrel (182589) - Escape from Durnholde Keep - Group 1'),
|
|
(21784, 1166, 0, 'Barrel (182589) - Escape from Durnholde Keep - Group 4'),
|
|
(21785, 1166, 0, 'Barrel (182589) - Escape from Durnholde Keep - Group 4'),
|
|
(21786, 1163, 0, 'Barrel (182589) - Escape from Durnholde Keep - Group 1'),
|
|
(21787, 1165, 0, 'Barrel (182589) - Escape from Durnholde Keep - Group 3'),
|
|
(21788, 1163, 0, 'Barrel (182589) - Escape from Durnholde Keep - Group 1'),
|
|
(21789, 1164, 0, 'Barrel (182589) - Escape from Durnholde Keep - Group 2'),
|
|
(21790, 1164, 0, 'Barrel (182589) - Escape from Durnholde Keep - Group 2'),
|
|
(21791, 1165, 0, 'Barrel (182589) - Escape from Durnholde Keep - Group 3'),
|
|
(21792, 1166, 0, 'Barrel (182589) - Escape from Durnholde Keep - Group 4'),
|
|
(21793, 1167, 0, 'Barrel (182589) - Escape from Durnholde Keep - Group 5'),
|
|
(21794, 1167, 0, 'Barrel (182589) - Escape from Durnholde Keep - Group 5'),
|
|
(22225, 8201, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(22228, 8207, 0, 'Mana Thistle - Blade\'s Edge Mountains'),
|
|
(22229, 8201, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(22230, 8208, 0, 'Mana Thistle - Blade\'s Edge Mountains'),
|
|
(22231, 8241, 0, 'Dreaming Glory - Netherstorm'),
|
|
(22232, 8238, 0, 'Dreaming Glory - Netherstorm'),
|
|
(22233, 8234, 0, 'Netherbloom - Netherstorm'),
|
|
(22234, 8235, 0, 'Dreaming Glory - Netherstorm'),
|
|
(22235, 8247, 0, 'Dreaming Glory - Netherstorm - Eco-Dome Sutheron'),
|
|
(22236, 8246, 0, 'Felweed - Netherstorm - Eco-Dome Sutheron'),
|
|
(22237, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(22238, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(22239, 8270, 0, 'Felweed - Shadowmoon Valley'),
|
|
(22442, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(22655, 986, 0, 'Goldclover zone 495, node 4'),
|
|
(22680, 987, 0, 'Goldclover zone 3537, node 2'),
|
|
(22988, 986, 0, 'Goldclover zone 495, node 5'),
|
|
(22989, 986, 0, 'Goldclover zone 495, node 6'),
|
|
(23956, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(23957, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(23959, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(23961, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(23962, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(23963, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(23964, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(23965, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(23968, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(23969, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(23971, 8080, 0, 'Felweed - Zangarmarsh'),
|
|
(23974, 8084, 0, 'Felweed - Zangarmarsh'),
|
|
(23975, 8084, 0, 'Felweed - Zangarmarsh'),
|
|
(23976, 8082, 0, 'Felweed - Zangarmarsh'),
|
|
(23977, 8083, 0, 'Felweed - Zangarmarsh'),
|
|
(23978, 8083, 0, 'Felweed - Zangarmarsh'),
|
|
(23985, 8287, 0, 'Mana Thistle - Isle of Quel\'Danas'),
|
|
(23986, 8098, 0, 'Blindweed - Zangarmarsh'),
|
|
(23988, 8097, 0, 'Blindweed - Zangarmarsh'),
|
|
(23989, 8097, 0, 'Blindweed - Zangarmarsh'),
|
|
(24323, 986, 0, 'Goldclover zone 495, node 7'),
|
|
(24324, 986, 0, 'Goldclover zone 495, node 8'),
|
|
(24970, 8306, 0, 'Searing Gorge Dark Iron Pillow Spawn'),
|
|
(24971, 8306, 0, 'Searing Gorge Dark Iron Pillow Spawn'),
|
|
(24972, 8306, 0, 'Searing Gorge Dark Iron Pillow Spawn'),
|
|
(24973, 8306, 0, 'Searing Gorge Dark Iron Pillow Spawn'),
|
|
(24974, 8306, 0, 'Searing Gorge Dark Iron Pillow Spawn'),
|
|
(24975, 8306, 0, 'Searing Gorge Dark Iron Pillow Spawn'),
|
|
(24976, 8306, 0, 'Searing Gorge Dark Iron Pillow Spawn'),
|
|
(24977, 8306, 0, 'Searing Gorge Dark Iron Pillow Spawn'),
|
|
(24978, 8306, 0, 'Searing Gorge Dark Iron Pillow Spawn'),
|
|
(24979, 8306, 0, 'Searing Gorge Dark Iron Pillow Spawn'),
|
|
(24980, 8306, 0, 'Searing Gorge Dark Iron Pillow Spawn'),
|
|
(24981, 8306, 0, 'Searing Gorge Dark Iron Pillow Spawn'),
|
|
(24982, 8306, 0, 'Searing Gorge Dark Iron Pillow Spawn'),
|
|
(24983, 8306, 0, 'Searing Gorge Dark Iron Pillow Spawn'),
|
|
(24984, 8306, 0, 'Searing Gorge Dark Iron Pillow Spawn'),
|
|
(24985, 8306, 0, 'Searing Gorge Dark Iron Pillow Spawn'),
|
|
(24986, 8306, 0, 'Searing Gorge Dark Iron Pillow Spawn'),
|
|
(24987, 8306, 0, 'Searing Gorge Dark Iron Pillow Spawn'),
|
|
(24988, 8306, 0, 'Searing Gorge Dark Iron Pillow Spawn'),
|
|
(24989, 8306, 0, 'Searing Gorge Dark Iron Pillow Spawn'),
|
|
(24990, 8306, 0, 'Searing Gorge Dark Iron Pillow Spawn'),
|
|
(24991, 8306, 0, 'Searing Gorge Dark Iron Pillow Spawn'),
|
|
(24992, 8306, 0, 'Searing Gorge Dark Iron Pillow Spawn'),
|
|
(24993, 8306, 0, 'Searing Gorge Dark Iron Pillow Spawn'),
|
|
(25528, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25529, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25530, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25531, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25532, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25533, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25534, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25535, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25536, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25537, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25538, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25539, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25540, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25541, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25542, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25543, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25544, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25545, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25546, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25547, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25548, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25549, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25550, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25551, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25552, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25553, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25554, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25555, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25556, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25557, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25558, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25559, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25560, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25561, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25562, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25563, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25564, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25565, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(25834, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25835, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25836, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25837, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25838, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25839, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25840, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25841, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25842, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25843, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25844, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25845, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25846, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25847, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25848, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25849, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25850, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25851, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25852, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25853, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25854, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25855, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25856, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25857, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25858, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25859, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25860, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25861, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25862, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25863, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25864, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25865, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25866, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25867, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25868, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25869, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25870, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25871, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25872, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25873, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25874, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25875, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25876, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25877, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25878, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25879, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25880, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25881, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25882, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25883, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25884, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25885, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25886, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25887, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25888, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25889, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25890, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25891, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25892, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25893, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25894, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25895, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25896, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(25897, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(26264, 986, 0, 'Goldclover zone 495, node 9'),
|
|
(26272, 987, 0, 'Goldclover zone 3537, node 3'),
|
|
(26274, 987, 0, 'Goldclover zone 3537, node 4'),
|
|
(26284, 986, 0, 'Goldclover zone 495, node 10'),
|
|
(26319, 986, 0, 'Goldclover zone 495, node 11'),
|
|
(26320, 986, 0, 'Goldclover zone 495, node 12'),
|
|
(26322, 986, 0, 'Goldclover zone 495, node 13'),
|
|
(26325, 986, 0, 'Goldclover zone 495, node 14'),
|
|
(26330, 987, 0, 'Goldclover zone 3537, node 5'),
|
|
(26331, 982, 0, 'Goldclover zone 3711, node 6'),
|
|
(26332, 982, 0, 'Goldclover zone 3711, node 7'),
|
|
(26333, 982, 0, 'Goldclover zone 3711, node 8'),
|
|
(26334, 982, 0, 'Goldclover zone 3711, node 9'),
|
|
(26341, 982, 0, 'Goldclover zone 3711, node 10'),
|
|
(26342, 982, 0, 'Goldclover zone 3711, node 11'),
|
|
(26343, 982, 0, 'Goldclover zone 3711, node 12'),
|
|
(26345, 986, 0, 'Goldclover zone 495, node 15'),
|
|
(26346, 986, 0, 'Goldclover zone 495, node 16'),
|
|
(26347, 986, 0, 'Goldclover zone 495, node 17'),
|
|
(26350, 984, 0, 'Goldclover zone 394, node 1'),
|
|
(26351, 987, 0, 'Goldclover zone 3537, node 6'),
|
|
(26354, 986, 0, 'Goldclover zone 495, node 18'),
|
|
(26355, 984, 0, 'Goldclover zone 394, node 2'),
|
|
(26356, 984, 0, 'Goldclover zone 394, node 3'),
|
|
(26357, 987, 0, 'Goldclover zone 3537, node 7'),
|
|
(26359, 987, 0, 'Goldclover zone 3537, node 8'),
|
|
(26360, 986, 0, 'Goldclover zone 495, node 19'),
|
|
(26361, 986, 0, 'Goldclover zone 495, node 20'),
|
|
(26363, 985, 0, 'Goldclover zone 65, node 1'),
|
|
(26364, 985, 0, 'Goldclover zone 65, node 2'),
|
|
(26365, 986, 0, 'Goldclover zone 495, node 21'),
|
|
(26367, 984, 0, 'Goldclover zone 394, node 4'),
|
|
(26368, 986, 0, 'Goldclover zone 495, node 22'),
|
|
(26369, 986, 0, 'Goldclover zone 495, node 23'),
|
|
(26375, 984, 0, 'Goldclover zone 394, node 5'),
|
|
(26376, 984, 0, 'Goldclover zone 394, node 6'),
|
|
(26378, 984, 0, 'Goldclover zone 394, node 7'),
|
|
(26379, 984, 0, 'Goldclover zone 394, node 8'),
|
|
(26380, 984, 0, 'Goldclover zone 394, node 9'),
|
|
(26381, 987, 0, 'Goldclover zone 3537, node 9'),
|
|
(26382, 987, 0, 'Goldclover zone 3537, node 10'),
|
|
(26384, 984, 0, 'Goldclover zone 394, node 10'),
|
|
(26389, 984, 0, 'Goldclover zone 394, node 11'),
|
|
(26390, 984, 0, 'Goldclover zone 394, node 12'),
|
|
(26392, 986, 0, 'Goldclover zone 495, node 24'),
|
|
(26393, 986, 0, 'Goldclover zone 495, node 25'),
|
|
(26394, 987, 0, 'Goldclover zone 3537, node 11'),
|
|
(26395, 987, 0, 'Goldclover zone 3537, node 12'),
|
|
(26396, 986, 0, 'Goldclover zone 495, node 26'),
|
|
(26398, 984, 0, 'Goldclover zone 394, node 13'),
|
|
(26402, 986, 0, 'Goldclover zone 495, node 27'),
|
|
(26409, 986, 0, 'Goldclover zone 495, node 28'),
|
|
(26410, 986, 0, 'Goldclover zone 495, node 29'),
|
|
(26411, 986, 0, 'Goldclover zone 495, node 30'),
|
|
(26412, 986, 0, 'Goldclover zone 495, node 31'),
|
|
(26427, 984, 0, 'Goldclover zone 394, node 14'),
|
|
(26444, 984, 0, 'Goldclover zone 394, node 15'),
|
|
(26446, 984, 0, 'Goldclover zone 394, node 16'),
|
|
(26447, 984, 0, 'Goldclover zone 394, node 17'),
|
|
(26448, 984, 0, 'Goldclover zone 394, node 18'),
|
|
(26451, 986, 0, 'Goldclover zone 495, node 32'),
|
|
(26452, 986, 0, 'Goldclover zone 495, node 33'),
|
|
(26453, 986, 0, 'Goldclover zone 495, node 34'),
|
|
(26630, 8133, 0, 'Felweed - Terokkar Forest'),
|
|
(26632, 8165, 0, 'Felweed - Nagrand'),
|
|
(26634, 8031, 0, 'Felweed - Hellfire Peninsula'),
|
|
(26646, 8036, 0, 'Felweed - Hellfire Peninsula'),
|
|
(26661, 8133, 0, 'Felweed - Terokkar Forest'),
|
|
(26664, 8140, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(26665, 8141, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(26666, 8141, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(26667, 8169, 0, 'Dreaming Glory - Nagrand'),
|
|
(26673, 8170, 0, 'Dreaming Glory - Nagrand'),
|
|
(26674, 8171, 0, 'Dreaming Glory - Nagrand'),
|
|
(26675, 8137, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(26684, 8169, 0, 'Dreaming Glory - Nagrand'),
|
|
(26687, 8136, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(26689, 8135, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(26690, 8138, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(26692, 8039, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(26694, 8169, 0, 'Dreaming Glory - Nagrand'),
|
|
(26697, 8135, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(26698, 8172, 0, 'Dreaming Glory - Nagrand'),
|
|
(26700, 8172, 0, 'Dreaming Glory - Nagrand'),
|
|
(26702, 8139, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(26705, 947, 0, 'Firebloom zone 51, node 41'),
|
|
(26749, 11640, 0, 'Battered Chest, Elwyn Forest, node 1'),
|
|
(26756, 11640, 0, 'Battered Chest, Elwyn Forest, node 2'),
|
|
(27209, 736, 0, 'Earthroot'),
|
|
(27233, 737, 0, 'Mageroyal'),
|
|
(27237, 734, 0, 'Silverleaf'),
|
|
(27242, 734, 0, 'Silverleaf'),
|
|
(27253, 734, 0, 'Silverleaf'),
|
|
(27269, 738, 0, 'Briarthorn'),
|
|
(27270, 734, 0, 'Silverleaf'),
|
|
(27271, 735, 0, 'Peacebloom'),
|
|
(27273, 736, 0, 'Earthroot'),
|
|
(27275, 735, 0, 'Peacebloom'),
|
|
(27294, 738, 0, 'Briarthorn'),
|
|
(27300, 734, 0, 'Silverleaf'),
|
|
(27302, 740, 0, 'Bruiseweed'),
|
|
(27303, 734, 0, 'Silverleaf'),
|
|
(27308, 738, 0, 'Briarthorn'),
|
|
(27309, 740, 0, 'Bruiseweed'),
|
|
(27310, 736, 0, 'Earthroot'),
|
|
(27323, 737, 0, 'Mageroyal'),
|
|
(27369, 734, 0, 'Silverleaf'),
|
|
(27380, 734, 0, 'Silverleaf'),
|
|
(27386, 738, 0, 'Briarthorn'),
|
|
(27387, 735, 0, 'Peacebloom'),
|
|
(27390, 734, 0, 'Silverleaf'),
|
|
(27423, 734, 0, 'Silverleaf'),
|
|
(27426, 736, 0, 'Earthroot'),
|
|
(27427, 737, 0, 'Mageroyal'),
|
|
(27430, 736, 0, 'Earthroot'),
|
|
(27433, 739, 0, 'Stranglekelp'),
|
|
(27434, 739, 0, 'Stranglekelp'),
|
|
(27440, 734, 0, 'Silverleaf'),
|
|
(27450, 734, 0, 'Silverleaf'),
|
|
(27451, 740, 0, 'Bruiseweed'),
|
|
(27456, 736, 0, 'Earthroot'),
|
|
(27457, 739, 0, 'Stranglekelp'),
|
|
(27458, 738, 0, 'Briarthorn'),
|
|
(27459, 734, 0, 'Silverleaf'),
|
|
(27460, 735, 0, 'Peacebloom'),
|
|
(27461, 734, 0, 'Silverleaf'),
|
|
(27466, 735, 0, 'Peacebloom'),
|
|
(27468, 734, 0, 'Silverleaf'),
|
|
(27491, 735, 0, 'Peacebloom'),
|
|
(27492, 735, 0, 'Peacebloom'),
|
|
(27494, 739, 0, 'Stranglekelp'),
|
|
(27495, 734, 0, 'Silverleaf'),
|
|
(27496, 736, 0, 'Earthroot'),
|
|
(27513, 737, 0, 'Mageroyal'),
|
|
(27526, 737, 0, 'Mageroyal'),
|
|
(27527, 737, 0, 'Mageroyal'),
|
|
(27528, 734, 0, 'Silverleaf'),
|
|
(27529, 735, 0, 'Peacebloom'),
|
|
(27531, 734, 0, 'Silverleaf'),
|
|
(27535, 738, 0, 'Briarthorn'),
|
|
(27537, 737, 0, 'Mageroyal'),
|
|
(27538, 734, 0, 'Silverleaf'),
|
|
(27539, 740, 0, 'Bruiseweed'),
|
|
(27540, 740, 0, 'Bruiseweed'),
|
|
(27558, 1, 20, ''),
|
|
(27559, 8145, 0, 'Mana Thistle - Terokkar Forest'),
|
|
(27570, 8204, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(27572, 8197, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(27573, 8205, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(27589, 170, 0, ''),
|
|
(27590, 8197, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(27591, 8286, 0, 'Mana Thistle - Isle of Quel\'Danas'),
|
|
(27592, 8290, 0, 'Nightmare Vine - Isle of Quel\'Danas'),
|
|
(27617, 8289, 0, 'Mana Thistle - Isle of Quel\'Danas'),
|
|
(27624, 958, 0, 'Bruiseweed zone 267, node 201'),
|
|
(28041, 8200, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(28106, 8200, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(28127, 8201, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(28217, 8132, 0, 'Felweed - Terokkar Forest'),
|
|
(28263, 8229, 0, 'Netherbloom - Netherstorm'),
|
|
(28268, 8235, 0, 'Dreaming Glory - Netherstorm'),
|
|
(28272, 8248, 0, 'Golden Sansam - Netherstorm - Eco-Dome Sutheron'),
|
|
(28275, 8230, 0, 'Netherbloom - Netherstorm'),
|
|
(28281, 8194, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(28287, 8195, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(28289, 8203, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(28292, 8203, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(28303, 8197, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(28311, 8096, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(28312, 8078, 0, 'Felweed - Zangarmarsh'),
|
|
(28313, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(28314, 8096, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(28316, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(28319, 8144, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(28332, 8146, 0, 'Mana Thistle - Terokkar Forest'),
|
|
(28410, 8130, 0, 'Terocone - Terokkar Forest'),
|
|
(28415, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(28420, 8269, 0, 'Felweed - Shadowmoon Valley'),
|
|
(28424, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(28425, 8269, 0, 'Felweed - Shadowmoon Valley'),
|
|
(28442, 8270, 0, 'Felweed - Shadowmoon Valley'),
|
|
(28447, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(28475, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(28479, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(28480, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(28481, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(28482, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(28483, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(28484, 8269, 0, 'Felweed - Shadowmoon Valley'),
|
|
(28485, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(28486, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(28490, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(28492, 8132, 0, 'Felweed - Terokkar Forest'),
|
|
(28518, 991, 0, 'Stranglekelp zone 15, node 38'),
|
|
(28646, 825, 0, 'Liferoot,Zone 405,602,node 134'),
|
|
(29185, 822, 0, 'Liferoot,Zone 405,405,node 135'),
|
|
(29186, 822, 0, 'Liferoot,Zone 405,405,node 136'),
|
|
(29187, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 840'),
|
|
(29188, 821, 0, 'Liferoot,Zone 405,604,node 137'),
|
|
(29195, 824, 0, 'Stranglekelp,Zone 405,598,node 138'),
|
|
(29198, 824, 0, 'Stranglekelp,Zone 405,598,node 139'),
|
|
(29199, 824, 0, 'Stranglekelp,Zone 405,598,node 140'),
|
|
(29200, 821, 0, 'Stranglekelp,Zone 405,2324,node 141'),
|
|
(29201, 824, 0, 'Stranglekelp,Zone 405,598,node 142'),
|
|
(29202, 824, 0, 'Stranglekelp,Zone 405,598,node 143'),
|
|
(29203, 824, 0, 'Stranglekelp,Zone 405,598,node 144'),
|
|
(29207, 11690, 50, 'Spawn Point 1 - Truesilver'),
|
|
(29234, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 841'),
|
|
(29235, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 842'),
|
|
(29249, 988, 0, 'Stranglekelp zone 33, node 535'),
|
|
(29251, 988, 0, 'Khadgar\'s Whisker zone 33, node 537'),
|
|
(29252, 988, 0, 'Stranglekelp zone 33, node 538'),
|
|
(29253, 988, 0, 'Goldthorn zone 33, node 539'),
|
|
(29255, 988, 0, 'Stranglekelp zone 33, node 540'),
|
|
(29256, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(29257, 988, 0, 'Stranglekelp zone 33, node 541'),
|
|
(29258, 988, 0, 'Stranglekelp zone 33, node 542'),
|
|
(29259, 988, 0, 'Stranglekelp zone 33, node 543'),
|
|
(29263, 988, 0, 'Goldthorn zone 33, node 544'),
|
|
(29268, 988, 0, 'Kingsblood zone 33, node 545'),
|
|
(29269, 988, 0, 'Khadgar\'s Whisker zone 33, node 546'),
|
|
(29275, 60005, 0, 'Water Barrel (29275) - Westbrook Garrison'),
|
|
(29276, 60008, 0, 'Water Barrel (29276) - Elwynn Forest'),
|
|
(29306, 60009, 0, 'Food Crate (29306) - Steelgrills Depot'),
|
|
(29353, 995, 0, 'Briarthorn zone 10, node 216'),
|
|
(29527, 988, 0, 'Khadgar\'s Whisker zone 33, node 547'),
|
|
(29528, 988, 0, 'Fadeleaf zone 33, node 548'),
|
|
(29529, 988, 0, 'Fadeleaf zone 33, node 549'),
|
|
(29530, 988, 0, 'Goldthorn zone 33, node 550'),
|
|
(29531, 988, 0, 'Goldthorn zone 33, node 551'),
|
|
(29532, 988, 0, 'Goldthorn zone 33, node 552'),
|
|
(29535, 988, 0, 'Khadgar\'s Whisker zone 33, node 554'),
|
|
(29536, 988, 0, 'Goldthorn zone 33, node 555'),
|
|
(29537, 988, 0, 'Goldthorn zone 33, node 556'),
|
|
(29540, 988, 0, 'Purple Lotus zone 33, node 557'),
|
|
(29542, 988, 0, 'Wild Steelbloom zone 33, node 558'),
|
|
(29543, 988, 0, 'Kingsblood zone 33, node 559'),
|
|
(29544, 988, 0, 'Goldthorn zone 33, node 560'),
|
|
(29545, 988, 0, 'Liferoot zone 33, node 561'),
|
|
(29554, 988, 0, 'Wild Steelbloom zone 33, node 562'),
|
|
(29556, 988, 0, 'Stranglekelp zone 33, node 563'),
|
|
(29559, 988, 0, 'Stranglekelp zone 33, node 564'),
|
|
(29561, 988, 0, 'Stranglekelp zone 33, node 565'),
|
|
(29563, 988, 0, 'Stranglekelp zone 33, node 566'),
|
|
(29573, 951, 0, 'Briarthorn zone 40, node 187'),
|
|
(29584, 50003, 0, 'Mountain Silversage zone 46, node 23'),
|
|
(29585, 50003, 0, 'Dreamfoil zone 46, node 51'),
|
|
(29609, 60009, 0, 'Water Barrel (29609) - Steelgrills Depot'),
|
|
(29652, 958, 0, 'Mageroyal zone 267, node 203'),
|
|
(29655, 958, 0, 'Liferoot zone 267, node 204'),
|
|
(29658, 958, 0, 'Bruiseweed zone 267, node 205'),
|
|
(29683, 997, 0, 'Firebloom zone 4, node 86'),
|
|
(29684, 997, 0, 'Sungrass zone 4, node 87'),
|
|
(29685, 997, 0, 'Firebloom zone 4, node 88'),
|
|
(29687, 997, 0, 'Gromsblood zone 4, node 89'),
|
|
(29695, 8041, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(29705, 8042, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(29712, 8042, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(29720, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(29786, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(29787, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(29788, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(29789, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(29790, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(29791, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(29792, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(29793, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(29794, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(29795, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(29796, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(29797, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(29798, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(29799, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(29976, 952, 0, 'Mageroyal zone 38, node 175'),
|
|
(29979, 952, 0, 'Bruiseweed zone 38, node 176'),
|
|
(29980, 952, 0, 'Briarthorn zone 38, node 177'),
|
|
(29981, 952, 0, 'Briarthorn zone 38, node 178'),
|
|
(29990, 952, 0, 'Peacebloom zone 38, node 179'),
|
|
(29996, 958, 0, 'Briarthorn zone 267, node 206'),
|
|
(29997, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(29998, 958, 0, 'Briarthorn zone 267, node 207'),
|
|
(30013, 952, 0, 'Briarthorn zone 38, node 180'),
|
|
(30014, 952, 0, 'Bruiseweed zone 38, node 181'),
|
|
(30015, 952, 0, 'Peacebloom zone 38, node 182'),
|
|
(30016, 952, 0, 'Mageroyal zone 38, node 183'),
|
|
(30017, 958, 0, 'Bruiseweed zone 267, node 208'),
|
|
(30020, 958, 0, 'Bruiseweed zone 267, node 209'),
|
|
(30021, 952, 0, 'Mageroyal zone 38, node 184'),
|
|
(30023, 958, 0, 'Kingsblood zone 267, node 210'),
|
|
(30025, 958, 0, 'Kingsblood zone 267, node 211'),
|
|
(30026, 958, 0, 'Mageroyal zone 267, node 212'),
|
|
(30043, 952, 0, 'Silverleaf zone 38, node 185'),
|
|
(30044, 952, 0, 'Silverleaf zone 38, node 186'),
|
|
(30045, 952, 0, 'Silverleaf zone 38, node 187'),
|
|
(30046, 952, 0, 'Peacebloom zone 38, node 188'),
|
|
(30047, 952, 0, 'Silverleaf zone 38, node 189'),
|
|
(30052, 952, 0, 'Mageroyal zone 38, node 190'),
|
|
(30058, 952, 0, 'Mageroyal zone 38, node 191'),
|
|
(30065, 952, 0, 'Mageroyal zone 38, node 192'),
|
|
(30070, 952, 0, 'Briarthorn zone 38, node 193'),
|
|
(30076, 952, 0, 'Silverleaf zone 38, node 195'),
|
|
(30097, 952, 0, 'Earthroot zone 38, node 196'),
|
|
(30109, 994, 0, 'Briarthorn zone 11, node 262'),
|
|
(30113, 994, 0, 'Wild Steelbloom zone 11, node 263'),
|
|
(30115, 994, 0, 'Wild Steelbloom zone 11, node 264'),
|
|
(30124, 994, 0, 'Briarthorn zone 11, node 265'),
|
|
(30127, 994, 0, 'Mageroyal zone 11, node 266'),
|
|
(30128, 994, 0, 'Bruiseweed zone 11, node 267'),
|
|
(30129, 994, 0, 'Briarthorn zone 11, node 268'),
|
|
(30130, 994, 0, 'Bruiseweed zone 11, node 269'),
|
|
(30148, 994, 0, 'Stranglekelp zone 11, node 270'),
|
|
(30150, 961, 0, 'Stranglekelp zone 148, node 296'),
|
|
(30154, 961, 0, 'Stranglekelp zone 148, node 297'),
|
|
(30160, 11691, 20, 'Spawn Point 1 - Silver'),
|
|
(30162, 961, 0, 'Stranglekelp zone 148, node 298'),
|
|
(30167, 961, 0, 'Stranglekelp zone 148, node 299'),
|
|
(30169, 11656, 0, 'Solid Chest, Desolace, node 1'),
|
|
(30170, 11656, 0, 'Solid Chest, Desolace, node 3'),
|
|
(30171, 11656, 0, 'Solid Chest, Desolace, node 5'),
|
|
(30173, 961, 0, 'Stranglekelp zone 148, node 300'),
|
|
(30174, 961, 0, 'Mageroyal zone 148, node 301'),
|
|
(30176, 961, 0, 'Earthroot zone 148, node 302'),
|
|
(30178, 11656, 0, 'Solid Chest, Desolace, node 8'),
|
|
(30181, 961, 0, 'Stranglekelp zone 148, node 303'),
|
|
(30182, 11656, 0, 'Solid Chest, Desolace, node 13'),
|
|
(30183, 11656, 0, 'Solid Chest, Desolace, node 10'),
|
|
(30184, 11656, 0, 'Solid Chest, Desolace, node 14'),
|
|
(30190, 960, 0, 'Bruiseweed zone 331, node 326'),
|
|
(30191, 960, 0, 'Briarthorn zone 331, node 327'),
|
|
(30192, 960, 0, 'Purple Lotus zone 331, node 328'),
|
|
(30213, 991, 0, 'Goldthorn zone 15, node 39'),
|
|
(30230, 963, 0, 'Firebloom zone 440, node 92'),
|
|
(30231, 963, 0, 'Purple Lotus zone 440, node 93'),
|
|
(30347, 996, 0, 'Liferoot zone 8, node 304'),
|
|
(30349, 996, 0, 'Fadeleaf zone 8, node 305'),
|
|
(30372, 995, 0, 'Mageroyal zone 10, node 217'),
|
|
(30376, 995, 0, 'Bruiseweed zone 10, node 219'),
|
|
(30385, 8022, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(30386, 8024, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(30388, 8041, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(30389, 8042, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(30393, 8041, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(30394, 8037, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(30396, 8038, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(30408, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(30410, 8098, 0, 'Blindweed - Zangarmarsh'),
|
|
(30417, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(30434, 8272, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(30437, 8269, 0, 'Felweed - Shadowmoon Valley'),
|
|
(30438, 8277, 0, 'Terocone - Shadowmoon Valley'),
|
|
(30440, 8277, 0, 'Terocone - Shadowmoon Valley'),
|
|
(30444, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 25'),
|
|
(30446, 729, 0, 'Silverleaf'),
|
|
(30447, 728, 0, 'Peacebloom'),
|
|
(30454, 728, 0, 'Peacebloom'),
|
|
(30461, 729, 0, 'Silverleaf'),
|
|
(30464, 728, 0, 'Peacebloom'),
|
|
(30469, 729, 0, 'Silverleaf'),
|
|
(30471, 730, 0, 'Earthroot'),
|
|
(30477, 729, 0, 'Silverleaf'),
|
|
(30478, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 26'),
|
|
(30480, 728, 0, 'Peacebloom'),
|
|
(30482, 729, 0, 'Silverleaf'),
|
|
(30486, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 27'),
|
|
(30495, 728, 0, 'Peacebloom'),
|
|
(30498, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 28'),
|
|
(30499, 729, 0, 'Silverleaf'),
|
|
(30500, 728, 0, 'Peacebloom'),
|
|
(30501, 729, 0, 'Silverleaf'),
|
|
(30506, 728, 0, 'Peacebloom'),
|
|
(30507, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 29'),
|
|
(30512, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 30'),
|
|
(30514, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 31'),
|
|
(30518, 729, 0, 'Silverleaf'),
|
|
(30526, 729, 0, 'Silverleaf'),
|
|
(30527, 730, 0, 'Earthroot'),
|
|
(30530, 728, 0, 'Peacebloom'),
|
|
(30531, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 32'),
|
|
(30532, 728, 0, 'Peacebloom'),
|
|
(30544, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(30552, 8094, 0, 'Dreaming Glory - Zangarmarsh'),
|
|
(30553, 8026, 0, 'Felweed - Hellfire Peninsula'),
|
|
(30555, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(30557, 951, 0, 'Briarthorn zone 40, node 188'),
|
|
(30574, 8026, 0, 'Felweed - Hellfire Peninsula'),
|
|
(30575, 8035, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(30577, 951, 0, 'Bruiseweed zone 40, node 189'),
|
|
(30578, 951, 0, 'Silverleaf zone 40, node 190'),
|
|
(30579, 8030, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(30581, 8169, 0, 'Dreaming Glory - Nagrand'),
|
|
(30595, 50002, 0, 'Spawn Point 33 - Tin Vein'),
|
|
(30602, 951, 0, 'Peacebloom zone 40, node 191'),
|
|
(30603, 951, 0, 'Mageroyal zone 40, node 192'),
|
|
(30607, 996, 0, 'Kingsblood zone 8, node 306'),
|
|
(30608, 951, 0, 'Stranglekelp zone 40, node 193'),
|
|
(30609, 951, 0, 'Mageroyal zone 40, node 194'),
|
|
(30610, 996, 0, 'Khadgar\'s Whisker zone 8, node 307'),
|
|
(30611, 951, 0, 'Earthroot zone 40, node 195'),
|
|
(30612, 951, 0, 'Stranglekelp zone 40, node 196'),
|
|
(30613, 50002, 0, 'Spawn Point 9 - Tin Vein'),
|
|
(30615, 996, 0, 'Blindweed zone 8, node 308'),
|
|
(30616, 996, 0, 'Blindweed zone 8, node 309'),
|
|
(30618, 996, 0, 'Blindweed zone 8, node 310'),
|
|
(30621, 996, 0, 'Liferoot zone 8, node 311'),
|
|
(30622, 951, 0, 'Silverleaf zone 40, node 197'),
|
|
(30623, 951, 0, 'Briarthorn zone 40, node 198'),
|
|
(30624, 996, 0, 'Khadgar\'s Whisker zone 8, node 312'),
|
|
(30625, 996, 0, 'Liferoot zone 8, node 313'),
|
|
(30626, 996, 0, 'Liferoot zone 8, node 314'),
|
|
(30627, 8174, 0, 'Dreaming Glory - Nagrand'),
|
|
(30628, 996, 0, 'Kingsblood zone 8, node 315'),
|
|
(30629, 996, 0, 'Goldthorn zone 8, node 316'),
|
|
(30632, 996, 0, 'Goldthorn zone 8, node 317'),
|
|
(30633, 951, 0, 'Mageroyal zone 40, node 199'),
|
|
(30634, 996, 0, 'Liferoot zone 8, node 318'),
|
|
(30637, 951, 0, 'Bruiseweed zone 40, node 200'),
|
|
(30639, 951, 0, 'Peacebloom zone 40, node 201'),
|
|
(30640, 951, 0, 'Briarthorn zone 40, node 202'),
|
|
(30641, 951, 0, 'Mageroyal zone 40, node 203'),
|
|
(30644, 951, 0, 'Briarthorn zone 40, node 204'),
|
|
(30645, 996, 0, 'Stranglekelp zone 8, node 319'),
|
|
(30651, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(30677, 60007, 0, 'Water Barrel (30677) - Lions Pride Inn'),
|
|
(30679, 8171, 0, 'Dreaming Glory - Nagrand'),
|
|
(30680, 8170, 0, 'Dreaming Glory - Nagrand'),
|
|
(30687, 60008, 0, 'Food Crate (30687) - Elwynn Forest'),
|
|
(30712, 57, 0, ''),
|
|
(30745, 996, 0, 'Blindweed zone 8, node 320'),
|
|
(30746, 996, 0, 'Liferoot zone 8, node 321'),
|
|
(30758, 60005, 0, 'Food Crate (30758) - Westbrook Garrison'),
|
|
(30761, 996, 0, 'Liferoot zone 8, node 322'),
|
|
(30765, 996, 0, 'Kingsblood zone 8, node 323'),
|
|
(30766, 951, 0, 'Silverleaf zone 40, node 205'),
|
|
(30767, 996, 0, 'Blindweed zone 8, node 324'),
|
|
(30768, 996, 0, 'Kingsblood zone 8, node 325'),
|
|
(30770, 996, 0, 'Blindweed zone 8, node 326'),
|
|
(30777, 8203, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(30786, 996, 0, 'Stranglekelp zone 8, node 327'),
|
|
(30788, 8195, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(30790, 8195, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(30797, 988, 0, 'Wild Steelbloom zone 33, node 568'),
|
|
(30807, 988, 0, 'Goldthorn zone 33, node 569'),
|
|
(30808, 996, 0, 'Khadgar\'s Whisker zone 8, node 328'),
|
|
(30809, 988, 0, 'Kingsblood zone 33, node 570'),
|
|
(30826, 996, 0, 'Goldthorn zone 8, node 329'),
|
|
(30828, 996, 0, 'Liferoot zone 8, node 330'),
|
|
(30829, 996, 0, 'Blindweed zone 8, node 331'),
|
|
(30830, 996, 0, 'Khadgar\'s Whisker zone 8, node 332'),
|
|
(30837, 8195, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(30839, 60007, 0, 'Food Crate (30839) - Lions Pride Inn'),
|
|
(30841, 8205, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(30843, 8195, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(30844, 8230, 0, 'Netherbloom - Netherstorm'),
|
|
(30845, 8233, 0, 'Netherbloom - Netherstorm'),
|
|
(30853, 8196, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(30854, 996, 0, 'Blindweed zone 8, node 333'),
|
|
(30856, 8230, 0, 'Netherbloom - Netherstorm'),
|
|
(30859, 8273, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(30872, 988, 0, 'Goldthorn zone 33, node 571'),
|
|
(30874, 988, 0, 'Kingsblood zone 33, node 573'),
|
|
(30877, 996, 0, 'Goldthorn zone 8, node 334'),
|
|
(30881, 988, 0, 'Stranglekelp zone 33, node 574'),
|
|
(30882, 988, 0, 'Stranglekelp zone 33, node 575'),
|
|
(30883, 988, 0, 'Stranglekelp zone 33, node 576'),
|
|
(30911, 8271, 0, 'Felweed - Shadowmoon Valley'),
|
|
(30912, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(30915, 8270, 0, 'Felweed - Shadowmoon Valley'),
|
|
(30917, 8269, 0, 'Felweed - Shadowmoon Valley'),
|
|
(30924, 951, 0, 'Bruiseweed zone 40, node 206'),
|
|
(30926, 951, 0, 'Silverleaf zone 40, node 207'),
|
|
(30946, 996, 0, 'Blindweed zone 8, node 335'),
|
|
(30953, 994, 0, 'Stranglekelp zone 11, node 271'),
|
|
(30976, 951, 0, 'Mageroyal zone 40, node 208'),
|
|
(30979, 951, 0, 'Peacebloom zone 40, node 210'),
|
|
(30982, 996, 0, 'Blindweed zone 8, node 336'),
|
|
(30983, 50002, 0, 'Spawn Point 1 - Tin Vein'),
|
|
(30984, 996, 0, 'Blindweed zone 8, node 337'),
|
|
(30985, 996, 0, 'Blindweed zone 8, node 338'),
|
|
(30987, 951, 0, 'Stranglekelp zone 40, node 211'),
|
|
(30988, 996, 0, 'Blindweed zone 8, node 339'),
|
|
(30989, 996, 0, 'Blindweed zone 8, node 340'),
|
|
(30990, 951, 0, 'Stranglekelp zone 40, node 212'),
|
|
(30991, 951, 0, 'Stranglekelp zone 40, node 213'),
|
|
(30994, 951, 0, 'Stranglekelp zone 40, node 214'),
|
|
(30999, 50002, 0, 'Spawn Point 7 - Tin Vein'),
|
|
(31000, 951, 0, 'Earthroot zone 40, node 215'),
|
|
(31001, 951, 0, 'Briarthorn zone 40, node 216'),
|
|
(31007, 951, 0, 'Bruiseweed zone 40, node 217'),
|
|
(31013, 50002, 0, 'Spawn Point 54 - Tin Vein'),
|
|
(31017, 996, 0, 'Blindweed zone 8, node 341'),
|
|
(31018, 951, 0, 'Stranglekelp zone 40, node 218'),
|
|
(31021, 951, 0, 'Stranglekelp zone 40, node 219'),
|
|
(31023, 951, 0, 'Mageroyal zone 40, node 220'),
|
|
(31025, 50002, 0, 'Spawn Point 11 - Tin Vein'),
|
|
(31027, 951, 0, 'Peacebloom zone 40, node 221'),
|
|
(31032, 50002, 0, 'Spawn Point 6 - Tin Vein'),
|
|
(31037, 951, 0, 'Earthroot zone 40, node 222'),
|
|
(31042, 951, 0, 'Stranglekelp zone 40, node 223'),
|
|
(31046, 951, 0, 'Mageroyal zone 40, node 224'),
|
|
(31048, 951, 0, 'Briarthorn zone 40, node 225'),
|
|
(31050, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(31054, 951, 0, 'Mageroyal zone 40, node 226'),
|
|
(31055, 951, 0, 'Silverleaf zone 40, node 227'),
|
|
(31062, 951, 0, 'Briarthorn zone 40, node 228'),
|
|
(31063, 951, 0, 'Bruiseweed zone 40, node 229'),
|
|
(31076, 951, 0, 'Briarthorn zone 40, node 230'),
|
|
(31080, 951, 0, 'Bruiseweed zone 40, node 231'),
|
|
(31084, 951, 0, 'Silverleaf zone 40, node 232'),
|
|
(31090, 50002, 0, 'Spawn Point 17 - Tin Vein'),
|
|
(31094, 951, 0, 'Briarthorn zone 40, node 233'),
|
|
(31099, 951, 0, 'Bruiseweed zone 40, node 234'),
|
|
(31112, 950, 0, 'Briarthorn zone 44, node 175'),
|
|
(31114, 950, 0, 'Briarthorn zone 44, node 176'),
|
|
(31125, 950, 0, 'Earthroot zone 44, node 177'),
|
|
(31126, 950, 0, 'Earthroot zone 44, node 178'),
|
|
(31135, 950, 0, 'Mageroyal zone 44, node 179'),
|
|
(31139, 995, 0, 'Mageroyal zone 10, node 220'),
|
|
(31141, 988, 0, 'Khadgar\'s Whisker zone 33, node 577'),
|
|
(31143, 988, 0, 'Kingsblood zone 33, node 578'),
|
|
(31302, 995, 0, 'Briarthorn zone 10, node 221'),
|
|
(31304, 995, 0, 'Kingsblood zone 10, node 222'),
|
|
(31307, 8133, 0, 'Felweed - Terokkar Forest'),
|
|
(31310, 950, 0, 'Earthroot zone 44, node 180'),
|
|
(31322, 947, 0, 'Firebloom zone 51, node 45'),
|
|
(31339, 947, 0, 'Firebloom zone 51, node 46'),
|
|
(31343, 961, 0, 'Stranglekelp zone 148, node 304'),
|
|
(31348, 961, 0, 'Stranglekelp zone 148, node 305'),
|
|
(31351, 961, 0, 'Stranglekelp zone 148, node 306'),
|
|
(31354, 961, 0, 'Stranglekelp zone 148, node 307'),
|
|
(31361, 961, 0, 'Mageroyal zone 148, node 308'),
|
|
(31363, 961, 0, 'Stranglekelp zone 148, node 309'),
|
|
(31372, 960, 0, 'Briarthorn zone 331, node 329'),
|
|
(31373, 960, 0, 'Mageroyal zone 331, node 330'),
|
|
(31376, 960, 0, 'Bruiseweed zone 331, node 331'),
|
|
(31380, 960, 0, 'Kingsblood zone 331, node 332'),
|
|
(31381, 960, 0, 'Stranglekelp zone 331, node 333'),
|
|
(31386, 960, 0, 'Bruiseweed zone 331, node 334'),
|
|
(31387, 960, 0, 'Briarthorn zone 331, node 335'),
|
|
(31401, 60011, 0, 'Food Crate (31401) - Stormwind City'),
|
|
(31932, 951, 0, 'Silverleaf zone 40, node 235'),
|
|
(31933, 951, 0, 'Peacebloom zone 40, node 236'),
|
|
(31934, 951, 0, 'Peacebloom zone 40, node 237'),
|
|
(31936, 951, 0, 'Peacebloom zone 40, node 238'),
|
|
(31938, 951, 0, 'Mageroyal zone 40, node 239'),
|
|
(31943, 951, 0, 'Briarthorn zone 40, node 240'),
|
|
(31945, 951, 0, 'Bruiseweed zone 40, node 241'),
|
|
(31951, 951, 0, 'Briarthorn zone 40, node 242'),
|
|
(32067, 988, 0, 'Goldthorn zone 33, node 580'),
|
|
(32068, 988, 0, 'Khadgar\'s Whisker zone 33, node 581'),
|
|
(32069, 988, 0, 'Wild Steelbloom zone 33, node 582'),
|
|
(32071, 988, 0, 'Kingsblood zone 33, node 583'),
|
|
(32084, 988, 0, 'Stranglekelp zone 33, node 584'),
|
|
(32086, 988, 0, 'Stranglekelp zone 33, node 585'),
|
|
(32087, 988, 0, 'Stranglekelp zone 33, node 586'),
|
|
(32089, 988, 0, 'Purple Lotus zone 33, node 587'),
|
|
(32091, 156, 0, ''),
|
|
(32092, 988, 0, 'Liferoot zone 33, node 588'),
|
|
(32093, 988, 0, 'Goldthorn zone 33, node 589'),
|
|
(32094, 988, 0, 'Kingsblood zone 33, node 590'),
|
|
(32099, 995, 0, 'Bruiseweed zone 10, node 223'),
|
|
(32102, 997, 0, 'Firebloom zone 4, node 90'),
|
|
(32103, 997, 0, 'Sungrass zone 4, node 91'),
|
|
(32104, 997, 0, 'Firebloom zone 4, node 92'),
|
|
(32105, 997, 0, 'Firebloom zone 4, node 93'),
|
|
(32106, 997, 0, 'Gromsblood zone 4, node 94'),
|
|
(32107, 8018, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(32108, 8016, 0, 'Felweed - Hellfire Peninsula'),
|
|
(32109, 8020, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(32114, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(32115, 994, 0, 'Stranglekelp zone 11, node 273'),
|
|
(32117, 994, 0, 'Stranglekelp zone 11, node 274'),
|
|
(32140, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(32171, 994, 0, 'Bruiseweed zone 11, node 275'),
|
|
(32173, 994, 0, 'Stranglekelp zone 11, node 276'),
|
|
(32174, 959, 0, 'Wild Steelbloom zone 45, node 444'),
|
|
(32185, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(32188, 565, 0, 'Kingsblood in Alterac Mountains'),
|
|
(32190, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(32191, 163, 0, ''),
|
|
(32195, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(32197, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(32198, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(32199, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(32200, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(32201, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(32202, 565, 0, 'Kingsblood in Alterac Mountains'),
|
|
(32204, 573, 0, 'Stranglekelp in Alterac Mountains'),
|
|
(32206, 954, 0, 'Plaguebloom zone 28, node 142'),
|
|
(32208, 954, 0, 'Arthas\' Tears zone 28, node 143'),
|
|
(32209, 565, 0, 'Kingsblood in Alterac Mountains'),
|
|
(32210, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(32217, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(32284, 564, 0, 'Bruiseweed in Alterac Mountains'),
|
|
(32287, 60010, 0, 'Food Crate (30758) - Stormwind City'),
|
|
(32294, 997, 0, 'Sungrass zone 4, node 95'),
|
|
(32303, 997, 0, 'Firebloom zone 4, node 96'),
|
|
(32304, 997, 0, 'Gromsblood zone 4, node 97'),
|
|
(32308, 997, 0, 'Firebloom zone 4, node 98'),
|
|
(32309, 997, 0, 'Gromsblood zone 4, node 99'),
|
|
(32313, 60006, 0, 'Water Barrel (32313) - Goldshire'),
|
|
(32359, 996, 0, 'Goldthorn zone 8, node 342'),
|
|
(32361, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(32362, 8130, 0, 'Terocone - Terokkar Forest'),
|
|
(32456, 947, 0, 'Firebloom zone 51, node 47'),
|
|
(32469, 995, 0, 'Briarthorn zone 10, node 224'),
|
|
(32470, 8135, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(32474, 995, 0, 'Wild Steelbloom zone 10, node 225'),
|
|
(32479, 8084, 0, 'Felweed - Zangarmarsh'),
|
|
(32481, 995, 0, 'Wild Steelbloom zone 10, node 226'),
|
|
(32484, 988, 0, 'Fadeleaf zone 33, node 591'),
|
|
(32494, 988, 0, 'Liferoot zone 33, node 592'),
|
|
(32503, 988, 0, 'Khadgar\'s Whisker zone 33, node 593'),
|
|
(32505, 988, 0, 'Stranglekelp zone 33, node 595'),
|
|
(32507, 800, 0, 'Stranglekelp,Zone 17,Area 401,node 843'),
|
|
(32508, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 844'),
|
|
(32512, 800, 0, 'Stranglekelp,Zone 17,Area 392,node 845'),
|
|
(32529, 960, 0, 'Briarthorn zone 331, node 336'),
|
|
(32532, 960, 0, 'Mageroyal zone 331, node 337'),
|
|
(32542, 960, 0, 'Purple Lotus zone 331, node 338'),
|
|
(32548, 960, 0, 'Bruiseweed zone 331, node 339'),
|
|
(32552, 960, 0, 'Stranglekelp zone 331, node 340'),
|
|
(32557, 960, 0, 'Kingsblood zone 331, node 341'),
|
|
(32558, 960, 0, 'Briarthorn zone 331, node 342'),
|
|
(32561, 23, 0, ''),
|
|
(32569, 960, 0, 'Kingsblood zone 331, node 343'),
|
|
(32585, 960, 0, 'Mageroyal zone 331, node 344'),
|
|
(32586, 960, 0, 'Kingsblood zone 331, node 345'),
|
|
(32588, 960, 0, 'Kingsblood zone 331, node 346'),
|
|
(32589, 960, 0, 'Mageroyal zone 331, node 347'),
|
|
(32590, 960, 0, 'Briarthorn zone 331, node 348'),
|
|
(32605, 961, 0, 'Bruiseweed zone 148, node 310'),
|
|
(32626, 162, 0, ''),
|
|
(32629, 8080, 0, 'Felweed - Zangarmarsh'),
|
|
(32643, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(32644, 568, 0, 'Grave Moss in Alterac Mountains'),
|
|
(32666, 961, 0, 'Stranglekelp zone 148, node 311'),
|
|
(32676, 961, 0, 'Stranglekelp zone 148, node 312'),
|
|
(32707, 947, 0, 'Firebloom zone 51, node 48'),
|
|
(32729, 8090, 0, 'Dreaming Glory - Zangarmarsh'),
|
|
(32735, 8145, 0, 'Mana Thistle - Terokkar Forest'),
|
|
(32742, 60010, 0, 'Water Barrel (29275) - Stormwind City'),
|
|
(32744, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(32754, 60006, 0, 'Food Crate (32754) - Goldshire'),
|
|
(32755, 996, 0, 'Fadeleaf zone 8, node 343'),
|
|
(32758, 997, 0, 'Gromsblood zone 4, node 100'),
|
|
(32760, 997, 0, 'Firebloom zone 4, node 101'),
|
|
(32762, 8016, 0, 'Felweed - Hellfire Peninsula'),
|
|
(32763, 8018, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(32781, 8237, 0, 'Dreaming Glory - Netherstorm'),
|
|
(32785, 8206, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(32796, 8145, 0, 'Mana Thistle - Terokkar Forest'),
|
|
(32804, 8231, 0, 'Netherbloom - Netherstorm'),
|
|
(32806, 8236, 0, 'Dreaming Glory - Netherstorm'),
|
|
(32811, 8231, 0, 'Netherbloom - Netherstorm'),
|
|
(32813, 8236, 0, 'Dreaming Glory - Netherstorm'),
|
|
(32822, 947, 0, 'Firebloom zone 51, node 49'),
|
|
(32824, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(32833, 988, 0, 'Liferoot zone 33, node 596'),
|
|
(32841, 988, 0, 'Kingsblood zone 33, node 598'),
|
|
(32843, 988, 0, 'Liferoot zone 33, node 599'),
|
|
(32844, 988, 0, 'Stranglekelp zone 33, node 600'),
|
|
(32846, 988, 0, 'Stranglekelp zone 33, node 601'),
|
|
(32866, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 846'),
|
|
(32878, 963, 0, 'Purple Lotus zone 440, node 94'),
|
|
(32881, 963, 0, 'Firebloom zone 440, node 95'),
|
|
(32884, 994, 0, 'Stranglekelp zone 11, node 277'),
|
|
(32922, 11697, 20, 'Spawn Point 3 - Truesilver'),
|
|
(33135, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(33137, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(33140, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(33148, 950, 0, 'Briarthorn zone 44, node 181'),
|
|
(33149, 950, 0, 'Briarthorn zone 44, node 182'),
|
|
(33150, 950, 0, 'Mageroyal zone 44, node 183'),
|
|
(33151, 995, 0, 'Briarthorn zone 10, node 227'),
|
|
(33155, 995, 0, 'Briarthorn zone 10, node 228'),
|
|
(33157, 995, 0, 'Mageroyal zone 10, node 229'),
|
|
(33166, 994, 0, 'Stranglekelp zone 11, node 278'),
|
|
(33168, 564, 0, 'Bruiseweed in Alterac Mountains'),
|
|
(33170, 994, 0, 'Briarthorn zone 11, node 279'),
|
|
(33174, 565, 0, 'Kingsblood in Alterac Mountains'),
|
|
(33175, 994, 0, 'Liferoot zone 11, node 280'),
|
|
(33176, 994, 0, 'Mageroyal zone 11, node 281'),
|
|
(33183, 952, 0, 'Silverleaf zone 38, node 197'),
|
|
(33189, 952, 0, 'Peacebloom zone 38, node 198'),
|
|
(33193, 11657, 0, 'Solid Chest, Alterac Mountains, node 5'),
|
|
(33197, 565, 0, 'Kingsblood in Alterac Mountains'),
|
|
(33200, 11657, 0, 'Solid Chest, Alterac Mountains, node 4'),
|
|
(33201, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(33203, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(33204, 11689, 0, 'Spawn Point 1 - Iron'),
|
|
(33206, 11657, 0, 'Solid Chest, Alterac Mountains, node 2'),
|
|
(33207, 11657, 0, 'Solid Chest, Alterac Mountains, node 3'),
|
|
(33208, 11657, 0, 'Solid Chest, Alterac Mountains, node 6'),
|
|
(33211, 103, 0, ''),
|
|
(33285, 67, 0, ''),
|
|
(33289, 740, 0, 'Bruiseweed'),
|
|
(33295, 734, 0, 'Silverleaf'),
|
|
(33296, 735, 0, 'Peacebloom'),
|
|
(33297, 738, 0, 'Briarthorn'),
|
|
(33298, 735, 0, 'Peacebloom'),
|
|
(33299, 734, 0, 'Silverleaf'),
|
|
(33304, 11657, 0, 'Solid Chest, Alterac Mountains, node 1'),
|
|
(33305, 565, 0, 'Kingsblood in Alterac Mountains'),
|
|
(33307, 968, 0, 'Arthas\' Tears zone 139, node 283'),
|
|
(33308, 968, 0, 'Plaguebloom zone 139, node 284'),
|
|
(33309, 968, 0, 'Golden Sansam zone 139, node 285'),
|
|
(33310, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(33311, 968, 0, 'Dreamfoil zone 139, node 286'),
|
|
(33315, 968, 0, 'Dreamfoil zone 139, node 287'),
|
|
(33316, 968, 0, 'Arthas\' Tears zone 139, node 288'),
|
|
(33322, 968, 0, 'Dreamfoil zone 139, node 289'),
|
|
(33325, 968, 0, 'Arthas\' Tears zone 139, node 290'),
|
|
(33336, 968, 0, 'Grave Moss zone 139, node 291'),
|
|
(33349, 958, 0, 'Mageroyal zone 267, node 213'),
|
|
(33361, 958, 0, 'Kingsblood zone 267, node 214'),
|
|
(33380, 959, 0, 'Kingsblood zone 45, node 445'),
|
|
(33381, 959, 0, 'Fadeleaf zone 45, node 446'),
|
|
(33388, 959, 0, 'Fadeleaf zone 45, node 447'),
|
|
(33394, 994, 0, 'Briarthorn zone 11, node 282'),
|
|
(33395, 994, 0, 'Briarthorn zone 11, node 283'),
|
|
(33397, 994, 0, 'Bruiseweed zone 11, node 284'),
|
|
(33404, 952, 0, 'Peacebloom zone 38, node 199'),
|
|
(33406, 998, 0, 'Firebloom zone 3, node 158'),
|
|
(33409, 998, 0, 'Goldthorn zone 3, node 159'),
|
|
(33413, 947, 0, 'Firebloom zone 51, node 50'),
|
|
(33419, 50003, 0, 'Dreamfoil zone 46, node 52'),
|
|
(33420, 11653, 0, 'Black Lotus - Burning Steppes'),
|
|
(33425, 995, 0, 'Briarthorn zone 10, node 230'),
|
|
(33428, 988, 0, 'Liferoot zone 33, node 602'),
|
|
(33429, 995, 0, 'Bruiseweed zone 10, node 231'),
|
|
(33430, 995, 0, 'Briarthorn zone 10, node 232'),
|
|
(33440, 8081, 0, 'Felweed - Zangarmarsh'),
|
|
(33458, 995, 0, 'Bruiseweed zone 10, node 233'),
|
|
(33459, 995, 0, 'Kingsblood zone 10, node 234'),
|
|
(33468, 995, 0, 'Wild Steelbloom zone 10, node 235'),
|
|
(33469, 995, 0, 'Wild Steelbloom zone 10, node 236'),
|
|
(33470, 995, 0, 'Briarthorn zone 10, node 237'),
|
|
(33471, 995, 0, 'Bruiseweed zone 10, node 238'),
|
|
(33476, 995, 0, 'Kingsblood zone 10, node 240'),
|
|
(33483, 995, 0, 'Grave Moss zone 10, node 241'),
|
|
(33486, 995, 0, 'Mageroyal zone 10, node 242'),
|
|
(33490, 995, 0, 'Bruiseweed zone 10, node 243'),
|
|
(33507, 994, 0, 'Mageroyal zone 11, node 285'),
|
|
(33509, 994, 0, 'Briarthorn zone 11, node 286'),
|
|
(33511, 994, 0, 'Bruiseweed zone 11, node 287'),
|
|
(33526, 961, 0, 'Stranglekelp zone 148, node 313'),
|
|
(33547, 960, 0, 'Bruiseweed zone 331, node 349'),
|
|
(33548, 960, 0, 'Liferoot zone 331, node 350'),
|
|
(33606, 11682, 20, 'Spawn Point 2 - Gold'),
|
|
(33607, 60011, 0, 'Milk Barrel (33607) - Stormwind City'),
|
|
(33835, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(33846, 994, 0, 'Wild Steelbloom zone 11, node 288'),
|
|
(33847, 8081, 0, 'Felweed - Zangarmarsh'),
|
|
(33848, 994, 0, 'Bruiseweed zone 11, node 289'),
|
|
(33850, 959, 0, 'Kingsblood zone 45, node 448'),
|
|
(33857, 965, 0, 'Purple Lotus zone 47, node 243'),
|
|
(33858, 965, 0, 'Ghost Mushroom zone 47, node 244'),
|
|
(33861, 968, 0, 'Mountain Silversage zone 139, node 292'),
|
|
(33862, 968, 0, 'Sungrass zone 139, node 293'),
|
|
(33864, 968, 0, 'Plaguebloom zone 139, node 294'),
|
|
(33870, 968, 0, 'Mountain Silversage zone 139, node 295'),
|
|
(33874, 968, 0, 'Golden Sansam zone 139, node 296'),
|
|
(33885, 735, 0, 'Peacebloom'),
|
|
(33888, 718, 0, 'Silverleaf'),
|
|
(33889, 717, 0, 'Peacebloom'),
|
|
(33893, 717, 0, 'Peacebloom'),
|
|
(33896, 724, 0, 'Bloodthistle'),
|
|
(33897, 724, 0, 'Bloodthistle'),
|
|
(33900, 724, 0, 'Bloodthistle'),
|
|
(33901, 719, 0, 'Earthroot'),
|
|
(33908, 725, 0, 'Bloodthistle'),
|
|
(33909, 718, 0, 'Silverleaf'),
|
|
(33910, 717, 0, 'Peacebloom'),
|
|
(33912, 717, 0, 'Peacebloom'),
|
|
(33914, 717, 0, 'Peacebloom'),
|
|
(33915, 718, 0, 'Silverleaf'),
|
|
(33916, 718, 0, 'Silverleaf'),
|
|
(33917, 718, 0, 'Silverleaf'),
|
|
(33918, 718, 0, 'Silverleaf'),
|
|
(33927, 719, 0, 'Earthroot'),
|
|
(33930, 717, 0, 'Peacebloom'),
|
|
(33931, 720, 0, 'Bloodthistle'),
|
|
(33933, 717, 0, 'Peacebloom'),
|
|
(33935, 717, 0, 'Peacebloom'),
|
|
(33936, 718, 0, 'Silverleaf'),
|
|
(33937, 727, 0, 'Bloodthistle'),
|
|
(33938, 727, 0, 'Bloodthistle'),
|
|
(33939, 727, 0, 'Bloodthistle'),
|
|
(33940, 727, 0, 'Bloodthistle'),
|
|
(33941, 718, 0, 'Silverleaf'),
|
|
(33942, 727, 0, 'Bloodthistle'),
|
|
(33943, 717, 0, 'Peacebloom'),
|
|
(33944, 718, 0, 'Silverleaf'),
|
|
(33946, 727, 0, 'Bloodthistle'),
|
|
(33949, 719, 0, 'Earthroot'),
|
|
(33950, 718, 0, 'Silverleaf'),
|
|
(33952, 718, 0, 'Silverleaf'),
|
|
(33954, 717, 0, 'Peacebloom'),
|
|
(33955, 718, 0, 'Silverleaf'),
|
|
(33956, 736, 0, 'Earthroot'),
|
|
(33957, 734, 0, 'Silverleaf'),
|
|
(33958, 734, 0, 'Silverleaf'),
|
|
(33960, 740, 0, 'Bruiseweed'),
|
|
(33961, 734, 0, 'Silverleaf'),
|
|
(33962, 735, 0, 'Peacebloom'),
|
|
(33963, 737, 0, 'Mageroyal'),
|
|
(33965, 738, 0, 'Briarthorn'),
|
|
(33973, 736, 0, 'Earthroot'),
|
|
(33975, 737, 0, 'Mageroyal'),
|
|
(33978, 734, 0, 'Silverleaf'),
|
|
(33982, 738, 0, 'Briarthorn'),
|
|
(33983, 734, 0, 'Silverleaf'),
|
|
(33985, 737, 0, 'Mageroyal'),
|
|
(33986, 738, 0, 'Briarthorn'),
|
|
(33988, 735, 0, 'Peacebloom'),
|
|
(33990, 734, 0, 'Silverleaf'),
|
|
(33991, 738, 0, 'Briarthorn'),
|
|
(33993, 737, 0, 'Mageroyal'),
|
|
(33994, 735, 0, 'Peacebloom'),
|
|
(33995, 736, 0, 'Earthroot'),
|
|
(33996, 734, 0, 'Silverleaf'),
|
|
(34005, 739, 0, 'Stranglekelp'),
|
|
(34013, 740, 0, 'Bruiseweed'),
|
|
(34014, 739, 0, 'Stranglekelp'),
|
|
(34015, 737, 0, 'Mageroyal'),
|
|
(34021, 736, 0, 'Earthroot'),
|
|
(34022, 735, 0, 'Peacebloom'),
|
|
(34029, 8080, 0, 'Felweed - Zangarmarsh'),
|
|
(34034, 951, 0, 'Briarthorn zone 40, node 243'),
|
|
(34053, 988, 0, 'Stranglekelp zone 33, node 603'),
|
|
(34093, 994, 0, 'Kingsblood zone 11, node 290'),
|
|
(34094, 994, 0, 'Mageroyal zone 11, node 291'),
|
|
(34095, 994, 0, 'Kingsblood zone 11, node 292'),
|
|
(34097, 994, 0, 'Liferoot zone 11, node 293'),
|
|
(34098, 994, 0, 'Liferoot zone 11, node 294'),
|
|
(34099, 994, 0, 'Liferoot zone 11, node 295'),
|
|
(34100, 994, 0, 'Bruiseweed zone 11, node 296'),
|
|
(34101, 994, 0, 'Briarthorn zone 11, node 297'),
|
|
(34103, 994, 0, 'Bruiseweed zone 11, node 298'),
|
|
(34104, 994, 0, 'Liferoot zone 11, node 299'),
|
|
(34106, 994, 0, 'Stranglekelp zone 11, node 300'),
|
|
(34108, 994, 0, 'Stranglekelp zone 11, node 301'),
|
|
(34110, 994, 0, 'Grave Moss zone 11, node 302'),
|
|
(34112, 994, 0, 'Briarthorn zone 11, node 303'),
|
|
(34113, 994, 0, 'Kingsblood zone 11, node 304'),
|
|
(34114, 994, 0, 'Briarthorn zone 11, node 305'),
|
|
(34129, 994, 0, 'Kingsblood zone 11, node 306'),
|
|
(34135, 994, 0, 'Mageroyal zone 11, node 307'),
|
|
(34136, 994, 0, 'Kingsblood zone 11, node 308'),
|
|
(34137, 994, 0, 'Kingsblood zone 11, node 309'),
|
|
(34138, 994, 0, 'Kingsblood zone 11, node 310'),
|
|
(34139, 994, 0, 'Mageroyal zone 11, node 311'),
|
|
(34141, 994, 0, 'Briarthorn zone 11, node 312'),
|
|
(34151, 961, 0, 'Stranglekelp zone 148, node 314'),
|
|
(34154, 960, 0, 'Stranglekelp zone 331, node 351'),
|
|
(34156, 949, 0, 'Bruiseweed zone 406, node 205'),
|
|
(34165, 821, 0, 'Bruiseweed,Zone 405,599,node 145'),
|
|
(34168, 821, 0, 'Wild Steelbloom,Zone 405,599,node 146'),
|
|
(34170, 822, 0, 'Kingsblood,Zone 405,405,node 147'),
|
|
(34185, 826, 0, 'Ghost Mushroom,Zone 405,607,node 148'),
|
|
(34187, 826, 0, 'Bruiseweed,Zone 405,607,node 149'),
|
|
(34215, 994, 0, 'Bruiseweed zone 11, node 313'),
|
|
(34238, 958, 0, 'Wild Steelbloom zone 267, node 215'),
|
|
(34239, 958, 0, 'Kingsblood zone 267, node 216'),
|
|
(34240, 958, 0, 'Wild Steelbloom zone 267, node 217'),
|
|
(34245, 958, 0, 'Briarthorn zone 267, node 218'),
|
|
(34252, 958, 0, 'Wild Steelbloom zone 267, node 219'),
|
|
(34253, 958, 0, 'Kingsblood zone 267, node 220'),
|
|
(34257, 958, 0, 'Briarthorn zone 267, node 221'),
|
|
(34267, 958, 0, 'Kingsblood zone 267, node 222'),
|
|
(34268, 958, 0, 'Mageroyal zone 267, node 223'),
|
|
(34278, 958, 0, 'Wild Steelbloom zone 267, node 224'),
|
|
(34291, 958, 0, 'Stranglekelp zone 267, node 225'),
|
|
(34292, 958, 0, 'Stranglekelp zone 267, node 226'),
|
|
(34293, 958, 0, 'Stranglekelp zone 267, node 227'),
|
|
(34797, 11640, 0, 'Battered Chest, Elwyn Forest, node 3'),
|
|
(34798, 11640, 0, 'Battered Chest, Elwyn Forest, node 4'),
|
|
(34816, 11682, 0, 'Spawn Point 2 - Mithril'),
|
|
(34823, 951, 0, 'Silverleaf zone 40, node 244'),
|
|
(34826, 951, 0, 'Mageroyal zone 40, node 245'),
|
|
(34840, 951, 0, 'Silverleaf zone 40, node 246'),
|
|
(34844, 951, 0, 'Bruiseweed zone 40, node 247'),
|
|
(34855, 951, 0, 'Silverleaf zone 40, node 248'),
|
|
(34907, 994, 0, 'Kingsblood zone 11, node 314'),
|
|
(34909, 994, 0, 'Stranglekelp zone 11, node 315'),
|
|
(34912, 959, 0, 'Wild Steelbloom zone 45, node 450'),
|
|
(34926, 965, 0, 'Purple Lotus zone 47, node 245'),
|
|
(34947, 965, 0, 'Goldthorn zone 47, node 246'),
|
|
(34963, 965, 0, 'Goldthorn zone 47, node 248'),
|
|
(34964, 8031, 0, 'Felweed - Hellfire Peninsula'),
|
|
(34966, 8040, 0, 'Felweed - Hellfire Peninsula'),
|
|
(34971, 965, 0, 'Purple Lotus zone 47, node 249'),
|
|
(34973, 965, 0, 'Purple Lotus zone 47, node 250'),
|
|
(34976, 965, 0, 'Purple Lotus zone 47, node 251'),
|
|
(34988, 965, 0, 'Purple Lotus zone 47, node 252'),
|
|
(34991, 965, 0, 'Purple Lotus zone 47, node 253'),
|
|
(34998, 965, 0, 'Purple Lotus zone 47, node 254'),
|
|
(35001, 965, 0, 'Purple Lotus zone 47, node 255'),
|
|
(35002, 965, 0, 'Purple Lotus zone 47, node 256'),
|
|
(35003, 965, 0, 'Ghost Mushroom zone 47, node 257'),
|
|
(35009, 961, 0, 'Bruiseweed zone 148, node 315'),
|
|
(35010, 961, 0, 'Stranglekelp zone 148, node 316'),
|
|
(35016, 960, 0, 'Stranglekelp zone 331, node 352'),
|
|
(35019, 960, 0, 'Kingsblood zone 331, node 353'),
|
|
(35028, 963, 0, 'Purple Lotus zone 440, node 96'),
|
|
(35299, 11683, 20, 'Spawn Point 3 - Truesilver'),
|
|
(35301, 50003, 0, 'Mountain Silversage zone 46, node 24'),
|
|
(35307, 997, 0, 'Gromsblood zone 4, node 102'),
|
|
(35351, 958, 0, 'Stranglekelp zone 267, node 228'),
|
|
(35372, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(35375, 567, 0, 'Khadgar\'s Whisker in Alterac Mountains'),
|
|
(35388, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(35389, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(35394, 564, 0, 'Bruiseweed in Alterac Mountains'),
|
|
(35397, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(35404, 570, 0, 'Wintersbite in Alterac Mountains'),
|
|
(35407, 573, 0, 'Stranglekelp in Alterac Mountains'),
|
|
(35410, 956, 0, 'Silverleaf zone 130, node 130'),
|
|
(35423, 56, 0, ''),
|
|
(35424, 55, 0, ''),
|
|
(35425, 54, 0, ''),
|
|
(35426, 53, 0, ''),
|
|
(35428, 52, 0, ''),
|
|
(35429, 51, 0, ''),
|
|
(35430, 956, 0, 'Stranglekelp zone 130, node 131'),
|
|
(35438, 36, 0, ''),
|
|
(35439, 35, 0, ''),
|
|
(35441, 34, 0, ''),
|
|
(35445, 956, 0, 'Silverleaf zone 130, node 132'),
|
|
(35453, 33, 0, ''),
|
|
(35458, 956, 0, 'Stranglekelp zone 130, node 133'),
|
|
(35459, 956, 0, 'Earthroot zone 130, node 134'),
|
|
(35466, 26, 0, ''),
|
|
(35468, 956, 0, 'Peacebloom zone 130, node 135'),
|
|
(35482, 18, 0, ''),
|
|
(35493, 956, 0, 'Peacebloom zone 130, node 137'),
|
|
(35494, 956, 0, 'Peacebloom zone 130, node 138'),
|
|
(35495, 956, 0, 'Silverleaf zone 130, node 139'),
|
|
(35496, 956, 0, 'Silverleaf zone 130, node 140'),
|
|
(35498, 956, 0, 'Silverleaf zone 130, node 141'),
|
|
(35499, 956, 0, 'Stranglekelp zone 130, node 142'),
|
|
(35501, 956, 0, 'Mageroyal zone 130, node 144'),
|
|
(35503, 956, 0, 'Briarthorn zone 130, node 145'),
|
|
(35504, 956, 0, 'Earthroot zone 130, node 146'),
|
|
(35505, 5, 0, ''),
|
|
(35506, 956, 0, 'Peacebloom zone 130, node 147'),
|
|
(35507, 956, 0, 'Bruiseweed zone 130, node 148'),
|
|
(35508, 956, 0, 'Peacebloom zone 130, node 149'),
|
|
(35509, 956, 0, 'Briarthorn zone 130, node 150'),
|
|
(35510, 956, 0, 'Briarthorn zone 130, node 151'),
|
|
(35512, 956, 0, 'Peacebloom zone 130, node 152'),
|
|
(35515, 956, 0, 'Mageroyal zone 130, node 153'),
|
|
(35518, 956, 0, 'Bruiseweed zone 130, node 154'),
|
|
(35520, 956, 0, 'Silverleaf zone 130, node 155'),
|
|
(35521, 956, 0, 'Bruiseweed zone 130, node 156'),
|
|
(35522, 956, 0, 'Silverleaf zone 130, node 157'),
|
|
(35526, 956, 0, 'Silverleaf zone 130, node 158'),
|
|
(35530, 956, 0, 'Peacebloom zone 130, node 159'),
|
|
(35531, 956, 0, 'Silverleaf zone 130, node 160'),
|
|
(35538, 956, 0, 'Silverleaf zone 130, node 162'),
|
|
(35539, 956, 0, 'Silverleaf zone 130, node 163'),
|
|
(35541, 956, 0, 'Stranglekelp zone 130, node 164'),
|
|
(35542, 956, 0, 'Peacebloom zone 130, node 165'),
|
|
(35544, 956, 0, 'Silverleaf zone 130, node 166'),
|
|
(35546, 956, 0, 'Briarthorn zone 130, node 167'),
|
|
(35547, 11692, 0, 'Spawn Point 1 - Tin'),
|
|
(35551, 956, 0, 'Stranglekelp zone 130, node 168'),
|
|
(35552, 958, 0, 'Kingsblood zone 267, node 231'),
|
|
(35554, 959, 0, 'Kingsblood zone 45, node 451'),
|
|
(35556, 959, 0, 'Fadeleaf zone 45, node 452'),
|
|
(35557, 959, 0, 'Kingsblood zone 45, node 453'),
|
|
(35559, 959, 0, 'Liferoot zone 45, node 454'),
|
|
(35561, 959, 0, 'Goldthorn zone 45, node 455'),
|
|
(35564, 956, 0, 'Mageroyal zone 130, node 169'),
|
|
(35565, 959, 0, 'Bruiseweed zone 45, node 456'),
|
|
(35566, 956, 0, 'Mageroyal zone 130, node 170'),
|
|
(35567, 956, 0, 'Earthroot zone 130, node 171'),
|
|
(35572, 959, 0, 'Kingsblood zone 45, node 457'),
|
|
(35574, 959, 0, 'Khadgar\'s Whisker zone 45, node 458'),
|
|
(35575, 959, 0, 'Fadeleaf zone 45, node 459'),
|
|
(35576, 959, 0, 'Kingsblood zone 45, node 460'),
|
|
(39816, 956, 0, 'Stranglekelp zone 130, node 172'),
|
|
(39820, 956, 0, 'Stranglekelp zone 130, node 173'),
|
|
(39928, 990, 0, 'Golden Sansam zone 16, node 419'),
|
|
(39929, 990, 0, 'Golden Sansam zone 16, node 420'),
|
|
(39930, 990, 0, 'Dreamfoil zone 16, node 421'),
|
|
(39931, 990, 0, 'Dreamfoil zone 16, node 422'),
|
|
(39932, 990, 0, 'Purple Lotus zone 16, node 423'),
|
|
(39933, 990, 0, 'Purple Lotus zone 16, node 424'),
|
|
(39934, 990, 0, 'Purple Lotus zone 16, node 425'),
|
|
(39935, 990, 0, 'Purple Lotus zone 16, node 426'),
|
|
(39936, 990, 0, 'Mountain Silversage zone 16, node 427'),
|
|
(39938, 990, 0, 'Sungrass zone 16, node 428'),
|
|
(39939, 990, 0, 'Sungrass zone 16, node 429'),
|
|
(39940, 990, 0, 'Sungrass zone 16, node 430'),
|
|
(39946, 729, 0, 'Silverleaf'),
|
|
(39947, 729, 0, 'Silverleaf'),
|
|
(39948, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 33'),
|
|
(39949, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 34'),
|
|
(39950, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 35'),
|
|
(39952, 50003, 0, 'Dreamfoil zone 46, node 53'),
|
|
(39954, 50003, 0, 'Dreamfoil zone 46, node 54'),
|
|
(39955, 50003, 0, 'Mountain Silversage zone 46, node 25'),
|
|
(39957, 50003, 0, 'Sungrass zone 46, node 17'),
|
|
(39958, 50003, 0, 'Sungrass zone 46, node 18'),
|
|
(39959, 998, 0, 'Kingsblood zone 3, node 160'),
|
|
(39960, 956, 0, 'Mageroyal zone 130, node 174'),
|
|
(39961, 956, 0, 'Mageroyal zone 130, node 175'),
|
|
(39967, 998, 0, 'Firebloom zone 3, node 161'),
|
|
(39968, 994, 0, 'Liferoot zone 11, node 316'),
|
|
(39970, 947, 0, 'Firebloom zone 51, node 52'),
|
|
(39971, 947, 0, 'Firebloom zone 51, node 53'),
|
|
(39975, 995, 0, 'Kingsblood zone 10, node 245'),
|
|
(39976, 995, 0, 'Kingsblood zone 10, node 246'),
|
|
(39979, 995, 0, 'Bruiseweed zone 10, node 247'),
|
|
(39988, 995, 0, 'Wild Steelbloom zone 10, node 248'),
|
|
(39995, 995, 0, 'Grave Moss zone 10, node 249'),
|
|
(39996, 997, 0, 'Sungrass zone 4, node 103'),
|
|
(39997, 997, 0, 'Gromsblood zone 4, node 104'),
|
|
(39999, 950, 0, 'Bruiseweed zone 44, node 184');
|
|
INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES
|
|
(40000, 951, 0, 'Silverleaf zone 40, node 249'),
|
|
(40001, 951, 0, 'Briarthorn zone 40, node 250'),
|
|
(40002, 951, 0, 'Briarthorn zone 40, node 251'),
|
|
(40004, 8030, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(40011, 988, 0, 'Kingsblood zone 33, node 604'),
|
|
(40015, 988, 0, 'Fadeleaf zone 33, node 605'),
|
|
(40016, 988, 0, 'Fadeleaf zone 33, node 606'),
|
|
(40019, 11679, 0, 'Spawn Point 3 - Iron'),
|
|
(40022, 988, 0, 'Goldthorn zone 33, node 607'),
|
|
(40033, 8249, 0, 'Liferoot - Netherstorm - Eco-Dome Sutheron'),
|
|
(40034, 8253, 0, 'Liferoot - Netherstorm - Eco-Dome Midrealm'),
|
|
(40035, 8252, 0, 'Golden Sansam - Netherstorm - Eco-Dome Midrealm'),
|
|
(40042, 8251, 0, 'Dreaming Glory - Netherstorm - Eco-Dome Midrealm'),
|
|
(40043, 8238, 0, 'Dreaming Glory - Netherstorm'),
|
|
(40044, 8251, 0, 'Dreaming Glory - Netherstorm - Eco-Dome Midrealm'),
|
|
(40045, 8238, 0, 'Dreaming Glory - Netherstorm'),
|
|
(40046, 8241, 0, 'Dreaming Glory - Netherstorm'),
|
|
(40047, 8241, 0, 'Dreaming Glory - Netherstorm'),
|
|
(40048, 8241, 0, 'Dreaming Glory - Netherstorm'),
|
|
(40049, 8241, 0, 'Dreaming Glory - Netherstorm'),
|
|
(40050, 8237, 0, 'Dreaming Glory - Netherstorm'),
|
|
(40051, 8251, 0, 'Dreaming Glory - Netherstorm - Eco-Dome Midrealm'),
|
|
(40052, 8240, 0, 'Dreaming Glory - Netherstorm'),
|
|
(40053, 8236, 0, 'Dreaming Glory - Netherstorm'),
|
|
(40054, 8237, 0, 'Dreaming Glory - Netherstorm'),
|
|
(40055, 8237, 0, 'Dreaming Glory - Netherstorm'),
|
|
(40056, 8251, 0, 'Dreaming Glory - Netherstorm - Eco-Dome Midrealm'),
|
|
(40057, 8244, 0, 'Dreaming Glory - Netherstorm - Eco-Dome Farfield'),
|
|
(40058, 8236, 0, 'Dreaming Glory - Netherstorm'),
|
|
(40059, 8238, 0, 'Dreaming Glory - Netherstorm'),
|
|
(40060, 8246, 0, 'Felweed - Netherstorm - Eco-Dome Sutheron'),
|
|
(40061, 8250, 0, 'Felweed - Netherstorm - Eco-Dome Midrealm'),
|
|
(40062, 8250, 0, 'Felweed - Netherstorm - Eco-Dome Midrealm'),
|
|
(40063, 8250, 0, 'Felweed - Netherstorm - Eco-Dome Midrealm'),
|
|
(40064, 8243, 0, 'Felweed - Netherstorm - Eco-Dome Farfield'),
|
|
(40065, 8232, 0, 'Netherbloom - Netherstorm'),
|
|
(40066, 8230, 0, 'Netherbloom - Netherstorm'),
|
|
(40067, 8232, 0, 'Netherbloom - Netherstorm'),
|
|
(40070, 8233, 0, 'Netherbloom - Netherstorm'),
|
|
(40073, 8231, 0, 'Netherbloom - Netherstorm'),
|
|
(40076, 8234, 0, 'Netherbloom - Netherstorm'),
|
|
(40080, 8234, 0, 'Netherbloom - Netherstorm'),
|
|
(40083, 8232, 0, 'Netherbloom - Netherstorm'),
|
|
(40085, 8233, 0, 'Netherbloom - Netherstorm'),
|
|
(40088, 8231, 0, 'Netherbloom - Netherstorm'),
|
|
(40089, 8233, 0, 'Netherbloom - Netherstorm'),
|
|
(40090, 8232, 0, 'Netherbloom - Netherstorm'),
|
|
(40091, 8230, 0, 'Netherbloom - Netherstorm'),
|
|
(40104, 8175, 0, 'Mana Thistle - Nagrand'),
|
|
(40152, 8164, 0, 'Felweed - Nagrand'),
|
|
(40153, 8168, 0, 'Felweed - Nagrand'),
|
|
(40154, 8167, 0, 'Felweed - Nagrand'),
|
|
(40155, 8165, 0, 'Felweed - Nagrand'),
|
|
(40156, 8167, 0, 'Felweed - Nagrand'),
|
|
(40157, 8164, 0, 'Felweed - Nagrand'),
|
|
(40159, 8166, 0, 'Felweed - Nagrand'),
|
|
(40161, 8166, 0, 'Felweed - Nagrand'),
|
|
(40162, 8167, 0, 'Felweed - Nagrand'),
|
|
(40163, 8166, 0, 'Felweed - Nagrand'),
|
|
(40164, 8166, 0, 'Felweed - Nagrand'),
|
|
(40165, 8166, 0, 'Felweed - Nagrand'),
|
|
(40166, 8166, 0, 'Felweed - Nagrand'),
|
|
(40167, 8168, 0, 'Felweed - Nagrand'),
|
|
(40168, 8164, 0, 'Felweed - Nagrand'),
|
|
(40169, 8166, 0, 'Felweed - Nagrand'),
|
|
(40170, 8166, 0, 'Felweed - Nagrand'),
|
|
(40171, 8166, 0, 'Felweed - Nagrand'),
|
|
(40172, 8164, 0, 'Felweed - Nagrand'),
|
|
(40173, 8164, 0, 'Felweed - Nagrand'),
|
|
(40174, 8164, 0, 'Felweed - Nagrand'),
|
|
(40175, 8164, 0, 'Felweed - Nagrand'),
|
|
(40177, 8167, 0, 'Felweed - Nagrand'),
|
|
(40178, 8167, 0, 'Felweed - Nagrand'),
|
|
(40179, 8168, 0, 'Felweed - Nagrand'),
|
|
(40180, 8166, 0, 'Felweed - Nagrand'),
|
|
(40181, 8168, 0, 'Felweed - Nagrand'),
|
|
(40182, 8167, 0, 'Felweed - Nagrand'),
|
|
(40183, 8172, 0, 'Dreaming Glory - Nagrand'),
|
|
(40185, 8170, 0, 'Dreaming Glory - Nagrand'),
|
|
(40186, 8170, 0, 'Dreaming Glory - Nagrand'),
|
|
(40187, 8170, 0, 'Dreaming Glory - Nagrand'),
|
|
(40188, 8171, 0, 'Dreaming Glory - Nagrand'),
|
|
(40189, 8174, 0, 'Dreaming Glory - Nagrand'),
|
|
(40190, 8172, 0, 'Dreaming Glory - Nagrand'),
|
|
(40192, 8172, 0, 'Dreaming Glory - Nagrand'),
|
|
(40193, 8170, 0, 'Dreaming Glory - Nagrand'),
|
|
(40194, 8170, 0, 'Dreaming Glory - Nagrand'),
|
|
(40195, 8171, 0, 'Dreaming Glory - Nagrand'),
|
|
(40223, 8194, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(40224, 8196, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(40225, 8196, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(40226, 8195, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(40227, 8194, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(40228, 8195, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(40229, 8195, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(40230, 8194, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(40231, 8197, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(40232, 8196, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(40233, 8195, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(40235, 8196, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(40236, 8194, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(40237, 8202, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(40238, 8199, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(40239, 8199, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(40240, 8205, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(40241, 8201, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(40260, 8146, 0, 'Mana Thistle - Terokkar Forest'),
|
|
(40261, 8146, 0, 'Mana Thistle - Terokkar Forest'),
|
|
(40262, 8146, 0, 'Mana Thistle - Terokkar Forest'),
|
|
(40263, 8145, 0, 'Mana Thistle - Terokkar Forest'),
|
|
(40264, 8145, 0, 'Mana Thistle - Terokkar Forest'),
|
|
(40290, 8132, 0, 'Felweed - Terokkar Forest'),
|
|
(40291, 8133, 0, 'Felweed - Terokkar Forest'),
|
|
(40292, 8133, 0, 'Felweed - Terokkar Forest'),
|
|
(40293, 8133, 0, 'Felweed - Terokkar Forest'),
|
|
(40294, 8133, 0, 'Felweed - Terokkar Forest'),
|
|
(40295, 8134, 0, 'Felweed - Terokkar Forest'),
|
|
(40296, 8132, 0, 'Felweed - Terokkar Forest'),
|
|
(40297, 8132, 0, 'Felweed - Terokkar Forest'),
|
|
(40298, 8134, 0, 'Felweed - Terokkar Forest'),
|
|
(40299, 8134, 0, 'Felweed - Terokkar Forest'),
|
|
(40300, 8134, 0, 'Felweed - Terokkar Forest'),
|
|
(40301, 8132, 0, 'Felweed - Terokkar Forest'),
|
|
(40302, 8133, 0, 'Felweed - Terokkar Forest'),
|
|
(40303, 8132, 0, 'Felweed - Terokkar Forest'),
|
|
(40304, 8132, 0, 'Felweed - Terokkar Forest'),
|
|
(40305, 8133, 0, 'Felweed - Terokkar Forest'),
|
|
(40306, 8133, 0, 'Felweed - Terokkar Forest'),
|
|
(40308, 8134, 0, 'Felweed - Terokkar Forest'),
|
|
(40309, 8134, 0, 'Felweed - Terokkar Forest'),
|
|
(40310, 8133, 0, 'Felweed - Terokkar Forest'),
|
|
(40311, 8134, 0, 'Felweed - Terokkar Forest'),
|
|
(40312, 8134, 0, 'Felweed - Terokkar Forest'),
|
|
(40313, 8133, 0, 'Felweed - Terokkar Forest'),
|
|
(40314, 8133, 0, 'Felweed - Terokkar Forest'),
|
|
(40315, 8132, 0, 'Felweed - Terokkar Forest'),
|
|
(40316, 8133, 0, 'Felweed - Terokkar Forest'),
|
|
(40317, 8132, 0, 'Felweed - Terokkar Forest'),
|
|
(40318, 8134, 0, 'Felweed - Terokkar Forest'),
|
|
(40319, 8134, 0, 'Felweed - Terokkar Forest'),
|
|
(40320, 8133, 0, 'Felweed - Terokkar Forest'),
|
|
(40321, 8134, 0, 'Felweed - Terokkar Forest'),
|
|
(40322, 8133, 0, 'Felweed - Terokkar Forest'),
|
|
(40323, 8132, 0, 'Felweed - Terokkar Forest'),
|
|
(40324, 8134, 0, 'Felweed - Terokkar Forest'),
|
|
(40325, 8132, 0, 'Felweed - Terokkar Forest'),
|
|
(40326, 8139, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40327, 8138, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40328, 8141, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40329, 8138, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40330, 8136, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40332, 8140, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40333, 8137, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40334, 8142, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40335, 8139, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40336, 8142, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40337, 8142, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40338, 8141, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40339, 8143, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40340, 8143, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40341, 8135, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40342, 8135, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40343, 8135, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40344, 8136, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40345, 8139, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40346, 8140, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40347, 8141, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40348, 8142, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40349, 8142, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40350, 8142, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40351, 8137, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40352, 8138, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40353, 8142, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40354, 8142, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40355, 8142, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40356, 8137, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40357, 8143, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40358, 8142, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40359, 8141, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(40360, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(40362, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(40363, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(40364, 8130, 0, 'Terocone - Terokkar Forest'),
|
|
(40365, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(40366, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(40368, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(40369, 8130, 0, 'Terocone - Terokkar Forest'),
|
|
(40371, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(40372, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(40373, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(40374, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(40375, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(40376, 8131, 0, 'Terocone - Terokkar Forest'),
|
|
(40377, 8131, 0, 'Terocone - Terokkar Forest'),
|
|
(40378, 8131, 0, 'Terocone - Terokkar Forest'),
|
|
(40379, 8130, 0, 'Terocone - Terokkar Forest'),
|
|
(40380, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(40381, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(40382, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(40383, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(40384, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(40385, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(40386, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(40389, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(40390, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(40391, 8130, 0, 'Terocone - Terokkar Forest'),
|
|
(40392, 8131, 0, 'Terocone - Terokkar Forest'),
|
|
(40393, 8131, 0, 'Terocone - Terokkar Forest'),
|
|
(40394, 8131, 0, 'Terocone - Terokkar Forest'),
|
|
(40395, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(40396, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(40397, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(40398, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(40399, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(40400, 8131, 0, 'Terocone - Terokkar Forest'),
|
|
(40401, 8131, 0, 'Terocone - Terokkar Forest'),
|
|
(40402, 8131, 0, 'Terocone - Terokkar Forest'),
|
|
(40403, 8131, 0, 'Terocone - Terokkar Forest'),
|
|
(40404, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(40405, 8130, 0, 'Terocone - Terokkar Forest'),
|
|
(40406, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(40407, 8131, 0, 'Terocone - Terokkar Forest'),
|
|
(40408, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(40409, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(40410, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(40411, 8281, 0, 'Mana Thistle - Shadowmoon Valley'),
|
|
(40412, 8281, 0, 'Mana Thistle - Shadowmoon Valley'),
|
|
(40413, 8281, 0, 'Mana Thistle - Shadowmoon Valley'),
|
|
(40414, 8281, 0, 'Mana Thistle - Shadowmoon Valley'),
|
|
(40415, 8271, 0, 'Felweed - Shadowmoon Valley'),
|
|
(40417, 8269, 0, 'Felweed - Shadowmoon Valley'),
|
|
(40418, 8271, 0, 'Felweed - Shadowmoon Valley'),
|
|
(40419, 8271, 0, 'Felweed - Shadowmoon Valley'),
|
|
(40420, 8270, 0, 'Felweed - Shadowmoon Valley'),
|
|
(40421, 8271, 0, 'Felweed - Shadowmoon Valley'),
|
|
(40422, 8269, 0, 'Felweed - Shadowmoon Valley'),
|
|
(40423, 8270, 0, 'Felweed - Shadowmoon Valley'),
|
|
(40424, 8269, 0, 'Felweed - Shadowmoon Valley'),
|
|
(40425, 8269, 0, 'Felweed - Shadowmoon Valley'),
|
|
(40426, 8271, 0, 'Felweed - Shadowmoon Valley'),
|
|
(40427, 8270, 0, 'Felweed - Shadowmoon Valley'),
|
|
(40428, 8269, 0, 'Felweed - Shadowmoon Valley'),
|
|
(40435, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(40437, 8273, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(40438, 8274, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(40439, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(40440, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(40441, 8272, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(40443, 8273, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(40446, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(40453, 8274, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(40454, 8274, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(40459, 8279, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(40460, 8279, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(40461, 8279, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(40462, 8279, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(40463, 8279, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(40464, 8279, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(40465, 8280, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(40466, 8279, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(40467, 8279, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(40468, 8280, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(40469, 8280, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(40470, 8280, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(40471, 8280, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(40473, 8276, 0, 'Terocone - Shadowmoon Valley'),
|
|
(40474, 8276, 0, 'Terocone - Shadowmoon Valley'),
|
|
(40476, 8278, 0, 'Terocone - Shadowmoon Valley'),
|
|
(40477, 8278, 0, 'Terocone - Shadowmoon Valley'),
|
|
(40478, 8277, 0, 'Terocone - Shadowmoon Valley'),
|
|
(40479, 8278, 0, 'Terocone - Shadowmoon Valley'),
|
|
(40480, 8276, 0, 'Terocone - Shadowmoon Valley'),
|
|
(40515, 8082, 0, 'Felweed - Zangarmarsh'),
|
|
(40516, 8083, 0, 'Felweed - Zangarmarsh'),
|
|
(40518, 8080, 0, 'Felweed - Zangarmarsh'),
|
|
(40519, 8079, 0, 'Felweed - Zangarmarsh'),
|
|
(40520, 8079, 0, 'Felweed - Zangarmarsh'),
|
|
(40521, 8079, 0, 'Felweed - Zangarmarsh'),
|
|
(40524, 8080, 0, 'Felweed - Zangarmarsh'),
|
|
(40527, 8079, 0, 'Felweed - Zangarmarsh'),
|
|
(40528, 8081, 0, 'Felweed - Zangarmarsh'),
|
|
(40530, 8078, 0, 'Felweed - Zangarmarsh'),
|
|
(40531, 8081, 0, 'Felweed - Zangarmarsh'),
|
|
(40534, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(40535, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(40536, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(40537, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(40538, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(40539, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(40540, 8096, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(40541, 8095, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(40542, 8096, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(40543, 8096, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(40544, 8096, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(40545, 8096, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(40546, 8096, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(40547, 8096, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(40561, 8093, 0, 'Dreaming Glory - Zangarmarsh'),
|
|
(40562, 8094, 0, 'Dreaming Glory - Zangarmarsh'),
|
|
(40563, 8092, 0, 'Dreaming Glory - Zangarmarsh'),
|
|
(40564, 8091, 0, 'Dreaming Glory - Zangarmarsh'),
|
|
(40565, 8093, 0, 'Dreaming Glory - Zangarmarsh'),
|
|
(40566, 8091, 0, 'Dreaming Glory - Zangarmarsh'),
|
|
(40567, 8091, 0, 'Dreaming Glory - Zangarmarsh'),
|
|
(40578, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(40583, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(40584, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(40586, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(40587, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(40588, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(40590, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(40592, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(40593, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(40594, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(40596, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(40597, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(40598, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(40599, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(40600, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(40601, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(40602, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(40603, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(40604, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(40605, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(40607, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(40608, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(40617, 8089, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(40618, 8089, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(40619, 8089, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(40620, 8089, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(40621, 8089, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(40622, 8089, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(40623, 8089, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(40624, 8089, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(40625, 8089, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(40626, 8089, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(40627, 8089, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(40628, 8089, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(40629, 8098, 0, 'Blindweed - Zangarmarsh'),
|
|
(40630, 8098, 0, 'Blindweed - Zangarmarsh'),
|
|
(40632, 8098, 0, 'Blindweed - Zangarmarsh'),
|
|
(40645, 8039, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(40648, 8026, 0, 'Felweed - Hellfire Peninsula'),
|
|
(40649, 8026, 0, 'Felweed - Hellfire Peninsula'),
|
|
(40650, 8016, 0, 'Felweed - Hellfire Peninsula'),
|
|
(40651, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(40652, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(40653, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(40654, 8026, 0, 'Felweed - Hellfire Peninsula'),
|
|
(40699, 8280, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(40700, 8280, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(40701, 8280, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(40702, 8280, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(40719, 949, 0, 'Mageroyal zone 406, node 206'),
|
|
(40720, 949, 0, 'Mageroyal zone 406, node 207'),
|
|
(40721, 949, 0, 'Mageroyal zone 406, node 208'),
|
|
(40722, 949, 0, 'Mageroyal zone 406, node 209'),
|
|
(40739, 991, 0, 'Liferoot zone 15, node 40'),
|
|
(40740, 991, 0, 'Fadeleaf zone 15, node 41'),
|
|
(40758, 11658, 0, 'Solid Chest, Dustwallow Marsh, node 12'),
|
|
(40772, 11658, 0, 'Solid Chest, Dustwallow Marsh, node 13'),
|
|
(40796, 11658, 0, 'Solid Chest, Dustwallow Marsh, node 14'),
|
|
(40824, 991, 0, 'Goldthorn zone 15, node 42'),
|
|
(40828, 991, 0, 'Khadgar\'s Whisker zone 15, node 43'),
|
|
(40832, 991, 0, 'Fadeleaf zone 15, node 44'),
|
|
(40833, 991, 0, 'Fadeleaf zone 15, node 45'),
|
|
(41916, 956, 0, 'Bruiseweed zone 130, node 176'),
|
|
(42041, 956, 0, 'Silverleaf zone 130, node 177'),
|
|
(42042, 956, 0, 'Silverleaf zone 130, node 178'),
|
|
(42043, 956, 0, 'Silverleaf zone 130, node 179'),
|
|
(42045, 956, 0, 'Mageroyal zone 130, node 180'),
|
|
(42046, 956, 0, 'Silverleaf zone 130, node 181'),
|
|
(42048, 956, 0, 'Silverleaf zone 130, node 182'),
|
|
(42049, 956, 0, 'Mageroyal zone 130, node 183'),
|
|
(42050, 956, 0, 'Silverleaf zone 130, node 184'),
|
|
(42051, 956, 0, 'Briarthorn zone 130, node 185'),
|
|
(42052, 956, 0, 'Mageroyal zone 130, node 186'),
|
|
(42053, 956, 0, 'Peacebloom zone 130, node 187'),
|
|
(42055, 956, 0, 'Bruiseweed zone 130, node 188'),
|
|
(42056, 956, 0, 'Briarthorn zone 130, node 189'),
|
|
(42057, 956, 0, 'Briarthorn zone 130, node 190'),
|
|
(42058, 956, 0, 'Mageroyal zone 130, node 191'),
|
|
(42065, 956, 0, 'Bruiseweed zone 130, node 192'),
|
|
(42070, 956, 0, 'Silverleaf zone 130, node 193'),
|
|
(42075, 956, 0, 'Mageroyal zone 130, node 194'),
|
|
(42078, 956, 0, 'Peacebloom zone 130, node 195'),
|
|
(42097, 241, 0, ''),
|
|
(42138, 8174, 0, 'Dreaming Glory - Nagrand'),
|
|
(42139, 8172, 0, 'Dreaming Glory - Nagrand'),
|
|
(42140, 8164, 0, 'Felweed - Nagrand'),
|
|
(42141, 8175, 0, 'Mana Thistle - Nagrand'),
|
|
(42142, 8171, 0, 'Dreaming Glory - Nagrand'),
|
|
(42143, 8170, 0, 'Dreaming Glory - Nagrand'),
|
|
(42144, 8171, 0, 'Dreaming Glory - Nagrand'),
|
|
(42154, 8212, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(42155, 8197, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(42156, 8199, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(42157, 8205, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(42161, 8270, 0, 'Felweed - Shadowmoon Valley'),
|
|
(42162, 8274, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(42163, 8233, 0, 'Netherbloom - Netherstorm'),
|
|
(42164, 8231, 0, 'Netherbloom - Netherstorm'),
|
|
(42165, 8233, 0, 'Netherbloom - Netherstorm'),
|
|
(42166, 8229, 0, 'Netherbloom - Netherstorm'),
|
|
(42177, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(42178, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(42179, 8082, 0, 'Felweed - Zangarmarsh'),
|
|
(42180, 8080, 0, 'Felweed - Zangarmarsh'),
|
|
(42181, 8080, 0, 'Felweed - Zangarmarsh'),
|
|
(42182, 8025, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(42183, 8040, 0, 'Felweed - Hellfire Peninsula'),
|
|
(42184, 8011, 0, 'Felweed - Hellfire Peninsula'),
|
|
(42185, 8011, 0, 'Felweed - Hellfire Peninsula'),
|
|
(42186, 8040, 0, 'Felweed - Hellfire Peninsula'),
|
|
(42187, 8166, 0, 'Felweed - Nagrand'),
|
|
(42188, 8168, 0, 'Felweed - Nagrand'),
|
|
(42189, 8164, 0, 'Felweed - Nagrand'),
|
|
(42190, 8205, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(42191, 8194, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(42192, 8205, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(42193, 8231, 0, 'Netherbloom - Netherstorm'),
|
|
(42194, 8240, 0, 'Dreaming Glory - Netherstorm'),
|
|
(42195, 8231, 0, 'Netherbloom - Netherstorm'),
|
|
(42196, 8237, 0, 'Dreaming Glory - Netherstorm'),
|
|
(42197, 8236, 0, 'Dreaming Glory - Netherstorm'),
|
|
(42198, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(42199, 8093, 0, 'Dreaming Glory - Zangarmarsh'),
|
|
(42201, 8091, 0, 'Dreaming Glory - Zangarmarsh'),
|
|
(42202, 8093, 0, 'Dreaming Glory - Zangarmarsh'),
|
|
(42203, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(42204, 8040, 0, 'Felweed - Hellfire Peninsula'),
|
|
(42205, 8011, 0, 'Felweed - Hellfire Peninsula'),
|
|
(42206, 8011, 0, 'Felweed - Hellfire Peninsula'),
|
|
(42207, 8172, 0, 'Dreaming Glory - Nagrand'),
|
|
(42208, 8164, 0, 'Felweed - Nagrand'),
|
|
(42209, 8165, 0, 'Felweed - Nagrand'),
|
|
(42210, 8233, 0, 'Netherbloom - Netherstorm'),
|
|
(42211, 8229, 0, 'Netherbloom - Netherstorm'),
|
|
(42212, 8240, 0, 'Dreaming Glory - Netherstorm'),
|
|
(42213, 8234, 0, 'Netherbloom - Netherstorm'),
|
|
(42214, 8132, 0, 'Felweed - Terokkar Forest'),
|
|
(42215, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(42216, 8094, 0, 'Dreaming Glory - Zangarmarsh'),
|
|
(42217, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(42218, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(42219, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(42220, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(42221, 8011, 0, 'Felweed - Hellfire Peninsula'),
|
|
(42222, 8230, 0, 'Netherbloom - Netherstorm'),
|
|
(42223, 8233, 0, 'Netherbloom - Netherstorm'),
|
|
(42224, 8231, 0, 'Netherbloom - Netherstorm'),
|
|
(42225, 8232, 0, 'Netherbloom - Netherstorm'),
|
|
(42226, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(42227, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(42228, 8091, 0, 'Dreaming Glory - Zangarmarsh'),
|
|
(42229, 8026, 0, 'Felweed - Hellfire Peninsula'),
|
|
(42230, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(42231, 8233, 0, 'Netherbloom - Netherstorm'),
|
|
(42232, 8236, 0, 'Dreaming Glory - Netherstorm'),
|
|
(42233, 8040, 0, 'Felweed - Hellfire Peninsula'),
|
|
(42234, 8036, 0, 'Felweed - Hellfire Peninsula'),
|
|
(42235, 8093, 0, 'Dreaming Glory - Zangarmarsh'),
|
|
(42236, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(42237, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(42238, 8083, 0, 'Felweed - Zangarmarsh'),
|
|
(42239, 8078, 0, 'Felweed - Zangarmarsh'),
|
|
(42240, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(42241, 8090, 0, 'Dreaming Glory - Zangarmarsh'),
|
|
(42242, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(42243, 8083, 0, 'Felweed - Zangarmarsh'),
|
|
(42244, 8090, 0, 'Dreaming Glory - Zangarmarsh'),
|
|
(42245, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(42246, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(42247, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(42248, 8084, 0, 'Felweed - Zangarmarsh'),
|
|
(42255, 8025, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(42256, 8272, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(42258, 8141, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(42259, 8134, 0, 'Felweed - Terokkar Forest'),
|
|
(42260, 8131, 0, 'Terocone - Terokkar Forest'),
|
|
(42261, 8134, 0, 'Felweed - Terokkar Forest'),
|
|
(42262, 8195, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(42263, 8234, 0, 'Netherbloom - Netherstorm'),
|
|
(42264, 8194, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(42265, 8201, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(42266, 8200, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(42267, 8205, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(42274, 8272, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(42291, 8011, 0, 'Felweed - Hellfire Peninsula'),
|
|
(42296, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(42298, 8078, 0, 'Felweed - Zangarmarsh'),
|
|
(42303, 8016, 0, 'Felweed - Hellfire Peninsula'),
|
|
(42311, 8202, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(42313, 8202, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(42316, 8194, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(42317, 8237, 0, 'Dreaming Glory - Netherstorm'),
|
|
(42318, 8140, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(42325, 8232, 0, 'Netherbloom - Netherstorm'),
|
|
(42328, 8232, 0, 'Netherbloom - Netherstorm'),
|
|
(42330, 8238, 0, 'Dreaming Glory - Netherstorm'),
|
|
(42331, 8168, 0, 'Felweed - Nagrand'),
|
|
(42333, 8172, 0, 'Dreaming Glory - Nagrand'),
|
|
(42335, 8241, 0, 'Dreaming Glory - Netherstorm'),
|
|
(42346, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(42367, 8135, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(42384, 8269, 0, 'Felweed - Shadowmoon Valley'),
|
|
(42385, 8269, 0, 'Felweed - Shadowmoon Valley'),
|
|
(42388, 8272, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(42389, 8281, 0, 'Mana Thistle - Shadowmoon Valley'),
|
|
(42390, 8270, 0, 'Felweed - Shadowmoon Valley'),
|
|
(42391, 8279, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(42392, 8272, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(42393, 8170, 0, 'Dreaming Glory - Nagrand'),
|
|
(42394, 8165, 0, 'Felweed - Nagrand'),
|
|
(42395, 8132, 0, 'Felweed - Terokkar Forest'),
|
|
(42407, 8171, 0, 'Dreaming Glory - Nagrand'),
|
|
(42422, 8166, 0, 'Felweed - Nagrand'),
|
|
(42423, 8166, 0, 'Felweed - Nagrand'),
|
|
(42430, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(42440, 997, 0, 'Sungrass zone 4, node 105'),
|
|
(42482, 995, 0, 'Briarthorn zone 10, node 250'),
|
|
(42483, 995, 0, 'Bruiseweed zone 10, node 251'),
|
|
(42667, 50002, 0, 'Spawn Point 8 - Tin Vein'),
|
|
(42669, 50002, 0, 'Spawn Point 5 - Tin Vein'),
|
|
(42688, 951, 0, 'Briarthorn zone 40, node 252'),
|
|
(42689, 951, 0, 'Stranglekelp zone 40, node 253'),
|
|
(42690, 951, 0, 'Stranglekelp zone 40, node 254'),
|
|
(42691, 951, 0, 'Peacebloom zone 40, node 255'),
|
|
(42692, 951, 0, 'Stranglekelp zone 40, node 256'),
|
|
(42693, 164, 20, ''),
|
|
(42694, 165, 0, ''),
|
|
(42695, 166, 0, ''),
|
|
(42696, 167, 20, ''),
|
|
(42697, 168, 0, ''),
|
|
(42698, 169, 0, ''),
|
|
(42711, 50002, 0, 'Spawn Point 34 - Tin Vein'),
|
|
(42720, 951, 0, 'Earthroot zone 40, node 257'),
|
|
(42721, 951, 0, 'Bruiseweed zone 40, node 258'),
|
|
(42740, 951, 0, 'Stranglekelp zone 40, node 259'),
|
|
(42741, 951, 0, 'Bruiseweed zone 40, node 260'),
|
|
(42753, 951, 0, 'Peacebloom zone 40, node 261'),
|
|
(42754, 951, 0, 'Briarthorn zone 40, node 262'),
|
|
(42755, 951, 0, 'Silverleaf zone 40, node 263'),
|
|
(42756, 951, 0, 'Mageroyal zone 40, node 264'),
|
|
(42757, 951, 0, 'Briarthorn zone 40, node 265'),
|
|
(42758, 951, 0, 'Silverleaf zone 40, node 266'),
|
|
(42759, 951, 0, 'Bruiseweed zone 40, node 267'),
|
|
(42760, 951, 0, 'Bruiseweed zone 40, node 268'),
|
|
(42761, 951, 0, 'Stranglekelp zone 40, node 269'),
|
|
(42762, 951, 0, 'Mageroyal zone 40, node 270'),
|
|
(42763, 951, 0, 'Bruiseweed zone 40, node 271'),
|
|
(42764, 951, 0, 'Stranglekelp zone 40, node 272'),
|
|
(42765, 951, 0, 'Mageroyal zone 40, node 273'),
|
|
(42766, 951, 0, 'Stranglekelp zone 40, node 274'),
|
|
(42767, 951, 0, 'Stranglekelp zone 40, node 275'),
|
|
(42779, 951, 0, 'Mageroyal zone 40, node 276'),
|
|
(42780, 951, 0, 'Peacebloom zone 40, node 277'),
|
|
(42782, 951, 0, 'Mageroyal zone 40, node 278'),
|
|
(42783, 951, 0, 'Earthroot zone 40, node 279'),
|
|
(42784, 951, 0, 'Briarthorn zone 40, node 280'),
|
|
(42785, 951, 0, 'Earthroot zone 40, node 281'),
|
|
(42786, 951, 0, 'Mageroyal zone 40, node 282'),
|
|
(42912, 956, 0, 'Peacebloom zone 130, node 196'),
|
|
(42963, 956, 0, 'Mageroyal zone 130, node 198'),
|
|
(42964, 956, 0, 'Earthroot zone 130, node 199'),
|
|
(42965, 956, 0, 'Earthroot zone 130, node 200'),
|
|
(42968, 956, 0, 'Briarthorn zone 130, node 201'),
|
|
(42970, 956, 0, 'Earthroot zone 130, node 202'),
|
|
(42971, 11692, 20, 'Spawn Point 1 - Silver'),
|
|
(42973, 956, 0, 'Briarthorn zone 130, node 203'),
|
|
(42974, 956, 0, 'Briarthorn zone 130, node 204'),
|
|
(42975, 956, 0, 'Briarthorn zone 130, node 205'),
|
|
(43526, 500, 0, 'Silverleaf'),
|
|
(43527, 491, 0, 'Silverleaf'),
|
|
(43528, 504, 0, 'Silverleaf'),
|
|
(43529, 504, 0, 'Silverleaf'),
|
|
(43530, 500, 0, 'Silverleaf'),
|
|
(43531, 491, 0, 'Silverleaf'),
|
|
(43532, 491, 0, 'Silverleaf'),
|
|
(43533, 491, 0, 'Silverleaf'),
|
|
(43534, 500, 0, 'Silverleaf'),
|
|
(43535, 504, 0, 'Silverleaf'),
|
|
(43536, 504, 0, 'Silverleaf'),
|
|
(43537, 504, 0, 'Silverleaf'),
|
|
(43538, 504, 0, 'Silverleaf'),
|
|
(43539, 500, 0, 'Silverleaf'),
|
|
(43540, 491, 0, 'Silverleaf'),
|
|
(43541, 500, 0, 'Silverleaf'),
|
|
(43542, 500, 0, 'Silverleaf'),
|
|
(43543, 491, 0, 'Silverleaf'),
|
|
(43544, 500, 0, 'Silverleaf'),
|
|
(43545, 500, 0, 'Silverleaf'),
|
|
(43546, 491, 0, 'Silverleaf'),
|
|
(43547, 504, 0, 'Silverleaf'),
|
|
(43548, 504, 0, 'Silverleaf'),
|
|
(43549, 500, 0, 'Silverleaf'),
|
|
(43550, 491, 0, 'Silverleaf'),
|
|
(43551, 504, 0, 'Silverleaf'),
|
|
(43552, 504, 0, 'Silverleaf'),
|
|
(43553, 504, 0, 'Silverleaf'),
|
|
(43554, 504, 0, 'Silverleaf'),
|
|
(43555, 504, 0, 'Silverleaf'),
|
|
(43556, 500, 0, 'Silverleaf'),
|
|
(43557, 491, 0, 'Silverleaf'),
|
|
(43558, 500, 0, 'Silverleaf'),
|
|
(43559, 500, 0, 'Silverleaf'),
|
|
(43560, 500, 0, 'Silverleaf'),
|
|
(43561, 504, 0, 'Silverleaf'),
|
|
(43562, 500, 0, 'Silverleaf'),
|
|
(43563, 491, 0, 'Silverleaf'),
|
|
(43564, 504, 0, 'Silverleaf'),
|
|
(43565, 500, 0, 'Silverleaf'),
|
|
(43566, 491, 0, 'Silverleaf'),
|
|
(43567, 504, 0, 'Silverleaf'),
|
|
(43568, 491, 0, 'Silverleaf'),
|
|
(43569, 504, 0, 'Silverleaf'),
|
|
(43570, 504, 0, 'Silverleaf'),
|
|
(43571, 504, 0, 'Silverleaf'),
|
|
(43572, 500, 0, 'Silverleaf'),
|
|
(43573, 500, 0, 'Silverleaf'),
|
|
(43574, 500, 0, 'Silverleaf'),
|
|
(43575, 491, 0, 'Silverleaf'),
|
|
(43576, 504, 0, 'Silverleaf'),
|
|
(43577, 500, 0, 'Silverleaf'),
|
|
(43578, 500, 0, 'Silverleaf'),
|
|
(43579, 500, 0, 'Silverleaf'),
|
|
(43580, 500, 0, 'Silverleaf'),
|
|
(43581, 500, 0, 'Silverleaf'),
|
|
(43582, 504, 0, 'Silverleaf'),
|
|
(43583, 491, 0, 'Silverleaf'),
|
|
(43584, 491, 0, 'Silverleaf'),
|
|
(43585, 504, 0, 'Silverleaf'),
|
|
(43586, 504, 0, 'Silverleaf'),
|
|
(43587, 504, 0, 'Silverleaf'),
|
|
(43588, 504, 0, 'Silverleaf'),
|
|
(43589, 504, 0, 'Silverleaf'),
|
|
(43590, 504, 0, 'Silverleaf'),
|
|
(43591, 500, 0, 'Silverleaf'),
|
|
(43592, 491, 0, 'Silverleaf'),
|
|
(43593, 504, 0, 'Silverleaf'),
|
|
(43594, 500, 0, 'Silverleaf'),
|
|
(43595, 500, 0, 'Silverleaf'),
|
|
(43596, 504, 0, 'Silverleaf'),
|
|
(43597, 494, 0, 'Silverleaf'),
|
|
(43598, 500, 0, 'Silverleaf'),
|
|
(43599, 500, 0, 'Silverleaf'),
|
|
(43600, 491, 0, 'Silverleaf'),
|
|
(43601, 504, 0, 'Silverleaf'),
|
|
(43602, 500, 0, 'Silverleaf'),
|
|
(43603, 500, 0, 'Silverleaf'),
|
|
(43604, 504, 0, 'Silverleaf'),
|
|
(43605, 504, 0, 'Silverleaf'),
|
|
(43606, 500, 0, 'Silverleaf'),
|
|
(43607, 500, 0, 'Silverleaf'),
|
|
(43608, 500, 0, 'Silverleaf'),
|
|
(43609, 491, 0, 'Silverleaf'),
|
|
(43610, 500, 0, 'Silverleaf'),
|
|
(43611, 500, 0, 'Silverleaf'),
|
|
(43612, 500, 0, 'Silverleaf'),
|
|
(43613, 491, 0, 'Silverleaf'),
|
|
(43614, 504, 0, 'Silverleaf'),
|
|
(43615, 500, 0, 'Silverleaf'),
|
|
(43616, 491, 0, 'Silverleaf'),
|
|
(43617, 504, 0, 'Silverleaf'),
|
|
(43618, 500, 0, 'Silverleaf'),
|
|
(43619, 500, 0, 'Silverleaf'),
|
|
(43620, 500, 0, 'Silverleaf'),
|
|
(43621, 500, 0, 'Silverleaf'),
|
|
(43622, 491, 0, 'Silverleaf'),
|
|
(43623, 504, 0, 'Silverleaf'),
|
|
(43624, 500, 0, 'Silverleaf'),
|
|
(43625, 500, 0, 'Silverleaf'),
|
|
(43626, 504, 0, 'Silverleaf'),
|
|
(43627, 491, 0, 'Silverleaf'),
|
|
(43628, 504, 0, 'Silverleaf'),
|
|
(43629, 491, 0, 'Silverleaf'),
|
|
(43630, 500, 0, 'Silverleaf'),
|
|
(43631, 500, 0, 'Silverleaf'),
|
|
(43632, 494, 0, 'Silverleaf'),
|
|
(43633, 500, 0, 'Silverleaf'),
|
|
(43634, 500, 0, 'Silverleaf'),
|
|
(43635, 500, 0, 'Silverleaf'),
|
|
(43636, 500, 0, 'Silverleaf'),
|
|
(43637, 504, 0, 'Silverleaf'),
|
|
(43638, 491, 0, 'Silverleaf'),
|
|
(43639, 491, 0, 'Silverleaf'),
|
|
(43640, 500, 0, 'Silverleaf'),
|
|
(43641, 500, 0, 'Silverleaf'),
|
|
(43642, 500, 0, 'Silverleaf'),
|
|
(43643, 500, 0, 'Silverleaf'),
|
|
(43644, 504, 0, 'Silverleaf'),
|
|
(43645, 494, 0, 'Silverleaf'),
|
|
(43646, 500, 0, 'Silverleaf'),
|
|
(43647, 491, 0, 'Silverleaf'),
|
|
(43648, 504, 0, 'Silverleaf'),
|
|
(43649, 504, 0, 'Silverleaf'),
|
|
(43650, 504, 0, 'Silverleaf'),
|
|
(43651, 500, 0, 'Silverleaf'),
|
|
(43652, 491, 0, 'Silverleaf'),
|
|
(43653, 491, 0, 'Silverleaf'),
|
|
(43654, 500, 0, 'Silverleaf'),
|
|
(43655, 500, 0, 'Silverleaf'),
|
|
(43656, 504, 0, 'Silverleaf'),
|
|
(43657, 504, 0, 'Silverleaf'),
|
|
(43658, 500, 0, 'Silverleaf'),
|
|
(43659, 504, 0, 'Silverleaf'),
|
|
(43660, 491, 0, 'Silverleaf'),
|
|
(43661, 500, 0, 'Silverleaf'),
|
|
(43662, 500, 0, 'Silverleaf'),
|
|
(43663, 500, 0, 'Silverleaf'),
|
|
(43664, 500, 0, 'Silverleaf'),
|
|
(43665, 500, 0, 'Silverleaf'),
|
|
(43666, 497, 0, 'Silverleaf'),
|
|
(43667, 504, 0, 'Silverleaf'),
|
|
(43668, 497, 0, 'Silverleaf'),
|
|
(43669, 504, 0, 'Silverleaf'),
|
|
(43670, 500, 0, 'Silverleaf'),
|
|
(43671, 500, 0, 'Silverleaf'),
|
|
(43672, 494, 0, 'Silverleaf'),
|
|
(43673, 504, 0, 'Silverleaf'),
|
|
(43674, 504, 0, 'Silverleaf'),
|
|
(43675, 504, 0, 'Silverleaf'),
|
|
(43676, 504, 0, 'Silverleaf'),
|
|
(43677, 494, 0, 'Silverleaf'),
|
|
(43678, 494, 0, 'Silverleaf'),
|
|
(43679, 500, 0, 'Silverleaf'),
|
|
(43680, 500, 0, 'Silverleaf'),
|
|
(43681, 500, 0, 'Silverleaf'),
|
|
(43682, 489, 0, 'Earthroot'),
|
|
(43683, 494, 0, 'Silverleaf'),
|
|
(43684, 491, 0, 'Silverleaf'),
|
|
(43685, 504, 0, 'Silverleaf'),
|
|
(43686, 491, 0, 'Silverleaf'),
|
|
(43687, 491, 0, 'Silverleaf'),
|
|
(43688, 500, 0, 'Silverleaf'),
|
|
(43689, 494, 0, 'Silverleaf'),
|
|
(43690, 500, 0, 'Silverleaf'),
|
|
(43691, 500, 0, 'Silverleaf'),
|
|
(43692, 491, 0, 'Silverleaf'),
|
|
(43693, 504, 0, 'Silverleaf'),
|
|
(43694, 504, 0, 'Silverleaf'),
|
|
(43695, 504, 0, 'Silverleaf'),
|
|
(43696, 500, 0, 'Silverleaf'),
|
|
(43697, 500, 0, 'Silverleaf'),
|
|
(43698, 500, 0, 'Silverleaf'),
|
|
(43699, 500, 0, 'Silverleaf'),
|
|
(43700, 504, 0, 'Silverleaf'),
|
|
(43701, 500, 0, 'Silverleaf'),
|
|
(43702, 500, 0, 'Silverleaf'),
|
|
(43703, 491, 0, 'Silverleaf'),
|
|
(43704, 500, 0, 'Silverleaf'),
|
|
(43705, 497, 0, 'Silverleaf'),
|
|
(43706, 494, 0, 'Silverleaf'),
|
|
(43707, 495, 0, 'Earthroot'),
|
|
(43708, 495, 0, 'Earthroot'),
|
|
(43709, 496, 0, 'Peacebloom'),
|
|
(43710, 491, 0, 'Silverleaf'),
|
|
(43711, 496, 0, 'Peacebloom'),
|
|
(43712, 500, 0, 'Silverleaf'),
|
|
(43713, 495, 0, 'Earthroot'),
|
|
(43714, 491, 0, 'Silverleaf'),
|
|
(43715, 500, 0, 'Silverleaf'),
|
|
(43716, 500, 0, 'Silverleaf'),
|
|
(43717, 504, 0, 'Silverleaf'),
|
|
(43718, 500, 0, 'Silverleaf'),
|
|
(43719, 491, 0, 'Silverleaf'),
|
|
(43720, 500, 0, 'Silverleaf'),
|
|
(43721, 500, 0, 'Silverleaf'),
|
|
(43722, 500, 0, 'Silverleaf'),
|
|
(43723, 504, 0, 'Silverleaf'),
|
|
(43724, 500, 0, 'Silverleaf'),
|
|
(43725, 500, 0, 'Silverleaf'),
|
|
(43726, 491, 0, 'Silverleaf'),
|
|
(43727, 504, 0, 'Silverleaf'),
|
|
(43728, 504, 0, 'Silverleaf'),
|
|
(43729, 504, 0, 'Silverleaf'),
|
|
(43730, 500, 0, 'Silverleaf'),
|
|
(43731, 504, 0, 'Silverleaf'),
|
|
(43732, 500, 0, 'Silverleaf'),
|
|
(43733, 500, 0, 'Silverleaf'),
|
|
(43734, 496, 0, 'Peacebloom'),
|
|
(43735, 498, 0, 'Peacebloom'),
|
|
(43736, 498, 0, 'Peacebloom'),
|
|
(43737, 498, 0, 'Peacebloom'),
|
|
(43738, 498, 0, 'Peacebloom'),
|
|
(43739, 493, 0, 'Peacebloom'),
|
|
(43740, 493, 0, 'Peacebloom'),
|
|
(43741, 493, 0, 'Peacebloom'),
|
|
(43742, 493, 0, 'Peacebloom'),
|
|
(43743, 493, 0, 'Peacebloom'),
|
|
(43744, 493, 0, 'Peacebloom'),
|
|
(43745, 503, 0, 'Peacebloom'),
|
|
(43746, 503, 0, 'Peacebloom'),
|
|
(43747, 503, 0, 'Peacebloom'),
|
|
(43748, 503, 0, 'Peacebloom'),
|
|
(43749, 490, 0, 'Peacebloom'),
|
|
(43750, 490, 0, 'Peacebloom'),
|
|
(43751, 490, 0, 'Peacebloom'),
|
|
(43752, 490, 0, 'Peacebloom'),
|
|
(43753, 490, 0, 'Peacebloom'),
|
|
(43754, 490, 0, 'Peacebloom'),
|
|
(43755, 490, 0, 'Peacebloom'),
|
|
(43756, 490, 0, 'Peacebloom'),
|
|
(43757, 490, 0, 'Peacebloom'),
|
|
(43758, 490, 0, 'Peacebloom'),
|
|
(43759, 490, 0, 'Peacebloom'),
|
|
(43760, 503, 0, 'Peacebloom'),
|
|
(43761, 490, 0, 'Peacebloom'),
|
|
(43762, 503, 0, 'Peacebloom'),
|
|
(43763, 498, 0, 'Peacebloom'),
|
|
(43764, 490, 0, 'Peacebloom'),
|
|
(43765, 490, 0, 'Peacebloom'),
|
|
(43766, 490, 0, 'Peacebloom'),
|
|
(43767, 503, 0, 'Peacebloom'),
|
|
(43768, 490, 0, 'Peacebloom'),
|
|
(43769, 503, 0, 'Peacebloom'),
|
|
(43770, 503, 0, 'Peacebloom'),
|
|
(43771, 503, 0, 'Peacebloom'),
|
|
(43772, 503, 0, 'Peacebloom'),
|
|
(43773, 490, 0, 'Peacebloom'),
|
|
(43774, 490, 0, 'Peacebloom'),
|
|
(43775, 498, 0, 'Peacebloom'),
|
|
(43776, 490, 0, 'Peacebloom'),
|
|
(43777, 503, 0, 'Peacebloom'),
|
|
(43778, 503, 0, 'Peacebloom'),
|
|
(43779, 503, 0, 'Peacebloom'),
|
|
(43780, 498, 0, 'Peacebloom'),
|
|
(43781, 503, 0, 'Peacebloom'),
|
|
(43782, 503, 0, 'Peacebloom'),
|
|
(43783, 490, 0, 'Peacebloom'),
|
|
(43784, 490, 0, 'Peacebloom'),
|
|
(43785, 503, 0, 'Peacebloom'),
|
|
(43786, 497, 0, 'Silverleaf'),
|
|
(43787, 503, 0, 'Peacebloom'),
|
|
(43788, 503, 0, 'Peacebloom'),
|
|
(43789, 490, 0, 'Peacebloom'),
|
|
(43790, 503, 0, 'Peacebloom'),
|
|
(43791, 497, 0, 'Silverleaf'),
|
|
(43792, 490, 0, 'Peacebloom'),
|
|
(43793, 490, 0, 'Peacebloom'),
|
|
(43794, 490, 0, 'Peacebloom'),
|
|
(43795, 490, 0, 'Peacebloom'),
|
|
(43796, 498, 0, 'Peacebloom'),
|
|
(43797, 503, 0, 'Peacebloom'),
|
|
(43798, 503, 0, 'Peacebloom'),
|
|
(43799, 490, 0, 'Peacebloom'),
|
|
(43800, 490, 0, 'Peacebloom'),
|
|
(43801, 498, 0, 'Peacebloom'),
|
|
(43802, 503, 0, 'Peacebloom'),
|
|
(43803, 490, 0, 'Peacebloom'),
|
|
(43804, 503, 0, 'Peacebloom'),
|
|
(43805, 490, 0, 'Peacebloom'),
|
|
(43806, 490, 0, 'Peacebloom'),
|
|
(43807, 503, 0, 'Peacebloom'),
|
|
(43808, 498, 0, 'Peacebloom'),
|
|
(43809, 503, 0, 'Peacebloom'),
|
|
(43810, 503, 0, 'Peacebloom'),
|
|
(43811, 490, 0, 'Peacebloom'),
|
|
(43812, 503, 0, 'Peacebloom'),
|
|
(43813, 503, 0, 'Peacebloom'),
|
|
(43814, 503, 0, 'Peacebloom'),
|
|
(43815, 503, 0, 'Peacebloom'),
|
|
(43816, 503, 0, 'Peacebloom'),
|
|
(43817, 498, 0, 'Peacebloom'),
|
|
(43818, 490, 0, 'Peacebloom'),
|
|
(43819, 503, 0, 'Peacebloom'),
|
|
(43820, 503, 0, 'Peacebloom'),
|
|
(43821, 503, 0, 'Peacebloom'),
|
|
(43822, 503, 0, 'Peacebloom'),
|
|
(43823, 503, 0, 'Peacebloom'),
|
|
(43824, 489, 0, 'Earthroot'),
|
|
(43825, 503, 0, 'Peacebloom'),
|
|
(43826, 489, 0, 'Earthroot'),
|
|
(43827, 503, 0, 'Peacebloom'),
|
|
(43828, 489, 0, 'Earthroot'),
|
|
(43829, 498, 0, 'Peacebloom'),
|
|
(43830, 490, 0, 'Peacebloom'),
|
|
(43831, 490, 0, 'Peacebloom'),
|
|
(43832, 498, 0, 'Peacebloom'),
|
|
(43833, 489, 0, 'Earthroot'),
|
|
(43834, 498, 0, 'Peacebloom'),
|
|
(43835, 503, 0, 'Peacebloom'),
|
|
(43836, 498, 0, 'Peacebloom'),
|
|
(43837, 503, 0, 'Peacebloom'),
|
|
(43838, 490, 0, 'Peacebloom'),
|
|
(43839, 490, 0, 'Peacebloom'),
|
|
(43840, 490, 0, 'Peacebloom'),
|
|
(43841, 498, 0, 'Peacebloom'),
|
|
(43842, 503, 0, 'Peacebloom'),
|
|
(43843, 490, 0, 'Peacebloom'),
|
|
(43844, 503, 0, 'Peacebloom'),
|
|
(43845, 503, 0, 'Peacebloom'),
|
|
(43846, 503, 0, 'Peacebloom'),
|
|
(43847, 498, 0, 'Peacebloom'),
|
|
(43848, 490, 0, 'Peacebloom'),
|
|
(43849, 502, 0, 'Earthroot'),
|
|
(43850, 502, 0, 'Earthroot'),
|
|
(43851, 492, 0, 'Earthroot'),
|
|
(43852, 489, 0, 'Earthroot'),
|
|
(43853, 489, 0, 'Earthroot'),
|
|
(43854, 489, 0, 'Earthroot'),
|
|
(43855, 499, 0, 'Earthroot'),
|
|
(43856, 499, 0, 'Earthroot'),
|
|
(43857, 492, 0, 'Earthroot'),
|
|
(43858, 492, 0, 'Earthroot'),
|
|
(43859, 502, 0, 'Earthroot'),
|
|
(43860, 502, 0, 'Earthroot'),
|
|
(43861, 502, 0, 'Earthroot'),
|
|
(43862, 502, 0, 'Earthroot'),
|
|
(43863, 492, 0, 'Earthroot'),
|
|
(43864, 492, 0, 'Earthroot'),
|
|
(43865, 502, 0, 'Earthroot'),
|
|
(43866, 502, 0, 'Earthroot'),
|
|
(43867, 502, 0, 'Earthroot'),
|
|
(43868, 499, 0, 'Earthroot'),
|
|
(43869, 502, 0, 'Earthroot'),
|
|
(43870, 489, 0, 'Earthroot'),
|
|
(43871, 489, 0, 'Earthroot'),
|
|
(43872, 502, 0, 'Earthroot'),
|
|
(43873, 499, 0, 'Earthroot'),
|
|
(43874, 499, 0, 'Earthroot'),
|
|
(43875, 502, 0, 'Earthroot'),
|
|
(43876, 489, 0, 'Earthroot'),
|
|
(43877, 499, 0, 'Earthroot'),
|
|
(43878, 502, 0, 'Earthroot'),
|
|
(43879, 502, 0, 'Earthroot'),
|
|
(43880, 499, 0, 'Earthroot'),
|
|
(43881, 502, 0, 'Earthroot'),
|
|
(43882, 489, 0, 'Earthroot'),
|
|
(43883, 499, 0, 'Earthroot'),
|
|
(43884, 502, 0, 'Earthroot'),
|
|
(43885, 499, 0, 'Earthroot'),
|
|
(43886, 499, 0, 'Earthroot'),
|
|
(43887, 501, 0, 'Mageroyal'),
|
|
(43888, 502, 0, 'Earthroot'),
|
|
(43889, 489, 0, 'Earthroot'),
|
|
(43890, 502, 0, 'Earthroot'),
|
|
(43891, 489, 0, 'Earthroot'),
|
|
(43892, 502, 0, 'Earthroot'),
|
|
(43893, 502, 0, 'Earthroot'),
|
|
(43894, 502, 0, 'Earthroot'),
|
|
(43895, 499, 0, 'Earthroot'),
|
|
(43896, 499, 0, 'Earthroot'),
|
|
(43897, 501, 0, 'Mageroyal'),
|
|
(43898, 501, 0, 'Mageroyal'),
|
|
(43899, 501, 0, 'Mageroyal'),
|
|
(43900, 501, 0, 'Mageroyal'),
|
|
(43901, 501, 0, 'Mageroyal'),
|
|
(43902, 501, 0, 'Mageroyal'),
|
|
(43903, 501, 0, 'Mageroyal'),
|
|
(43904, 501, 0, 'Mageroyal'),
|
|
(43905, 501, 0, 'Mageroyal'),
|
|
(43906, 501, 0, 'Mageroyal'),
|
|
(43907, 502, 0, 'Earthroot'),
|
|
(43908, 497, 0, 'Silverleaf'),
|
|
(43909, 497, 0, 'Silverleaf'),
|
|
(43910, 497, 0, 'Silverleaf'),
|
|
(43911, 496, 0, 'Peacebloom'),
|
|
(43912, 497, 0, 'Silverleaf'),
|
|
(43913, 496, 0, 'Peacebloom'),
|
|
(43914, 497, 0, 'Silverleaf'),
|
|
(43915, 496, 0, 'Peacebloom'),
|
|
(43916, 497, 0, 'Silverleaf'),
|
|
(43917, 491, 0, 'Silverleaf'),
|
|
(43918, 496, 0, 'Peacebloom'),
|
|
(43919, 496, 0, 'Peacebloom'),
|
|
(43920, 497, 0, 'Silverleaf'),
|
|
(43921, 496, 0, 'Peacebloom'),
|
|
(43922, 497, 0, 'Silverleaf'),
|
|
(43923, 497, 0, 'Silverleaf'),
|
|
(43924, 497, 0, 'Silverleaf'),
|
|
(43925, 497, 0, 'Silverleaf'),
|
|
(43926, 496, 0, 'Peacebloom'),
|
|
(43927, 495, 0, 'Earthroot'),
|
|
(43928, 496, 0, 'Peacebloom'),
|
|
(43929, 496, 0, 'Peacebloom'),
|
|
(43930, 496, 0, 'Peacebloom'),
|
|
(43931, 491, 0, 'Silverleaf'),
|
|
(43932, 504, 0, 'Silverleaf'),
|
|
(43933, 500, 0, 'Silverleaf'),
|
|
(43934, 504, 0, 'Silverleaf'),
|
|
(43935, 504, 0, 'Silverleaf'),
|
|
(43936, 500, 0, 'Silverleaf'),
|
|
(43937, 500, 0, 'Silverleaf'),
|
|
(43938, 500, 0, 'Silverleaf'),
|
|
(43939, 504, 0, 'Silverleaf'),
|
|
(43940, 504, 0, 'Silverleaf'),
|
|
(43941, 504, 0, 'Silverleaf'),
|
|
(43942, 497, 0, 'Silverleaf'),
|
|
(43943, 497, 0, 'Silverleaf'),
|
|
(43944, 496, 0, 'Peacebloom'),
|
|
(43945, 497, 0, 'Silverleaf'),
|
|
(43946, 497, 0, 'Silverleaf'),
|
|
(43947, 497, 0, 'Silverleaf'),
|
|
(43948, 496, 0, 'Peacebloom'),
|
|
(43949, 496, 0, 'Peacebloom'),
|
|
(43950, 496, 0, 'Peacebloom'),
|
|
(43951, 497, 0, 'Silverleaf'),
|
|
(43952, 497, 0, 'Silverleaf'),
|
|
(43953, 496, 0, 'Peacebloom'),
|
|
(43954, 497, 0, 'Silverleaf'),
|
|
(43955, 496, 0, 'Peacebloom'),
|
|
(43956, 496, 0, 'Peacebloom'),
|
|
(43957, 495, 0, 'Earthroot'),
|
|
(43958, 496, 0, 'Peacebloom'),
|
|
(43959, 495, 0, 'Earthroot'),
|
|
(43960, 495, 0, 'Earthroot'),
|
|
(43961, 495, 0, 'Earthroot'),
|
|
(43962, 497, 0, 'Silverleaf'),
|
|
(43963, 497, 0, 'Silverleaf'),
|
|
(43964, 495, 0, 'Earthroot'),
|
|
(43965, 495, 0, 'Earthroot'),
|
|
(43966, 495, 0, 'Earthroot'),
|
|
(43967, 495, 0, 'Earthroot'),
|
|
(43968, 495, 0, 'Earthroot'),
|
|
(43969, 495, 0, 'Earthroot'),
|
|
(43970, 496, 0, 'Peacebloom'),
|
|
(43971, 495, 0, 'Earthroot'),
|
|
(43972, 496, 0, 'Peacebloom'),
|
|
(43973, 497, 0, 'Silverleaf'),
|
|
(43974, 496, 0, 'Peacebloom'),
|
|
(43975, 497, 0, 'Silverleaf'),
|
|
(43976, 497, 0, 'Silverleaf'),
|
|
(43977, 495, 0, 'Earthroot'),
|
|
(43978, 497, 0, 'Silverleaf'),
|
|
(43979, 500, 0, 'Silverleaf'),
|
|
(43980, 498, 0, 'Peacebloom'),
|
|
(43981, 499, 0, 'Earthroot'),
|
|
(43982, 499, 0, 'Earthroot'),
|
|
(43983, 498, 0, 'Peacebloom'),
|
|
(43984, 498, 0, 'Peacebloom'),
|
|
(43985, 498, 0, 'Peacebloom'),
|
|
(43986, 498, 0, 'Peacebloom'),
|
|
(43987, 501, 0, 'Mageroyal'),
|
|
(43988, 500, 0, 'Silverleaf'),
|
|
(43989, 500, 0, 'Silverleaf'),
|
|
(43990, 500, 0, 'Silverleaf'),
|
|
(43991, 500, 0, 'Silverleaf'),
|
|
(43992, 499, 0, 'Earthroot'),
|
|
(43993, 500, 0, 'Silverleaf'),
|
|
(43994, 500, 0, 'Silverleaf'),
|
|
(43995, 500, 0, 'Silverleaf'),
|
|
(43996, 500, 0, 'Silverleaf'),
|
|
(43997, 500, 0, 'Silverleaf'),
|
|
(43998, 500, 0, 'Silverleaf'),
|
|
(43999, 499, 0, 'Earthroot'),
|
|
(44000, 499, 0, 'Earthroot'),
|
|
(44001, 498, 0, 'Peacebloom'),
|
|
(44002, 498, 0, 'Peacebloom'),
|
|
(44003, 498, 0, 'Peacebloom'),
|
|
(44004, 500, 0, 'Silverleaf'),
|
|
(44005, 500, 0, 'Silverleaf'),
|
|
(44006, 500, 0, 'Silverleaf'),
|
|
(44007, 500, 0, 'Silverleaf'),
|
|
(44008, 498, 0, 'Peacebloom'),
|
|
(44009, 498, 0, 'Peacebloom'),
|
|
(44010, 498, 0, 'Peacebloom'),
|
|
(44011, 499, 0, 'Earthroot'),
|
|
(44012, 499, 0, 'Earthroot'),
|
|
(44013, 498, 0, 'Peacebloom'),
|
|
(44014, 500, 0, 'Silverleaf'),
|
|
(44015, 500, 0, 'Silverleaf'),
|
|
(44016, 498, 0, 'Peacebloom'),
|
|
(44017, 498, 0, 'Peacebloom'),
|
|
(44018, 500, 0, 'Silverleaf'),
|
|
(44019, 500, 0, 'Silverleaf'),
|
|
(44020, 498, 0, 'Peacebloom'),
|
|
(44021, 498, 0, 'Peacebloom'),
|
|
(44022, 498, 0, 'Peacebloom'),
|
|
(44023, 498, 0, 'Peacebloom'),
|
|
(44024, 499, 0, 'Earthroot'),
|
|
(44025, 499, 0, 'Earthroot'),
|
|
(44026, 499, 0, 'Earthroot'),
|
|
(44027, 499, 0, 'Earthroot'),
|
|
(44028, 498, 0, 'Peacebloom'),
|
|
(44029, 499, 0, 'Earthroot'),
|
|
(44030, 498, 0, 'Peacebloom'),
|
|
(44031, 498, 0, 'Peacebloom'),
|
|
(44032, 500, 0, 'Silverleaf'),
|
|
(44033, 492, 0, 'Earthroot'),
|
|
(44034, 493, 0, 'Peacebloom'),
|
|
(44035, 502, 0, 'Earthroot'),
|
|
(44036, 495, 0, 'Earthroot'),
|
|
(44037, 495, 0, 'Earthroot'),
|
|
(44038, 495, 0, 'Earthroot'),
|
|
(44039, 495, 0, 'Earthroot'),
|
|
(44040, 495, 0, 'Earthroot'),
|
|
(44041, 499, 0, 'Earthroot'),
|
|
(44042, 499, 0, 'Earthroot'),
|
|
(44043, 499, 0, 'Earthroot'),
|
|
(44044, 489, 0, 'Earthroot'),
|
|
(44045, 499, 0, 'Earthroot'),
|
|
(44046, 492, 0, 'Earthroot'),
|
|
(44047, 502, 0, 'Earthroot'),
|
|
(44048, 489, 0, 'Earthroot'),
|
|
(44049, 495, 0, 'Earthroot'),
|
|
(44050, 499, 0, 'Earthroot'),
|
|
(44051, 499, 0, 'Earthroot'),
|
|
(44052, 495, 0, 'Earthroot'),
|
|
(44053, 492, 0, 'Earthroot'),
|
|
(44054, 499, 0, 'Earthroot'),
|
|
(44055, 499, 0, 'Earthroot'),
|
|
(44056, 492, 0, 'Earthroot'),
|
|
(44057, 492, 0, 'Earthroot'),
|
|
(44058, 499, 0, 'Earthroot'),
|
|
(44059, 499, 0, 'Earthroot'),
|
|
(44060, 492, 0, 'Earthroot'),
|
|
(44061, 499, 0, 'Earthroot'),
|
|
(44062, 499, 0, 'Earthroot'),
|
|
(44063, 502, 0, 'Earthroot'),
|
|
(44064, 501, 0, 'Mageroyal'),
|
|
(44065, 501, 0, 'Mageroyal'),
|
|
(44066, 501, 0, 'Mageroyal'),
|
|
(44067, 504, 0, 'Silverleaf'),
|
|
(44068, 504, 0, 'Silverleaf'),
|
|
(44069, 504, 0, 'Silverleaf'),
|
|
(44070, 504, 0, 'Silverleaf'),
|
|
(44071, 504, 0, 'Silverleaf'),
|
|
(44072, 504, 0, 'Silverleaf'),
|
|
(44073, 504, 0, 'Silverleaf'),
|
|
(44074, 504, 0, 'Silverleaf'),
|
|
(44075, 504, 0, 'Silverleaf'),
|
|
(44076, 504, 0, 'Silverleaf'),
|
|
(44077, 504, 0, 'Silverleaf'),
|
|
(44078, 504, 0, 'Silverleaf'),
|
|
(44079, 504, 0, 'Silverleaf'),
|
|
(44080, 503, 0, 'Peacebloom'),
|
|
(44081, 503, 0, 'Peacebloom'),
|
|
(44082, 503, 0, 'Peacebloom'),
|
|
(44083, 503, 0, 'Peacebloom'),
|
|
(44084, 503, 0, 'Peacebloom'),
|
|
(44085, 503, 0, 'Peacebloom'),
|
|
(44086, 503, 0, 'Peacebloom'),
|
|
(44087, 503, 0, 'Peacebloom'),
|
|
(44088, 503, 0, 'Peacebloom'),
|
|
(44089, 503, 0, 'Peacebloom'),
|
|
(44090, 503, 0, 'Peacebloom'),
|
|
(44091, 503, 0, 'Peacebloom'),
|
|
(44092, 503, 0, 'Peacebloom'),
|
|
(44093, 503, 0, 'Peacebloom'),
|
|
(44094, 503, 0, 'Peacebloom'),
|
|
(44095, 502, 0, 'Earthroot'),
|
|
(44096, 502, 0, 'Earthroot'),
|
|
(44097, 502, 0, 'Earthroot'),
|
|
(44098, 502, 0, 'Earthroot'),
|
|
(44099, 502, 0, 'Earthroot'),
|
|
(44100, 502, 0, 'Earthroot'),
|
|
(44101, 502, 0, 'Earthroot'),
|
|
(44102, 502, 0, 'Earthroot'),
|
|
(44103, 502, 0, 'Earthroot'),
|
|
(44104, 502, 0, 'Earthroot'),
|
|
(44105, 502, 0, 'Earthroot'),
|
|
(44106, 502, 0, 'Earthroot'),
|
|
(44107, 502, 0, 'Earthroot'),
|
|
(44108, 502, 0, 'Earthroot'),
|
|
(44109, 504, 0, 'Silverleaf'),
|
|
(44110, 498, 0, 'Peacebloom'),
|
|
(44111, 498, 0, 'Peacebloom'),
|
|
(44112, 490, 0, 'Peacebloom'),
|
|
(44113, 503, 0, 'Peacebloom'),
|
|
(44114, 503, 0, 'Peacebloom'),
|
|
(44115, 496, 0, 'Peacebloom'),
|
|
(44116, 496, 0, 'Peacebloom'),
|
|
(44117, 493, 0, 'Peacebloom'),
|
|
(44118, 493, 0, 'Peacebloom'),
|
|
(44119, 493, 0, 'Peacebloom'),
|
|
(44120, 496, 0, 'Peacebloom'),
|
|
(44121, 503, 0, 'Peacebloom'),
|
|
(44122, 498, 0, 'Peacebloom'),
|
|
(44123, 496, 0, 'Peacebloom'),
|
|
(44124, 496, 0, 'Peacebloom'),
|
|
(44125, 498, 0, 'Peacebloom'),
|
|
(44126, 498, 0, 'Peacebloom'),
|
|
(44127, 498, 0, 'Peacebloom'),
|
|
(44128, 498, 0, 'Peacebloom'),
|
|
(44129, 503, 0, 'Peacebloom'),
|
|
(44130, 498, 0, 'Peacebloom'),
|
|
(44131, 496, 0, 'Peacebloom'),
|
|
(44132, 498, 0, 'Peacebloom'),
|
|
(44133, 493, 0, 'Peacebloom'),
|
|
(44134, 490, 0, 'Peacebloom'),
|
|
(44135, 490, 0, 'Peacebloom'),
|
|
(44136, 498, 0, 'Peacebloom'),
|
|
(44137, 503, 0, 'Peacebloom'),
|
|
(44138, 496, 0, 'Peacebloom'),
|
|
(44139, 496, 0, 'Peacebloom'),
|
|
(44140, 498, 0, 'Peacebloom'),
|
|
(44141, 498, 0, 'Peacebloom'),
|
|
(44142, 498, 0, 'Peacebloom'),
|
|
(44143, 503, 0, 'Peacebloom'),
|
|
(44144, 498, 0, 'Peacebloom'),
|
|
(44145, 498, 0, 'Peacebloom'),
|
|
(44146, 498, 0, 'Peacebloom'),
|
|
(44147, 503, 0, 'Peacebloom'),
|
|
(44148, 498, 0, 'Peacebloom'),
|
|
(44149, 498, 0, 'Peacebloom'),
|
|
(44150, 503, 0, 'Peacebloom'),
|
|
(44151, 503, 0, 'Peacebloom'),
|
|
(44152, 500, 0, 'Silverleaf'),
|
|
(44153, 500, 0, 'Silverleaf'),
|
|
(44154, 500, 0, 'Silverleaf'),
|
|
(44155, 500, 0, 'Silverleaf'),
|
|
(44156, 504, 0, 'Silverleaf'),
|
|
(44157, 504, 0, 'Silverleaf'),
|
|
(44158, 504, 0, 'Silverleaf'),
|
|
(44159, 497, 0, 'Silverleaf'),
|
|
(44160, 497, 0, 'Silverleaf'),
|
|
(44161, 504, 0, 'Silverleaf'),
|
|
(44162, 497, 0, 'Silverleaf'),
|
|
(44163, 500, 0, 'Silverleaf'),
|
|
(44164, 500, 0, 'Silverleaf'),
|
|
(44165, 500, 0, 'Silverleaf'),
|
|
(44166, 504, 0, 'Silverleaf'),
|
|
(44167, 504, 0, 'Silverleaf'),
|
|
(44168, 504, 0, 'Silverleaf'),
|
|
(44169, 500, 0, 'Silverleaf'),
|
|
(44170, 500, 0, 'Silverleaf'),
|
|
(44171, 500, 0, 'Silverleaf'),
|
|
(44172, 500, 0, 'Silverleaf'),
|
|
(44173, 500, 0, 'Silverleaf'),
|
|
(44174, 500, 0, 'Silverleaf'),
|
|
(44175, 504, 0, 'Silverleaf'),
|
|
(44176, 504, 0, 'Silverleaf'),
|
|
(44177, 494, 0, 'Silverleaf'),
|
|
(44178, 500, 0, 'Silverleaf'),
|
|
(44179, 491, 0, 'Silverleaf'),
|
|
(44180, 504, 0, 'Silverleaf'),
|
|
(44181, 504, 0, 'Silverleaf'),
|
|
(44182, 504, 0, 'Silverleaf'),
|
|
(44183, 500, 0, 'Silverleaf'),
|
|
(44184, 504, 0, 'Silverleaf'),
|
|
(44185, 497, 0, 'Silverleaf'),
|
|
(44186, 497, 0, 'Silverleaf'),
|
|
(44187, 500, 0, 'Silverleaf'),
|
|
(44188, 500, 0, 'Silverleaf'),
|
|
(44189, 500, 0, 'Silverleaf'),
|
|
(44190, 494, 0, 'Silverleaf'),
|
|
(44191, 494, 0, 'Silverleaf'),
|
|
(44192, 500, 0, 'Silverleaf'),
|
|
(44193, 504, 0, 'Silverleaf'),
|
|
(44194, 504, 0, 'Silverleaf'),
|
|
(44195, 504, 0, 'Silverleaf'),
|
|
(44196, 500, 0, 'Silverleaf'),
|
|
(44197, 504, 0, 'Silverleaf'),
|
|
(44198, 494, 0, 'Silverleaf'),
|
|
(44199, 494, 0, 'Silverleaf'),
|
|
(44200, 494, 0, 'Silverleaf'),
|
|
(44201, 494, 0, 'Silverleaf'),
|
|
(44202, 494, 0, 'Silverleaf'),
|
|
(44203, 494, 0, 'Silverleaf'),
|
|
(44204, 494, 0, 'Silverleaf'),
|
|
(44205, 494, 0, 'Silverleaf'),
|
|
(44206, 493, 0, 'Peacebloom'),
|
|
(44207, 493, 0, 'Peacebloom'),
|
|
(44208, 493, 0, 'Peacebloom'),
|
|
(44209, 494, 0, 'Silverleaf'),
|
|
(44210, 494, 0, 'Silverleaf'),
|
|
(44211, 492, 0, 'Earthroot'),
|
|
(44212, 494, 0, 'Silverleaf'),
|
|
(44213, 494, 0, 'Silverleaf'),
|
|
(44214, 494, 0, 'Silverleaf'),
|
|
(44215, 493, 0, 'Peacebloom'),
|
|
(44216, 492, 0, 'Earthroot'),
|
|
(44217, 494, 0, 'Silverleaf'),
|
|
(44218, 494, 0, 'Silverleaf'),
|
|
(44219, 493, 0, 'Peacebloom'),
|
|
(44220, 493, 0, 'Peacebloom'),
|
|
(44221, 492, 0, 'Earthroot'),
|
|
(44222, 493, 0, 'Peacebloom'),
|
|
(44223, 494, 0, 'Silverleaf'),
|
|
(44224, 493, 0, 'Peacebloom'),
|
|
(44225, 494, 0, 'Silverleaf'),
|
|
(44226, 494, 0, 'Silverleaf'),
|
|
(44227, 492, 0, 'Earthroot'),
|
|
(44228, 494, 0, 'Silverleaf'),
|
|
(44229, 494, 0, 'Silverleaf'),
|
|
(44230, 493, 0, 'Peacebloom'),
|
|
(44231, 493, 0, 'Peacebloom'),
|
|
(44232, 494, 0, 'Silverleaf'),
|
|
(44233, 494, 0, 'Silverleaf'),
|
|
(44234, 492, 0, 'Earthroot'),
|
|
(44235, 494, 0, 'Silverleaf'),
|
|
(44236, 494, 0, 'Silverleaf'),
|
|
(44237, 492, 0, 'Earthroot'),
|
|
(44238, 494, 0, 'Silverleaf'),
|
|
(44239, 494, 0, 'Silverleaf'),
|
|
(44240, 494, 0, 'Silverleaf'),
|
|
(44241, 493, 0, 'Peacebloom'),
|
|
(44242, 492, 0, 'Earthroot'),
|
|
(44243, 494, 0, 'Silverleaf'),
|
|
(44244, 493, 0, 'Peacebloom'),
|
|
(44245, 493, 0, 'Peacebloom'),
|
|
(44246, 492, 0, 'Earthroot'),
|
|
(44247, 492, 0, 'Earthroot'),
|
|
(44248, 492, 0, 'Earthroot'),
|
|
(44249, 492, 0, 'Earthroot'),
|
|
(44250, 492, 0, 'Earthroot'),
|
|
(44251, 492, 0, 'Earthroot'),
|
|
(44252, 492, 0, 'Earthroot'),
|
|
(44253, 492, 0, 'Earthroot'),
|
|
(44254, 493, 0, 'Peacebloom'),
|
|
(44255, 493, 0, 'Peacebloom'),
|
|
(44256, 494, 0, 'Silverleaf'),
|
|
(44257, 494, 0, 'Silverleaf'),
|
|
(44258, 494, 0, 'Silverleaf'),
|
|
(44259, 494, 0, 'Silverleaf'),
|
|
(44260, 494, 0, 'Silverleaf'),
|
|
(44261, 494, 0, 'Silverleaf'),
|
|
(44262, 496, 0, 'Peacebloom'),
|
|
(44263, 495, 0, 'Earthroot'),
|
|
(44264, 497, 0, 'Silverleaf'),
|
|
(44265, 495, 0, 'Earthroot'),
|
|
(44266, 497, 0, 'Silverleaf'),
|
|
(44267, 497, 0, 'Silverleaf'),
|
|
(44268, 495, 0, 'Earthroot'),
|
|
(44269, 496, 0, 'Peacebloom'),
|
|
(44270, 497, 0, 'Silverleaf'),
|
|
(44271, 496, 0, 'Peacebloom'),
|
|
(44272, 495, 0, 'Earthroot'),
|
|
(44273, 495, 0, 'Earthroot'),
|
|
(44274, 496, 0, 'Peacebloom'),
|
|
(44275, 497, 0, 'Silverleaf'),
|
|
(44276, 496, 0, 'Peacebloom'),
|
|
(44277, 497, 0, 'Silverleaf'),
|
|
(44278, 496, 0, 'Peacebloom'),
|
|
(44279, 497, 0, 'Silverleaf'),
|
|
(44280, 497, 0, 'Silverleaf'),
|
|
(44281, 496, 0, 'Peacebloom'),
|
|
(44282, 496, 0, 'Peacebloom'),
|
|
(44283, 495, 0, 'Earthroot'),
|
|
(44284, 497, 0, 'Silverleaf'),
|
|
(44285, 497, 0, 'Silverleaf'),
|
|
(44286, 495, 0, 'Earthroot'),
|
|
(44287, 495, 0, 'Earthroot'),
|
|
(44288, 496, 0, 'Peacebloom'),
|
|
(44289, 495, 0, 'Earthroot'),
|
|
(44290, 495, 0, 'Earthroot'),
|
|
(44291, 496, 0, 'Peacebloom'),
|
|
(44292, 496, 0, 'Peacebloom'),
|
|
(44293, 496, 0, 'Peacebloom'),
|
|
(44294, 497, 0, 'Silverleaf'),
|
|
(44295, 494, 0, 'Silverleaf'),
|
|
(44296, 495, 0, 'Earthroot'),
|
|
(44297, 496, 0, 'Peacebloom'),
|
|
(44298, 495, 0, 'Earthroot'),
|
|
(44299, 497, 0, 'Silverleaf'),
|
|
(44300, 497, 0, 'Silverleaf'),
|
|
(44301, 495, 0, 'Earthroot'),
|
|
(44302, 497, 0, 'Silverleaf'),
|
|
(44303, 496, 0, 'Peacebloom'),
|
|
(44304, 495, 0, 'Earthroot'),
|
|
(44305, 496, 0, 'Peacebloom'),
|
|
(44306, 496, 0, 'Peacebloom'),
|
|
(44307, 495, 0, 'Earthroot'),
|
|
(44308, 497, 0, 'Silverleaf'),
|
|
(44309, 495, 0, 'Earthroot'),
|
|
(44310, 495, 0, 'Earthroot'),
|
|
(44311, 497, 0, 'Silverleaf'),
|
|
(44312, 496, 0, 'Peacebloom'),
|
|
(44313, 497, 0, 'Silverleaf'),
|
|
(44314, 497, 0, 'Silverleaf'),
|
|
(44315, 496, 0, 'Peacebloom'),
|
|
(44316, 497, 0, 'Silverleaf'),
|
|
(44317, 496, 0, 'Peacebloom'),
|
|
(44318, 492, 0, 'Earthroot'),
|
|
(44319, 494, 0, 'Silverleaf'),
|
|
(44320, 494, 0, 'Silverleaf'),
|
|
(44321, 494, 0, 'Silverleaf'),
|
|
(44322, 494, 0, 'Silverleaf'),
|
|
(44323, 493, 0, 'Peacebloom'),
|
|
(44324, 493, 0, 'Peacebloom'),
|
|
(44325, 494, 0, 'Silverleaf'),
|
|
(44326, 494, 0, 'Silverleaf'),
|
|
(44327, 494, 0, 'Silverleaf'),
|
|
(44328, 494, 0, 'Silverleaf'),
|
|
(44329, 493, 0, 'Peacebloom'),
|
|
(44330, 494, 0, 'Silverleaf'),
|
|
(44331, 493, 0, 'Peacebloom'),
|
|
(44332, 494, 0, 'Silverleaf'),
|
|
(44333, 493, 0, 'Peacebloom'),
|
|
(44334, 494, 0, 'Silverleaf'),
|
|
(44335, 494, 0, 'Silverleaf'),
|
|
(44336, 493, 0, 'Peacebloom'),
|
|
(44337, 494, 0, 'Silverleaf'),
|
|
(44338, 494, 0, 'Silverleaf'),
|
|
(44339, 494, 0, 'Silverleaf'),
|
|
(44340, 494, 0, 'Silverleaf'),
|
|
(44341, 494, 0, 'Silverleaf'),
|
|
(44342, 493, 0, 'Peacebloom'),
|
|
(44343, 493, 0, 'Peacebloom'),
|
|
(44344, 495, 0, 'Earthroot'),
|
|
(44345, 492, 0, 'Earthroot'),
|
|
(44346, 494, 0, 'Silverleaf'),
|
|
(44347, 494, 0, 'Silverleaf'),
|
|
(44348, 494, 0, 'Silverleaf'),
|
|
(44349, 493, 0, 'Peacebloom'),
|
|
(44350, 492, 0, 'Earthroot'),
|
|
(44351, 492, 0, 'Earthroot'),
|
|
(44352, 494, 0, 'Silverleaf'),
|
|
(44353, 494, 0, 'Silverleaf'),
|
|
(44354, 493, 0, 'Peacebloom'),
|
|
(44355, 493, 0, 'Peacebloom'),
|
|
(44356, 497, 0, 'Silverleaf'),
|
|
(44357, 494, 0, 'Silverleaf'),
|
|
(44358, 493, 0, 'Peacebloom'),
|
|
(44359, 497, 0, 'Silverleaf'),
|
|
(44360, 496, 0, 'Peacebloom'),
|
|
(44361, 493, 0, 'Peacebloom'),
|
|
(44362, 492, 0, 'Earthroot'),
|
|
(44363, 491, 0, 'Silverleaf'),
|
|
(44364, 490, 0, 'Peacebloom'),
|
|
(44365, 489, 0, 'Earthroot'),
|
|
(44366, 497, 0, 'Silverleaf'),
|
|
(44367, 492, 0, 'Earthroot'),
|
|
(44368, 494, 0, 'Silverleaf'),
|
|
(44369, 492, 0, 'Earthroot'),
|
|
(44370, 493, 0, 'Peacebloom'),
|
|
(44371, 494, 0, 'Silverleaf'),
|
|
(44372, 493, 0, 'Peacebloom'),
|
|
(44373, 497, 0, 'Silverleaf'),
|
|
(44374, 497, 0, 'Silverleaf'),
|
|
(44375, 497, 0, 'Silverleaf'),
|
|
(44376, 496, 0, 'Peacebloom'),
|
|
(44377, 498, 0, 'Peacebloom'),
|
|
(44378, 496, 0, 'Peacebloom'),
|
|
(44379, 494, 0, 'Silverleaf'),
|
|
(44380, 493, 0, 'Peacebloom'),
|
|
(44381, 494, 0, 'Silverleaf'),
|
|
(44382, 494, 0, 'Silverleaf'),
|
|
(44383, 494, 0, 'Silverleaf'),
|
|
(44384, 493, 0, 'Peacebloom'),
|
|
(44385, 493, 0, 'Peacebloom'),
|
|
(44386, 494, 0, 'Silverleaf'),
|
|
(44387, 493, 0, 'Peacebloom'),
|
|
(44388, 493, 0, 'Peacebloom'),
|
|
(44389, 494, 0, 'Silverleaf'),
|
|
(44390, 493, 0, 'Peacebloom'),
|
|
(44391, 492, 0, 'Earthroot'),
|
|
(44392, 494, 0, 'Silverleaf'),
|
|
(44393, 493, 0, 'Peacebloom'),
|
|
(44394, 490, 0, 'Peacebloom'),
|
|
(44395, 489, 0, 'Earthroot'),
|
|
(44396, 491, 0, 'Silverleaf'),
|
|
(44397, 491, 0, 'Silverleaf'),
|
|
(44398, 491, 0, 'Silverleaf'),
|
|
(44399, 491, 0, 'Silverleaf'),
|
|
(44400, 491, 0, 'Silverleaf'),
|
|
(44401, 491, 0, 'Silverleaf'),
|
|
(44402, 489, 0, 'Earthroot'),
|
|
(44403, 491, 0, 'Silverleaf'),
|
|
(44404, 489, 0, 'Earthroot'),
|
|
(44405, 491, 0, 'Silverleaf'),
|
|
(44406, 491, 0, 'Silverleaf'),
|
|
(44407, 491, 0, 'Silverleaf'),
|
|
(44408, 490, 0, 'Peacebloom'),
|
|
(44409, 490, 0, 'Peacebloom'),
|
|
(44410, 489, 0, 'Earthroot'),
|
|
(44411, 489, 0, 'Earthroot'),
|
|
(44412, 491, 0, 'Silverleaf'),
|
|
(44413, 491, 0, 'Silverleaf'),
|
|
(44414, 490, 0, 'Peacebloom'),
|
|
(44415, 490, 0, 'Peacebloom'),
|
|
(44416, 491, 0, 'Silverleaf'),
|
|
(44417, 491, 0, 'Silverleaf'),
|
|
(44418, 489, 0, 'Earthroot'),
|
|
(44419, 489, 0, 'Earthroot'),
|
|
(44420, 490, 0, 'Peacebloom'),
|
|
(44421, 491, 0, 'Silverleaf'),
|
|
(44422, 489, 0, 'Earthroot'),
|
|
(44423, 491, 0, 'Silverleaf'),
|
|
(44424, 491, 0, 'Silverleaf'),
|
|
(44425, 491, 0, 'Silverleaf'),
|
|
(44426, 491, 0, 'Silverleaf'),
|
|
(44427, 490, 0, 'Peacebloom'),
|
|
(44428, 491, 0, 'Silverleaf'),
|
|
(44429, 490, 0, 'Peacebloom'),
|
|
(44430, 490, 0, 'Peacebloom'),
|
|
(44431, 489, 0, 'Earthroot'),
|
|
(44432, 489, 0, 'Earthroot'),
|
|
(44433, 491, 0, 'Silverleaf'),
|
|
(44434, 491, 0, 'Silverleaf'),
|
|
(44435, 491, 0, 'Silverleaf'),
|
|
(44436, 491, 0, 'Silverleaf'),
|
|
(44437, 490, 0, 'Peacebloom'),
|
|
(44438, 490, 0, 'Peacebloom'),
|
|
(44439, 491, 0, 'Silverleaf'),
|
|
(44440, 489, 0, 'Earthroot'),
|
|
(44441, 489, 0, 'Earthroot'),
|
|
(44442, 489, 0, 'Earthroot'),
|
|
(44443, 490, 0, 'Peacebloom'),
|
|
(44444, 490, 0, 'Peacebloom'),
|
|
(44445, 490, 0, 'Peacebloom'),
|
|
(44446, 490, 0, 'Peacebloom'),
|
|
(44447, 489, 0, 'Earthroot'),
|
|
(44448, 491, 0, 'Silverleaf'),
|
|
(44449, 491, 0, 'Silverleaf'),
|
|
(44450, 491, 0, 'Silverleaf'),
|
|
(44451, 491, 0, 'Silverleaf'),
|
|
(44452, 489, 0, 'Earthroot'),
|
|
(44453, 491, 0, 'Silverleaf'),
|
|
(44454, 489, 0, 'Earthroot'),
|
|
(44455, 490, 0, 'Peacebloom'),
|
|
(44456, 489, 0, 'Earthroot'),
|
|
(44457, 490, 0, 'Peacebloom'),
|
|
(44458, 491, 0, 'Silverleaf'),
|
|
(44459, 490, 0, 'Peacebloom'),
|
|
(44460, 491, 0, 'Silverleaf'),
|
|
(44461, 491, 0, 'Silverleaf'),
|
|
(44462, 491, 0, 'Silverleaf'),
|
|
(44463, 491, 0, 'Silverleaf'),
|
|
(44464, 489, 0, 'Earthroot'),
|
|
(44465, 489, 0, 'Earthroot'),
|
|
(44466, 490, 0, 'Peacebloom'),
|
|
(44467, 490, 0, 'Peacebloom'),
|
|
(44468, 491, 0, 'Silverleaf'),
|
|
(44469, 489, 0, 'Earthroot'),
|
|
(44470, 489, 0, 'Earthroot'),
|
|
(44471, 490, 0, 'Peacebloom'),
|
|
(44472, 491, 0, 'Silverleaf'),
|
|
(44473, 490, 0, 'Peacebloom'),
|
|
(44474, 489, 0, 'Earthroot'),
|
|
(44475, 498, 0, 'Peacebloom'),
|
|
(44476, 498, 0, 'Peacebloom'),
|
|
(44477, 516, 22, 'Food Water Kolkar Crag 1/6'),
|
|
(44478, 516, 11, 'Food Water Kolkar Crag 2/6'),
|
|
(44479, 516, 22, 'Food Water Kolkar Crag 3/6'),
|
|
(44480, 516, 11, 'Food Water Kolkar Crag 4/6'),
|
|
(44481, 516, 22, 'Food Water Kolkar Crag 5/6'),
|
|
(44482, 516, 12, 'Food Water Kolkar Crag 6/6'),
|
|
(44483, 517, 22, 'Food Water Echo Isles 1 1/6'),
|
|
(44484, 517, 11, 'Food Water Echo Isles 1 2/6'),
|
|
(44485, 517, 22, 'Food Water Echo Isles 1 3/6'),
|
|
(44486, 517, 11, 'Food Water Echo Isles 1 4/6'),
|
|
(44487, 517, 22, 'Food Water Echo Isles 1 5/6'),
|
|
(44488, 517, 12, 'Food Water Echo Isles 1 6/6'),
|
|
(44489, 518, 22, 'Food Water Echo Isles 2 1/6'),
|
|
(44490, 518, 11, 'Food Water Echo Isles 2 2/6'),
|
|
(44491, 518, 22, 'Food Water Echo Isles 2 3/6'),
|
|
(44492, 518, 11, 'Food Water Echo Isles 2 4/6'),
|
|
(44493, 518, 22, 'Food Water Echo Isles 2 5/6'),
|
|
(44494, 518, 12, 'Food Water Echo Isles 2 6/6'),
|
|
(44495, 519, 16.5, 'Food Water Echo Isles 3 1/8'),
|
|
(44496, 519, 8.5, 'Food Water Echo Isles 3 2/8'),
|
|
(44497, 519, 16.5, 'Food Water Echo Isles 3 3/8'),
|
|
(44498, 519, 8.5, 'Food Water Echo Isles 3 4/8'),
|
|
(44499, 519, 16.5, 'Food Water Echo Isles 3 5/8'),
|
|
(44500, 519, 8.5, 'Food Water Echo Isles 3 6/8'),
|
|
(44501, 519, 16.5, 'Food Water Echo Isles 3 7/8'),
|
|
(44502, 519, 8.5, 'Food Water Echo Isles 3 8/8'),
|
|
(44503, 520, 16.5, 'Food Water Echo Isles 4 1/8'),
|
|
(44504, 520, 8.5, 'Food Water Echo Isles 4 2/8'),
|
|
(44505, 520, 16.5, 'Food Water Echo Isles 4 3/8'),
|
|
(44506, 520, 8.5, 'Food Water Echo Isles 4 4/8'),
|
|
(44507, 520, 16.5, 'Food Water Echo Isles 4 5/8'),
|
|
(44508, 520, 8.5, 'Food Water Echo Isles 4 6/8'),
|
|
(44509, 520, 16.5, 'Food Water Echo Isles 4 7/8'),
|
|
(44510, 520, 8.5, 'Food Water Echo Isles 4 8/8'),
|
|
(44511, 521, 22, 'Food Water Tiragaurd Keep 1/6'),
|
|
(44512, 521, 11, 'Food Water Tiragaurd Keep 2/6'),
|
|
(44513, 521, 22, 'Food Water Tiragaurd Keep 3/6'),
|
|
(44514, 521, 11, 'Food Water Tiragaurd Keep 4/6'),
|
|
(44515, 521, 22, 'Food Water Tiragaurd Keep 5/6'),
|
|
(44516, 521, 12, 'Food Water Tiragaurd Keep 6/6'),
|
|
(44517, 522, 16.5, 'Food Water Coast 1 1/8'),
|
|
(44518, 522, 8.5, 'Food Water Coast 1 2/8'),
|
|
(44519, 522, 16.5, 'Food Water Coast 1 3/8'),
|
|
(44520, 522, 8.5, 'Food Water Coast 1 4/8'),
|
|
(44521, 522, 16.5, 'Food Water Coast 1 5/8'),
|
|
(44522, 522, 8.5, 'Food Water Coast 1 6/8'),
|
|
(44523, 522, 16.5, 'Food Water Coast 1 7/8'),
|
|
(44524, 522, 8.5, 'Food Water Coast 1 8/8'),
|
|
(44525, 523, 13.2, 'Food Water Coast 2 1/10'),
|
|
(44526, 523, 6.8, 'Food Water Coast 2 2/10'),
|
|
(44527, 523, 13.2, 'Food Water Coast 2 3/10'),
|
|
(44528, 523, 6.8, 'Food Water Coast 2 4/10'),
|
|
(44529, 523, 13.2, 'Food Water Coast 2 5/10'),
|
|
(44530, 523, 6.8, 'Food Water Coast 2 6/10'),
|
|
(44531, 523, 13.2, 'Food Water Coast 2 7/10'),
|
|
(44532, 523, 6.8, 'Food Water Coast 2 8/10'),
|
|
(44533, 523, 13.2, 'Food Water Coast 2 9/10'),
|
|
(44534, 523, 6.8, 'Food Water Coast 2 10/10'),
|
|
(44535, 524, 22, 'Food Water Razor Hill 1 1/6'),
|
|
(44536, 524, 11, 'Food Water Razor Hill 1 2/6'),
|
|
(44537, 524, 22, 'Food Water Razor Hill 1 3/6'),
|
|
(44538, 524, 11, 'Food Water Razor Hill 1 4/6'),
|
|
(44539, 524, 22, 'Food Water Razor Hill 1 5/6'),
|
|
(44540, 524, 12, 'Food Water Razor Hill 1 6/6'),
|
|
(44541, 525, 16.5, 'Food Water Razor Hill 2 1/8'),
|
|
(44542, 525, 8.5, 'Food Water Razor Hill 2 2/8'),
|
|
(44543, 525, 16.5, 'Food Water Razor Hill 2 3/8'),
|
|
(44544, 525, 8.5, 'Food Water Razor Hill 2 4/8'),
|
|
(44545, 525, 16.5, 'Food Water Razor Hill 2 5/8'),
|
|
(44546, 525, 8.5, 'Food Water Razor Hill 2 6/8'),
|
|
(44547, 525, 16.5, 'Food Water Razor Hill 2 7/8'),
|
|
(44548, 525, 8.5, 'Food Water Razor Hill 2 8/8'),
|
|
(44549, 526, 16.5, 'Food Water Razor Hill 3 1/8'),
|
|
(44550, 526, 8.5, 'Food Water Razor Hill 3 2/8'),
|
|
(44551, 526, 16.5, 'Food Water Razor Hill 3 3/8'),
|
|
(44552, 526, 8.5, 'Food Water Razor Hill 3 4/8'),
|
|
(44553, 526, 16.5, 'Food Water Razor Hill 3 5/8'),
|
|
(44554, 526, 8.5, 'Food Water Razor Hill 3 6/8'),
|
|
(44555, 526, 16.5, 'Food Water Razor Hill 3 7/8'),
|
|
(44556, 526, 8.5, 'Food Water Razor Hill 3 8/8'),
|
|
(44557, 527, 22, 'Food Water Path to Org 1/6'),
|
|
(44558, 527, 11, 'Food Water Path to Org 2/6'),
|
|
(44559, 527, 22, 'Food Water Path to Org 3/6'),
|
|
(44560, 527, 11, 'Food Water Path to Org 4/6'),
|
|
(44561, 527, 22, 'Food Water Path to Org 5/6'),
|
|
(44562, 527, 12, 'Food Water Path to Org 6/6'),
|
|
(44563, 528, 22, 'Food Water Dustwind Cave 1/6'),
|
|
(44564, 528, 11, 'Food Water Dustwind Cave 2/6'),
|
|
(44565, 528, 22, 'Food Water Dustwind Cave 3/6'),
|
|
(44566, 528, 11, 'Food Water Dustwind Cave 4/6'),
|
|
(44567, 528, 22, 'Food Water Dustwind Cave 5/6'),
|
|
(44568, 528, 12, 'Food Water Dustwind Cave 6/6'),
|
|
(44569, 529, 22, 'Food Water Harpies East 1/6'),
|
|
(44570, 529, 11, 'Food Water Harpies East 2/6'),
|
|
(44571, 529, 22, 'Food Water Harpies East 3/6'),
|
|
(44572, 529, 11, 'Food Water Harpies East 4/6'),
|
|
(44573, 529, 22, 'Food Water Harpies East 5/6'),
|
|
(44574, 529, 12, 'Food Water Harpies East 6/6'),
|
|
(44575, 530, 22, 'Food Water Harpies West 1/6'),
|
|
(44576, 530, 11, 'Food Water Harpies West 2/6'),
|
|
(44577, 530, 22, 'Food Water Harpies West 3/6'),
|
|
(44578, 530, 11, 'Food Water Harpies West 4/6'),
|
|
(44579, 530, 22, 'Food Water Harpies West 5/6'),
|
|
(44580, 530, 12, 'Food Water Harpies West 6/6'),
|
|
(44581, 531, 22, 'Food Water Orc Huts 1/6'),
|
|
(44582, 531, 11, 'Food Water Orc Huts 2/6'),
|
|
(44583, 531, 22, 'Food Water Orc Huts 3/6'),
|
|
(44584, 531, 11, 'Food Water Orc Huts 4/6'),
|
|
(44585, 531, 22, 'Food Water Orc Huts 5/6'),
|
|
(44586, 531, 12, 'Food Water Orc Huts 6/6'),
|
|
(44587, 532, 22, 'Food Water Misc Durotar 1 1/6'),
|
|
(44588, 532, 11, 'Food Water Misc Durotar 1 2/6'),
|
|
(44589, 532, 22, 'Food Water Misc Durotar 1 3/6'),
|
|
(44590, 532, 11, 'Food Water Misc Durotar 1 4/6'),
|
|
(44591, 532, 22, 'Food Water Misc Durotar 1 5/6'),
|
|
(44592, 532, 12, 'Food Water Misc Durotar 1 6/6'),
|
|
(44593, 533, 22, 'Food Water Misc Durotar 2 1/6'),
|
|
(44594, 533, 11, 'Food Water Misc Durotar 2 2/6'),
|
|
(44595, 533, 22, 'Food Water Misc Durotar 2 3/6'),
|
|
(44596, 533, 11, 'Food Water Misc Durotar 2 4/6'),
|
|
(44597, 533, 22, 'Food Water Misc Durotar 2 5/6'),
|
|
(44598, 533, 12, 'Food Water Misc Durotar 2 6/6'),
|
|
(44642, 949, 0, 'Briarthorn zone 406, node 210'),
|
|
(44647, 949, 0, 'Briarthorn zone 406, node 211'),
|
|
(44648, 949, 0, 'Briarthorn zone 406, node 212'),
|
|
(44658, 949, 0, 'Briarthorn zone 406, node 213'),
|
|
(44660, 949, 0, 'Briarthorn zone 406, node 214'),
|
|
(44661, 949, 0, 'Briarthorn zone 406, node 215'),
|
|
(44662, 949, 0, 'Briarthorn zone 406, node 216'),
|
|
(44663, 949, 0, 'Bruiseweed zone 406, node 217'),
|
|
(44717, 949, 0, 'Bruiseweed zone 406, node 218'),
|
|
(44718, 949, 0, 'Bruiseweed zone 406, node 219'),
|
|
(44737, 949, 0, 'Bruiseweed zone 406, node 220'),
|
|
(44741, 949, 0, 'Bruiseweed zone 406, node 221'),
|
|
(45042, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(45043, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(45106, 11641, 0, 'Battered Chest, Tirisfall, node 1'),
|
|
(45110, 11641, 0, 'Battered Chest, Tirisfall, node 2'),
|
|
(45113, 956, 0, 'Stranglekelp zone 130, node 206'),
|
|
(45157, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(45194, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(45195, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(45196, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(45197, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(45198, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(45200, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(45201, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(45256, 956, 0, 'Silverleaf zone 130, node 207'),
|
|
(45469, 954, 0, 'Plaguebloom zone 28, node 144'),
|
|
(45471, 954, 0, 'Plaguebloom zone 28, node 146'),
|
|
(45472, 954, 0, 'Plaguebloom zone 28, node 147'),
|
|
(45473, 954, 0, 'Arthas\' Tears zone 28, node 148'),
|
|
(45474, 954, 0, 'Dreamfoil zone 28, node 149'),
|
|
(45475, 954, 0, 'Dreamfoil zone 28, node 150'),
|
|
(45477, 954, 0, 'Dreamfoil zone 28, node 151'),
|
|
(45478, 954, 0, 'Arthas\' Tears zone 28, node 152'),
|
|
(45537, 954, 0, 'Mountain Silversage zone 28, node 153'),
|
|
(45538, 954, 0, 'Dreamfoil zone 28, node 154'),
|
|
(45539, 954, 0, 'Sungrass zone 28, node 155'),
|
|
(45540, 954, 0, 'Plaguebloom zone 28, node 156'),
|
|
(45541, 954, 0, 'Arthas\' Tears zone 28, node 157'),
|
|
(45542, 954, 0, 'Sungrass zone 28, node 158'),
|
|
(45543, 954, 0, 'Arthas\' Tears zone 28, node 159'),
|
|
(45544, 954, 0, 'Arthas\' Tears zone 28, node 160'),
|
|
(45545, 954, 0, 'Sungrass zone 28, node 161'),
|
|
(45546, 954, 0, 'Sungrass zone 28, node 162'),
|
|
(45555, 954, 0, 'Arthas\' Tears zone 28, node 163'),
|
|
(45557, 954, 0, 'Mountain Silversage zone 28, node 165'),
|
|
(45558, 954, 0, 'Plaguebloom zone 28, node 166'),
|
|
(45559, 954, 0, 'Dreamfoil zone 28, node 167'),
|
|
(45705, 968, 0, 'Plaguebloom zone 139, node 297'),
|
|
(45706, 968, 0, 'Mountain Silversage zone 139, node 298'),
|
|
(45707, 968, 0, 'Dreamfoil zone 139, node 299'),
|
|
(45708, 968, 0, 'Arthas\' Tears zone 139, node 300'),
|
|
(45735, 11652, 0, 'Treasures - Eastern Plaguelands'),
|
|
(45782, 968, 0, 'Dreamfoil zone 139, node 301'),
|
|
(45784, 968, 0, 'Plaguebloom zone 139, node 302'),
|
|
(45785, 968, 0, 'Sungrass zone 139, node 303'),
|
|
(45786, 968, 0, 'Dreamfoil zone 139, node 304'),
|
|
(45787, 968, 0, 'Plaguebloom zone 139, node 305'),
|
|
(45809, 968, 0, 'Dreamfoil zone 139, node 306'),
|
|
(45810, 968, 0, 'Plaguebloom zone 139, node 307'),
|
|
(45811, 968, 0, 'Plaguebloom zone 139, node 308'),
|
|
(45812, 968, 0, 'Arthas\' Tears zone 139, node 309'),
|
|
(45813, 968, 0, 'Mountain Silversage zone 139, node 310'),
|
|
(45814, 968, 0, 'Mountain Silversage zone 139, node 311'),
|
|
(45815, 968, 0, 'Plaguebloom zone 139, node 312'),
|
|
(45816, 968, 0, 'Plaguebloom zone 139, node 313'),
|
|
(45822, 968, 0, 'Dreamfoil zone 139, node 314'),
|
|
(45823, 968, 0, 'Sungrass zone 139, node 315'),
|
|
(45824, 968, 0, 'Arthas\' Tears zone 139, node 316'),
|
|
(45825, 968, 0, 'Golden Sansam zone 139, node 317'),
|
|
(45826, 968, 0, 'Mountain Silversage zone 139, node 318'),
|
|
(45827, 968, 0, 'Mountain Silversage zone 139, node 319'),
|
|
(45828, 968, 0, 'Mountain Silversage zone 139, node 320'),
|
|
(45832, 968, 0, 'Plaguebloom zone 139, node 321'),
|
|
(45833, 968, 0, 'Plaguebloom zone 139, node 322'),
|
|
(45834, 968, 0, 'Dreamfoil zone 139, node 323'),
|
|
(45835, 968, 0, 'Plaguebloom zone 139, node 324'),
|
|
(45837, 968, 0, 'Black Lotus zone 139, node 325'),
|
|
(45842, 968, 0, 'Mountain Silversage zone 139, node 326'),
|
|
(45844, 968, 0, 'Dreamfoil zone 139, node 327'),
|
|
(45845, 968, 0, 'Sungrass zone 139, node 328'),
|
|
(45847, 968, 0, 'Dreamfoil zone 139, node 329'),
|
|
(45851, 968, 0, 'Plaguebloom zone 139, node 330'),
|
|
(45855, 968, 0, 'Golden Sansam zone 139, node 331'),
|
|
(45856, 968, 0, 'Plaguebloom zone 139, node 332'),
|
|
(45860, 968, 0, 'Arthas\' Tears zone 139, node 333'),
|
|
(45870, 968, 0, 'Plaguebloom zone 139, node 334'),
|
|
(45908, 968, 0, 'Golden Sansam zone 139, node 335'),
|
|
(45912, 968, 0, 'Arthas\' Tears zone 139, node 336'),
|
|
(45914, 968, 0, 'Plaguebloom zone 139, node 337'),
|
|
(45932, 968, 0, 'Sungrass zone 139, node 338'),
|
|
(45942, 968, 0, 'Plaguebloom zone 139, node 340'),
|
|
(45948, 968, 0, 'Golden Sansam zone 139, node 341'),
|
|
(45949, 11652, 0, 'Treasures - Eastern Plaguelands'),
|
|
(45950, 11652, 0, 'Treasures - Eastern Plaguelands'),
|
|
(45957, 968, 0, 'Plaguebloom zone 139, node 342'),
|
|
(46205, 965, 0, 'Goldthorn zone 47, node 258'),
|
|
(46244, 965, 0, 'Golden Sansam zone 47, node 259'),
|
|
(46247, 965, 0, 'Stranglekelp zone 47, node 260'),
|
|
(46253, 965, 0, 'Khadgar\'s Whisker zone 47, node 261'),
|
|
(46254, 965, 0, 'Purple Lotus zone 47, node 262'),
|
|
(46264, 965, 0, 'Ghost Mushroom zone 47, node 263'),
|
|
(46270, 965, 0, 'Stranglekelp zone 47, node 264'),
|
|
(46276, 965, 0, 'Purple Lotus zone 47, node 265'),
|
|
(46278, 965, 0, 'Stranglekelp zone 47, node 266'),
|
|
(46279, 965, 0, 'Stranglekelp zone 47, node 267'),
|
|
(46283, 965, 0, 'Goldthorn zone 47, node 269'),
|
|
(46284, 965, 0, 'Golden Sansam zone 47, node 270'),
|
|
(46290, 965, 0, 'Purple Lotus zone 47, node 271'),
|
|
(46296, 965, 0, 'Purple Lotus zone 47, node 272'),
|
|
(46297, 965, 0, 'Purple Lotus zone 47, node 273'),
|
|
(46298, 965, 0, 'Purple Lotus zone 47, node 274'),
|
|
(46299, 965, 0, 'Ghost Mushroom zone 47, node 275'),
|
|
(46301, 965, 0, 'Ghost Mushroom zone 47, node 276'),
|
|
(46302, 965, 0, 'Purple Lotus zone 47, node 277'),
|
|
(46303, 959, 0, 'Ghost Mushroom zone 45, node 461'),
|
|
(46305, 965, 0, 'Purple Lotus zone 47, node 278'),
|
|
(46311, 965, 0, 'Purple Lotus zone 47, node 280'),
|
|
(46323, 965, 0, 'Golden Sansam zone 47, node 281'),
|
|
(46324, 965, 0, 'Liferoot zone 47, node 282'),
|
|
(46328, 965, 0, 'Sungrass zone 47, node 283'),
|
|
(46353, 965, 0, 'Sungrass zone 47, node 284'),
|
|
(46364, 965, 0, 'Ghost Mushroom zone 47, node 285'),
|
|
(46365, 965, 0, 'Ghost Mushroom zone 47, node 286'),
|
|
(46366, 965, 0, 'Ghost Mushroom zone 47, node 287'),
|
|
(46395, 965, 0, 'Liferoot zone 47, node 288'),
|
|
(46396, 965, 0, 'Goldthorn zone 47, node 289'),
|
|
(46398, 965, 0, 'Goldthorn zone 47, node 290'),
|
|
(46413, 958, 0, 'Wild Steelbloom zone 267, node 232'),
|
|
(46418, 965, 0, 'Goldthorn zone 47, node 291'),
|
|
(46419, 965, 0, 'Stranglekelp zone 47, node 292'),
|
|
(46420, 371, 0, 'Slagtree\'s Lost Tools Spawn 1'),
|
|
(46421, 965, 0, 'Sungrass zone 47, node 293'),
|
|
(46422, 965, 0, 'Goldthorn zone 47, node 294'),
|
|
(46434, 965, 0, 'Sungrass zone 47, node 295'),
|
|
(46440, 965, 0, 'Sungrass zone 47, node 296'),
|
|
(46441, 965, 0, 'Sungrass zone 47, node 297'),
|
|
(46449, 965, 0, 'Sungrass zone 47, node 298'),
|
|
(46454, 959, 0, 'Wild Steelbloom zone 45, node 462'),
|
|
(46461, 959, 0, 'Goldthorn zone 45, node 463'),
|
|
(46462, 959, 0, 'Wild Steelbloom zone 45, node 464'),
|
|
(46464, 994, 0, 'Liferoot zone 11, node 317'),
|
|
(46465, 994, 0, 'Kingsblood zone 11, node 318'),
|
|
(47194, 949, 0, 'Bruiseweed zone 406, node 222'),
|
|
(47195, 949, 0, 'Bruiseweed zone 406, node 223'),
|
|
(47207, 949, 0, 'Bruiseweed zone 406, node 224'),
|
|
(47208, 949, 0, 'Bruiseweed zone 406, node 225'),
|
|
(47230, 949, 0, 'Bruiseweed zone 406, node 226'),
|
|
(47231, 949, 0, 'Bruiseweed zone 406, node 227'),
|
|
(47247, 171, 0, ''),
|
|
(47283, 172, 0, ''),
|
|
(47316, 949, 0, 'Bruiseweed zone 406, node 228'),
|
|
(47317, 949, 0, 'Wild Steelbloom zone 406, node 229'),
|
|
(47318, 173, 0, ''),
|
|
(47319, 174, 0, ''),
|
|
(47322, 175, 0, ''),
|
|
(47323, 149, 0, ''),
|
|
(47325, 176, 0, ''),
|
|
(47326, 81, 0, ''),
|
|
(47328, 177, 0, ''),
|
|
(47329, 32, 20, ''),
|
|
(47330, 178, 20, ''),
|
|
(47331, 149, 20, ''),
|
|
(47332, 179, 20, ''),
|
|
(47333, 180, 20, ''),
|
|
(47335, 181, 20, ''),
|
|
(47336, 37, 20, ''),
|
|
(47337, 182, 20, ''),
|
|
(47338, 179, 0, ''),
|
|
(47339, 176, 0, ''),
|
|
(47341, 183, 0, ''),
|
|
(47342, 149, 0, ''),
|
|
(47343, 182, 0, ''),
|
|
(47345, 180, 0, ''),
|
|
(47348, 184, 0, ''),
|
|
(47349, 185, 0, ''),
|
|
(47350, 949, 0, 'Wild Steelbloom zone 406, node 230'),
|
|
(47351, 186, 20, ''),
|
|
(47352, 187, 0, ''),
|
|
(47353, 188, 0, ''),
|
|
(47354, 189, 0, ''),
|
|
(47355, 190, 0, ''),
|
|
(47356, 191, 0, ''),
|
|
(47357, 949, 0, 'Wild Steelbloom zone 406, node 231'),
|
|
(47358, 192, 0, ''),
|
|
(47359, 193, 0, ''),
|
|
(47360, 194, 0, ''),
|
|
(47361, 195, 0, ''),
|
|
(47362, 949, 0, 'Wild Steelbloom zone 406, node 232'),
|
|
(47363, 196, 0, ''),
|
|
(47364, 949, 0, 'Wild Steelbloom zone 406, node 233'),
|
|
(47365, 949, 0, 'Wild Steelbloom zone 406, node 234'),
|
|
(47366, 6, 0, ''),
|
|
(47367, 11, 0, ''),
|
|
(47368, 2, 0, ''),
|
|
(47369, 41, 0, ''),
|
|
(47370, 949, 0, 'Wild Steelbloom zone 406, node 235'),
|
|
(47371, 4, 0, ''),
|
|
(47372, 197, 0, ''),
|
|
(47373, 198, 0, ''),
|
|
(47374, 949, 0, 'Wild Steelbloom zone 406, node 236'),
|
|
(47375, 30, 0, ''),
|
|
(47376, 949, 0, 'Wild Steelbloom zone 406, node 237'),
|
|
(47377, 949, 0, 'Wild Steelbloom zone 406, node 238'),
|
|
(47378, 949, 0, 'Wild Steelbloom zone 406, node 239'),
|
|
(47379, 7, 20, ''),
|
|
(47380, 25, 20, ''),
|
|
(47381, 22, 20, ''),
|
|
(47382, 197, 20, ''),
|
|
(47383, 3, 20, ''),
|
|
(47384, 11, 20, ''),
|
|
(47385, 10, 20, ''),
|
|
(47386, 949, 0, 'Kingsblood zone 406, node 240'),
|
|
(47387, 4, 20, ''),
|
|
(47388, 949, 0, 'Kingsblood zone 406, node 241'),
|
|
(47389, 949, 0, 'Kingsblood zone 406, node 242'),
|
|
(47390, 31, 0, ''),
|
|
(47391, 83, 0, ''),
|
|
(47392, 1, 0, ''),
|
|
(47393, 199, 0, ''),
|
|
(47394, 200, 0, ''),
|
|
(47395, 198, 0, ''),
|
|
(47396, 201, 0, ''),
|
|
(47397, 9, 0, ''),
|
|
(47398, 202, 0, ''),
|
|
(47399, 949, 0, 'Kingsblood zone 406, node 243'),
|
|
(47400, 29, 0, ''),
|
|
(47401, 22, 0, ''),
|
|
(47402, 949, 0, 'Kingsblood zone 406, node 244'),
|
|
(47403, 203, 0, ''),
|
|
(47404, 204, 0, ''),
|
|
(47405, 12, 0, ''),
|
|
(47406, 2, 0, ''),
|
|
(47407, 333, 0, ''),
|
|
(47408, 205, 0, ''),
|
|
(47409, 206, 0, ''),
|
|
(47410, 207, 0, ''),
|
|
(47411, 949, 0, 'Kingsblood zone 406, node 245'),
|
|
(47412, 147, 0, ''),
|
|
(47413, 949, 0, 'Kingsblood zone 406, node 246'),
|
|
(47414, 161, 0, ''),
|
|
(47416, 949, 0, 'Kingsblood zone 406, node 247'),
|
|
(47417, 46, 0, ''),
|
|
(47418, 44, 0, ''),
|
|
(47419, 207, 0, ''),
|
|
(47422, 205, 0, ''),
|
|
(47424, 45, 0, ''),
|
|
(47429, 146, 0, ''),
|
|
(47430, 208, 0, ''),
|
|
(47433, 145, 0, ''),
|
|
(47435, 209, 0, ''),
|
|
(47436, 210, 0, ''),
|
|
(47437, 211, 0, ''),
|
|
(47438, 949, 0, 'Kingsblood zone 406, node 248'),
|
|
(47439, 212, 0, ''),
|
|
(47441, 213, 0, ''),
|
|
(47448, 214, 0, ''),
|
|
(47461, 103, 20, ''),
|
|
(47462, 163, 20, ''),
|
|
(47463, 214, 20, ''),
|
|
(47464, 208, 20, ''),
|
|
(47466, 210, 20, ''),
|
|
(47467, 215, 20, ''),
|
|
(47469, 213, 20, ''),
|
|
(47470, 154, 20, ''),
|
|
(47471, 216, 20, ''),
|
|
(47472, 156, 20, ''),
|
|
(47473, 217, 20, ''),
|
|
(47474, 174, 0, ''),
|
|
(47475, 158, 0, ''),
|
|
(47476, 178, 0, ''),
|
|
(47477, 184, 0, ''),
|
|
(47478, 185, 0, ''),
|
|
(47479, 181, 0, ''),
|
|
(47505, 184, 0, ''),
|
|
(47506, 175, 20, ''),
|
|
(47507, 183, 20, ''),
|
|
(47510, 32, 0, ''),
|
|
(47511, 181, 0, ''),
|
|
(47512, 177, 0, ''),
|
|
(47513, 178, 0, ''),
|
|
(47516, 7, 0, ''),
|
|
(47517, 64, 0, ''),
|
|
(47518, 204, 0, ''),
|
|
(47519, 200, 0, ''),
|
|
(47520, 13, 20, ''),
|
|
(47521, 17, 20, ''),
|
|
(47522, 25, 0, ''),
|
|
(47523, 10, 0, ''),
|
|
(47524, 15, 0, ''),
|
|
(47525, 8, 0, ''),
|
|
(47526, 218, 0, ''),
|
|
(47527, 219, 0, ''),
|
|
(47529, 220, 0, ''),
|
|
(47530, 221, 0, ''),
|
|
(47533, 222, 0, ''),
|
|
(47534, 217, 0, ''),
|
|
(47536, 334, 0, ''),
|
|
(47537, 221, 0, ''),
|
|
(47538, 46, 0, ''),
|
|
(47543, 224, 0, ''),
|
|
(47545, 211, 20, ''),
|
|
(47546, 212, 20, ''),
|
|
(47547, 183, 0, ''),
|
|
(47548, 32, 0, ''),
|
|
(47549, 180, 0, ''),
|
|
(47550, 173, 0, ''),
|
|
(47551, 176, 0, ''),
|
|
(47623, 226, 20, ''),
|
|
(47713, 534, 25, 'West Razormane Grounds Battered Chest 1/4'),
|
|
(47714, 534, 25, 'West Razormane Grounds Battered Chest 2/4'),
|
|
(47715, 534, 25, 'West Razormane Grounds Battered Chest 3/4'),
|
|
(47716, 534, 25, 'West Razormane Grounds Battered Chest 4/4'),
|
|
(47717, 535, 50, 'West Razormane Grounds Battered Chest 1/2'),
|
|
(47718, 535, 50, 'West Razormane Grounds Battered Chest 2/2'),
|
|
(47719, 536, 25, 'Scuttle Coast South Battered Chest 1/4'),
|
|
(47720, 536, 25, 'Scuttle Coast South Battered Chest 2/4'),
|
|
(47721, 536, 25, 'Scuttle Coast South Battered Chest 3/4'),
|
|
(47722, 536, 25, 'Scuttle Coast South Battered Chest 4/4'),
|
|
(47723, 537, 20, 'Echo Isles Battered Chest 1/5'),
|
|
(47724, 537, 20, 'Echo Isles Battered Chest 2/5'),
|
|
(47725, 537, 20, 'Echo Isles Battered Chest 3/5'),
|
|
(47726, 537, 20, 'Echo Isles Battered Chest 4/5'),
|
|
(47727, 537, 20, 'Echo Isles Battered Chest 5/5'),
|
|
(47728, 538, 25, 'Outer Harpy Area Battered Chest 1/4'),
|
|
(47729, 538, 25, 'Outer Harpy Area Battered Chest 2/4'),
|
|
(47730, 538, 25, 'Outer Harpy Area Battered Chest 3/4'),
|
|
(47731, 538, 25, 'Outer Harpy Area Battered Chest 4/4'),
|
|
(47732, 539, 33, 'Scuttle Coast North Battered Chest 1/4'),
|
|
(47733, 539, 33, 'Scuttle Coast North Battered Chest 2/4'),
|
|
(47734, 539, 34, 'Scuttle Coast North Battered Chest 3/4'),
|
|
(47735, 540, 34, 'Kolkar Crag Battered Chest 1/3'),
|
|
(47736, 540, 33, 'Kolkar Crag Battered Chest 2/3'),
|
|
(47737, 540, 33, 'Kolkar Crag Battered Chest 3/3'),
|
|
(47738, 541, 25, 'Razormane Grounds North Battered Chest 1/4'),
|
|
(47739, 541, 25, 'Razormane Grounds North Battered Chest 2/4'),
|
|
(47740, 541, 25, 'Razormane Grounds North Battered Chest 3/4'),
|
|
(47741, 541, 25, 'Razormane Grounds North Battered Chest 4/4'),
|
|
(47742, 542, 25, 'Tiragarde Keep Battered Chest 1/4'),
|
|
(47743, 542, 25, 'Tiragarde Keep Battered Chest 2/4'),
|
|
(47744, 542, 25, 'Tiragarde Keep Battered Chest 3/4'),
|
|
(47745, 542, 25, 'Tiragarde Keep Battered Chest 4/4'),
|
|
(47746, 543, 15, 'Drygulch Ravine Battered Chest 1/7'),
|
|
(47747, 543, 15, 'Drygulch Ravine Battered Chest 2/7'),
|
|
(47748, 543, 14, 'Drygulch Ravine Battered Chest 3/7'),
|
|
(47749, 543, 14, 'Drygulch Ravine Battered Chest 4/7'),
|
|
(47750, 543, 14, 'Drygulch Ravine Battered Chest 5/7'),
|
|
(47751, 543, 14, 'Drygulch Ravine Battered Chest 6/7'),
|
|
(47752, 543, 14, 'Drygulch Ravine Battered Chest 7/7'),
|
|
(47753, 544, 20, 'Skull Rock Battered Chest 1/5'),
|
|
(47754, 544, 20, 'Skull Rock Battered Chest 2/5'),
|
|
(47755, 544, 20, 'Skull Rock Battered Chest 3/5'),
|
|
(47756, 544, 20, 'Skull Rock Battered Chest 4/5'),
|
|
(47757, 544, 20, 'Skull Rock Battered Chest 5/5'),
|
|
(47758, 545, 33, 'Dustwind Cave Battered Chest 1/3'),
|
|
(47759, 545, 34, 'Dustwind Cave Battered Chest 2/3'),
|
|
(47760, 545, 33, 'Dustwind Cave Battered Chest 3/3'),
|
|
(47761, 546, 25, 'Thunder Ridge Battered Chest 1/4'),
|
|
(47762, 546, 25, 'Thunder Ridge Battered Chest 2/4'),
|
|
(47763, 546, 25, 'Thunder Ridge Battered Chest 3/4'),
|
|
(47764, 546, 25, 'Thunder Ridge Battered Chest 4/4'),
|
|
(47868, 960, 0, 'Purple Lotus zone 331, node 354'),
|
|
(47869, 960, 0, 'Purple Lotus zone 331, node 355'),
|
|
(47870, 960, 0, 'Purple Lotus zone 331, node 356'),
|
|
(47871, 960, 0, 'Gromsblood zone 331, node 357'),
|
|
(47912, 960, 0, 'Mageroyal zone 331, node 358'),
|
|
(47913, 960, 0, 'Mageroyal zone 331, node 359'),
|
|
(47914, 960, 0, 'Mageroyal zone 331, node 360'),
|
|
(47915, 960, 0, 'Mageroyal zone 331, node 361'),
|
|
(47916, 960, 0, 'Mageroyal zone 331, node 362'),
|
|
(47917, 960, 0, 'Mageroyal zone 331, node 363'),
|
|
(47919, 960, 0, 'Briarthorn zone 331, node 364'),
|
|
(47920, 960, 0, 'Briarthorn zone 331, node 365'),
|
|
(47921, 960, 0, 'Briarthorn zone 331, node 366'),
|
|
(47922, 960, 0, 'Briarthorn zone 331, node 367'),
|
|
(47923, 960, 0, 'Briarthorn zone 331, node 368'),
|
|
(47924, 960, 0, 'Briarthorn zone 331, node 369'),
|
|
(47925, 960, 0, 'Briarthorn zone 331, node 370'),
|
|
(47926, 960, 0, 'Briarthorn zone 331, node 371'),
|
|
(47927, 960, 0, 'Briarthorn zone 331, node 372'),
|
|
(47929, 960, 0, 'Bruiseweed zone 331, node 373'),
|
|
(47930, 960, 0, 'Bruiseweed zone 331, node 374'),
|
|
(47931, 960, 0, 'Bruiseweed zone 331, node 375'),
|
|
(47932, 960, 0, 'Bruiseweed zone 331, node 376'),
|
|
(47933, 960, 0, 'Bruiseweed zone 331, node 377'),
|
|
(47934, 960, 0, 'Bruiseweed zone 331, node 378'),
|
|
(47935, 961, 0, 'Bruiseweed zone 148, node 317'),
|
|
(47936, 960, 0, 'Bruiseweed zone 331, node 379'),
|
|
(47937, 960, 0, 'Bruiseweed zone 331, node 380'),
|
|
(47938, 960, 0, 'Bruiseweed zone 331, node 381'),
|
|
(47939, 960, 0, 'Bruiseweed zone 331, node 382'),
|
|
(47941, 960, 0, 'Wild Steelbloom zone 331, node 383'),
|
|
(47942, 960, 0, 'Wild Steelbloom zone 331, node 384'),
|
|
(47943, 960, 0, 'Wild Steelbloom zone 331, node 385'),
|
|
(47944, 960, 0, 'Wild Steelbloom zone 331, node 386'),
|
|
(47945, 960, 0, 'Kingsblood zone 331, node 387'),
|
|
(47946, 960, 0, 'Kingsblood zone 331, node 388'),
|
|
(47947, 960, 0, 'Kingsblood zone 331, node 389'),
|
|
(47948, 960, 0, 'Kingsblood zone 331, node 390'),
|
|
(47949, 960, 0, 'Kingsblood zone 331, node 391'),
|
|
(47950, 960, 0, 'Kingsblood zone 331, node 392'),
|
|
(47951, 960, 0, 'Kingsblood zone 331, node 393'),
|
|
(47952, 960, 0, 'Kingsblood zone 331, node 394'),
|
|
(47953, 960, 0, 'Kingsblood zone 331, node 395'),
|
|
(47954, 960, 0, 'Kingsblood zone 331, node 396'),
|
|
(47955, 960, 0, 'Kingsblood zone 331, node 397'),
|
|
(47956, 960, 0, 'Kingsblood zone 331, node 398'),
|
|
(48120, 11693, 0, 'Spawn Point 1 - Tin'),
|
|
(48179, 960, 0, 'Liferoot zone 331, node 399'),
|
|
(48180, 960, 0, 'Liferoot zone 331, node 400'),
|
|
(48181, 960, 0, 'Liferoot zone 331, node 401'),
|
|
(48182, 960, 0, 'Liferoot zone 331, node 402'),
|
|
(48183, 960, 0, 'Liferoot zone 331, node 403'),
|
|
(48184, 960, 0, 'Stranglekelp zone 331, node 404'),
|
|
(48185, 960, 0, 'Stranglekelp zone 331, node 405'),
|
|
(48186, 960, 0, 'Stranglekelp zone 331, node 406'),
|
|
(48187, 960, 0, 'Stranglekelp zone 331, node 407'),
|
|
(48188, 960, 0, 'Stranglekelp zone 331, node 408'),
|
|
(48189, 960, 0, 'Stranglekelp zone 331, node 409'),
|
|
(48190, 960, 0, 'Stranglekelp zone 331, node 410'),
|
|
(48191, 961, 0, 'Stranglekelp zone 148, node 318'),
|
|
(48192, 960, 0, 'Stranglekelp zone 331, node 411'),
|
|
(48331, 990, 0, 'Purple Lotus zone 16, node 431'),
|
|
(48332, 990, 0, 'Purple Lotus zone 16, node 432'),
|
|
(48333, 990, 0, 'Purple Lotus zone 16, node 433'),
|
|
(48334, 990, 0, 'Purple Lotus zone 16, node 434'),
|
|
(48335, 990, 0, 'Purple Lotus zone 16, node 435'),
|
|
(48336, 990, 0, 'Purple Lotus zone 16, node 436'),
|
|
(48337, 990, 0, 'Purple Lotus zone 16, node 437'),
|
|
(48338, 990, 0, 'Purple Lotus zone 16, node 438'),
|
|
(48339, 990, 0, 'Purple Lotus zone 16, node 439'),
|
|
(48340, 990, 0, 'Purple Lotus zone 16, node 440'),
|
|
(48341, 990, 0, 'Purple Lotus zone 16, node 441'),
|
|
(48342, 990, 0, 'Purple Lotus zone 16, node 442'),
|
|
(48343, 990, 0, 'Sungrass zone 16, node 443'),
|
|
(48344, 990, 0, 'Sungrass zone 16, node 444'),
|
|
(48345, 990, 0, 'Sungrass zone 16, node 445'),
|
|
(48346, 990, 0, 'Sungrass zone 16, node 446'),
|
|
(48347, 990, 0, 'Sungrass zone 16, node 447'),
|
|
(48348, 990, 0, 'Sungrass zone 16, node 448'),
|
|
(48349, 990, 0, 'Sungrass zone 16, node 449'),
|
|
(48350, 990, 0, 'Sungrass zone 16, node 450'),
|
|
(48351, 990, 0, 'Sungrass zone 16, node 451'),
|
|
(48352, 990, 0, 'Sungrass zone 16, node 452'),
|
|
(48353, 990, 0, 'Sungrass zone 16, node 453'),
|
|
(48354, 990, 0, 'Sungrass zone 16, node 454'),
|
|
(48362, 11650, 0, 'Solid Chest, Azshara, node 1'),
|
|
(48363, 11650, 0, 'Solid Chest, Azshara, node 2'),
|
|
(48364, 11650, 0, 'Solid Chest, Azshara, node 3'),
|
|
(48365, 11650, 0, 'Solid Chest, Azshara, node 4'),
|
|
(48366, 11650, 0, 'Solid Chest, Azshara, node 5'),
|
|
(48367, 11650, 0, 'Solid Chest, Azshara, node 6'),
|
|
(48368, 11650, 0, 'Solid Chest, Azshara, node 7'),
|
|
(48369, 11650, 0, 'Solid Chest, Azshara, node 8'),
|
|
(48370, 11650, 0, 'Solid Chest, Azshara, node 9'),
|
|
(48371, 11650, 0, 'Solid Chest, Azshara, node 10'),
|
|
(48407, 990, 0, 'Golden Sansam zone 16, node 455'),
|
|
(48408, 990, 0, 'Golden Sansam zone 16, node 456'),
|
|
(48409, 990, 0, 'Golden Sansam zone 16, node 457'),
|
|
(48410, 990, 0, 'Golden Sansam zone 16, node 458'),
|
|
(48411, 990, 0, 'Golden Sansam zone 16, node 459'),
|
|
(48412, 990, 0, 'Golden Sansam zone 16, node 460'),
|
|
(48413, 990, 0, 'Golden Sansam zone 16, node 461'),
|
|
(48414, 990, 0, 'Golden Sansam zone 16, node 462'),
|
|
(48415, 990, 0, 'Golden Sansam zone 16, node 463'),
|
|
(48417, 990, 0, 'Dreamfoil zone 16, node 464'),
|
|
(48418, 990, 0, 'Dreamfoil zone 16, node 465'),
|
|
(48419, 990, 0, 'Dreamfoil zone 16, node 466'),
|
|
(48420, 990, 0, 'Dreamfoil zone 16, node 467'),
|
|
(48421, 990, 0, 'Dreamfoil zone 16, node 468'),
|
|
(48422, 990, 0, 'Dreamfoil zone 16, node 469'),
|
|
(48423, 990, 0, 'Dreamfoil zone 16, node 470'),
|
|
(48424, 990, 0, 'Dreamfoil zone 16, node 471'),
|
|
(48425, 990, 0, 'Dreamfoil zone 16, node 472'),
|
|
(48426, 990, 0, 'Dreamfoil zone 16, node 473'),
|
|
(48427, 990, 0, 'Dreamfoil zone 16, node 474'),
|
|
(48429, 990, 0, 'Mountain Silversage zone 16, node 475'),
|
|
(48430, 990, 0, 'Mountain Silversage zone 16, node 476'),
|
|
(48431, 990, 0, 'Mountain Silversage zone 16, node 477'),
|
|
(48432, 990, 0, 'Mountain Silversage zone 16, node 478'),
|
|
(48433, 990, 0, 'Mountain Silversage zone 16, node 479'),
|
|
(48434, 990, 0, 'Mountain Silversage zone 16, node 480'),
|
|
(48435, 990, 0, 'Mountain Silversage zone 16, node 481'),
|
|
(48476, 990, 0, 'Khadgar\'s Whisker zone 16, node 482'),
|
|
(48477, 990, 0, 'Khadgar\'s Whisker zone 16, node 483'),
|
|
(48478, 990, 0, 'Khadgar\'s Whisker zone 16, node 484'),
|
|
(48479, 990, 0, 'Khadgar\'s Whisker zone 16, node 485'),
|
|
(48481, 990, 0, 'Stranglekelp zone 16, node 486'),
|
|
(48482, 990, 0, 'Stranglekelp zone 16, node 487'),
|
|
(48483, 990, 0, 'Stranglekelp zone 16, node 488'),
|
|
(48484, 990, 0, 'Goldthorn zone 16, node 489'),
|
|
(48485, 990, 0, 'Goldthorn zone 16, node 490'),
|
|
(48487, 961, 0, 'Earthroot zone 148, node 319'),
|
|
(48489, 961, 0, 'Mageroyal zone 148, node 320'),
|
|
(48498, 961, 0, 'Earthroot zone 148, node 321'),
|
|
(48501, 961, 0, 'Mageroyal zone 148, node 322'),
|
|
(48508, 961, 0, 'Peacebloom zone 148, node 323'),
|
|
(48518, 961, 0, 'Stranglekelp zone 148, node 324'),
|
|
(48520, 961, 0, 'Stranglekelp zone 148, node 325'),
|
|
(48524, 961, 0, 'Stranglekelp zone 148, node 326'),
|
|
(48525, 227, 0, ''),
|
|
(48532, 961, 0, 'Peacebloom zone 148, node 327'),
|
|
(48534, 961, 0, 'Earthroot zone 148, node 328'),
|
|
(48539, 228, 0, ''),
|
|
(48541, 229, 0, ''),
|
|
(48542, 961, 0, 'Stranglekelp zone 148, node 329'),
|
|
(48553, 961, 0, 'Stranglekelp zone 148, node 330'),
|
|
(48554, 11691, 0, 'Spawn Point 1 - Tin'),
|
|
(48556, 230, 20, ''),
|
|
(48572, 961, 0, 'Earthroot zone 148, node 331'),
|
|
(48579, 961, 0, 'Mageroyal zone 148, node 332'),
|
|
(48580, 961, 0, 'Earthroot zone 148, node 333'),
|
|
(48588, 961, 0, 'Silverleaf zone 148, node 334'),
|
|
(48597, 961, 0, 'Silverleaf zone 148, node 335'),
|
|
(48601, 961, 0, 'Bruiseweed zone 148, node 336'),
|
|
(48603, 961, 0, 'Mageroyal zone 148, node 337'),
|
|
(48624, 961, 0, 'Bruiseweed zone 148, node 338'),
|
|
(48625, 961, 0, 'Briarthorn zone 148, node 339'),
|
|
(48638, 231, 0, ''),
|
|
(48645, 961, 0, 'Stranglekelp zone 148, node 340'),
|
|
(48646, 232, 0, ''),
|
|
(48647, 233, 20, ''),
|
|
(48648, 234, 0, ''),
|
|
(48650, 235, 0, ''),
|
|
(48655, 961, 0, 'Stranglekelp zone 148, node 341'),
|
|
(48658, 236, 0, ''),
|
|
(48660, 961, 0, 'Silverleaf zone 148, node 342'),
|
|
(48662, 961, 0, 'Mageroyal zone 148, node 343'),
|
|
(48663, 237, 0, ''),
|
|
(48664, 961, 0, 'Silverleaf zone 148, node 344'),
|
|
(48667, 238, 0, ''),
|
|
(48669, 961, 0, 'Silverleaf zone 148, node 345'),
|
|
(48670, 961, 0, 'Peacebloom zone 148, node 346'),
|
|
(48747, 961, 0, 'Earthroot zone 148, node 347'),
|
|
(48763, 961, 0, 'Briarthorn zone 148, node 348'),
|
|
(48767, 961, 0, 'Mageroyal zone 148, node 349'),
|
|
(48775, 961, 0, 'Bruiseweed zone 148, node 350'),
|
|
(48798, 961, 0, 'Stranglekelp zone 148, node 351'),
|
|
(49103, 967, 0, 'Mountain Silversage zone 618, node 218'),
|
|
(49104, 967, 0, 'Mountain Silversage zone 618, node 219'),
|
|
(49105, 967, 0, 'Mountain Silversage zone 618, node 220'),
|
|
(49106, 967, 0, 'Mountain Silversage zone 618, node 221'),
|
|
(49107, 967, 0, 'Mountain Silversage zone 618, node 222'),
|
|
(49108, 967, 0, 'Mountain Silversage zone 618, node 223'),
|
|
(49109, 967, 0, 'Mountain Silversage zone 618, node 224'),
|
|
(49110, 967, 0, 'Mountain Silversage zone 618, node 225'),
|
|
(49111, 967, 0, 'Mountain Silversage zone 618, node 226'),
|
|
(49112, 967, 0, 'Mountain Silversage zone 618, node 227'),
|
|
(49113, 967, 0, 'Mountain Silversage zone 618, node 228'),
|
|
(49114, 967, 0, 'Mountain Silversage zone 618, node 229'),
|
|
(49115, 967, 0, 'Icecap zone 618, node 230'),
|
|
(49116, 967, 0, 'Icecap zone 618, node 231'),
|
|
(49117, 967, 0, 'Icecap zone 618, node 232'),
|
|
(49118, 967, 0, 'Icecap zone 618, node 233'),
|
|
(49119, 967, 0, 'Icecap zone 618, node 234'),
|
|
(49120, 967, 0, 'Icecap zone 618, node 235'),
|
|
(49121, 967, 0, 'Icecap zone 618, node 236'),
|
|
(49122, 967, 0, 'Icecap zone 618, node 237'),
|
|
(49123, 967, 0, 'Icecap zone 618, node 238'),
|
|
(49124, 967, 0, 'Icecap zone 618, node 239'),
|
|
(49125, 967, 0, 'Icecap zone 618, node 240'),
|
|
(49126, 967, 0, 'Icecap zone 618, node 241'),
|
|
(49127, 967, 0, 'Icecap zone 618, node 242'),
|
|
(49128, 967, 0, 'Icecap zone 618, node 243'),
|
|
(49129, 967, 0, 'Icecap zone 618, node 244'),
|
|
(49130, 967, 0, 'Icecap zone 618, node 245'),
|
|
(49131, 967, 0, 'Icecap zone 618, node 246'),
|
|
(49132, 967, 0, 'Icecap zone 618, node 247'),
|
|
(49133, 967, 0, 'Icecap zone 618, node 248'),
|
|
(49134, 967, 0, 'Icecap zone 618, node 249'),
|
|
(49135, 967, 0, 'Icecap zone 618, node 250'),
|
|
(49136, 967, 0, 'Icecap zone 618, node 251'),
|
|
(49137, 967, 0, 'Icecap zone 618, node 252'),
|
|
(49138, 967, 0, 'Icecap zone 618, node 253'),
|
|
(49139, 967, 0, 'Black Lotus zone 618, node 254'),
|
|
(49318, 948, 0, 'Sungrass zone 1377, node 46'),
|
|
(49319, 948, 0, 'Sungrass zone 1377, node 47'),
|
|
(49320, 948, 0, 'Sungrass zone 1377, node 48'),
|
|
(49397, 948, 0, 'Golden Sansam zone 1377, node 49'),
|
|
(49398, 948, 0, 'Golden Sansam zone 1377, node 50'),
|
|
(49399, 948, 0, 'Golden Sansam zone 1377, node 51'),
|
|
(49400, 948, 0, 'Golden Sansam zone 1377, node 52'),
|
|
(49401, 948, 0, 'Dreamfoil zone 1377, node 53'),
|
|
(49402, 948, 0, 'Dreamfoil zone 1377, node 54'),
|
|
(49403, 948, 0, 'Dreamfoil zone 1377, node 55'),
|
|
(49404, 948, 0, 'Dreamfoil zone 1377, node 56'),
|
|
(49405, 948, 0, 'Dreamfoil zone 1377, node 57'),
|
|
(49406, 948, 0, 'Mountain Silversage zone 1377, node 58'),
|
|
(49407, 948, 0, 'Mountain Silversage zone 1377, node 59'),
|
|
(49408, 948, 0, 'Mountain Silversage zone 1377, node 60'),
|
|
(49409, 948, 0, 'Mountain Silversage zone 1377, node 61'),
|
|
(49410, 948, 0, 'Mountain Silversage zone 1377, node 62'),
|
|
(49411, 948, 0, 'Mountain Silversage zone 1377, node 63'),
|
|
(49412, 948, 0, 'Black Lotus zone 1377, node 64'),
|
|
(49512, 379, 0, 'Fel Rock, Teldrassil Battered Chest 2 of 4'),
|
|
(49513, 379, 0, 'Fel Rock, Teldrassil Battered Chest 3 of 4'),
|
|
(49514, 379, 0, 'Fel Rock, Teldrassil Battered Chest 4 of 4'),
|
|
(49515, 376, 0, 'Shadowglen Battered Chest 3 of 8'),
|
|
(49516, 376, 0, 'Shadowglen Battered Chest 4 of 8'),
|
|
(49517, 376, 0, 'Shadowglen Battered Chest 5 of 8'),
|
|
(49518, 376, 0, 'Shadowglen Battered Chest 6 of 8'),
|
|
(49519, 376, 0, 'Shadowglen Battered Chest 7 of 8'),
|
|
(49520, 376, 0, 'Shadowglen Battered Chest 8 of 8'),
|
|
(49528, 376, 0, 'Shadowglen Battered Chest 1 of 8'),
|
|
(49529, 376, 0, 'Shadowglen Battered Chest 2 of 8'),
|
|
(49533, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49534, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49535, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49536, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49537, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49538, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49539, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49540, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49541, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49542, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49543, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49544, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49545, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49546, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49547, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49548, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49549, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49550, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49551, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49552, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49553, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49554, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49555, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49556, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49557, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49558, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49559, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49560, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49561, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49562, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49563, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49564, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49565, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49566, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49567, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49568, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49569, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49570, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49571, 378, 0, 'Moonpetal Lily for Iverrons Antidote Quest'),
|
|
(49572, 378, 0, 'Moonpetal Lily for Iverrons Antidote Quest'),
|
|
(49573, 378, 0, 'Moonpetal Lily for Iverrons Antidote Quest'),
|
|
(49574, 378, 0, 'Moonpetal Lily for Iverrons Antidote Quest'),
|
|
(49575, 378, 0, 'Moonpetal Lily for Iverrons Antidote Quest'),
|
|
(49576, 378, 0, 'Moonpetal Lily for Iverrons Antidote Quest'),
|
|
(49577, 378, 0, 'Moonpetal Lily for Iverrons Antidote Quest'),
|
|
(49578, 378, 0, 'Moonpetal Lily for Iverrons Antidote Quest'),
|
|
(49579, 378, 0, 'Moonpetal Lily for Iverrons Antidote Quest'),
|
|
(49580, 378, 0, 'Moonpetal Lily for Iverrons Antidote Quest'),
|
|
(49581, 378, 0, 'Moonpetal Lily for Iverrons Antidote Quest'),
|
|
(49582, 378, 0, 'Moonpetal Lily for Iverrons Antidote Quest'),
|
|
(49583, 378, 0, 'Moonpetal Lily for Iverrons Antidote Quest'),
|
|
(49584, 378, 0, 'Moonpetal Lily for Iverrons Antidote Quest'),
|
|
(49585, 378, 0, 'Moonpetal Lily for Iverrons Antidote Quest'),
|
|
(49586, 378, 0, 'Moonpetal Lily for Iverrons Antidote Quest'),
|
|
(49587, 378, 0, 'Moonpetal Lily for Iverrons Antidote Quest'),
|
|
(49588, 378, 0, 'Moonpetal Lily for Iverrons Antidote Quest'),
|
|
(49621, 11651, 0, 'Treasures - Teldrassil'),
|
|
(49622, 11651, 0, 'Treasures - Teldrassil'),
|
|
(49623, 11651, 0, 'Treasures - Teldrassil'),
|
|
(49624, 11651, 0, 'Treasures - Teldrassil'),
|
|
(49625, 11651, 0, 'Treasures - Teldrassil'),
|
|
(49626, 11651, 0, 'Treasures - Teldrassil'),
|
|
(49627, 11651, 0, 'Treasures - Teldrassil'),
|
|
(49628, 379, 0, 'Fel Rock, Teldrassil Battered Chest 1 of 4'),
|
|
(49839, 378, 0, 'Moonpetal Lily for Iverrons Antidote Quest'),
|
|
(49853, 378, 0, 'Moonpetal Lily for Iverrons Antidote Quest'),
|
|
(49854, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49855, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49856, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49857, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49858, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49859, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49860, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49861, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49863, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49864, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49865, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49866, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49867, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49868, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49869, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49870, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49871, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49872, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49873, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49874, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49875, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49876, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49877, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49878, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49879, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49880, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49881, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49882, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49883, 377, 0, 'Hyacinth Mushroom for Iverrons Antidote Quest'),
|
|
(49900, 38, 0, ''),
|
|
(49901, 66, 0, ''),
|
|
(49902, 67, 0, ''),
|
|
(49903, 69, 0, ''),
|
|
(49904, 68, 0, ''),
|
|
(49905, 240, 0, ''),
|
|
(49906, 61, 20, ''),
|
|
(49907, 241, 20, ''),
|
|
(49908, 57, 20, ''),
|
|
(49909, 77, 0, ''),
|
|
(49910, 40, 0, ''),
|
|
(49911, 47, 0, ''),
|
|
(49912, 50, 0, ''),
|
|
(49913, 59, 0, ''),
|
|
(49914, 242, 0, ''),
|
|
(49915, 58, 0, ''),
|
|
(49916, 243, 0, ''),
|
|
(49972, 964, 0, 'Purple Lotus zone 357, node 72'),
|
|
(49973, 964, 0, 'Purple Lotus zone 357, node 73'),
|
|
(49974, 964, 0, 'Purple Lotus zone 357, node 74'),
|
|
(49975, 964, 0, 'Purple Lotus zone 357, node 75'),
|
|
(49976, 964, 0, 'Purple Lotus zone 357, node 76'),
|
|
(49977, 964, 0, 'Purple Lotus zone 357, node 77'),
|
|
(49978, 964, 0, 'Purple Lotus zone 357, node 78'),
|
|
(49979, 964, 0, 'Purple Lotus zone 357, node 79'),
|
|
(49980, 964, 0, 'Purple Lotus zone 357, node 80'),
|
|
(49981, 964, 0, 'Purple Lotus zone 357, node 81'),
|
|
(49982, 964, 0, 'Purple Lotus zone 357, node 82'),
|
|
(49983, 964, 0, 'Purple Lotus zone 357, node 83'),
|
|
(49984, 964, 0, 'Purple Lotus zone 357, node 84'),
|
|
(49985, 964, 0, 'Purple Lotus zone 357, node 85'),
|
|
(49986, 964, 0, 'Sungrass zone 357, node 86'),
|
|
(49987, 964, 0, 'Sungrass zone 357, node 87'),
|
|
(49988, 964, 0, 'Sungrass zone 357, node 88'),
|
|
(49989, 964, 0, 'Sungrass zone 357, node 89'),
|
|
(49990, 964, 0, 'Sungrass zone 357, node 90'),
|
|
(49991, 964, 0, 'Sungrass zone 357, node 91'),
|
|
(49992, 964, 0, 'Sungrass zone 357, node 92'),
|
|
(49993, 964, 0, 'Sungrass zone 357, node 93'),
|
|
(49994, 964, 0, 'Sungrass zone 357, node 94'),
|
|
(49995, 964, 0, 'Sungrass zone 357, node 95'),
|
|
(49996, 964, 0, 'Sungrass zone 357, node 96'),
|
|
(49997, 964, 0, 'Sungrass zone 357, node 97'),
|
|
(49998, 964, 0, 'Sungrass zone 357, node 98'),
|
|
(49999, 964, 0, 'Sungrass zone 357, node 99'),
|
|
(50000, 964, 0, 'Sungrass zone 357, node 100'),
|
|
(50001, 964, 0, 'Sungrass zone 357, node 101'),
|
|
(50002, 964, 0, 'Sungrass zone 357, node 102'),
|
|
(50003, 964, 0, 'Sungrass zone 357, node 103'),
|
|
(50004, 964, 0, 'Sungrass zone 357, node 104'),
|
|
(50159, 964, 0, 'Golden Sansam zone 357, node 105'),
|
|
(50160, 964, 0, 'Golden Sansam zone 357, node 106'),
|
|
(50161, 964, 0, 'Golden Sansam zone 357, node 107'),
|
|
(50163, 964, 0, 'Golden Sansam zone 357, node 108'),
|
|
(50178, 62, 0, ''),
|
|
(50179, 76, 0, ''),
|
|
(50180, 39, 0, ''),
|
|
(50181, 63, 0, ''),
|
|
(50182, 60, 0, ''),
|
|
(50183, 245, 0, ''),
|
|
(50184, 72, 0, ''),
|
|
(50208, 964, 0, 'Liferoot zone 357, node 109'),
|
|
(50209, 964, 0, 'Liferoot zone 357, node 110'),
|
|
(50210, 964, 0, 'Liferoot zone 357, node 111'),
|
|
(50211, 964, 0, 'Liferoot zone 357, node 112'),
|
|
(50212, 964, 0, 'Liferoot zone 357, node 113'),
|
|
(50213, 964, 0, 'Liferoot zone 357, node 114'),
|
|
(50216, 964, 0, 'Khadgar\'s Whisker zone 357, node 115'),
|
|
(50217, 964, 0, 'Khadgar\'s Whisker zone 357, node 116'),
|
|
(50218, 964, 0, 'Khadgar\'s Whisker zone 357, node 117'),
|
|
(50219, 964, 0, 'Khadgar\'s Whisker zone 357, node 118'),
|
|
(50220, 964, 0, 'Khadgar\'s Whisker zone 357, node 119'),
|
|
(50221, 964, 0, 'Khadgar\'s Whisker zone 357, node 120'),
|
|
(50222, 964, 0, 'Khadgar\'s Whisker zone 357, node 121'),
|
|
(50223, 964, 0, 'Khadgar\'s Whisker zone 357, node 122'),
|
|
(50225, 964, 0, 'Khadgar\'s Whisker zone 357, node 123'),
|
|
(50226, 964, 0, 'Khadgar\'s Whisker zone 357, node 124'),
|
|
(50227, 964, 0, 'Khadgar\'s Whisker zone 357, node 125'),
|
|
(50228, 964, 0, 'Khadgar\'s Whisker zone 357, node 126'),
|
|
(50229, 964, 0, 'Khadgar\'s Whisker zone 357, node 127'),
|
|
(50232, 964, 0, 'Stranglekelp zone 357, node 128'),
|
|
(50233, 964, 0, 'Stranglekelp zone 357, node 129'),
|
|
(50234, 964, 0, 'Stranglekelp zone 357, node 130'),
|
|
(50235, 964, 0, 'Stranglekelp zone 357, node 131'),
|
|
(50238, 964, 0, 'Goldthorn zone 357, node 132'),
|
|
(50239, 964, 0, 'Goldthorn zone 357, node 133'),
|
|
(50240, 964, 0, 'Goldthorn zone 357, node 134'),
|
|
(50241, 964, 0, 'Goldthorn zone 357, node 135'),
|
|
(50242, 964, 0, 'Goldthorn zone 357, node 136'),
|
|
(50243, 964, 0, 'Goldthorn zone 357, node 137'),
|
|
(50244, 964, 0, 'Goldthorn zone 357, node 138'),
|
|
(50245, 964, 0, 'Goldthorn zone 357, node 139'),
|
|
(50246, 964, 0, 'Goldthorn zone 357, node 140'),
|
|
(50247, 964, 0, 'Goldthorn zone 357, node 141'),
|
|
(50248, 964, 0, 'Goldthorn zone 357, node 142'),
|
|
(50249, 964, 0, 'Goldthorn zone 357, node 143'),
|
|
(50250, 964, 0, 'Goldthorn zone 357, node 144'),
|
|
(50251, 964, 0, 'Goldthorn zone 357, node 145'),
|
|
(50252, 964, 0, 'Goldthorn zone 357, node 146'),
|
|
(50253, 964, 0, 'Goldthorn zone 357, node 147'),
|
|
(50254, 964, 0, 'Goldthorn zone 357, node 148'),
|
|
(50255, 964, 0, 'Goldthorn zone 357, node 149'),
|
|
(50259, 61, 0, ''),
|
|
(50260, 241, 0, ''),
|
|
(50261, 62, 0, ''),
|
|
(50262, 84, 0, ''),
|
|
(50263, 59, 20, ''),
|
|
(50264, 69, 20, ''),
|
|
(50265, 47, 20, ''),
|
|
(50267, 91, 0, ''),
|
|
(50268, 246, 0, ''),
|
|
(50269, 247, 0, ''),
|
|
(50270, 248, 0, ''),
|
|
(50271, 249, 0, ''),
|
|
(50272, 250, 0, ''),
|
|
(50273, 251, 20, ''),
|
|
(50274, 252, 0, ''),
|
|
(50275, 253, 0, ''),
|
|
(50276, 89, 0, ''),
|
|
(50277, 48, 0, ''),
|
|
(50278, 254, 0, ''),
|
|
(50279, 246, 20, ''),
|
|
(50280, 227, 20, ''),
|
|
(50281, 255, 0, ''),
|
|
(50283, 254, 20, ''),
|
|
(50284, 256, 0, ''),
|
|
(50286, 257, 0, ''),
|
|
(50287, 258, 0, ''),
|
|
(50288, 259, 0, ''),
|
|
(50289, 260, 0, ''),
|
|
(50290, 261, 0, ''),
|
|
(50291, 258, 20, ''),
|
|
(50292, 230, 0, ''),
|
|
(50294, 262, 0, ''),
|
|
(50295, 263, 0, ''),
|
|
(50298, 78, 0, ''),
|
|
(50299, 233, 0, ''),
|
|
(50301, 77, 0, ''),
|
|
(50302, 242, 0, ''),
|
|
(50303, 78, 0, ''),
|
|
(50304, 264, 0, ''),
|
|
(50305, 265, 0, ''),
|
|
(50306, 71, 20, ''),
|
|
(50307, 223, 20, ''),
|
|
(50308, 50, 0, ''),
|
|
(50309, 245, 0, ''),
|
|
(50310, 243, 20, ''),
|
|
(50311, 62, 20, ''),
|
|
(50312, 240, 0, ''),
|
|
(50313, 266, 0, ''),
|
|
(50314, 267, 0, ''),
|
|
(50315, 182, 0, ''),
|
|
(50316, 148, 0, ''),
|
|
(50317, 159, 0, ''),
|
|
(50319, 160, 20, ''),
|
|
(50320, 268, 20, 'Fishing pool - Booty Bay'),
|
|
(50321, 174, 0, ''),
|
|
(50322, 186, 0, ''),
|
|
(50323, 269, 0, ''),
|
|
(50324, 199, 0, ''),
|
|
(50325, 270, 0, ''),
|
|
(50326, 271, 0, ''),
|
|
(50327, 3, 0, ''),
|
|
(50328, 8, 20, ''),
|
|
(50329, 6, 20, ''),
|
|
(50332, 82, 0, ''),
|
|
(50334, 20, 0, ''),
|
|
(50335, 90, 0, ''),
|
|
(50336, 21, 0, ''),
|
|
(50339, 222, 0, ''),
|
|
(50340, 219, 0, ''),
|
|
(50341, 217, 0, ''),
|
|
(50344, 215, 0, ''),
|
|
(50345, 26, 20, ''),
|
|
(50346, 209, 20, ''),
|
|
(55112, 8269, 0, 'Felweed - Shadowmoon Valley'),
|
|
(55167, 8271, 0, 'Felweed - Shadowmoon Valley'),
|
|
(55192, 8164, 0, 'Felweed - Nagrand'),
|
|
(55195, 8165, 0, 'Felweed - Nagrand'),
|
|
(55259, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55260, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55261, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55262, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55263, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55264, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55265, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55266, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55267, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55268, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55269, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55270, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55271, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55272, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55273, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55274, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55275, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55276, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55277, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55278, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55279, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55280, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55281, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55282, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55283, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55284, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55285, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55286, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55287, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55288, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55289, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55290, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55291, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55292, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55293, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55294, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55295, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55296, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55297, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55298, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55299, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55300, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55301, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55302, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55303, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55304, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55305, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55306, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55307, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55308, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55309, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55310, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(55626, 8164, 0, 'Felweed - Nagrand'),
|
|
(55628, 8166, 0, 'Felweed - Nagrand'),
|
|
(55681, 8164, 0, 'Felweed - Nagrand'),
|
|
(55686, 8016, 0, 'Felweed - Hellfire Peninsula'),
|
|
(55687, 8016, 0, 'Felweed - Hellfire Peninsula'),
|
|
(55691, 8165, 0, 'Felweed - Nagrand'),
|
|
(55695, 8132, 0, 'Felweed - Terokkar Forest'),
|
|
(55696, 8011, 0, 'Felweed - Hellfire Peninsula'),
|
|
(55699, 8133, 0, 'Felweed - Terokkar Forest'),
|
|
(55851, 8132, 0, 'Felweed - Terokkar Forest'),
|
|
(55979, 982, 0, 'Goldclover zone 3711, node 13'),
|
|
(55980, 982, 0, 'Goldclover zone 3711, node 14'),
|
|
(55981, 982, 0, 'Goldclover zone 3711, node 15'),
|
|
(55982, 982, 0, 'Goldclover zone 3711, node 16'),
|
|
(55983, 982, 0, 'Goldclover zone 3711, node 17'),
|
|
(55984, 982, 0, 'Goldclover zone 3711, node 18'),
|
|
(55985, 982, 0, 'Goldclover zone 3711, node 19'),
|
|
(55986, 982, 0, 'Goldclover zone 3711, node 20'),
|
|
(55987, 982, 0, 'Goldclover zone 3711, node 21'),
|
|
(55988, 987, 0, 'Goldclover zone 3537, node 13'),
|
|
(55989, 986, 0, 'Goldclover zone 495, node 35'),
|
|
(55990, 986, 0, 'Goldclover zone 495, node 36'),
|
|
(55991, 984, 0, 'Goldclover zone 394, node 19'),
|
|
(55992, 985, 0, 'Goldclover zone 65, node 3'),
|
|
(55993, 986, 0, 'Goldclover zone 495, node 37'),
|
|
(55994, 986, 0, 'Goldclover zone 495, node 38'),
|
|
(55995, 986, 0, 'Goldclover zone 495, node 39'),
|
|
(55996, 986, 0, 'Goldclover zone 495, node 40'),
|
|
(55997, 986, 0, 'Goldclover zone 495, node 41'),
|
|
(55998, 986, 0, 'Goldclover zone 495, node 42'),
|
|
(55999, 986, 0, 'Goldclover zone 495, node 43'),
|
|
(56000, 986, 0, 'Goldclover zone 495, node 44'),
|
|
(56001, 986, 0, 'Goldclover zone 495, node 45'),
|
|
(56002, 986, 0, 'Goldclover zone 495, node 46'),
|
|
(56003, 986, 0, 'Goldclover zone 495, node 47'),
|
|
(56004, 986, 0, 'Goldclover zone 495, node 48'),
|
|
(56005, 986, 0, 'Goldclover zone 495, node 49'),
|
|
(56006, 986, 0, 'Goldclover zone 495, node 50'),
|
|
(56007, 986, 0, 'Goldclover zone 495, node 51'),
|
|
(56008, 986, 0, 'Goldclover zone 495, node 52'),
|
|
(56009, 986, 0, 'Goldclover zone 495, node 53'),
|
|
(56010, 984, 0, 'Goldclover zone 394, node 20'),
|
|
(56011, 986, 0, 'Goldclover zone 495, node 54'),
|
|
(56012, 986, 0, 'Goldclover zone 495, node 55'),
|
|
(56013, 984, 0, 'Goldclover zone 394, node 21'),
|
|
(56014, 984, 0, 'Goldclover zone 394, node 22'),
|
|
(56015, 986, 0, 'Goldclover zone 495, node 56'),
|
|
(56016, 984, 0, 'Goldclover zone 394, node 23'),
|
|
(56017, 986, 0, 'Goldclover zone 495, node 57'),
|
|
(56018, 984, 0, 'Goldclover zone 394, node 24'),
|
|
(56019, 986, 0, 'Goldclover zone 495, node 58'),
|
|
(56020, 984, 0, 'Goldclover zone 394, node 25'),
|
|
(56021, 984, 0, 'Goldclover zone 394, node 26'),
|
|
(56022, 984, 0, 'Goldclover zone 394, node 27'),
|
|
(56023, 987, 0, 'Goldclover zone 3537, node 14'),
|
|
(56024, 986, 0, 'Goldclover zone 495, node 59'),
|
|
(56025, 986, 0, 'Goldclover zone 495, node 60'),
|
|
(56026, 984, 0, 'Goldclover zone 394, node 28'),
|
|
(56027, 986, 0, 'Goldclover zone 495, node 61'),
|
|
(56028, 987, 0, 'Goldclover zone 3537, node 15'),
|
|
(56029, 987, 0, 'Goldclover zone 3537, node 16'),
|
|
(56030, 987, 0, 'Goldclover zone 3537, node 17'),
|
|
(56031, 987, 0, 'Goldclover zone 3537, node 18'),
|
|
(56032, 987, 0, 'Goldclover zone 3537, node 19'),
|
|
(56033, 987, 0, 'Goldclover zone 3537, node 20'),
|
|
(56034, 987, 0, 'Goldclover zone 3537, node 21'),
|
|
(56035, 987, 0, 'Goldclover zone 3537, node 22'),
|
|
(56036, 987, 0, 'Goldclover zone 3537, node 23'),
|
|
(56037, 987, 0, 'Goldclover zone 3537, node 24'),
|
|
(56038, 987, 0, 'Goldclover zone 3537, node 25'),
|
|
(56039, 984, 0, 'Goldclover zone 394, node 29'),
|
|
(56061, 8164, 0, 'Felweed - Nagrand'),
|
|
(56062, 8011, 0, 'Felweed - Hellfire Peninsula'),
|
|
(56105, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(56129, 5123, 0, 'Cobalt'),
|
|
(56134, 5138, 0, 'Cobalt'),
|
|
(56136, 5139, 0, 'Cobalt'),
|
|
(56137, 5140, 0, 'Cobalt'),
|
|
(56140, 5141, 0, 'Cobalt'),
|
|
(56142, 5124, 0, 'Cobalt'),
|
|
(56143, 5125, 0, 'Cobalt'),
|
|
(56144, 5142, 0, 'Cobalt'),
|
|
(56145, 5126, 0, 'Cobalt'),
|
|
(56146, 5143, 0, 'Cobalt'),
|
|
(56147, 5144, 0, 'Cobalt'),
|
|
(56148, 5127, 0, 'Cobalt'),
|
|
(56149, 5128, 0, 'Cobalt'),
|
|
(56150, 5145, 0, 'Cobalt'),
|
|
(56151, 5146, 0, 'Cobalt'),
|
|
(56152, 5147, 0, 'Cobalt'),
|
|
(56157, 5148, 0, 'Cobalt'),
|
|
(56184, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(56234, 5149, 0, 'Cobalt'),
|
|
(56248, 5617, 0, 'Wintergrasp 189980, node 1'),
|
|
(56310, 8040, 0, 'Felweed - Hellfire Peninsula'),
|
|
(56313, 8031, 0, 'Felweed - Hellfire Peninsula'),
|
|
(56317, 8031, 0, 'Felweed - Hellfire Peninsula'),
|
|
(56325, 8031, 0, 'Felweed - Hellfire Peninsula'),
|
|
(56335, 5618, 0, 'Wintergrasp 189980, node 2'),
|
|
(56337, 5619, 0, 'Wintergrasp 189980, node 3'),
|
|
(56356, 8031, 0, 'Felweed - Hellfire Peninsula'),
|
|
(56358, 8031, 0, 'Felweed - Hellfire Peninsula'),
|
|
(56360, 8026, 0, 'Felweed - Hellfire Peninsula'),
|
|
(56361, 8026, 0, 'Felweed - Hellfire Peninsula'),
|
|
(56363, 8031, 0, 'Felweed - Hellfire Peninsula'),
|
|
(56364, 8164, 0, 'Felweed - Nagrand'),
|
|
(56365, 8168, 0, 'Felweed - Nagrand'),
|
|
(56366, 8164, 0, 'Felweed - Nagrand'),
|
|
(56367, 8167, 0, 'Felweed - Nagrand'),
|
|
(56368, 8166, 0, 'Felweed - Nagrand'),
|
|
(56370, 8134, 0, 'Felweed - Terokkar Forest'),
|
|
(56371, 8031, 0, 'Felweed - Hellfire Peninsula'),
|
|
(56374, 8134, 0, 'Felweed - Terokkar Forest'),
|
|
(56375, 8269, 0, 'Felweed - Shadowmoon Valley'),
|
|
(56376, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(56377, 8166, 0, 'Felweed - Nagrand'),
|
|
(56379, 8269, 0, 'Felweed - Shadowmoon Valley'),
|
|
(56381, 8016, 0, 'Felweed - Hellfire Peninsula'),
|
|
(56382, 8011, 0, 'Felweed - Hellfire Peninsula'),
|
|
(56383, 8040, 0, 'Felweed - Hellfire Peninsula'),
|
|
(56384, 8026, 0, 'Felweed - Hellfire Peninsula'),
|
|
(56385, 8026, 0, 'Felweed - Hellfire Peninsula'),
|
|
(56386, 8031, 0, 'Felweed - Hellfire Peninsula'),
|
|
(56405, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(56406, 8036, 0, 'Felweed - Hellfire Peninsula'),
|
|
(56407, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(56408, 8036, 0, 'Felweed - Hellfire Peninsula'),
|
|
(56409, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(56410, 8171, 0, 'Dreaming Glory - Nagrand'),
|
|
(56412, 8135, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(56418, 8020, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(56419, 8035, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(56420, 8030, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(56421, 8135, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(56455, 5150, 0, 'Cobalt'),
|
|
(56457, 11686, 0, 'Spawn Point 6 - Dark Iron'),
|
|
(56527, 5151, 0, 'Cobalt'),
|
|
(56819, 11688, 0, 'Spawn Point 8 - Dark Iron'),
|
|
(56917, 982, 0, 'Adder\'s Tongue zone 3711, node 22'),
|
|
(56918, 982, 0, 'Adder\'s Tongue zone 3711, node 23'),
|
|
(56919, 982, 0, 'Adder\'s Tongue zone 3711, node 24'),
|
|
(56920, 982, 0, 'Adder\'s Tongue zone 3711, node 25'),
|
|
(56921, 982, 0, 'Adder\'s Tongue zone 3711, node 26'),
|
|
(56922, 982, 0, 'Adder\'s Tongue zone 3711, node 27'),
|
|
(56923, 982, 0, 'Adder\'s Tongue zone 3711, node 28'),
|
|
(56924, 982, 0, 'Adder\'s Tongue zone 3711, node 29'),
|
|
(56925, 982, 0, 'Adder\'s Tongue zone 3711, node 30'),
|
|
(56926, 982, 0, 'Adder\'s Tongue zone 3711, node 31'),
|
|
(56927, 982, 0, 'Adder\'s Tongue zone 3711, node 32'),
|
|
(56928, 982, 0, 'Adder\'s Tongue zone 3711, node 33'),
|
|
(56929, 982, 0, 'Adder\'s Tongue zone 3711, node 34'),
|
|
(56930, 982, 0, 'Adder\'s Tongue zone 3711, node 35'),
|
|
(56931, 982, 0, 'Adder\'s Tongue zone 3711, node 36'),
|
|
(56932, 982, 0, 'Adder\'s Tongue zone 3711, node 37'),
|
|
(56933, 982, 0, 'Adder\'s Tongue zone 3711, node 38'),
|
|
(56934, 982, 0, 'Adder\'s Tongue zone 3711, node 39'),
|
|
(57084, 272, 0, ''),
|
|
(57085, 273, 0, ''),
|
|
(57086, 274, 0, ''),
|
|
(57448, 50000, 0, 'Raised Mud type 10 (190779) - Spawn 8'),
|
|
(57449, 50000, 0, 'Raised Mud type 10 (190779) - Spawn 7'),
|
|
(57450, 50000, 0, 'Raised Mud type 10 (190779) - Spawn 6'),
|
|
(57451, 50000, 0, 'Raised Mud type 10 (190779) - Spawn 5'),
|
|
(57740, 987, 0, 'Firethorn zone 3537, node 26'),
|
|
(57741, 987, 0, 'Firethorn zone 3537, node 27'),
|
|
(57742, 987, 0, 'Firethorn zone 3537, node 28'),
|
|
(57743, 987, 0, 'Firethorn zone 3537, node 29'),
|
|
(57744, 987, 0, 'Firethorn zone 3537, node 30'),
|
|
(57745, 987, 0, 'Firethorn zone 3537, node 31'),
|
|
(58117, 11681, 10, 'Spawn Point 1 - Dark Iron'),
|
|
(58166, 5129, 0, 'Cobalt'),
|
|
(58703, 5152, 0, 'Cobalt'),
|
|
(58711, 5130, 0, 'Cobalt'),
|
|
(58731, 5153, 0, 'Cobalt'),
|
|
(58732, 5154, 0, 'Cobalt'),
|
|
(58734, 5131, 0, 'Cobalt'),
|
|
(58737, 5132, 0, 'Cobalt'),
|
|
(58738, 5155, 0, 'Cobalt'),
|
|
(58745, 5156, 0, 'Cobalt'),
|
|
(58746, 5157, 0, 'Cobalt'),
|
|
(58749, 5158, 0, 'Cobalt'),
|
|
(58752, 5159, 0, 'Cobalt'),
|
|
(58754, 5160, 0, 'Cobalt'),
|
|
(58755, 5161, 0, 'Cobalt'),
|
|
(58760, 5162, 0, 'Cobalt'),
|
|
(58761, 5163, 0, 'Cobalt'),
|
|
(58763, 5164, 0, 'Cobalt'),
|
|
(58765, 5165, 0, 'Cobalt'),
|
|
(58766, 5166, 0, 'Cobalt'),
|
|
(59009, 5167, 0, 'Cobalt'),
|
|
(59287, 5168, 0, 'Cobalt'),
|
|
(60015, 5133, 0, 'Cobalt'),
|
|
(60018, 5134, 0, 'Cobalt'),
|
|
(60019, 5135, 0, 'Cobalt'),
|
|
(60116, 5169, 0, 'Cobalt'),
|
|
(60141, 5170, 0, 'Cobalt'),
|
|
(60159, 5171, 0, 'Cobalt'),
|
|
(60161, 5172, 0, 'Cobalt'),
|
|
(60173, 5246, 0, 'Cobalt'),
|
|
(60177, 5136, 0, 'Cobalt'),
|
|
(60184, 5173, 0, 'Cobalt'),
|
|
(60185, 5174, 0, 'Cobalt'),
|
|
(60186, 5175, 0, 'Cobalt'),
|
|
(60188, 5176, 0, 'Cobalt'),
|
|
(60240, 5123, 30, 'Cobalt, Rich'),
|
|
(60251, 5124, 30, 'Cobalt, Rich'),
|
|
(60447, 5125, 30, 'Cobalt, Rich'),
|
|
(60596, 5177, 0, 'Cobalt'),
|
|
(60642, 982, 0, 'Tiger Lily zone 3711, node 40'),
|
|
(60643, 982, 0, 'Tiger Lily zone 3711, node 41'),
|
|
(60644, 982, 0, 'Tiger Lily zone 3711, node 42'),
|
|
(60645, 982, 0, 'Tiger Lily zone 3711, node 43'),
|
|
(60646, 982, 0, 'Tiger Lily zone 3711, node 44'),
|
|
(60647, 982, 0, 'Tiger Lily zone 3711, node 45'),
|
|
(60648, 982, 0, 'Tiger Lily zone 3711, node 46'),
|
|
(60649, 982, 0, 'Tiger Lily zone 3711, node 47'),
|
|
(60650, 986, 0, 'Tiger Lily zone 495, node 62'),
|
|
(60651, 986, 0, 'Tiger Lily zone 495, node 63'),
|
|
(60652, 986, 0, 'Tiger Lily zone 495, node 64'),
|
|
(60653, 986, 0, 'Tiger Lily zone 495, node 65'),
|
|
(60654, 986, 0, 'Tiger Lily zone 495, node 66'),
|
|
(60655, 986, 0, 'Tiger Lily zone 495, node 67'),
|
|
(60656, 986, 0, 'Tiger Lily zone 495, node 68'),
|
|
(60657, 986, 0, 'Tiger Lily zone 495, node 69'),
|
|
(60658, 984, 0, 'Tiger Lily zone 394, node 30'),
|
|
(60659, 984, 0, 'Tiger Lily zone 394, node 31'),
|
|
(60660, 984, 0, 'Tiger Lily zone 394, node 32'),
|
|
(60661, 984, 0, 'Tiger Lily zone 394, node 33'),
|
|
(60662, 986, 0, 'Tiger Lily zone 495, node 70'),
|
|
(60663, 984, 0, 'Tiger Lily zone 394, node 34'),
|
|
(60664, 987, 0, 'Tiger Lily zone 3537, node 32'),
|
|
(60665, 984, 0, 'Tiger Lily zone 394, node 35'),
|
|
(60666, 984, 0, 'Tiger Lily zone 394, node 36'),
|
|
(60667, 984, 0, 'Tiger Lily zone 394, node 37'),
|
|
(60680, 983, 0, 'Talandra\'s Rose zone 66, node 1'),
|
|
(60681, 985, 0, 'Talandra\'s Rose zone 65, node 4'),
|
|
(60682, 983, 0, 'Talandra\'s Rose zone 66, node 2'),
|
|
(60683, 983, 0, 'Talandra\'s Rose zone 66, node 3'),
|
|
(60684, 983, 0, 'Talandra\'s Rose zone 66, node 4'),
|
|
(60685, 983, 0, 'Talandra\'s Rose zone 66, node 5'),
|
|
(60686, 983, 0, 'Talandra\'s Rose zone 66, node 6'),
|
|
(60687, 983, 0, 'Talandra\'s Rose zone 66, node 7'),
|
|
(60688, 983, 0, 'Talandra\'s Rose zone 66, node 8'),
|
|
(60689, 983, 0, 'Talandra\'s Rose zone 66, node 9'),
|
|
(60690, 983, 0, 'Talandra\'s Rose zone 66, node 10'),
|
|
(60691, 983, 0, 'Talandra\'s Rose zone 66, node 11'),
|
|
(60692, 983, 0, 'Talandra\'s Rose zone 66, node 12'),
|
|
(60693, 983, 0, 'Talandra\'s Rose zone 66, node 13'),
|
|
(60694, 983, 0, 'Talandra\'s Rose zone 66, node 14'),
|
|
(60695, 983, 0, 'Talandra\'s Rose zone 66, node 15'),
|
|
(60696, 983, 0, 'Talandra\'s Rose zone 66, node 16'),
|
|
(60697, 983, 0, 'Talandra\'s Rose zone 66, node 17'),
|
|
(60698, 983, 0, 'Talandra\'s Rose zone 66, node 18'),
|
|
(60699, 983, 0, 'Talandra\'s Rose zone 66, node 19'),
|
|
(60700, 983, 0, 'Talandra\'s Rose zone 66, node 20'),
|
|
(60738, 5126, 30, 'Cobalt, Rich'),
|
|
(60744, 981, 0, 'Lichbloom zone 67, node 1'),
|
|
(60745, 981, 0, 'Lichbloom zone 67, node 2'),
|
|
(60746, 981, 0, 'Lichbloom zone 67, node 3'),
|
|
(60747, 981, 0, 'Lichbloom zone 67, node 4'),
|
|
(60748, 981, 0, 'Lichbloom zone 67, node 5'),
|
|
(60749, 981, 0, 'Lichbloom zone 67, node 6'),
|
|
(60750, 981, 0, 'Lichbloom zone 67, node 7'),
|
|
(60751, 981, 0, 'Lichbloom zone 67, node 8'),
|
|
(60752, 981, 0, 'Lichbloom zone 67, node 9'),
|
|
(60753, 981, 0, 'Lichbloom zone 67, node 10'),
|
|
(60754, 981, 0, 'Lichbloom zone 67, node 11'),
|
|
(60755, 981, 0, 'Lichbloom zone 67, node 12'),
|
|
(60783, 981, 0, 'Icethorn zone 67, node 13'),
|
|
(60784, 981, 0, 'Icethorn zone 67, node 14'),
|
|
(60785, 981, 0, 'Icethorn zone 67, node 15'),
|
|
(60786, 981, 0, 'Icethorn zone 67, node 16'),
|
|
(60787, 981, 0, 'Icethorn zone 67, node 17'),
|
|
(60788, 981, 0, 'Icethorn zone 67, node 18'),
|
|
(60789, 981, 0, 'Icethorn zone 67, node 19'),
|
|
(60790, 981, 0, 'Icethorn zone 67, node 20'),
|
|
(60791, 981, 0, 'Icethorn zone 67, node 21'),
|
|
(60792, 981, 0, 'Icethorn zone 67, node 22'),
|
|
(60793, 981, 0, 'Icethorn zone 67, node 23'),
|
|
(60794, 981, 0, 'Icethorn zone 67, node 24'),
|
|
(60795, 981, 0, 'Icethorn zone 67, node 25'),
|
|
(60826, 985, 0, 'Frozen Herb zone 65, node 5'),
|
|
(60827, 985, 0, 'Frozen Herb zone 65, node 6'),
|
|
(60828, 985, 0, 'Frozen Herb zone 65, node 7'),
|
|
(60829, 985, 0, 'Frozen Herb zone 65, node 8'),
|
|
(60830, 985, 0, 'Frozen Herb zone 65, node 9'),
|
|
(60831, 985, 0, 'Frozen Herb zone 65, node 10'),
|
|
(60832, 985, 0, 'Frozen Herb zone 65, node 11'),
|
|
(60833, 985, 0, 'Frozen Herb zone 65, node 12'),
|
|
(60834, 985, 0, 'Frozen Herb zone 65, node 13'),
|
|
(60835, 985, 0, 'Frozen Herb zone 65, node 14'),
|
|
(60836, 985, 0, 'Frozen Herb zone 65, node 15'),
|
|
(60837, 985, 0, 'Frozen Herb zone 65, node 16'),
|
|
(60838, 985, 0, 'Frozen Herb zone 65, node 17'),
|
|
(60839, 985, 0, 'Frozen Herb zone 65, node 18'),
|
|
(60840, 985, 0, 'Frozen Herb zone 65, node 19'),
|
|
(60841, 985, 0, 'Frozen Herb zone 65, node 20'),
|
|
(60842, 985, 0, 'Frozen Herb zone 65, node 21'),
|
|
(60843, 985, 0, 'Frozen Herb zone 65, node 22'),
|
|
(60844, 985, 0, 'Frozen Herb zone 65, node 23'),
|
|
(60845, 985, 0, 'Frozen Herb zone 65, node 24'),
|
|
(60846, 985, 0, 'Frozen Herb zone 65, node 25'),
|
|
(60847, 985, 0, 'Frozen Herb zone 65, node 26'),
|
|
(60848, 985, 0, 'Frozen Herb zone 65, node 27'),
|
|
(60849, 985, 0, 'Frozen Herb zone 65, node 28'),
|
|
(60850, 985, 0, 'Frozen Herb zone 65, node 29'),
|
|
(60851, 985, 0, 'Frozen Herb zone 65, node 30'),
|
|
(60852, 985, 0, 'Frozen Herb zone 65, node 31'),
|
|
(60853, 985, 0, 'Frozen Herb zone 65, node 32'),
|
|
(60854, 985, 0, 'Frozen Herb zone 65, node 33'),
|
|
(60855, 985, 0, 'Frozen Herb zone 65, node 34'),
|
|
(60856, 985, 0, 'Frozen Herb zone 65, node 35'),
|
|
(60858, 985, 0, 'Frozen Herb zone 65, node 36'),
|
|
(60859, 5127, 30, 'Cobalt, Rich'),
|
|
(60874, 979, 0, 'Frozen Herb zone 4197, node 1'),
|
|
(60876, 983, 0, 'Frozen Herb zone 66, node 21'),
|
|
(60928, 983, 0, 'Frozen Herb zone 66, node 22'),
|
|
(60929, 983, 0, 'Frozen Herb zone 66, node 23'),
|
|
(60930, 983, 0, 'Frozen Herb zone 66, node 24'),
|
|
(60931, 983, 0, 'Frozen Herb zone 66, node 25'),
|
|
(60932, 983, 0, 'Frozen Herb zone 66, node 26'),
|
|
(60933, 983, 0, 'Frozen Herb zone 66, node 27'),
|
|
(60934, 983, 0, 'Frozen Herb zone 66, node 28'),
|
|
(60935, 983, 0, 'Frozen Herb zone 66, node 29'),
|
|
(60936, 983, 0, 'Frozen Herb zone 66, node 30'),
|
|
(60937, 983, 0, 'Frozen Herb zone 66, node 31'),
|
|
(60938, 983, 0, 'Frozen Herb zone 66, node 32'),
|
|
(60939, 983, 0, 'Frozen Herb zone 66, node 33'),
|
|
(60940, 983, 0, 'Frozen Herb zone 66, node 34'),
|
|
(60941, 983, 0, 'Frozen Herb zone 66, node 35'),
|
|
(60942, 983, 0, 'Frozen Herb zone 66, node 36'),
|
|
(60943, 983, 0, 'Frozen Herb zone 66, node 37'),
|
|
(60944, 983, 0, 'Frozen Herb zone 66, node 38'),
|
|
(60945, 983, 0, 'Frozen Herb zone 66, node 39'),
|
|
(60946, 983, 0, 'Frozen Herb zone 66, node 40'),
|
|
(60947, 983, 0, 'Frozen Herb zone 66, node 41'),
|
|
(60948, 983, 0, 'Frozen Herb zone 66, node 42'),
|
|
(61071, 5128, 30, 'Cobalt, Rich'),
|
|
(61077, 5178, 0, 'Cobalt'),
|
|
(61078, 5129, 30, 'Cobalt, Rich'),
|
|
(61079, 5179, 0, 'Cobalt'),
|
|
(61082, 5130, 30, 'Cobalt, Rich'),
|
|
(61086, 5131, 30, 'Cobalt, Rich'),
|
|
(61222, 5132, 30, 'Cobalt, Rich'),
|
|
(61290, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(61291, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(61302, 5450, 0, 'Icecrown 189980, node 3'),
|
|
(61304, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(61305, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(61312, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(61313, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(61315, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(61316, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(61322, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(61324, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(61327, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(61328, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(61329, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(61330, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(61332, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(61337, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(61338, 8131, 0, 'Terocone - Terokkar Forest'),
|
|
(61339, 8130, 0, 'Terocone - Terokkar Forest'),
|
|
(61340, 8131, 0, 'Terocone - Terokkar Forest'),
|
|
(61341, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(61342, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(61343, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(61344, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(61419, 982, 0, 'Adder\'s Tongue zone 3711, node 48'),
|
|
(61420, 982, 0, 'Adder\'s Tongue zone 3711, node 49'),
|
|
(61421, 982, 0, 'Adder\'s Tongue zone 3711, node 50'),
|
|
(61422, 982, 0, 'Adder\'s Tongue zone 3711, node 51'),
|
|
(61423, 982, 0, 'Adder\'s Tongue zone 3711, node 52'),
|
|
(61424, 982, 0, 'Adder\'s Tongue zone 3711, node 53'),
|
|
(61425, 982, 0, 'Adder\'s Tongue zone 3711, node 54'),
|
|
(61426, 982, 0, 'Adder\'s Tongue zone 3711, node 55'),
|
|
(61427, 982, 0, 'Adder\'s Tongue zone 3711, node 56'),
|
|
(61430, 982, 0, 'Adder\'s Tongue zone 3711, node 57'),
|
|
(61431, 982, 0, 'Adder\'s Tongue zone 3711, node 58'),
|
|
(61432, 982, 0, 'Adder\'s Tongue zone 3711, node 59'),
|
|
(61433, 982, 0, 'Adder\'s Tongue zone 3711, node 60'),
|
|
(61434, 982, 0, 'Adder\'s Tongue zone 3711, node 61'),
|
|
(61435, 982, 0, 'Adder\'s Tongue zone 3711, node 62'),
|
|
(61436, 982, 0, 'Adder\'s Tongue zone 3711, node 63'),
|
|
(61437, 982, 0, 'Adder\'s Tongue zone 3711, node 64'),
|
|
(61438, 982, 0, 'Adder\'s Tongue zone 3711, node 65'),
|
|
(61439, 982, 0, 'Adder\'s Tongue zone 3711, node 66'),
|
|
(61440, 982, 0, 'Adder\'s Tongue zone 3711, node 67'),
|
|
(61441, 982, 0, 'Adder\'s Tongue zone 3711, node 68'),
|
|
(61442, 982, 0, 'Adder\'s Tongue zone 3711, node 69'),
|
|
(61443, 982, 0, 'Adder\'s Tongue zone 3711, node 70'),
|
|
(61444, 982, 0, 'Adder\'s Tongue zone 3711, node 71'),
|
|
(61450, 997, 0, 'Firebloom zone 4, node 106'),
|
|
(61451, 947, 0, 'Firebloom zone 51, node 54'),
|
|
(61452, 997, 0, 'Firebloom zone 4, node 107'),
|
|
(61818, 5180, 0, 'Cobalt'),
|
|
(61929, 5239, 0, 'Cobalt'),
|
|
(61969, 988, 0, 'Purple Lotus zone 33, node 608'),
|
|
(61970, 988, 0, 'Purple Lotus zone 33, node 609'),
|
|
(61971, 988, 0, 'Purple Lotus zone 33, node 610'),
|
|
(61972, 988, 0, 'Purple Lotus zone 33, node 611'),
|
|
(61973, 988, 0, 'Purple Lotus zone 33, node 612'),
|
|
(61974, 990, 0, 'Purple Lotus zone 16, node 491'),
|
|
(61975, 990, 0, 'Purple Lotus zone 16, node 492'),
|
|
(61976, 990, 0, 'Purple Lotus zone 16, node 493'),
|
|
(61979, 954, 0, 'Arthas\' Tears zone 28, node 168'),
|
|
(61982, 968, 0, 'Arthas\' Tears zone 139, node 343'),
|
|
(61984, 954, 0, 'Arthas\' Tears zone 28, node 169'),
|
|
(61985, 954, 0, 'Arthas\' Tears zone 28, node 170'),
|
|
(61988, 954, 0, 'Arthas\' Tears zone 28, node 171'),
|
|
(61989, 954, 0, 'Arthas\' Tears zone 28, node 172'),
|
|
(61994, 954, 0, 'Arthas\' Tears zone 28, node 173'),
|
|
(61995, 5133, 30, 'Cobalt, Rich'),
|
|
(61996, 982, 0, 'Adder\'s Tongue zone 3711, node 72'),
|
|
(62001, 985, 0, 'Frozen Herb zone 65, node 37'),
|
|
(62002, 954, 0, 'Arthas\' Tears zone 28, node 174'),
|
|
(62003, 954, 0, 'Arthas\' Tears zone 28, node 175'),
|
|
(62024, 987, 0, 'Goldclover zone 3537, node 33'),
|
|
(62028, 968, 0, 'Arthas\' Tears zone 139, node 344'),
|
|
(62032, 954, 0, 'Arthas\' Tears zone 28, node 176'),
|
|
(62042, 987, 0, 'Goldclover zone 3537, node 34'),
|
|
(62043, 985, 0, 'Frozen Herb zone 65, node 38'),
|
|
(62044, 987, 0, 'Goldclover zone 3537, node 35'),
|
|
(62048, 985, 0, 'Frozen Herb zone 65, node 39'),
|
|
(62049, 980, 0, 'Icethorn zone 210, node 1'),
|
|
(62177, 954, 0, 'Arthas\' Tears zone 28, node 177'),
|
|
(62178, 968, 0, 'Arthas\' Tears zone 139, node 345'),
|
|
(62202, 954, 0, 'Arthas\' Tears zone 28, node 178'),
|
|
(62210, 968, 0, 'Arthas\' Tears zone 139, node 346'),
|
|
(62277, 954, 0, 'Arthas\' Tears zone 28, node 179'),
|
|
(62289, 954, 0, 'Arthas\' Tears zone 28, node 180'),
|
|
(62291, 968, 0, 'Arthas\' Tears zone 139, node 347'),
|
|
(62292, 990, 0, 'Sungrass zone 16, node 494'),
|
|
(62293, 954, 0, 'Sungrass zone 28, node 181'),
|
|
(62294, 968, 0, 'Sungrass zone 139, node 348'),
|
|
(62295, 954, 0, 'Sungrass zone 28, node 182'),
|
|
(62297, 954, 0, 'Sungrass zone 28, node 183'),
|
|
(62298, 968, 0, 'Sungrass zone 139, node 349'),
|
|
(62300, 987, 0, 'Tiger Lily zone 3537, node 36'),
|
|
(62303, 987, 0, 'Tiger Lily zone 3537, node 37'),
|
|
(62343, 987, 0, 'Tiger Lily zone 3537, node 38'),
|
|
(62345, 954, 0, 'Sungrass zone 28, node 184'),
|
|
(62347, 954, 0, 'Sungrass zone 28, node 185'),
|
|
(62349, 954, 0, 'Sungrass zone 28, node 186'),
|
|
(62351, 968, 0, 'Sungrass zone 139, node 350'),
|
|
(62354, 980, 0, 'Lichbloom zone 210, node 2'),
|
|
(62357, 997, 0, 'Sungrass zone 4, node 108'),
|
|
(62360, 968, 0, 'Sungrass zone 139, node 351'),
|
|
(62365, 968, 0, 'Sungrass zone 139, node 352'),
|
|
(62367, 968, 0, 'Sungrass zone 139, node 353'),
|
|
(62372, 954, 0, 'Sungrass zone 28, node 187'),
|
|
(62459, 990, 0, 'Sungrass zone 16, node 495'),
|
|
(62460, 954, 0, 'Sungrass zone 28, node 188'),
|
|
(62599, 996, 0, 'Blindweed zone 8, node 344'),
|
|
(62603, 980, 0, 'Lichbloom zone 210, node 3'),
|
|
(62606, 996, 0, 'Blindweed zone 8, node 345'),
|
|
(62626, 996, 0, 'Blindweed zone 8, node 346'),
|
|
(62645, 996, 0, 'Blindweed zone 8, node 347'),
|
|
(62646, 996, 0, 'Blindweed zone 8, node 348'),
|
|
(62647, 996, 0, 'Blindweed zone 8, node 349'),
|
|
(62648, 996, 0, 'Blindweed zone 8, node 350'),
|
|
(62649, 996, 0, 'Blindweed zone 8, node 351'),
|
|
(62757, 996, 0, 'Blindweed zone 8, node 352'),
|
|
(62841, 980, 0, 'Lichbloom zone 210, node 4'),
|
|
(62842, 980, 0, 'Lichbloom zone 210, node 5'),
|
|
(62843, 980, 0, 'Lichbloom zone 210, node 6'),
|
|
(62844, 980, 0, 'Lichbloom zone 210, node 7'),
|
|
(62845, 980, 0, 'Lichbloom zone 210, node 8'),
|
|
(62846, 980, 0, 'Lichbloom zone 210, node 9'),
|
|
(62847, 980, 0, 'Lichbloom zone 210, node 10'),
|
|
(62848, 980, 0, 'Lichbloom zone 210, node 11'),
|
|
(62849, 980, 0, 'Lichbloom zone 210, node 12'),
|
|
(62850, 980, 0, 'Lichbloom zone 210, node 13'),
|
|
(62851, 980, 0, 'Lichbloom zone 210, node 14'),
|
|
(62852, 980, 0, 'Lichbloom zone 210, node 15'),
|
|
(62853, 980, 0, 'Lichbloom zone 210, node 16'),
|
|
(62854, 980, 0, 'Lichbloom zone 210, node 17'),
|
|
(62855, 980, 0, 'Lichbloom zone 210, node 18'),
|
|
(62856, 980, 0, 'Lichbloom zone 210, node 19'),
|
|
(62857, 980, 0, 'Lichbloom zone 210, node 20'),
|
|
(62858, 980, 0, 'Lichbloom zone 210, node 21'),
|
|
(62859, 980, 0, 'Lichbloom zone 210, node 22'),
|
|
(62860, 980, 0, 'Lichbloom zone 210, node 23'),
|
|
(62861, 980, 0, 'Lichbloom zone 210, node 24'),
|
|
(62862, 980, 0, 'Lichbloom zone 210, node 25'),
|
|
(62863, 980, 0, 'Lichbloom zone 210, node 26'),
|
|
(62864, 980, 0, 'Lichbloom zone 210, node 27'),
|
|
(62865, 980, 0, 'Lichbloom zone 210, node 28'),
|
|
(62866, 980, 0, 'Lichbloom zone 210, node 29'),
|
|
(62867, 980, 0, 'Lichbloom zone 210, node 30'),
|
|
(62869, 980, 0, 'Icethorn zone 210, node 31'),
|
|
(62870, 980, 0, 'Icethorn zone 210, node 32'),
|
|
(62871, 980, 0, 'Icethorn zone 210, node 33'),
|
|
(62872, 980, 0, 'Icethorn zone 210, node 34'),
|
|
(62873, 980, 0, 'Icethorn zone 210, node 35'),
|
|
(62874, 980, 0, 'Icethorn zone 210, node 36'),
|
|
(62875, 980, 0, 'Icethorn zone 210, node 37'),
|
|
(62876, 980, 0, 'Icethorn zone 210, node 38'),
|
|
(62877, 980, 0, 'Icethorn zone 210, node 39'),
|
|
(62878, 980, 0, 'Icethorn zone 210, node 40'),
|
|
(62879, 980, 0, 'Icethorn zone 210, node 41'),
|
|
(62880, 980, 0, 'Icethorn zone 210, node 42'),
|
|
(62881, 980, 0, 'Icethorn zone 210, node 43'),
|
|
(62882, 980, 0, 'Icethorn zone 210, node 44'),
|
|
(62883, 980, 0, 'Icethorn zone 210, node 45'),
|
|
(62884, 980, 0, 'Icethorn zone 210, node 46'),
|
|
(62885, 980, 0, 'Icethorn zone 210, node 47'),
|
|
(62886, 980, 0, 'Icethorn zone 210, node 48'),
|
|
(62887, 980, 0, 'Icethorn zone 210, node 49'),
|
|
(62888, 980, 0, 'Icethorn zone 210, node 50'),
|
|
(62901, 980, 0, 'Lichbloom zone 210, node 51'),
|
|
(62904, 996, 0, 'Blindweed zone 8, node 353'),
|
|
(62905, 996, 0, 'Blindweed zone 8, node 354'),
|
|
(62923, 996, 0, 'Blindweed zone 8, node 355'),
|
|
(62926, 996, 0, 'Blindweed zone 8, node 356'),
|
|
(62949, 980, 0, 'Icethorn zone 210, node 52'),
|
|
(62973, 996, 0, 'Blindweed zone 8, node 357'),
|
|
(62975, 996, 0, 'Blindweed zone 8, node 358'),
|
|
(62978, 996, 0, 'Blindweed zone 8, node 359'),
|
|
(63051, 996, 0, 'Blindweed zone 8, node 360'),
|
|
(63064, 996, 0, 'Blindweed zone 8, node 361'),
|
|
(63065, 980, 0, 'Icethorn zone 210, node 53'),
|
|
(63081, 980, 0, 'Icethorn zone 210, node 54'),
|
|
(63110, 996, 0, 'Blindweed zone 8, node 362'),
|
|
(63111, 996, 0, 'Blindweed zone 8, node 363'),
|
|
(63149, 965, 0, 'Ghost Mushroom zone 47, node 299'),
|
|
(63150, 8076, 0, 'Ghost Mushroom - Zangarmarsh'),
|
|
(63151, 8076, 0, 'Ghost Mushroom - Zangarmarsh'),
|
|
(63195, 8076, 0, 'Ghost Mushroom - Zangarmarsh'),
|
|
(63202, 997, 0, 'Gromsblood zone 4, node 109'),
|
|
(63222, 987, 0, 'Firethorn zone 3537, node 39'),
|
|
(63224, 987, 0, 'Firethorn zone 3537, node 40'),
|
|
(63225, 987, 0, 'Firethorn zone 3537, node 41'),
|
|
(63226, 987, 0, 'Firethorn zone 3537, node 42'),
|
|
(63238, 951, 0, 'Silverleaf zone 40, node 283'),
|
|
(63242, 951, 0, 'Silverleaf zone 40, node 284'),
|
|
(63243, 951, 0, 'Silverleaf zone 40, node 285'),
|
|
(63248, 951, 0, 'Silverleaf zone 40, node 286'),
|
|
(63256, 952, 0, 'Peacebloom zone 38, node 200'),
|
|
(63267, 951, 0, 'Peacebloom zone 40, node 287'),
|
|
(63278, 952, 0, 'Earthroot zone 38, node 201'),
|
|
(63284, 951, 0, 'Earthroot zone 40, node 288'),
|
|
(63292, 951, 0, 'Earthroot zone 40, node 289'),
|
|
(63293, 951, 0, 'Earthroot zone 40, node 290'),
|
|
(63294, 951, 0, 'Earthroot zone 40, node 291'),
|
|
(63297, 950, 0, 'Earthroot zone 44, node 185'),
|
|
(63299, 949, 0, 'Mageroyal zone 406, node 249'),
|
|
(63300, 960, 0, 'Mageroyal zone 331, node 412'),
|
|
(63305, 951, 0, 'Mageroyal zone 40, node 292'),
|
|
(63306, 995, 0, 'Mageroyal zone 10, node 252'),
|
|
(63308, 995, 0, 'Mageroyal zone 10, node 253'),
|
|
(63309, 995, 0, 'Mageroyal zone 10, node 254'),
|
|
(63310, 995, 0, 'Mageroyal zone 10, node 255'),
|
|
(63311, 995, 0, 'Mageroyal zone 10, node 256'),
|
|
(63313, 995, 0, 'Mageroyal zone 10, node 257'),
|
|
(63314, 994, 0, 'Mageroyal zone 11, node 319'),
|
|
(63315, 960, 0, 'Mageroyal zone 331, node 413'),
|
|
(63316, 949, 0, 'Briarthorn zone 406, node 250'),
|
|
(63317, 949, 0, 'Briarthorn zone 406, node 251'),
|
|
(63319, 960, 0, 'Briarthorn zone 331, node 414'),
|
|
(63321, 951, 0, 'Briarthorn zone 40, node 293'),
|
|
(63322, 951, 0, 'Briarthorn zone 40, node 294'),
|
|
(63323, 951, 0, 'Briarthorn zone 40, node 295'),
|
|
(63324, 951, 0, 'Briarthorn zone 40, node 296'),
|
|
(63325, 951, 0, 'Briarthorn zone 40, node 297'),
|
|
(63326, 995, 0, 'Briarthorn zone 10, node 258'),
|
|
(63327, 995, 0, 'Briarthorn zone 10, node 259'),
|
|
(63328, 951, 0, 'Briarthorn zone 40, node 298'),
|
|
(63331, 995, 0, 'Briarthorn zone 10, node 260'),
|
|
(63332, 995, 0, 'Briarthorn zone 10, node 261'),
|
|
(63333, 995, 0, 'Briarthorn zone 10, node 262'),
|
|
(63334, 995, 0, 'Briarthorn zone 10, node 263'),
|
|
(63336, 995, 0, 'Briarthorn zone 10, node 264'),
|
|
(63337, 958, 0, 'Briarthorn zone 267, node 233'),
|
|
(63338, 958, 0, 'Briarthorn zone 267, node 234'),
|
|
(63339, 960, 0, 'Briarthorn zone 331, node 415'),
|
|
(63341, 949, 0, 'Bruiseweed zone 406, node 252'),
|
|
(63342, 949, 0, 'Bruiseweed zone 406, node 253'),
|
|
(63343, 949, 0, 'Bruiseweed zone 406, node 254'),
|
|
(63344, 822, 0, 'Bruiseweed,Zone 405,405,node 151'),
|
|
(63345, 949, 0, 'Bruiseweed zone 406, node 255'),
|
|
(63346, 995, 0, 'Bruiseweed zone 10, node 265'),
|
|
(63347, 951, 0, 'Bruiseweed zone 40, node 299'),
|
|
(63348, 951, 0, 'Bruiseweed zone 40, node 300'),
|
|
(63349, 995, 0, 'Bruiseweed zone 10, node 266'),
|
|
(63355, 995, 0, 'Bruiseweed zone 10, node 267'),
|
|
(63356, 995, 0, 'Bruiseweed zone 10, node 268'),
|
|
(63357, 995, 0, 'Bruiseweed zone 10, node 269'),
|
|
(63358, 995, 0, 'Bruiseweed zone 10, node 270'),
|
|
(63359, 995, 0, 'Bruiseweed zone 10, node 271'),
|
|
(63360, 995, 0, 'Bruiseweed zone 10, node 272'),
|
|
(63361, 995, 0, 'Bruiseweed zone 10, node 273'),
|
|
(63362, 994, 0, 'Bruiseweed zone 11, node 320'),
|
|
(63365, 950, 0, 'Bruiseweed zone 44, node 186'),
|
|
(63366, 960, 0, 'Bruiseweed zone 331, node 416'),
|
|
(63368, 994, 0, 'Bruiseweed zone 11, node 321'),
|
|
(63369, 949, 0, 'Wild Steelbloom zone 406, node 256'),
|
|
(63370, 949, 0, 'Wild Steelbloom zone 406, node 257'),
|
|
(63371, 988, 0, 'Wild Steelbloom zone 33, node 613'),
|
|
(63372, 988, 0, 'Wild Steelbloom zone 33, node 614'),
|
|
(63373, 998, 0, 'Wild Steelbloom zone 3, node 162'),
|
|
(63374, 995, 0, 'Wild Steelbloom zone 10, node 274'),
|
|
(63375, 995, 0, 'Wild Steelbloom zone 10, node 275'),
|
|
(63376, 995, 0, 'Wild Steelbloom zone 10, node 276'),
|
|
(63377, 995, 0, 'Wild Steelbloom zone 10, node 277'),
|
|
(63378, 988, 0, 'Wild Steelbloom zone 33, node 615'),
|
|
(63379, 988, 0, 'Wild Steelbloom zone 33, node 616'),
|
|
(63380, 995, 0, 'Wild Steelbloom zone 10, node 278'),
|
|
(63381, 995, 0, 'Wild Steelbloom zone 10, node 279'),
|
|
(63382, 988, 0, 'Wild Steelbloom zone 33, node 617'),
|
|
(63383, 958, 0, 'Wild Steelbloom zone 267, node 236'),
|
|
(63385, 949, 0, 'Kingsblood zone 406, node 258'),
|
|
(63386, 822, 0, 'Kingsblood,Zone 405,405,node 152'),
|
|
(63388, 998, 0, 'Kingsblood zone 3, node 163'),
|
|
(63389, 998, 0, 'Kingsblood zone 3, node 164'),
|
|
(63390, 995, 0, 'Kingsblood zone 10, node 280'),
|
|
(63391, 995, 0, 'Kingsblood zone 10, node 281'),
|
|
(63392, 995, 0, 'Kingsblood zone 10, node 282'),
|
|
(63393, 995, 0, 'Kingsblood zone 10, node 283'),
|
|
(63394, 995, 0, 'Kingsblood zone 10, node 284'),
|
|
(63395, 996, 0, 'Kingsblood zone 8, node 364'),
|
|
(63396, 988, 0, 'Kingsblood zone 33, node 618'),
|
|
(63398, 996, 0, 'Kingsblood zone 8, node 365'),
|
|
(63400, 988, 0, 'Kingsblood zone 33, node 619'),
|
|
(63401, 996, 0, 'Kingsblood zone 8, node 366'),
|
|
(63402, 988, 0, 'Kingsblood zone 33, node 620'),
|
|
(63403, 991, 0, 'Kingsblood zone 15, node 46'),
|
|
(63404, 995, 0, 'Kingsblood zone 10, node 285'),
|
|
(63405, 988, 0, 'Kingsblood zone 33, node 621'),
|
|
(63406, 991, 0, 'Kingsblood zone 15, node 47'),
|
|
(63407, 565, 0, 'Kingsblood in Alterac Mountains'),
|
|
(63408, 958, 0, 'Kingsblood zone 267, node 237'),
|
|
(63410, 822, 0, 'Grave Moss,Zone 405,405,node 153'),
|
|
(63411, 995, 0, 'Grave Moss zone 10, node 286'),
|
|
(63412, 995, 0, 'Grave Moss zone 10, node 287'),
|
|
(63415, 995, 0, 'Grave Moss zone 10, node 288'),
|
|
(63419, 968, 0, 'Grave Moss zone 139, node 354'),
|
|
(63420, 968, 0, 'Grave Moss zone 139, node 355'),
|
|
(63437, 5620, 0, 'Wintergrasp 189980, node 4'),
|
|
(63486, 50002, 0, 'Spawn Point 3 - Tin Vein'),
|
|
(63489, 50002, 0, 'Spawn Point 4 - Tin Vein'),
|
|
(63507, 11693, 20, 'Spawn Point 1 - Silver'),
|
|
(63514, 11690, 50, 'Spawn Point 1 - Gold'),
|
|
(63523, 968, 0, 'Golden Sansam zone 139, node 356'),
|
|
(63534, 8095, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(63536, 968, 0, 'Golden Sansam zone 139, node 357'),
|
|
(63539, 11678, 0, 'Spawn Point 2 - Iron'),
|
|
(63549, 8029, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(63554, 8042, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(63556, 8095, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(63558, 8029, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(63559, 968, 0, 'Golden Sansam zone 139, node 358'),
|
|
(63560, 965, 0, 'Golden Sansam zone 47, node 300'),
|
|
(63562, 8042, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(63563, 8034, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(63564, 8029, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(63565, 8029, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(63566, 8096, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(63569, 8095, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(63570, 990, 0, 'Golden Sansam zone 16, node 496'),
|
|
(63571, 990, 0, 'Golden Sansam zone 16, node 497'),
|
|
(63572, 8095, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(63574, 8095, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(63575, 8096, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(63576, 8096, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(63577, 8095, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(63578, 8095, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(63579, 8029, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(63580, 8042, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(63581, 8096, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(63582, 8096, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(63583, 8095, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(63585, 8029, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(63586, 8029, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(63587, 8029, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(63588, 8019, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(63589, 8013, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(63590, 8024, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(63591, 8034, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(63592, 8029, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(63593, 990, 0, 'Dreamfoil zone 16, node 498'),
|
|
(63594, 990, 0, 'Dreamfoil zone 16, node 499'),
|
|
(63595, 8022, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(63596, 8022, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(63597, 8017, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(63598, 8022, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(63599, 954, 0, 'Dreamfoil zone 28, node 189'),
|
|
(63605, 968, 0, 'Dreamfoil zone 139, node 359'),
|
|
(63606, 968, 0, 'Dreamfoil zone 139, node 360'),
|
|
(63608, 954, 0, 'Dreamfoil zone 28, node 190'),
|
|
(63609, 968, 0, 'Dreamfoil zone 139, node 361'),
|
|
(63610, 8027, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(63611, 954, 0, 'Dreamfoil zone 28, node 191'),
|
|
(63614, 8027, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(63615, 968, 0, 'Dreamfoil zone 139, node 362'),
|
|
(63616, 968, 0, 'Dreamfoil zone 139, node 363'),
|
|
(63618, 968, 0, 'Dreamfoil zone 139, node 364'),
|
|
(63620, 968, 0, 'Dreamfoil zone 139, node 365'),
|
|
(63621, 968, 0, 'Dreamfoil zone 139, node 366'),
|
|
(63622, 8041, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(63623, 968, 0, 'Dreamfoil zone 139, node 367'),
|
|
(63624, 968, 0, 'Dreamfoil zone 139, node 368'),
|
|
(63626, 954, 0, 'Dreamfoil zone 28, node 192'),
|
|
(63627, 954, 0, 'Dreamfoil zone 28, node 193'),
|
|
(63628, 954, 0, 'Dreamfoil zone 28, node 194'),
|
|
(63629, 990, 0, 'Dreamfoil zone 16, node 500'),
|
|
(63630, 8032, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(63631, 8032, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(63632, 50003, 0, 'Dreamfoil zone 46, node 55'),
|
|
(63633, 968, 0, 'Dreamfoil zone 139, node 369'),
|
|
(63634, 968, 0, 'Dreamfoil zone 139, node 370'),
|
|
(63635, 968, 0, 'Dreamfoil zone 139, node 371'),
|
|
(63636, 968, 0, 'Dreamfoil zone 139, node 372'),
|
|
(63637, 968, 0, 'Dreamfoil zone 139, node 373'),
|
|
(63639, 8089, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(63640, 8089, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(63641, 8088, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(63642, 8088, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(63643, 8088, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(63644, 8022, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(63645, 8027, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(63646, 8022, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(63647, 8041, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(63648, 8037, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(63649, 8027, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(63650, 8032, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(63651, 8037, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(63652, 8022, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(63653, 990, 0, 'Mountain Silversage zone 16, node 501'),
|
|
(63655, 8014, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(63657, 968, 0, 'Mountain Silversage zone 139, node 374'),
|
|
(63658, 954, 0, 'Mountain Silversage zone 28, node 195'),
|
|
(63659, 8014, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(63660, 8028, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(63661, 8028, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(63662, 968, 0, 'Mountain Silversage zone 139, node 375'),
|
|
(63664, 968, 0, 'Mountain Silversage zone 139, node 376'),
|
|
(63665, 954, 0, 'Mountain Silversage zone 28, node 196'),
|
|
(63666, 8038, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(63667, 968, 0, 'Mountain Silversage zone 139, node 377'),
|
|
(63669, 8038, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(63670, 968, 0, 'Mountain Silversage zone 139, node 378'),
|
|
(63671, 968, 0, 'Mountain Silversage zone 139, node 379'),
|
|
(63672, 8014, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(63673, 8023, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(63674, 8014, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(63675, 8028, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(63676, 8023, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(63677, 8028, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(63678, 8038, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(63679, 8033, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(63680, 8028, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(63681, 968, 0, 'Plaguebloom zone 139, node 380'),
|
|
(63683, 954, 0, 'Plaguebloom zone 28, node 197'),
|
|
(63685, 968, 0, 'Plaguebloom zone 139, node 381'),
|
|
(63686, 968, 0, 'Plaguebloom zone 139, node 382'),
|
|
(63689, 954, 0, 'Plaguebloom zone 28, node 198'),
|
|
(63691, 954, 0, 'Plaguebloom zone 28, node 199'),
|
|
(63694, 968, 0, 'Plaguebloom zone 139, node 383'),
|
|
(63696, 968, 0, 'Plaguebloom zone 139, node 384'),
|
|
(63697, 954, 0, 'Plaguebloom zone 28, node 200'),
|
|
(63699, 954, 0, 'Plaguebloom zone 28, node 201'),
|
|
(63701, 968, 0, 'Plaguebloom zone 139, node 385'),
|
|
(63702, 968, 0, 'Plaguebloom zone 139, node 386'),
|
|
(63703, 968, 0, 'Plaguebloom zone 139, node 387'),
|
|
(63706, 968, 0, 'Plaguebloom zone 139, node 388'),
|
|
(63708, 954, 0, 'Plaguebloom zone 28, node 203'),
|
|
(63709, 954, 0, 'Plaguebloom zone 28, node 204'),
|
|
(63711, 954, 0, 'Plaguebloom zone 28, node 205'),
|
|
(63712, 968, 0, 'Plaguebloom zone 139, node 389'),
|
|
(63713, 954, 0, 'Plaguebloom zone 28, node 206'),
|
|
(63714, 968, 0, 'Plaguebloom zone 139, node 390'),
|
|
(63715, 968, 0, 'Plaguebloom zone 139, node 391'),
|
|
(63716, 968, 0, 'Plaguebloom zone 139, node 392'),
|
|
(63717, 968, 0, 'Plaguebloom zone 139, node 393'),
|
|
(63718, 968, 0, 'Plaguebloom zone 139, node 394'),
|
|
(63719, 954, 0, 'Plaguebloom zone 28, node 207'),
|
|
(63720, 968, 0, 'Plaguebloom zone 139, node 395'),
|
|
(63721, 968, 0, 'Plaguebloom zone 139, node 396'),
|
|
(63722, 954, 0, 'Plaguebloom zone 28, node 208'),
|
|
(63723, 968, 0, 'Plaguebloom zone 139, node 397'),
|
|
(63724, 954, 0, 'Plaguebloom zone 28, node 209'),
|
|
(63725, 954, 0, 'Plaguebloom zone 28, node 210'),
|
|
(63726, 968, 0, 'Plaguebloom zone 139, node 398'),
|
|
(63727, 968, 0, 'Black Lotus zone 139, node 399'),
|
|
(63728, 968, 0, 'Black Lotus zone 139, node 400'),
|
|
(63729, 984, 0, 'Tiger Lily zone 394, node 38'),
|
|
(63732, 982, 0, 'Tiger Lily zone 3711, node 73'),
|
|
(63733, 982, 0, 'Tiger Lily zone 3711, node 74'),
|
|
(63734, 982, 0, 'Tiger Lily zone 3711, node 75'),
|
|
(63735, 982, 0, 'Tiger Lily zone 3711, node 76'),
|
|
(63736, 982, 0, 'Tiger Lily zone 3711, node 77'),
|
|
(63737, 982, 0, 'Tiger Lily zone 3711, node 78'),
|
|
(63740, 986, 0, 'Tiger Lily zone 495, node 71'),
|
|
(63742, 986, 0, 'Tiger Lily zone 495, node 72'),
|
|
(63744, 982, 0, 'Tiger Lily zone 3711, node 79'),
|
|
(63747, 986, 0, 'Tiger Lily zone 495, node 73'),
|
|
(63748, 982, 0, 'Tiger Lily zone 3711, node 80'),
|
|
(63749, 982, 0, 'Tiger Lily zone 3711, node 81'),
|
|
(63750, 982, 0, 'Tiger Lily zone 3711, node 82'),
|
|
(63751, 982, 0, 'Tiger Lily zone 3711, node 83'),
|
|
(63752, 5134, 30, 'Cobalt, Rich'),
|
|
(63753, 5135, 30, 'Cobalt, Rich'),
|
|
(63754, 5136, 30, 'Cobalt, Rich'),
|
|
(63755, 5137, 30, 'Cobalt, Rich'),
|
|
(63756, 986, 0, 'Tiger Lily zone 495, node 74'),
|
|
(63757, 984, 0, 'Tiger Lily zone 394, node 39'),
|
|
(63758, 984, 0, 'Tiger Lily zone 394, node 40'),
|
|
(63759, 984, 0, 'Tiger Lily zone 394, node 41'),
|
|
(63760, 984, 0, 'Tiger Lily zone 394, node 42'),
|
|
(63761, 984, 0, 'Tiger Lily zone 394, node 43'),
|
|
(63762, 986, 0, 'Tiger Lily zone 495, node 75'),
|
|
(63763, 5138, 30, 'Cobalt, Rich'),
|
|
(63764, 986, 0, 'Tiger Lily zone 495, node 76'),
|
|
(63765, 986, 0, 'Tiger Lily zone 495, node 77'),
|
|
(63766, 986, 0, 'Tiger Lily zone 495, node 78'),
|
|
(63767, 986, 0, 'Tiger Lily zone 495, node 79'),
|
|
(63768, 984, 0, 'Tiger Lily zone 394, node 44'),
|
|
(63769, 984, 0, 'Tiger Lily zone 394, node 45'),
|
|
(63770, 984, 0, 'Tiger Lily zone 394, node 46'),
|
|
(63771, 986, 0, 'Tiger Lily zone 495, node 80'),
|
|
(63772, 5139, 30, 'Cobalt, Rich'),
|
|
(63773, 984, 0, 'Tiger Lily zone 394, node 47'),
|
|
(63774, 984, 0, 'Tiger Lily zone 394, node 48'),
|
|
(63775, 984, 0, 'Tiger Lily zone 394, node 49'),
|
|
(63776, 984, 0, 'Tiger Lily zone 394, node 50'),
|
|
(63777, 986, 0, 'Tiger Lily zone 495, node 81'),
|
|
(63778, 983, 0, 'Talandra\'s Rose zone 66, node 43'),
|
|
(63779, 983, 0, 'Talandra\'s Rose zone 66, node 44'),
|
|
(63780, 983, 0, 'Talandra\'s Rose zone 66, node 45'),
|
|
(63781, 983, 0, 'Talandra\'s Rose zone 66, node 46'),
|
|
(63782, 983, 0, 'Talandra\'s Rose zone 66, node 47'),
|
|
(63783, 983, 0, 'Talandra\'s Rose zone 66, node 48'),
|
|
(63784, 983, 0, 'Talandra\'s Rose zone 66, node 49'),
|
|
(63785, 5140, 30, 'Cobalt, Rich'),
|
|
(63786, 5141, 30, 'Cobalt, Rich'),
|
|
(63787, 983, 0, 'Talandra\'s Rose zone 66, node 50'),
|
|
(63788, 983, 0, 'Talandra\'s Rose zone 66, node 51'),
|
|
(63789, 983, 0, 'Talandra\'s Rose zone 66, node 52'),
|
|
(63790, 983, 0, 'Talandra\'s Rose zone 66, node 53'),
|
|
(63791, 983, 0, 'Talandra\'s Rose zone 66, node 54'),
|
|
(63792, 983, 0, 'Talandra\'s Rose zone 66, node 55'),
|
|
(63793, 980, 0, 'Lichbloom zone 210, node 55'),
|
|
(63794, 980, 0, 'Lichbloom zone 210, node 56'),
|
|
(63795, 980, 0, 'Lichbloom zone 210, node 57'),
|
|
(63796, 980, 0, 'Lichbloom zone 210, node 58'),
|
|
(63797, 980, 0, 'Lichbloom zone 210, node 59'),
|
|
(63798, 981, 0, 'Lichbloom zone 67, node 26'),
|
|
(63799, 980, 0, 'Icethorn zone 210, node 60'),
|
|
(63800, 980, 0, 'Icethorn zone 210, node 61'),
|
|
(63801, 980, 0, 'Icethorn zone 210, node 62'),
|
|
(63802, 980, 0, 'Icethorn zone 210, node 63'),
|
|
(63803, 980, 0, 'Icethorn zone 210, node 64'),
|
|
(63804, 980, 0, 'Icethorn zone 210, node 65'),
|
|
(63805, 980, 0, 'Icethorn zone 210, node 66'),
|
|
(63806, 980, 0, 'Icethorn zone 210, node 67'),
|
|
(63807, 980, 0, 'Icethorn zone 210, node 68'),
|
|
(63808, 980, 0, 'Icethorn zone 210, node 69'),
|
|
(63809, 980, 0, 'Icethorn zone 210, node 70'),
|
|
(63810, 980, 0, 'Icethorn zone 210, node 71'),
|
|
(63811, 980, 0, 'Icethorn zone 210, node 72'),
|
|
(63812, 980, 0, 'Icethorn zone 210, node 73'),
|
|
(63813, 980, 0, 'Icethorn zone 210, node 74'),
|
|
(63814, 5142, 30, 'Cobalt, Rich'),
|
|
(63815, 5143, 30, 'Cobalt, Rich'),
|
|
(63816, 5144, 30, 'Cobalt, Rich'),
|
|
(63817, 5145, 30, 'Cobalt, Rich'),
|
|
(63818, 5146, 30, 'Cobalt, Rich'),
|
|
(63819, 5147, 30, 'Cobalt, Rich'),
|
|
(63820, 5148, 30, 'Cobalt, Rich'),
|
|
(63821, 985, 0, 'Frozen Herb zone 65, node 40'),
|
|
(63822, 5149, 30, 'Cobalt, Rich'),
|
|
(63823, 985, 0, 'Frozen Herb zone 65, node 41'),
|
|
(63824, 985, 0, 'Frozen Herb zone 65, node 42'),
|
|
(63825, 5150, 30, 'Cobalt, Rich'),
|
|
(63826, 5151, 30, 'Cobalt, Rich'),
|
|
(63827, 5152, 30, 'Cobalt, Rich'),
|
|
(63828, 5153, 30, 'Cobalt, Rich'),
|
|
(63829, 5154, 30, 'Cobalt, Rich'),
|
|
(63830, 5155, 30, 'Cobalt, Rich'),
|
|
(63831, 5156, 30, 'Cobalt, Rich'),
|
|
(63832, 5157, 30, 'Cobalt, Rich'),
|
|
(63833, 5158, 30, 'Cobalt, Rich'),
|
|
(63834, 5159, 30, 'Cobalt, Rich'),
|
|
(63835, 5160, 30, 'Cobalt, Rich'),
|
|
(63836, 985, 0, 'Frozen Herb zone 65, node 43'),
|
|
(63837, 985, 0, 'Frozen Herb zone 65, node 44'),
|
|
(63838, 5161, 30, 'Cobalt, Rich'),
|
|
(63839, 5162, 30, 'Cobalt, Rich'),
|
|
(63840, 5163, 30, 'Cobalt, Rich'),
|
|
(63841, 5164, 30, 'Cobalt, Rich'),
|
|
(63842, 5165, 30, 'Cobalt, Rich'),
|
|
(63843, 985, 0, 'Frozen Herb zone 65, node 45'),
|
|
(63844, 985, 0, 'Frozen Herb zone 65, node 46'),
|
|
(63845, 985, 0, 'Frozen Herb zone 65, node 47'),
|
|
(63846, 5166, 30, 'Cobalt, Rich'),
|
|
(63847, 5167, 30, 'Cobalt, Rich'),
|
|
(63848, 5168, 30, 'Cobalt, Rich'),
|
|
(63849, 5169, 30, 'Cobalt, Rich'),
|
|
(63850, 985, 0, 'Frozen Herb zone 65, node 48'),
|
|
(63851, 5170, 30, 'Cobalt, Rich'),
|
|
(63852, 5171, 30, 'Cobalt, Rich'),
|
|
(63853, 985, 0, 'Frozen Herb zone 65, node 49'),
|
|
(63854, 985, 0, 'Frozen Herb zone 65, node 50'),
|
|
(63855, 5172, 30, 'Cobalt, Rich'),
|
|
(63856, 985, 0, 'Frozen Herb zone 65, node 51'),
|
|
(63857, 985, 0, 'Frozen Herb zone 65, node 52'),
|
|
(63858, 985, 0, 'Frozen Herb zone 65, node 53'),
|
|
(63859, 985, 0, 'Frozen Herb zone 65, node 54'),
|
|
(63860, 985, 0, 'Frozen Herb zone 65, node 55'),
|
|
(63861, 985, 0, 'Frozen Herb zone 65, node 56'),
|
|
(63862, 5173, 30, 'Cobalt, Rich'),
|
|
(63863, 985, 0, 'Frozen Herb zone 65, node 57'),
|
|
(63864, 5174, 30, 'Cobalt, Rich'),
|
|
(63865, 985, 0, 'Frozen Herb zone 65, node 58'),
|
|
(63866, 5175, 30, 'Cobalt, Rich'),
|
|
(63867, 5176, 30, 'Cobalt, Rich'),
|
|
(63868, 5177, 30, 'Cobalt, Rich'),
|
|
(63869, 985, 0, 'Frozen Herb zone 65, node 59'),
|
|
(63870, 5178, 30, 'Cobalt, Rich'),
|
|
(63871, 985, 0, 'Frozen Herb zone 65, node 60'),
|
|
(63872, 5179, 30, 'Cobalt, Rich'),
|
|
(63873, 985, 0, 'Frozen Herb zone 65, node 61'),
|
|
(63874, 985, 0, 'Frozen Herb zone 65, node 62'),
|
|
(63875, 5180, 30, 'Cobalt, Rich'),
|
|
(63876, 5239, 30, 'Cobalt, Rich'),
|
|
(63877, 985, 0, 'Frozen Herb zone 65, node 63'),
|
|
(63878, 985, 0, 'Frozen Herb zone 65, node 64'),
|
|
(63882, 985, 0, 'Frozen Herb zone 65, node 65'),
|
|
(63885, 985, 0, 'Frozen Herb zone 65, node 66'),
|
|
(63886, 985, 0, 'Frozen Herb zone 65, node 67'),
|
|
(63889, 985, 0, 'Frozen Herb zone 65, node 68'),
|
|
(63890, 985, 0, 'Frozen Herb zone 65, node 69'),
|
|
(63891, 985, 0, 'Frozen Herb zone 65, node 70'),
|
|
(63892, 985, 0, 'Frozen Herb zone 65, node 71'),
|
|
(63894, 985, 0, 'Frozen Herb zone 65, node 72'),
|
|
(63896, 985, 0, 'Frozen Herb zone 65, node 73'),
|
|
(63898, 985, 0, 'Frozen Herb zone 65, node 74'),
|
|
(63900, 985, 0, 'Frozen Herb zone 65, node 75'),
|
|
(63901, 985, 0, 'Frozen Herb zone 65, node 76'),
|
|
(63902, 985, 0, 'Frozen Herb zone 65, node 77'),
|
|
(63903, 985, 0, 'Frozen Herb zone 65, node 78'),
|
|
(63905, 985, 0, 'Frozen Herb zone 65, node 79'),
|
|
(63910, 985, 0, 'Frozen Herb zone 65, node 80'),
|
|
(63913, 985, 0, 'Frozen Herb zone 65, node 81'),
|
|
(63914, 985, 0, 'Frozen Herb zone 65, node 82'),
|
|
(63915, 985, 0, 'Frozen Herb zone 65, node 83'),
|
|
(63918, 985, 0, 'Frozen Herb zone 65, node 84'),
|
|
(63920, 985, 0, 'Frozen Herb zone 65, node 85'),
|
|
(63921, 985, 0, 'Frozen Herb zone 65, node 86'),
|
|
(63922, 985, 0, 'Frozen Herb zone 65, node 87'),
|
|
(63923, 985, 0, 'Frozen Herb zone 65, node 88'),
|
|
(63925, 985, 0, 'Frozen Herb zone 65, node 89'),
|
|
(63926, 985, 0, 'Frozen Herb zone 65, node 90'),
|
|
(63927, 985, 0, 'Frozen Herb zone 65, node 91'),
|
|
(63929, 985, 0, 'Frozen Herb zone 65, node 92'),
|
|
(63930, 985, 0, 'Frozen Herb zone 65, node 93'),
|
|
(63931, 985, 0, 'Frozen Herb zone 65, node 94'),
|
|
(63932, 985, 0, 'Frozen Herb zone 65, node 95'),
|
|
(63933, 985, 0, 'Frozen Herb zone 65, node 96'),
|
|
(63934, 985, 0, 'Frozen Herb zone 65, node 97'),
|
|
(63935, 985, 0, 'Frozen Herb zone 65, node 98'),
|
|
(63936, 985, 0, 'Frozen Herb zone 65, node 99'),
|
|
(63937, 985, 0, 'Frozen Herb zone 65, node 100'),
|
|
(63938, 985, 0, 'Frozen Herb zone 65, node 101'),
|
|
(63939, 985, 0, 'Frozen Herb zone 65, node 102'),
|
|
(63940, 985, 0, 'Frozen Herb zone 65, node 103'),
|
|
(63941, 985, 0, 'Frozen Herb zone 65, node 104'),
|
|
(63942, 985, 0, 'Frozen Herb zone 65, node 105'),
|
|
(63943, 985, 0, 'Frozen Herb zone 65, node 106'),
|
|
(63944, 985, 0, 'Frozen Herb zone 65, node 107'),
|
|
(63945, 985, 0, 'Frozen Herb zone 65, node 108'),
|
|
(63946, 985, 0, 'Frozen Herb zone 65, node 109'),
|
|
(63947, 985, 0, 'Frozen Herb zone 65, node 110'),
|
|
(63948, 985, 0, 'Frozen Herb zone 65, node 111'),
|
|
(63949, 983, 0, 'Frozen Herb zone 66, node 56'),
|
|
(63950, 983, 0, 'Frozen Herb zone 66, node 57'),
|
|
(63951, 983, 0, 'Frozen Herb zone 66, node 58'),
|
|
(63952, 983, 0, 'Frozen Herb zone 66, node 59'),
|
|
(63953, 983, 0, 'Frozen Herb zone 66, node 60'),
|
|
(63954, 983, 0, 'Frozen Herb zone 66, node 61'),
|
|
(63955, 983, 0, 'Frozen Herb zone 66, node 62'),
|
|
(63956, 983, 0, 'Frozen Herb zone 66, node 63'),
|
|
(63957, 983, 0, 'Frozen Herb zone 66, node 64'),
|
|
(63958, 983, 0, 'Frozen Herb zone 66, node 65'),
|
|
(63959, 983, 0, 'Frozen Herb zone 66, node 66'),
|
|
(63960, 983, 0, 'Frozen Herb zone 66, node 67'),
|
|
(63961, 983, 0, 'Frozen Herb zone 66, node 68'),
|
|
(63962, 983, 0, 'Frozen Herb zone 66, node 69'),
|
|
(63963, 983, 0, 'Frozen Herb zone 66, node 70'),
|
|
(63964, 979, 0, 'Frozen Herb zone 4197, node 2'),
|
|
(63965, 11697, 0, 'Spawn Point 3 - Mithril'),
|
|
(64002, 988, 0, 'Liferoot zone 33, node 622'),
|
|
(64003, 988, 0, 'Liferoot zone 33, node 623'),
|
|
(64004, 988, 0, 'Liferoot zone 33, node 624'),
|
|
(64005, 988, 0, 'Liferoot zone 33, node 625'),
|
|
(64006, 988, 0, 'Liferoot zone 33, node 626'),
|
|
(64007, 996, 0, 'Liferoot zone 8, node 367'),
|
|
(64008, 996, 0, 'Liferoot zone 8, node 368'),
|
|
(64010, 996, 0, 'Liferoot zone 8, node 369'),
|
|
(64011, 996, 0, 'Liferoot zone 8, node 370'),
|
|
(64012, 996, 0, 'Liferoot zone 8, node 371'),
|
|
(64014, 994, 0, 'Liferoot zone 11, node 322'),
|
|
(64015, 991, 0, 'Liferoot zone 15, node 48'),
|
|
(64016, 991, 0, 'Liferoot zone 15, node 49'),
|
|
(64018, 994, 0, 'Liferoot zone 11, node 323'),
|
|
(64021, 991, 0, 'Fadeleaf zone 15, node 50'),
|
|
(64022, 988, 0, 'Fadeleaf zone 33, node 627'),
|
|
(64023, 988, 0, 'Fadeleaf zone 33, node 628'),
|
|
(64025, 988, 0, 'Fadeleaf zone 33, node 629'),
|
|
(64026, 991, 0, 'Fadeleaf zone 15, node 51'),
|
|
(64027, 990, 0, 'Khadgar\'s Whisker zone 16, node 502'),
|
|
(64028, 996, 0, 'Khadgar\'s Whisker zone 8, node 372'),
|
|
(64029, 996, 0, 'Khadgar\'s Whisker zone 8, node 373'),
|
|
(64031, 988, 0, 'Khadgar\'s Whisker zone 33, node 630'),
|
|
(64032, 988, 0, 'Khadgar\'s Whisker zone 33, node 631'),
|
|
(64033, 996, 0, 'Khadgar\'s Whisker zone 8, node 374'),
|
|
(64034, 988, 0, 'Khadgar\'s Whisker zone 33, node 632'),
|
|
(64035, 996, 0, 'Khadgar\'s Whisker zone 8, node 375'),
|
|
(64036, 988, 0, 'Khadgar\'s Whisker zone 33, node 633'),
|
|
(64037, 988, 0, 'Khadgar\'s Whisker zone 33, node 634'),
|
|
(64038, 959, 0, 'Khadgar\'s Whisker zone 45, node 465'),
|
|
(64039, 996, 0, 'Khadgar\'s Whisker zone 8, node 376'),
|
|
(64040, 996, 0, 'Khadgar\'s Whisker zone 8, node 377'),
|
|
(64041, 990, 0, 'Khadgar\'s Whisker zone 16, node 503'),
|
|
(64042, 991, 0, 'Khadgar\'s Whisker zone 15, node 52'),
|
|
(64043, 991, 0, 'Khadgar\'s Whisker zone 15, node 53'),
|
|
(64044, 991, 0, 'Khadgar\'s Whisker zone 15, node 54'),
|
|
(64045, 991, 0, 'Khadgar\'s Whisker zone 15, node 55'),
|
|
(64048, 988, 0, 'Stranglekelp zone 33, node 635'),
|
|
(64049, 961, 0, 'Stranglekelp zone 148, node 352'),
|
|
(64050, 960, 0, 'Stranglekelp zone 331, node 417'),
|
|
(64051, 988, 0, 'Stranglekelp zone 33, node 636'),
|
|
(64053, 994, 0, 'Stranglekelp zone 11, node 324'),
|
|
(64054, 988, 0, 'Stranglekelp zone 33, node 637'),
|
|
(64055, 994, 0, 'Stranglekelp zone 11, node 325'),
|
|
(64056, 994, 0, 'Stranglekelp zone 11, node 326'),
|
|
(64057, 988, 0, 'Stranglekelp zone 33, node 638'),
|
|
(64058, 988, 0, 'Stranglekelp zone 33, node 639'),
|
|
(64059, 994, 0, 'Stranglekelp zone 11, node 327'),
|
|
(64060, 988, 0, 'Stranglekelp zone 33, node 640'),
|
|
(64061, 988, 0, 'Stranglekelp zone 33, node 641'),
|
|
(64062, 988, 0, 'Stranglekelp zone 33, node 642'),
|
|
(64063, 994, 0, 'Stranglekelp zone 11, node 328'),
|
|
(64064, 988, 0, 'Stranglekelp zone 33, node 643'),
|
|
(64065, 988, 0, 'Stranglekelp zone 33, node 644'),
|
|
(64066, 994, 0, 'Stranglekelp zone 11, node 329'),
|
|
(64067, 573, 0, 'Stranglekelp in Alterac Mountains'),
|
|
(64069, 960, 0, 'Stranglekelp zone 331, node 418'),
|
|
(64070, 994, 0, 'Stranglekelp zone 11, node 330'),
|
|
(64071, 960, 0, 'Stranglekelp zone 331, node 419'),
|
|
(64074, 988, 0, 'Goldthorn zone 33, node 645'),
|
|
(64075, 988, 0, 'Goldthorn zone 33, node 646'),
|
|
(64076, 996, 0, 'Goldthorn zone 8, node 378'),
|
|
(64077, 988, 0, 'Goldthorn zone 33, node 647'),
|
|
(64078, 988, 0, 'Goldthorn zone 33, node 648'),
|
|
(64079, 988, 0, 'Goldthorn zone 33, node 649'),
|
|
(64080, 988, 0, 'Goldthorn zone 33, node 650'),
|
|
(64081, 996, 0, 'Goldthorn zone 8, node 379'),
|
|
(64082, 996, 0, 'Goldthorn zone 8, node 380'),
|
|
(64083, 988, 0, 'Goldthorn zone 33, node 651'),
|
|
(64084, 988, 0, 'Goldthorn zone 33, node 652'),
|
|
(64085, 988, 0, 'Goldthorn zone 33, node 653'),
|
|
(64086, 988, 0, 'Goldthorn zone 33, node 654'),
|
|
(64089, 991, 0, 'Goldthorn zone 15, node 56'),
|
|
(64090, 996, 0, 'Goldthorn zone 8, node 381'),
|
|
(64091, 959, 0, 'Goldthorn zone 45, node 466'),
|
|
(64092, 959, 0, 'Goldthorn zone 45, node 467'),
|
|
(64093, 959, 0, 'Goldthorn zone 45, node 468'),
|
|
(64094, 566, 0, 'Goldthorn in Alterac Mountains'),
|
|
(64253, 275, 0, ''),
|
|
(64256, 276, 0, ''),
|
|
(64260, 277, 0, ''),
|
|
(64264, 278, 0, ''),
|
|
(64265, 279, 0, ''),
|
|
(64269, 280, 0, ''),
|
|
(64270, 281, 0, ''),
|
|
(64272, 276, 0, ''),
|
|
(64274, 281, 0, ''),
|
|
(64299, 275, 0, ''),
|
|
(64316, 280, 0, ''),
|
|
(64317, 278, 0, ''),
|
|
(64377, 277, 0, ''),
|
|
(64387, 274, 0, ''),
|
|
(64389, 273, 0, ''),
|
|
(64416, 272, 0, ''),
|
|
(64430, 279, 0, ''),
|
|
(64441, 282, 0, ''),
|
|
(64442, 283, 0, ''),
|
|
(64444, 284, 0, ''),
|
|
(64445, 285, 0, ''),
|
|
(64447, 286, 0, ''),
|
|
(64449, 287, 0, ''),
|
|
(64451, 288, 0, ''),
|
|
(64452, 289, 0, ''),
|
|
(64453, 290, 0, ''),
|
|
(64454, 291, 0, ''),
|
|
(64455, 292, 0, ''),
|
|
(64458, 293, 0, ''),
|
|
(64459, 294, 0, ''),
|
|
(64461, 286, 0, ''),
|
|
(64462, 288, 0, ''),
|
|
(64464, 294, 0, ''),
|
|
(64465, 287, 0, ''),
|
|
(64467, 282, 0, ''),
|
|
(64469, 283, 0, ''),
|
|
(64470, 290, 0, ''),
|
|
(64472, 291, 0, ''),
|
|
(64475, 292, 0, ''),
|
|
(64476, 285, 0, ''),
|
|
(64477, 289, 0, ''),
|
|
(64478, 284, 0, ''),
|
|
(64480, 293, 0, ''),
|
|
(64512, 295, 0, ''),
|
|
(64513, 296, 0, ''),
|
|
(64514, 297, 0, ''),
|
|
(64515, 157, 0, ''),
|
|
(64517, 37, 0, ''),
|
|
(64518, 175, 0, ''),
|
|
(64617, 329, 0, ''),
|
|
(64618, 155, 0, ''),
|
|
(64620, 220, 0, ''),
|
|
(64621, 206, 0, ''),
|
|
(64623, 216, 0, ''),
|
|
(64625, 147, 20, ''),
|
|
(64626, 224, 20, ''),
|
|
(64627, 268, 0, 'Fishing pool - Booty Bay'),
|
|
(64680, 162, 20, ''),
|
|
(64681, 162, 0, ''),
|
|
(64682, 295, 20, ''),
|
|
(64683, 295, 0, ''),
|
|
(64684, 296, 20, ''),
|
|
(64685, 296, 0, ''),
|
|
(64686, 297, 20, ''),
|
|
(64687, 297, 0, ''),
|
|
(64736, 329, 0, ''),
|
|
(64737, 329, 20, ''),
|
|
(64738, 330, 0, ''),
|
|
(64739, 331, 0, ''),
|
|
(64753, 345, 20, ''),
|
|
(64754, 346, 0, ''),
|
|
(64755, 347, 0, ''),
|
|
(64757, 334, 0, ''),
|
|
(64761, 333, 20, ''),
|
|
(64794, 345, 0, ''),
|
|
(64795, 345, 0, ''),
|
|
(64796, 346, 0, ''),
|
|
(64797, 346, 20, ''),
|
|
(64798, 347, 0, ''),
|
|
(64799, 347, 20, ''),
|
|
(64802, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(64804, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(64805, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(64806, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(64807, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(64808, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(64810, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(64811, 364, 0, '1 - Patch of Elemental Water'),
|
|
(64812, 8084, 0, 'Felweed - Zangarmarsh'),
|
|
(64815, 8079, 0, 'Felweed - Zangarmarsh'),
|
|
(64816, 8080, 0, 'Felweed - Zangarmarsh'),
|
|
(64817, 8080, 0, 'Felweed - Zangarmarsh'),
|
|
(64818, 8078, 0, 'Felweed - Zangarmarsh'),
|
|
(64819, 8078, 0, 'Felweed - Zangarmarsh'),
|
|
(64820, 8079, 0, 'Felweed - Zangarmarsh'),
|
|
(64821, 8079, 0, 'Felweed - Zangarmarsh'),
|
|
(64822, 8081, 0, 'Felweed - Zangarmarsh'),
|
|
(64823, 8080, 0, 'Felweed - Zangarmarsh'),
|
|
(64824, 8082, 0, 'Felweed - Zangarmarsh'),
|
|
(64825, 8081, 0, 'Felweed - Zangarmarsh'),
|
|
(64826, 8092, 0, 'Dreaming Glory - Zangarmarsh'),
|
|
(64827, 364, 0, '2 - Patch of Elemental Water'),
|
|
(64828, 8093, 0, 'Dreaming Glory - Zangarmarsh'),
|
|
(64829, 8090, 0, 'Dreaming Glory - Zangarmarsh'),
|
|
(64830, 8097, 0, 'Blindweed - Zangarmarsh'),
|
|
(64831, 8098, 0, 'Blindweed - Zangarmarsh'),
|
|
(64832, 8097, 0, 'Blindweed - Zangarmarsh'),
|
|
(64833, 8097, 0, 'Blindweed - Zangarmarsh'),
|
|
(64834, 8133, 0, 'Felweed - Terokkar Forest'),
|
|
(64835, 8134, 0, 'Felweed - Terokkar Forest'),
|
|
(64836, 8040, 0, 'Felweed - Hellfire Peninsula'),
|
|
(64837, 364, 0, '3 - Patch of Elemental Water'),
|
|
(64838, 11687, 0, 'Spawn Point 7 - Dark Iron'),
|
|
(64839, 364, 0, '4 - Patch of Elemental Water'),
|
|
(64842, 11685, 0, 'Spawn Point 5 - Dark Iron'),
|
|
(64843, 364, 0, '5 - Patch of Elemental Water'),
|
|
(64846, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(64847, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(64848, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(64849, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(64850, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(64851, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(64852, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(64853, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(64854, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(64855, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(64859, 364, 0, '6 - Patch of Elemental Water'),
|
|
(64861, 947, 0, 'Firebloom zone 51, node 55'),
|
|
(64862, 963, 0, 'Firebloom zone 440, node 97'),
|
|
(64888, 965, 0, 'Purple Lotus zone 47, node 301'),
|
|
(64889, 963, 0, 'Purple Lotus zone 440, node 98'),
|
|
(64890, 963, 0, 'Purple Lotus zone 440, node 99'),
|
|
(64891, 963, 0, 'Purple Lotus zone 440, node 100'),
|
|
(64892, 963, 0, 'Purple Lotus zone 440, node 101'),
|
|
(64893, 968, 0, 'Arthas\' Tears zone 139, node 401'),
|
|
(64895, 968, 0, 'Arthas\' Tears zone 139, node 402'),
|
|
(64896, 965, 0, 'Sungrass zone 47, node 302'),
|
|
(64897, 965, 0, 'Sungrass zone 47, node 303'),
|
|
(64898, 965, 0, 'Ghost Mushroom zone 47, node 304'),
|
|
(64899, 965, 0, 'Ghost Mushroom zone 47, node 305'),
|
|
(64900, 8077, 0, 'Ghost Mushroom - Zangarmarsh'),
|
|
(64901, 8077, 0, 'Ghost Mushroom - Zangarmarsh'),
|
|
(64902, 8076, 0, 'Ghost Mushroom - Zangarmarsh'),
|
|
(64903, 8076, 0, 'Ghost Mushroom - Zangarmarsh'),
|
|
(64908, 734, 0, 'Silverleaf'),
|
|
(64918, 734, 0, 'Silverleaf'),
|
|
(64923, 734, 0, 'Silverleaf'),
|
|
(64924, 718, 0, 'Silverleaf'),
|
|
(64925, 718, 0, 'Silverleaf'),
|
|
(64926, 718, 0, 'Silverleaf'),
|
|
(64927, 718, 0, 'Silverleaf'),
|
|
(64928, 734, 0, 'Silverleaf'),
|
|
(64929, 718, 0, 'Silverleaf'),
|
|
(64931, 734, 0, 'Silverleaf'),
|
|
(64933, 734, 0, 'Silverleaf'),
|
|
(64934, 734, 0, 'Silverleaf'),
|
|
(64935, 718, 0, 'Silverleaf'),
|
|
(64936, 734, 0, 'Silverleaf'),
|
|
(64937, 718, 0, 'Silverleaf'),
|
|
(64938, 718, 0, 'Silverleaf'),
|
|
(64939, 718, 0, 'Silverleaf'),
|
|
(64940, 718, 0, 'Silverleaf'),
|
|
(64943, 952, 0, 'Silverleaf zone 38, node 202'),
|
|
(64945, 961, 0, 'Silverleaf zone 148, node 353'),
|
|
(64947, 717, 0, 'Peacebloom'),
|
|
(64948, 717, 0, 'Peacebloom'),
|
|
(64949, 735, 0, 'Peacebloom'),
|
|
(64950, 735, 0, 'Peacebloom'),
|
|
(64958, 717, 0, 'Peacebloom'),
|
|
(64959, 717, 0, 'Peacebloom'),
|
|
(64960, 717, 0, 'Peacebloom'),
|
|
(64961, 717, 0, 'Peacebloom'),
|
|
(64962, 717, 0, 'Peacebloom'),
|
|
(64963, 717, 0, 'Peacebloom'),
|
|
(64965, 735, 0, 'Peacebloom'),
|
|
(64966, 735, 0, 'Peacebloom'),
|
|
(64967, 735, 0, 'Peacebloom'),
|
|
(64968, 735, 0, 'Peacebloom'),
|
|
(64969, 717, 0, 'Peacebloom'),
|
|
(64970, 717, 0, 'Peacebloom'),
|
|
(64971, 717, 0, 'Peacebloom'),
|
|
(64977, 719, 0, 'Earthroot'),
|
|
(64978, 719, 0, 'Earthroot'),
|
|
(64984, 736, 0, 'Earthroot'),
|
|
(64990, 950, 0, 'Earthroot zone 44, node 187'),
|
|
(64991, 736, 0, 'Earthroot'),
|
|
(64992, 719, 0, 'Earthroot'),
|
|
(64993, 719, 0, 'Earthroot'),
|
|
(64994, 719, 0, 'Earthroot'),
|
|
(64995, 736, 0, 'Earthroot'),
|
|
(64996, 719, 0, 'Earthroot'),
|
|
(64997, 719, 0, 'Earthroot'),
|
|
(64998, 719, 0, 'Earthroot'),
|
|
(65006, 737, 0, 'Mageroyal'),
|
|
(65007, 995, 0, 'Mageroyal zone 10, node 289'),
|
|
(65008, 994, 0, 'Mageroyal zone 11, node 331'),
|
|
(65009, 952, 0, 'Mageroyal zone 38, node 203'),
|
|
(65010, 952, 0, 'Mageroyal zone 38, node 204'),
|
|
(65011, 952, 0, 'Mageroyal zone 38, node 205'),
|
|
(65012, 952, 0, 'Mageroyal zone 38, node 206'),
|
|
(65013, 950, 0, 'Mageroyal zone 44, node 188'),
|
|
(65014, 960, 0, 'Mageroyal zone 331, node 420'),
|
|
(65015, 737, 0, 'Mageroyal'),
|
|
(65016, 950, 0, 'Mageroyal zone 44, node 189'),
|
|
(65017, 950, 0, 'Mageroyal zone 44, node 190'),
|
|
(65018, 995, 0, 'Mageroyal zone 10, node 290'),
|
|
(65019, 994, 0, 'Mageroyal zone 11, node 332'),
|
|
(65020, 950, 0, 'Mageroyal zone 44, node 191'),
|
|
(65021, 737, 0, 'Mageroyal'),
|
|
(65022, 960, 0, 'Mageroyal zone 331, node 421'),
|
|
(65023, 994, 0, 'Mageroyal zone 11, node 333'),
|
|
(65024, 738, 0, 'Briarthorn'),
|
|
(65025, 738, 0, 'Briarthorn'),
|
|
(65026, 994, 0, 'Briarthorn zone 11, node 334'),
|
|
(65027, 994, 0, 'Briarthorn zone 11, node 335'),
|
|
(65028, 994, 0, 'Briarthorn zone 11, node 336'),
|
|
(65029, 952, 0, 'Briarthorn zone 38, node 207'),
|
|
(65030, 950, 0, 'Briarthorn zone 44, node 192'),
|
|
(65031, 952, 0, 'Briarthorn zone 38, node 208'),
|
|
(65032, 950, 0, 'Briarthorn zone 44, node 193'),
|
|
(65033, 995, 0, 'Briarthorn zone 10, node 291'),
|
|
(65036, 995, 0, 'Briarthorn zone 10, node 292'),
|
|
(65037, 995, 0, 'Briarthorn zone 10, node 293'),
|
|
(65038, 995, 0, 'Briarthorn zone 10, node 294'),
|
|
(65040, 995, 0, 'Briarthorn zone 10, node 295'),
|
|
(65041, 994, 0, 'Briarthorn zone 11, node 337'),
|
|
(65042, 995, 0, 'Briarthorn zone 10, node 296'),
|
|
(65043, 950, 0, 'Briarthorn zone 44, node 194'),
|
|
(65044, 994, 0, 'Briarthorn zone 11, node 338'),
|
|
(65045, 738, 0, 'Briarthorn'),
|
|
(65046, 994, 0, 'Briarthorn zone 11, node 339'),
|
|
(65047, 994, 0, 'Briarthorn zone 11, node 340'),
|
|
(65048, 958, 0, 'Briarthorn zone 267, node 238'),
|
|
(65049, 961, 0, 'Briarthorn zone 148, node 354'),
|
|
(65051, 995, 0, 'Briarthorn zone 10, node 297'),
|
|
(65052, 994, 0, 'Briarthorn zone 11, node 341'),
|
|
(65053, 958, 0, 'Briarthorn zone 267, node 239'),
|
|
(65054, 961, 0, 'Briarthorn zone 148, node 355'),
|
|
(65055, 961, 0, 'Briarthorn zone 148, node 356'),
|
|
(65056, 952, 0, 'Bruiseweed zone 38, node 209'),
|
|
(65058, 950, 0, 'Bruiseweed zone 44, node 195'),
|
|
(65059, 952, 0, 'Bruiseweed zone 38, node 210'),
|
|
(65060, 959, 0, 'Bruiseweed zone 45, node 469'),
|
|
(65062, 995, 0, 'Bruiseweed zone 10, node 298'),
|
|
(65063, 995, 0, 'Bruiseweed zone 10, node 299'),
|
|
(65064, 740, 0, 'Bruiseweed'),
|
|
(65065, 960, 0, 'Bruiseweed zone 331, node 422'),
|
|
(65066, 958, 0, 'Bruiseweed zone 267, node 240'),
|
|
(65067, 994, 0, 'Bruiseweed zone 11, node 343'),
|
|
(65068, 994, 0, 'Bruiseweed zone 11, node 344'),
|
|
(65069, 994, 0, 'Bruiseweed zone 11, node 345'),
|
|
(65070, 958, 0, 'Bruiseweed zone 267, node 241'),
|
|
(65071, 959, 0, 'Bruiseweed zone 45, node 470'),
|
|
(65072, 821, 0, 'Wild Steelbloom,Zone 405,609,node 154'),
|
|
(65073, 994, 0, 'Wild Steelbloom zone 11, node 346'),
|
|
(65074, 959, 0, 'Wild Steelbloom zone 45, node 471'),
|
|
(65076, 959, 0, 'Wild Steelbloom zone 45, node 472'),
|
|
(65077, 959, 0, 'Wild Steelbloom zone 45, node 473'),
|
|
(65078, 994, 0, 'Wild Steelbloom zone 11, node 347'),
|
|
(65079, 959, 0, 'Wild Steelbloom zone 45, node 474'),
|
|
(65080, 959, 0, 'Wild Steelbloom zone 45, node 475'),
|
|
(65081, 959, 0, 'Wild Steelbloom zone 45, node 476'),
|
|
(65082, 959, 0, 'Wild Steelbloom zone 45, node 477'),
|
|
(65083, 958, 0, 'Wild Steelbloom zone 267, node 242'),
|
|
(65084, 959, 0, 'Wild Steelbloom zone 45, node 478'),
|
|
(65085, 998, 0, 'Wild Steelbloom zone 3, node 165'),
|
|
(65086, 994, 0, 'Wild Steelbloom zone 11, node 348'),
|
|
(65087, 959, 0, 'Wild Steelbloom zone 45, node 479'),
|
|
(65088, 959, 0, 'Wild Steelbloom zone 45, node 480'),
|
|
(65089, 959, 0, 'Wild Steelbloom zone 45, node 481'),
|
|
(65090, 959, 0, 'Wild Steelbloom zone 45, node 482'),
|
|
(65091, 959, 0, 'Wild Steelbloom zone 45, node 483'),
|
|
(65092, 994, 0, 'Kingsblood zone 11, node 349'),
|
|
(65093, 994, 0, 'Kingsblood zone 11, node 350'),
|
|
(65094, 959, 0, 'Kingsblood zone 45, node 484'),
|
|
(65095, 565, 0, 'Kingsblood in Alterac Mountains'),
|
|
(65098, 994, 0, 'Kingsblood zone 11, node 351'),
|
|
(65099, 960, 0, 'Kingsblood zone 331, node 423'),
|
|
(65100, 959, 0, 'Kingsblood zone 45, node 485'),
|
|
(65101, 960, 0, 'Kingsblood zone 331, node 424'),
|
|
(65102, 995, 0, 'Kingsblood zone 10, node 300'),
|
|
(65103, 995, 0, 'Kingsblood zone 10, node 301'),
|
|
(65104, 959, 0, 'Kingsblood zone 45, node 486'),
|
|
(65105, 959, 0, 'Kingsblood zone 45, node 487'),
|
|
(65106, 959, 0, 'Kingsblood zone 45, node 488'),
|
|
(65107, 958, 0, 'Kingsblood zone 267, node 243'),
|
|
(65108, 959, 0, 'Kingsblood zone 45, node 489'),
|
|
(65110, 960, 0, 'Kingsblood zone 331, node 425'),
|
|
(65111, 959, 0, 'Kingsblood zone 45, node 490'),
|
|
(65112, 988, 0, 'Kingsblood zone 33, node 655'),
|
|
(65113, 995, 0, 'Kingsblood zone 10, node 302'),
|
|
(65114, 822, 0, 'Kingsblood,Zone 405,405,node 155'),
|
|
(65115, 960, 0, 'Kingsblood zone 331, node 426'),
|
|
(65116, 994, 0, 'Grave Moss zone 11, node 352'),
|
|
(65120, 959, 0, 'Grave Moss zone 45, node 491'),
|
|
(65124, 727, 0, 'Bloodthistle'),
|
|
(65125, 727, 0, 'Bloodthistle'),
|
|
(65126, 727, 0, 'Bloodthistle'),
|
|
(65127, 726, 0, 'Bloodthistle'),
|
|
(65128, 720, 0, 'Bloodthistle'),
|
|
(65129, 721, 0, 'Bloodthistle'),
|
|
(65130, 722, 0, 'Bloodthistle'),
|
|
(65131, 722, 0, 'Bloodthistle'),
|
|
(65132, 721, 0, 'Bloodthistle'),
|
|
(65133, 723, 0, 'Bloodthistle'),
|
|
(65134, 725, 0, 'Bloodthistle'),
|
|
(65135, 724, 0, 'Bloodthistle'),
|
|
(65223, 11678, 20, 'Spawn Point 2 - Silver'),
|
|
(65264, 8034, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(65265, 8096, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(65266, 8096, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(65267, 8096, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(65268, 8095, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(65269, 8096, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(65270, 968, 0, 'Dreamfoil zone 139, node 403'),
|
|
(65271, 8022, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(65272, 8027, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(65273, 8027, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(65274, 8041, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(65275, 8089, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(65276, 8027, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(65277, 50003, 0, 'Mountain Silversage zone 46, node 26'),
|
|
(65278, 8033, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(65279, 8028, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(65280, 968, 0, 'Plaguebloom zone 139, node 404'),
|
|
(65282, 968, 0, 'Plaguebloom zone 139, node 406'),
|
|
(65283, 968, 0, 'Plaguebloom zone 139, node 407'),
|
|
(65284, 968, 0, 'Plaguebloom zone 139, node 408'),
|
|
(65285, 954, 0, 'Plaguebloom zone 28, node 211'),
|
|
(65286, 954, 0, 'Plaguebloom zone 28, node 212'),
|
|
(65287, 968, 0, 'Plaguebloom zone 139, node 409'),
|
|
(65290, 11653, 0, 'Black Lotus - Burning Steppes'),
|
|
(65300, 11694, 0, 'Spawn Point 1 - Mithril'),
|
|
(65308, 994, 0, 'Liferoot zone 11, node 354'),
|
|
(65309, 965, 0, 'Liferoot zone 47, node 306'),
|
|
(65310, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(65311, 994, 0, 'Liferoot zone 11, node 355'),
|
|
(65312, 959, 0, 'Liferoot zone 45, node 492'),
|
|
(65313, 958, 0, 'Liferoot zone 267, node 244'),
|
|
(65315, 994, 0, 'Liferoot zone 11, node 356'),
|
|
(65316, 994, 0, 'Liferoot zone 11, node 357'),
|
|
(65318, 959, 0, 'Liferoot zone 45, node 493'),
|
|
(65319, 988, 0, 'Liferoot zone 33, node 656'),
|
|
(65320, 959, 0, 'Liferoot zone 45, node 494'),
|
|
(65321, 959, 0, 'Liferoot zone 45, node 495'),
|
|
(65322, 959, 0, 'Liferoot zone 45, node 496'),
|
|
(65323, 991, 0, 'Fadeleaf zone 15, node 57'),
|
|
(65325, 959, 0, 'Fadeleaf zone 45, node 497'),
|
|
(65326, 959, 0, 'Fadeleaf zone 45, node 498'),
|
|
(65327, 959, 0, 'Fadeleaf zone 45, node 499'),
|
|
(65328, 959, 0, 'Khadgar\'s Whisker zone 45, node 500'),
|
|
(65330, 959, 0, 'Khadgar\'s Whisker zone 45, node 501'),
|
|
(65331, 959, 0, 'Khadgar\'s Whisker zone 45, node 502'),
|
|
(65332, 959, 0, 'Khadgar\'s Whisker zone 45, node 503'),
|
|
(65333, 959, 0, 'Khadgar\'s Whisker zone 45, node 504'),
|
|
(65334, 959, 0, 'Khadgar\'s Whisker zone 45, node 505'),
|
|
(65335, 994, 0, 'Stranglekelp zone 11, node 358'),
|
|
(65336, 994, 0, 'Stranglekelp zone 11, node 359'),
|
|
(65337, 994, 0, 'Stranglekelp zone 11, node 360'),
|
|
(65338, 994, 0, 'Stranglekelp zone 11, node 361'),
|
|
(65339, 994, 0, 'Stranglekelp zone 11, node 362'),
|
|
(65340, 994, 0, 'Stranglekelp zone 11, node 363'),
|
|
(65341, 988, 0, 'Stranglekelp zone 33, node 657'),
|
|
(65342, 994, 0, 'Stranglekelp zone 11, node 364'),
|
|
(65343, 958, 0, 'Stranglekelp zone 267, node 245'),
|
|
(65344, 994, 0, 'Stranglekelp zone 11, node 365'),
|
|
(65346, 994, 0, 'Stranglekelp zone 11, node 366'),
|
|
(65347, 994, 0, 'Stranglekelp zone 11, node 367'),
|
|
(65349, 994, 0, 'Stranglekelp zone 11, node 368'),
|
|
(65350, 994, 0, 'Stranglekelp zone 11, node 369'),
|
|
(65351, 994, 0, 'Stranglekelp zone 11, node 370'),
|
|
(65352, 994, 0, 'Stranglekelp zone 11, node 371'),
|
|
(65353, 958, 0, 'Stranglekelp zone 267, node 246'),
|
|
(65354, 958, 0, 'Stranglekelp zone 267, node 247'),
|
|
(65355, 994, 0, 'Stranglekelp zone 11, node 372'),
|
|
(65357, 994, 0, 'Stranglekelp zone 11, node 373'),
|
|
(65358, 994, 0, 'Stranglekelp zone 11, node 374'),
|
|
(65359, 994, 0, 'Stranglekelp zone 11, node 375'),
|
|
(65360, 994, 0, 'Stranglekelp zone 11, node 376'),
|
|
(65361, 958, 0, 'Stranglekelp zone 267, node 248'),
|
|
(65363, 958, 0, 'Stranglekelp zone 267, node 249'),
|
|
(65364, 988, 0, 'Stranglekelp zone 33, node 658'),
|
|
(65365, 963, 0, 'Stranglekelp zone 440, node 102'),
|
|
(65366, 803, 0, 'Stranglekelp,Zone 17,Area 385,node 847'),
|
|
(65367, 803, 0, 'Stranglekelp,Zone 17,Area 385,node 848'),
|
|
(65368, 959, 0, 'Goldthorn zone 45, node 506'),
|
|
(65370, 959, 0, 'Goldthorn zone 45, node 507'),
|
|
(65371, 988, 0, 'Goldthorn zone 33, node 659'),
|
|
(65372, 959, 0, 'Goldthorn zone 45, node 508'),
|
|
(65373, 959, 0, 'Goldthorn zone 45, node 509'),
|
|
(65374, 959, 0, 'Goldthorn zone 45, node 510'),
|
|
(66691, 5137, 0, 'Cobalt'),
|
|
(66696, 5621, 0, 'Wintergrasp 189980, node 5'),
|
|
(66697, 5622, 0, 'Wintergrasp 189980, node 6'),
|
|
(66698, 5623, 0, 'Wintergrasp 189980, node 7'),
|
|
(66699, 5624, 0, 'Wintergrasp 189980, node 8'),
|
|
(66701, 5625, 0, 'Wintergrasp 189980, node 9'),
|
|
(66702, 5626, 0, 'Wintergrasp 189980, node 10'),
|
|
(66703, 5627, 0, 'Wintergrasp 189980, node 11'),
|
|
(66704, 5628, 0, 'Wintergrasp 189980, node 12'),
|
|
(66705, 5629, 0, 'Wintergrasp 189980, node 13'),
|
|
(66708, 5630, 0, 'Wintergrasp 189980, node 14'),
|
|
(66709, 5631, 0, 'Wintergrasp 189980, node 15'),
|
|
(66710, 5632, 0, 'Wintergrasp 189980, node 16'),
|
|
(66841, 5244, 0, 'Cobalt'),
|
|
(66844, 5245, 0, 'Cobalt'),
|
|
(66846, 5249, 0, 'Cobalt'),
|
|
(66848, 5246, 30, 'Cobalt, Rich'),
|
|
(66849, 5247, 0, 'Cobalt'),
|
|
(66850, 5248, 0, 'Cobalt'),
|
|
(66854, 5250, 0, 'Cobalt'),
|
|
(66855, 5251, 0, 'Cobalt'),
|
|
(66859, 5252, 0, 'Cobalt'),
|
|
(66878, 5253, 0, 'Cobalt'),
|
|
(66879, 5254, 0, 'Cobalt'),
|
|
(66883, 5255, 0, 'Cobalt'),
|
|
(66894, 5244, 30, 'Cobalt, Rich'),
|
|
(66897, 5245, 30, 'Cobalt, Rich'),
|
|
(66899, 5249, 30, 'Cobalt, Rich'),
|
|
(66902, 5247, 30, 'Cobalt, Rich'),
|
|
(66903, 5248, 30, 'Cobalt, Rich'),
|
|
(66907, 5250, 30, 'Cobalt, Rich'),
|
|
(66908, 5251, 30, 'Cobalt, Rich'),
|
|
(66912, 5252, 30, 'Cobalt, Rich'),
|
|
(66931, 5253, 30, 'Cobalt, Rich'),
|
|
(66932, 5254, 30, 'Cobalt, Rich'),
|
|
(66936, 5255, 30, 'Cobalt, Rich'),
|
|
(67245, 5633, 0, 'Wintergrasp 189980, node 17'),
|
|
(67246, 5634, 0, 'Wintergrasp 189980, node 18'),
|
|
(67247, 5635, 0, 'Wintergrasp 189980, node 19'),
|
|
(67248, 5636, 0, 'Wintergrasp 189980, node 20'),
|
|
(67273, 979, 0, 'Lichbloom zone 4197, node 3'),
|
|
(67274, 979, 0, 'Lichbloom zone 4197, node 4'),
|
|
(67275, 979, 0, 'Lichbloom zone 4197, node 5'),
|
|
(67276, 979, 0, 'Lichbloom zone 4197, node 6'),
|
|
(67277, 979, 0, 'Lichbloom zone 4197, node 7'),
|
|
(67279, 979, 0, 'Icethorn zone 4197, node 8'),
|
|
(67280, 979, 0, 'Icethorn zone 4197, node 9'),
|
|
(67281, 979, 0, 'Icethorn zone 4197, node 10'),
|
|
(67290, 979, 0, 'Frozen Herb zone 4197, node 11'),
|
|
(67291, 979, 0, 'Frozen Herb zone 4197, node 12'),
|
|
(67292, 979, 0, 'Frozen Herb zone 4197, node 13'),
|
|
(67293, 979, 0, 'Frozen Herb zone 4197, node 14'),
|
|
(67294, 979, 0, 'Frozen Herb zone 4197, node 15'),
|
|
(67295, 979, 0, 'Frozen Herb zone 4197, node 16'),
|
|
(67296, 979, 0, 'Frozen Herb zone 4197, node 17'),
|
|
(67297, 979, 0, 'Frozen Herb zone 4197, node 18'),
|
|
(67298, 979, 0, 'Frozen Herb zone 4197, node 19'),
|
|
(67299, 979, 0, 'Frozen Herb zone 4197, node 20'),
|
|
(67300, 979, 0, 'Frozen Herb zone 4197, node 21'),
|
|
(67301, 979, 0, 'Frozen Herb zone 4197, node 22'),
|
|
(67302, 979, 0, 'Frozen Herb zone 4197, node 23'),
|
|
(67303, 979, 0, 'Frost Lotus zone 4197, node 24'),
|
|
(67304, 979, 0, 'Frost Lotus zone 4197, node 25'),
|
|
(67305, 979, 0, 'Frost Lotus zone 4197, node 26'),
|
|
(67635, 982, 0, 'Goldclover zone 3711, node 84'),
|
|
(67636, 987, 0, 'Goldclover zone 3537, node 43'),
|
|
(67700, 987, 0, 'Tiger Lily zone 3537, node 44'),
|
|
(68000, 3000, 0, 'Spawn Point 1 - Iron'),
|
|
(68001, 3000, 25, 'Spawn Point 1 - Mithril'),
|
|
(68002, 3000, 10, 'Spawn Point 1 - Gold'),
|
|
(68003, 3000, 10, 'Spawn Point 1 - Silver'),
|
|
(68004, 3000, 30, 'Spawn Point 1 - Truesilver'),
|
|
(68005, 3001, 0, 'Spawn Point 2 - Iron'),
|
|
(68006, 3001, 25, 'Spawn Point 2 - Mithril'),
|
|
(68007, 3001, 10, 'Spawn Point 2 - Gold'),
|
|
(68008, 3001, 10, 'Spawn Point 2 - Silver'),
|
|
(68009, 3001, 30, 'Spawn Point 2 - Truesilver'),
|
|
(68010, 3002, 0, 'Spawn Point 3 - Iron'),
|
|
(68011, 3002, 25, 'Spawn Point 3 - Mithril'),
|
|
(68012, 3002, 10, 'Spawn Point 3 - Gold'),
|
|
(68013, 3002, 10, 'Spawn Point 3 - Silver'),
|
|
(68014, 3002, 30, 'Spawn Point 3 - Truesilver'),
|
|
(68015, 3003, 0, 'Spawn Point 4 - Iron'),
|
|
(68016, 3003, 25, 'Spawn Point 4 - Mithril'),
|
|
(68017, 3003, 10, 'Spawn Point 4 - Gold'),
|
|
(68018, 3003, 10, 'Spawn Point 4 - Silver'),
|
|
(68019, 3003, 30, 'Spawn Point 4 - Truesilver'),
|
|
(68020, 3004, 0, 'Spawn Point 5 - Iron'),
|
|
(68021, 3004, 25, 'Spawn Point 5 - Mithril'),
|
|
(68022, 3004, 10, 'Spawn Point 5 - Gold'),
|
|
(68023, 3004, 10, 'Spawn Point 5 - Silver'),
|
|
(68024, 3004, 30, 'Spawn Point 5 - Truesilver'),
|
|
(68025, 3005, 0, 'Spawn Point 6 - Iron'),
|
|
(68026, 3005, 25, 'Spawn Point 6 - Mithril'),
|
|
(68027, 3005, 10, 'Spawn Point 6 - Gold'),
|
|
(68028, 3005, 10, 'Spawn Point 6 - Silver'),
|
|
(68029, 3005, 30, 'Spawn Point 6 - Truesilver'),
|
|
(68030, 3006, 0, 'Spawn Point 7 - Iron'),
|
|
(68031, 3006, 25, 'Spawn Point 7 - Mithril'),
|
|
(68032, 3006, 10, 'Spawn Point 7 - Gold'),
|
|
(68033, 3006, 10, 'Spawn Point 7 - Silver'),
|
|
(68034, 3006, 30, 'Spawn Point 7 - Truesilver'),
|
|
(68035, 3007, 0, 'Spawn Point 8 - Iron'),
|
|
(68036, 3007, 25, 'Spawn Point 8 - Mithril'),
|
|
(68037, 3007, 10, 'Spawn Point 8 - Gold'),
|
|
(68038, 3007, 10, 'Spawn Point 8 - Silver'),
|
|
(68039, 3007, 30, 'Spawn Point 8 - Truesilver'),
|
|
(68040, 3008, 0, 'Spawn Point 9 - Iron'),
|
|
(68041, 3008, 25, 'Spawn Point 9 - Mithril'),
|
|
(68042, 3008, 10, 'Spawn Point 9 - Gold'),
|
|
(68043, 3008, 10, 'Spawn Point 9 - Silver'),
|
|
(68044, 3008, 30, 'Spawn Point 9 - Truesilver'),
|
|
(68045, 3009, 0, 'Spawn Point 10 - Iron'),
|
|
(68046, 3009, 25, 'Spawn Point 10 - Mithril'),
|
|
(68047, 3009, 10, 'Spawn Point 10 - Gold'),
|
|
(68048, 3009, 10, 'Spawn Point 10 - Silver'),
|
|
(68049, 3009, 30, 'Spawn Point 10 - Truesilver'),
|
|
(68050, 3010, 0, 'Spawn Point 11 - Iron'),
|
|
(68051, 3010, 25, 'Spawn Point 11 - Mithril'),
|
|
(68052, 3010, 10, 'Spawn Point 11 - Gold'),
|
|
(68053, 3010, 10, 'Spawn Point 11 - Silver'),
|
|
(68054, 3010, 30, 'Spawn Point 11 - Truesilver'),
|
|
(68055, 3011, 0, 'Spawn Point 12 - Iron'),
|
|
(68056, 3011, 25, 'Spawn Point 12 - Mithril'),
|
|
(68057, 3011, 10, 'Spawn Point 12 - Gold'),
|
|
(68058, 3011, 10, 'Spawn Point 12 - Silver'),
|
|
(68059, 3011, 30, 'Spawn Point 12 - Truesilver'),
|
|
(68060, 3012, 0, 'Spawn Point 13 - Iron'),
|
|
(68061, 3012, 25, 'Spawn Point 13 - Mithril'),
|
|
(68062, 3012, 10, 'Spawn Point 13 - Gold'),
|
|
(68063, 3012, 10, 'Spawn Point 13 - Silver'),
|
|
(68064, 3012, 30, 'Spawn Point 13 - Truesilver'),
|
|
(68065, 3013, 0, 'Spawn Point 14 - Iron'),
|
|
(68066, 3013, 25, 'Spawn Point 14 - Mithril'),
|
|
(68067, 3013, 10, 'Spawn Point 14 - Gold'),
|
|
(68068, 3013, 10, 'Spawn Point 14 - Silver'),
|
|
(68069, 3013, 30, 'Spawn Point 14 - Truesilver'),
|
|
(68070, 3014, 0, 'Spawn Point 15 - Iron'),
|
|
(68071, 3014, 25, 'Spawn Point 15 - Mithril'),
|
|
(68072, 3014, 10, 'Spawn Point 15 - Gold'),
|
|
(68073, 3014, 10, 'Spawn Point 15 - Silver'),
|
|
(68074, 3014, 30, 'Spawn Point 15 - Truesilver'),
|
|
(68075, 3015, 0, 'Spawn Point 16 - Iron'),
|
|
(68076, 3015, 25, 'Spawn Point 16 - Mithril'),
|
|
(68077, 3015, 10, 'Spawn Point 16 - Gold'),
|
|
(68078, 3015, 10, 'Spawn Point 16 - Silver'),
|
|
(68079, 3015, 30, 'Spawn Point 16 - Truesilver'),
|
|
(68080, 3016, 0, 'Spawn Point 17 - Iron'),
|
|
(68081, 3016, 25, 'Spawn Point 17 - Mithril'),
|
|
(68082, 3016, 10, 'Spawn Point 17 - Gold'),
|
|
(68083, 3016, 10, 'Spawn Point 17 - Silver'),
|
|
(68084, 3016, 30, 'Spawn Point 17 - Truesilver'),
|
|
(68085, 3017, 0, 'Spawn Point 18 - Iron'),
|
|
(68086, 3017, 25, 'Spawn Point 18 - Mithril'),
|
|
(68087, 3017, 10, 'Spawn Point 18 - Gold'),
|
|
(68088, 3017, 10, 'Spawn Point 18 - Silver'),
|
|
(68089, 3017, 30, 'Spawn Point 18 - Truesilver'),
|
|
(68090, 3018, 0, 'Spawn Point 19 - Iron'),
|
|
(68091, 3018, 25, 'Spawn Point 19 - Mithril'),
|
|
(68092, 3018, 10, 'Spawn Point 19 - Gold'),
|
|
(68093, 3018, 10, 'Spawn Point 19 - Silver'),
|
|
(68094, 3018, 30, 'Spawn Point 19 - Truesilver'),
|
|
(68095, 3019, 0, 'Spawn Point 20 - Iron'),
|
|
(68096, 3019, 25, 'Spawn Point 20 - Mithril'),
|
|
(68097, 3019, 10, 'Spawn Point 20 - Gold'),
|
|
(68098, 3019, 10, 'Spawn Point 20 - Silver'),
|
|
(68099, 3019, 30, 'Spawn Point 20 - Truesilver'),
|
|
(68100, 3020, 0, 'Spawn Point 21 - Iron'),
|
|
(68101, 3020, 25, 'Spawn Point 21 - Mithril'),
|
|
(68102, 3020, 10, 'Spawn Point 21 - Gold'),
|
|
(68103, 3020, 10, 'Spawn Point 21 - Silver'),
|
|
(68104, 3020, 30, 'Spawn Point 21 - Truesilver'),
|
|
(68105, 3021, 0, 'Spawn Point 22 - Iron'),
|
|
(68106, 3021, 25, 'Spawn Point 22 - Mithril'),
|
|
(68107, 3021, 10, 'Spawn Point 22 - Gold'),
|
|
(68108, 3021, 10, 'Spawn Point 22 - Silver'),
|
|
(68109, 3021, 30, 'Spawn Point 22 - Truesilver'),
|
|
(68110, 3022, 0, 'Spawn Point 23 - Iron'),
|
|
(68111, 3022, 25, 'Spawn Point 23 - Mithril'),
|
|
(68112, 3022, 10, 'Spawn Point 23 - Gold'),
|
|
(68113, 3022, 10, 'Spawn Point 23 - Silver'),
|
|
(68114, 3022, 30, 'Spawn Point 23 - Truesilver'),
|
|
(68115, 3023, 0, 'Spawn Point 24 - Iron'),
|
|
(68116, 3023, 25, 'Spawn Point 24 - Mithril'),
|
|
(68117, 3023, 10, 'Spawn Point 24 - Gold'),
|
|
(68118, 3023, 10, 'Spawn Point 24 - Silver'),
|
|
(68119, 3023, 30, 'Spawn Point 24 - Truesilver'),
|
|
(68120, 3024, 0, 'Spawn Point 25 - Iron'),
|
|
(68121, 3024, 25, 'Spawn Point 25 - Mithril'),
|
|
(68122, 3024, 10, 'Spawn Point 25 - Gold'),
|
|
(68123, 3024, 10, 'Spawn Point 25 - Silver'),
|
|
(68124, 3024, 30, 'Spawn Point 25 - Truesilver'),
|
|
(68125, 3025, 0, 'Spawn Point 26 - Iron'),
|
|
(68126, 3025, 25, 'Spawn Point 26 - Mithril'),
|
|
(68127, 3025, 10, 'Spawn Point 26 - Gold'),
|
|
(68128, 3025, 10, 'Spawn Point 26 - Silver'),
|
|
(68129, 3025, 30, 'Spawn Point 26 - Truesilver'),
|
|
(68130, 3026, 0, 'Spawn Point 27 - Iron'),
|
|
(68131, 3026, 25, 'Spawn Point 27 - Mithril'),
|
|
(68132, 3026, 10, 'Spawn Point 27 - Gold'),
|
|
(68133, 3026, 10, 'Spawn Point 27 - Silver'),
|
|
(68134, 3026, 30, 'Spawn Point 27 - Truesilver'),
|
|
(68135, 3027, 0, 'Spawn Point 28 - Iron'),
|
|
(68136, 3027, 25, 'Spawn Point 28 - Mithril'),
|
|
(68137, 3027, 10, 'Spawn Point 28 - Gold'),
|
|
(68138, 3027, 10, 'Spawn Point 28 - Silver'),
|
|
(68139, 3027, 30, 'Spawn Point 28 - Truesilver'),
|
|
(68140, 3028, 0, 'Spawn Point 29 - Iron'),
|
|
(68141, 3028, 25, 'Spawn Point 29 - Mithril'),
|
|
(68142, 3028, 10, 'Spawn Point 29 - Gold'),
|
|
(68143, 3028, 10, 'Spawn Point 29 - Silver'),
|
|
(68144, 3028, 30, 'Spawn Point 29 - Truesilver'),
|
|
(68145, 3029, 0, 'Spawn Point 30 - Iron'),
|
|
(68146, 3029, 25, 'Spawn Point 30 - Mithril'),
|
|
(68147, 3029, 10, 'Spawn Point 30 - Gold'),
|
|
(68148, 3029, 10, 'Spawn Point 30 - Silver'),
|
|
(68149, 3029, 30, 'Spawn Point 30 - Truesilver'),
|
|
(68150, 3030, 0, 'Spawn Point 31 - Iron'),
|
|
(68151, 3030, 25, 'Spawn Point 31 - Mithril'),
|
|
(68152, 3030, 10, 'Spawn Point 31 - Gold'),
|
|
(68153, 3030, 10, 'Spawn Point 31 - Silver'),
|
|
(68154, 3030, 30, 'Spawn Point 31 - Truesilver'),
|
|
(68155, 3031, 0, 'Spawn Point 32 - Iron'),
|
|
(68156, 3031, 25, 'Spawn Point 32 - Mithril'),
|
|
(68157, 3031, 10, 'Spawn Point 32 - Gold'),
|
|
(68158, 3031, 10, 'Spawn Point 32 - Silver'),
|
|
(68159, 3031, 30, 'Spawn Point 32 - Truesilver'),
|
|
(68160, 3032, 0, 'Spawn Point 33 - Iron'),
|
|
(68161, 3032, 25, 'Spawn Point 33 - Mithril'),
|
|
(68162, 3032, 10, 'Spawn Point 33 - Gold'),
|
|
(68163, 3032, 10, 'Spawn Point 33 - Silver'),
|
|
(68164, 3032, 30, 'Spawn Point 33 - Truesilver'),
|
|
(68165, 3033, 0, 'Spawn Point 34 - Iron'),
|
|
(68166, 3033, 25, 'Spawn Point 34 - Mithril'),
|
|
(68167, 3033, 10, 'Spawn Point 34 - Gold'),
|
|
(68168, 3033, 10, 'Spawn Point 34 - Silver'),
|
|
(68169, 3033, 30, 'Spawn Point 34 - Truesilver'),
|
|
(68170, 3034, 0, 'Spawn Point 35 - Iron'),
|
|
(68171, 3034, 25, 'Spawn Point 35 - Mithril'),
|
|
(68172, 3034, 10, 'Spawn Point 35 - Gold'),
|
|
(68173, 3034, 10, 'Spawn Point 35 - Silver'),
|
|
(68174, 3034, 30, 'Spawn Point 35 - Truesilver'),
|
|
(68175, 3035, 0, 'Spawn Point 36 - Iron'),
|
|
(68176, 3035, 25, 'Spawn Point 36 - Mithril'),
|
|
(68177, 3035, 10, 'Spawn Point 36 - Gold'),
|
|
(68178, 3035, 10, 'Spawn Point 36 - Silver'),
|
|
(68179, 3035, 30, 'Spawn Point 36 - Truesilver'),
|
|
(68180, 3036, 0, 'Spawn Point 37 - Iron'),
|
|
(68181, 3036, 25, 'Spawn Point 37 - Mithril'),
|
|
(68182, 3036, 10, 'Spawn Point 37 - Gold'),
|
|
(68183, 3036, 10, 'Spawn Point 37 - Silver'),
|
|
(68184, 3036, 30, 'Spawn Point 37 - Truesilver'),
|
|
(68185, 3037, 0, 'Spawn Point 38 - Iron'),
|
|
(68186, 3037, 25, 'Spawn Point 38 - Mithril'),
|
|
(68187, 3037, 10, 'Spawn Point 38 - Gold'),
|
|
(68188, 3037, 10, 'Spawn Point 38 - Silver'),
|
|
(68189, 3037, 30, 'Spawn Point 38 - Truesilver'),
|
|
(68190, 3038, 0, 'Spawn Point 39 - Iron'),
|
|
(68191, 3038, 25, 'Spawn Point 39 - Mithril'),
|
|
(68192, 3038, 10, 'Spawn Point 39 - Gold'),
|
|
(68193, 3038, 10, 'Spawn Point 39 - Silver'),
|
|
(68194, 3038, 30, 'Spawn Point 39 - Truesilver'),
|
|
(68195, 3039, 0, 'Spawn Point 40 - Iron'),
|
|
(68196, 3039, 25, 'Spawn Point 40 - Mithril'),
|
|
(68197, 3039, 10, 'Spawn Point 40 - Gold'),
|
|
(68198, 3039, 10, 'Spawn Point 40 - Silver'),
|
|
(68199, 3039, 30, 'Spawn Point 40 - Truesilver'),
|
|
(68200, 3040, 0, 'Spawn Point 41 - Iron'),
|
|
(68201, 3040, 25, 'Spawn Point 41 - Mithril'),
|
|
(68202, 3040, 10, 'Spawn Point 41 - Gold'),
|
|
(68203, 3040, 10, 'Spawn Point 41 - Silver'),
|
|
(68204, 3040, 30, 'Spawn Point 41 - Truesilver'),
|
|
(68205, 3041, 0, 'Spawn Point 42 - Iron'),
|
|
(68206, 3041, 25, 'Spawn Point 42 - Mithril'),
|
|
(68207, 3041, 10, 'Spawn Point 42 - Gold'),
|
|
(68208, 3041, 10, 'Spawn Point 42 - Silver'),
|
|
(68209, 3041, 30, 'Spawn Point 42 - Truesilver'),
|
|
(68210, 3042, 0, 'Spawn Point 43 - Iron'),
|
|
(68211, 3042, 25, 'Spawn Point 43 - Mithril'),
|
|
(68212, 3042, 10, 'Spawn Point 43 - Gold'),
|
|
(68213, 3042, 10, 'Spawn Point 43 - Silver'),
|
|
(68214, 3042, 30, 'Spawn Point 43 - Truesilver'),
|
|
(68215, 3043, 0, 'Spawn Point 44 - Iron'),
|
|
(68216, 3043, 25, 'Spawn Point 44 - Mithril'),
|
|
(68217, 3043, 10, 'Spawn Point 44 - Gold'),
|
|
(68218, 3043, 10, 'Spawn Point 44 - Silver'),
|
|
(68219, 3043, 30, 'Spawn Point 44 - Truesilver'),
|
|
(68220, 3044, 0, 'Spawn Point 45 - Iron'),
|
|
(68221, 3044, 25, 'Spawn Point 45 - Mithril'),
|
|
(68222, 3044, 10, 'Spawn Point 45 - Gold'),
|
|
(68223, 3044, 10, 'Spawn Point 45 - Silver'),
|
|
(68224, 3044, 30, 'Spawn Point 45 - Truesilver'),
|
|
(68225, 3045, 0, 'Spawn Point 46 - Iron'),
|
|
(68226, 3045, 25, 'Spawn Point 46 - Mithril'),
|
|
(68227, 3045, 10, 'Spawn Point 46 - Gold'),
|
|
(68228, 3045, 10, 'Spawn Point 46 - Silver'),
|
|
(68229, 3045, 30, 'Spawn Point 46 - Truesilver'),
|
|
(68230, 3046, 0, 'Spawn Point 47 - Iron'),
|
|
(68231, 3046, 25, 'Spawn Point 47 - Mithril'),
|
|
(68232, 3046, 10, 'Spawn Point 47 - Gold'),
|
|
(68233, 3046, 10, 'Spawn Point 47 - Silver'),
|
|
(68234, 3046, 30, 'Spawn Point 47 - Truesilver'),
|
|
(68235, 3047, 0, 'Spawn Point 48 - Iron'),
|
|
(68236, 3047, 25, 'Spawn Point 48 - Mithril'),
|
|
(68237, 3047, 10, 'Spawn Point 48 - Gold'),
|
|
(68238, 3047, 10, 'Spawn Point 48 - Silver'),
|
|
(68239, 3047, 30, 'Spawn Point 48 - Truesilver'),
|
|
(68240, 3048, 0, 'Spawn Point 49 - Iron'),
|
|
(68241, 3048, 25, 'Spawn Point 49 - Mithril'),
|
|
(68242, 3048, 10, 'Spawn Point 49 - Gold'),
|
|
(68243, 3048, 10, 'Spawn Point 49 - Silver'),
|
|
(68244, 3048, 30, 'Spawn Point 49 - Truesilver'),
|
|
(68245, 3049, 0, 'Spawn Point 50 - Iron'),
|
|
(68246, 3049, 25, 'Spawn Point 50 - Mithril'),
|
|
(68247, 3049, 10, 'Spawn Point 50 - Gold'),
|
|
(68248, 3049, 10, 'Spawn Point 50 - Silver'),
|
|
(68249, 3049, 30, 'Spawn Point 50 - Truesilver'),
|
|
(68250, 3050, 0, 'Spawn Point 51 - Iron'),
|
|
(68251, 3050, 25, 'Spawn Point 51 - Mithril'),
|
|
(68252, 3050, 10, 'Spawn Point 51 - Gold'),
|
|
(68253, 3050, 10, 'Spawn Point 51 - Silver'),
|
|
(68254, 3050, 30, 'Spawn Point 51 - Truesilver'),
|
|
(68255, 3051, 0, 'Spawn Point 52 - Iron'),
|
|
(68256, 3051, 25, 'Spawn Point 52 - Mithril'),
|
|
(68257, 3051, 10, 'Spawn Point 52 - Gold'),
|
|
(68258, 3051, 10, 'Spawn Point 52 - Silver'),
|
|
(68259, 3051, 30, 'Spawn Point 52 - Truesilver'),
|
|
(68260, 3052, 0, 'Spawn Point 53 - Iron'),
|
|
(68261, 3052, 25, 'Spawn Point 53 - Mithril'),
|
|
(68262, 3052, 10, 'Spawn Point 53 - Gold'),
|
|
(68263, 3052, 10, 'Spawn Point 53 - Silver'),
|
|
(68264, 3052, 30, 'Spawn Point 53 - Truesilver'),
|
|
(68265, 3053, 0, 'Spawn Point 54 - Iron'),
|
|
(68266, 3053, 25, 'Spawn Point 54 - Mithril'),
|
|
(68267, 3053, 10, 'Spawn Point 54 - Gold'),
|
|
(68268, 3053, 10, 'Spawn Point 54 - Silver'),
|
|
(68269, 3053, 30, 'Spawn Point 54 - Truesilver'),
|
|
(68270, 3054, 0, 'Spawn Point 55 - Iron'),
|
|
(68271, 3054, 25, 'Spawn Point 55 - Mithril'),
|
|
(68272, 3054, 10, 'Spawn Point 55 - Gold'),
|
|
(68273, 3054, 10, 'Spawn Point 55 - Silver'),
|
|
(68274, 3054, 30, 'Spawn Point 55 - Truesilver'),
|
|
(68275, 3055, 0, 'Spawn Point 56 - Iron'),
|
|
(68276, 3055, 25, 'Spawn Point 56 - Mithril'),
|
|
(68277, 3055, 10, 'Spawn Point 56 - Gold'),
|
|
(68278, 3055, 10, 'Spawn Point 56 - Silver'),
|
|
(68279, 3055, 30, 'Spawn Point 56 - Truesilver'),
|
|
(68280, 3056, 0, 'Spawn Point 57 - Iron'),
|
|
(68281, 3056, 25, 'Spawn Point 57 - Mithril'),
|
|
(68282, 3056, 10, 'Spawn Point 57 - Gold'),
|
|
(68283, 3056, 10, 'Spawn Point 57 - Silver'),
|
|
(68284, 3056, 30, 'Spawn Point 57 - Truesilver'),
|
|
(68285, 3057, 0, 'Spawn Point 58 - Iron'),
|
|
(68286, 3057, 25, 'Spawn Point 58 - Mithril'),
|
|
(68287, 3057, 10, 'Spawn Point 58 - Gold'),
|
|
(68288, 3057, 10, 'Spawn Point 58 - Silver'),
|
|
(68289, 3057, 30, 'Spawn Point 58 - Truesilver'),
|
|
(68290, 3058, 0, 'Spawn Point 59 - Iron'),
|
|
(68291, 3058, 25, 'Spawn Point 59 - Mithril'),
|
|
(68292, 3058, 10, 'Spawn Point 59 - Gold'),
|
|
(68293, 3058, 10, 'Spawn Point 59 - Silver'),
|
|
(68294, 3058, 30, 'Spawn Point 59 - Truesilver'),
|
|
(68295, 3059, 0, 'Spawn Point 60 - Iron'),
|
|
(68296, 3059, 25, 'Spawn Point 60 - Mithril'),
|
|
(68297, 3059, 10, 'Spawn Point 60 - Gold'),
|
|
(68298, 3059, 10, 'Spawn Point 60 - Silver'),
|
|
(68299, 3059, 30, 'Spawn Point 60 - Truesilver'),
|
|
(68300, 3060, 0, 'Spawn Point 61 - Iron'),
|
|
(68301, 3060, 25, 'Spawn Point 61 - Mithril'),
|
|
(68302, 3060, 10, 'Spawn Point 61 - Gold'),
|
|
(68303, 3060, 10, 'Spawn Point 61 - Silver'),
|
|
(68304, 3060, 30, 'Spawn Point 61 - Truesilver'),
|
|
(68305, 3061, 0, 'Spawn Point 62 - Iron'),
|
|
(68306, 3061, 25, 'Spawn Point 62 - Mithril'),
|
|
(68307, 3061, 10, 'Spawn Point 62 - Gold'),
|
|
(68308, 3061, 10, 'Spawn Point 62 - Silver'),
|
|
(68309, 3061, 30, 'Spawn Point 62 - Truesilver'),
|
|
(68310, 3062, 0, 'Spawn Point 63 - Iron'),
|
|
(68311, 3062, 25, 'Spawn Point 63 - Mithril'),
|
|
(68312, 3062, 10, 'Spawn Point 63 - Gold'),
|
|
(68313, 3062, 10, 'Spawn Point 63 - Silver'),
|
|
(68314, 3062, 30, 'Spawn Point 63 - Truesilver'),
|
|
(68315, 3063, 0, 'Spawn Point 64 - Iron'),
|
|
(68316, 3063, 25, 'Spawn Point 64 - Mithril'),
|
|
(68317, 3063, 10, 'Spawn Point 64 - Gold'),
|
|
(68318, 3063, 10, 'Spawn Point 64 - Silver'),
|
|
(68319, 3063, 30, 'Spawn Point 64 - Truesilver'),
|
|
(68320, 3064, 0, 'Spawn Point 65 - Iron'),
|
|
(68321, 3064, 25, 'Spawn Point 65 - Mithril'),
|
|
(68322, 3064, 10, 'Spawn Point 65 - Gold'),
|
|
(68323, 3064, 10, 'Spawn Point 65 - Silver'),
|
|
(68324, 3064, 30, 'Spawn Point 65 - Truesilver'),
|
|
(68325, 3065, 0, 'Spawn Point 66 - Iron'),
|
|
(68326, 3065, 25, 'Spawn Point 66 - Mithril'),
|
|
(68327, 3065, 10, 'Spawn Point 66 - Gold'),
|
|
(68328, 3065, 10, 'Spawn Point 66 - Silver'),
|
|
(68329, 3065, 30, 'Spawn Point 66 - Truesilver'),
|
|
(68330, 3066, 0, 'Spawn Point 67 - Iron'),
|
|
(68331, 3066, 25, 'Spawn Point 67 - Mithril'),
|
|
(68332, 3066, 10, 'Spawn Point 67 - Gold'),
|
|
(68333, 3066, 10, 'Spawn Point 67 - Silver'),
|
|
(68334, 3066, 30, 'Spawn Point 67 - Truesilver'),
|
|
(68335, 3067, 0, 'Spawn Point 68 - Iron'),
|
|
(68336, 3067, 25, 'Spawn Point 68 - Mithril'),
|
|
(68337, 3067, 10, 'Spawn Point 68 - Gold'),
|
|
(68338, 3067, 10, 'Spawn Point 68 - Silver'),
|
|
(68339, 3067, 30, 'Spawn Point 68 - Truesilver'),
|
|
(68340, 3068, 0, 'Spawn Point 69 - Iron'),
|
|
(68341, 3068, 25, 'Spawn Point 69 - Mithril'),
|
|
(68342, 3068, 10, 'Spawn Point 69 - Gold'),
|
|
(68343, 3068, 10, 'Spawn Point 69 - Silver'),
|
|
(68344, 3068, 30, 'Spawn Point 69 - Truesilver'),
|
|
(68345, 3069, 0, 'Spawn Point 70 - Iron'),
|
|
(68346, 3069, 25, 'Spawn Point 70 - Mithril'),
|
|
(68347, 3069, 10, 'Spawn Point 70 - Gold'),
|
|
(68348, 3069, 10, 'Spawn Point 70 - Silver'),
|
|
(68349, 3069, 30, 'Spawn Point 70 - Truesilver'),
|
|
(68350, 3070, 0, 'Spawn Point 71 - Iron'),
|
|
(68351, 3070, 25, 'Spawn Point 71 - Mithril'),
|
|
(68352, 3070, 10, 'Spawn Point 71 - Gold'),
|
|
(68353, 3070, 10, 'Spawn Point 71 - Silver'),
|
|
(68354, 3070, 30, 'Spawn Point 71 - Truesilver'),
|
|
(68355, 3071, 0, 'Spawn Point 72 - Iron'),
|
|
(68356, 3071, 25, 'Spawn Point 72 - Mithril'),
|
|
(68357, 3071, 10, 'Spawn Point 72 - Gold'),
|
|
(68358, 3071, 10, 'Spawn Point 72- Silver'),
|
|
(68359, 3071, 30, 'Spawn Point 72 - Truesilver'),
|
|
(68360, 3072, 0, 'Spawn Point 73- Iron'),
|
|
(68361, 3072, 25, 'Spawn Point 73 - Mithril'),
|
|
(68362, 3072, 10, 'Spawn Point 73- Gold'),
|
|
(68363, 3072, 10, 'Spawn Point 73- Silver'),
|
|
(68364, 3072, 30, 'Spawn Point 73 - Truesilver'),
|
|
(68365, 3073, 0, 'Spawn Point 74- Iron'),
|
|
(68366, 3073, 25, 'Spawn Point 74- Mithril'),
|
|
(68367, 3073, 10, 'Spawn Point 74 - Gold'),
|
|
(68368, 3073, 10, 'Spawn Point 74 - Silver'),
|
|
(68369, 3073, 30, 'Spawn Point 74 - Truesilver'),
|
|
(68370, 3074, 0, 'Spawn Point 75 - Iron'),
|
|
(68371, 3074, 25, 'Spawn Point 75- Mithril'),
|
|
(68372, 3074, 10, 'Spawn Point 75 - Gold'),
|
|
(68373, 3074, 10, 'Spawn Point 75 - Silver'),
|
|
(68374, 3074, 30, 'Spawn Point 75- Truesilver'),
|
|
(68375, 3075, 0, 'Spawn Point 76 - Iron'),
|
|
(68376, 3075, 25, 'Spawn Point 76 - Mithril'),
|
|
(68377, 3075, 10, 'Spawn Point 76 - Gold'),
|
|
(68378, 3075, 10, 'Spawn Point 76 - Silver'),
|
|
(68379, 3075, 30, 'Spawn Point 76 - Truesilver'),
|
|
(68380, 3076, 0, 'Spawn Point 77 - Iron'),
|
|
(68381, 3076, 25, 'Spawn Point 77 - Mithril'),
|
|
(68382, 3076, 10, 'Spawn Point 77 - Gold'),
|
|
(68383, 3076, 10, 'Spawn Point 77 - Silver'),
|
|
(68384, 3076, 30, 'Spawn Point 77- Truesilver'),
|
|
(68385, 3077, 0, 'Spawn Point 78 - Iron'),
|
|
(68386, 3077, 25, 'Spawn Point 78 - Mithril'),
|
|
(68387, 3077, 10, 'Spawn Point 78 - Gold'),
|
|
(68388, 3077, 10, 'Spawn Point 78 - Silver'),
|
|
(68389, 3077, 30, 'Spawn Point 78 - Truesilver'),
|
|
(68390, 3078, 0, 'Spawn Point 79 - Iron'),
|
|
(68391, 3078, 25, 'Spawn Point 79 - Mithril'),
|
|
(68392, 3078, 10, 'Spawn Point 79 - Gold'),
|
|
(68393, 3078, 10, 'Spawn Point 79 - Silver'),
|
|
(68394, 3078, 30, 'Spawn Point 79 - Truesilver'),
|
|
(68395, 3079, 0, 'Spawn Point 80 - Iron'),
|
|
(68396, 3079, 25, 'Spawn Point 80 - Mithril'),
|
|
(68397, 3079, 10, 'Spawn Point 80 - Gold'),
|
|
(68398, 3079, 10, 'Spawn Point 80 - Silver'),
|
|
(68399, 3079, 30, 'Spawn Point 80 - Truesilver'),
|
|
(68400, 3080, 0, 'Spawn Point 81 - Iron'),
|
|
(68401, 3080, 25, 'Spawn Point 81 - Mithril'),
|
|
(68402, 3080, 10, 'Spawn Point 81 - Gold'),
|
|
(68403, 3080, 10, 'Spawn Point 81 - Silver'),
|
|
(68404, 3080, 30, 'Spawn Point 81 - Truesilver'),
|
|
(68405, 3081, 0, 'Spawn Point 82 - Iron'),
|
|
(68406, 3081, 25, 'Spawn Point 82 - Mithril'),
|
|
(68407, 3081, 10, 'Spawn Point 82 - Gold'),
|
|
(68408, 3081, 10, 'Spawn Point 82 - Silver'),
|
|
(68409, 3081, 30, 'Spawn Point 82 - Truesilver'),
|
|
(68410, 3082, 0, 'Spawn Point 83 - Iron'),
|
|
(68411, 3082, 10, 'Spawn Point 83 - Gold'),
|
|
(68412, 3082, 10, 'Spawn Point 83 - Silver'),
|
|
(68413, 3083, 0, 'Spawn Point 84 - Iron'),
|
|
(68414, 3083, 10, 'Spawn Point 84 - Gold'),
|
|
(68415, 3083, 10, 'Spawn Point 84 - Silver'),
|
|
(68416, 3084, 0, 'Spawn Point 85 - Iron'),
|
|
(68417, 3084, 10, 'Spawn Point 85 - Gold'),
|
|
(68418, 3084, 10, 'Spawn Point 85 - Silver'),
|
|
(68419, 3085, 0, 'Spawn Point 86 - Iron'),
|
|
(68420, 3085, 10, 'Spawn Point 86 - Gold'),
|
|
(68421, 3085, 10, 'Spawn Point 86 - Silver'),
|
|
(68422, 3086, 0, 'Spawn Point 87 - Iron'),
|
|
(68423, 3086, 10, 'Spawn Point 87 - Gold'),
|
|
(68424, 3086, 10, 'Spawn Point 87 - Silver'),
|
|
(68425, 3087, 0, 'Spawn Point 88 - Iron'),
|
|
(68426, 3087, 10, 'Spawn Point 88 - Gold'),
|
|
(68427, 3087, 10, 'Spawn Point 88 - Silver'),
|
|
(68428, 3088, 0, 'Spawn Point 89 - Iron'),
|
|
(68429, 3088, 10, 'Spawn Point 89 - Gold'),
|
|
(68430, 3088, 10, 'Spawn Point 89 - Silver'),
|
|
(68431, 3089, 0, 'Spawn Point 90 - Iron'),
|
|
(68432, 3089, 10, 'Spawn Point 90 - Gold'),
|
|
(68433, 3089, 10, 'Spawn Point 90- Silver'),
|
|
(68434, 3090, 0, 'Spawn Point 91 - Iron'),
|
|
(68435, 3090, 10, 'Spawn Point 91- Gold'),
|
|
(68436, 3090, 10, 'Spawn Point 91 - Silver'),
|
|
(68437, 3091, 0, 'Spawn Point 92 - Iron'),
|
|
(68438, 3091, 10, 'Spawn Point 92 - Gold'),
|
|
(68439, 3091, 10, 'Spawn Point 92 - Silver'),
|
|
(68440, 3092, 0, 'Spawn Point 93 - Iron'),
|
|
(68441, 3092, 10, 'Spawn Point 93 - Gold'),
|
|
(68442, 3092, 10, 'Spawn Point 93 - Silver'),
|
|
(68443, 3093, 0, 'Spawn Point 94 - Iron'),
|
|
(68444, 3093, 10, 'Spawn Point 94 - Gold'),
|
|
(68445, 3093, 10, 'Spawn Point 94 - Silver'),
|
|
(68446, 3094, 0, 'Spawn Point 95 - Iron'),
|
|
(68447, 3094, 10, 'Spawn Point 95 - Gold'),
|
|
(68448, 3094, 10, 'Spawn Point 95 - Silver'),
|
|
(68449, 3095, 0, 'Spawn Point 96 - Iron'),
|
|
(68450, 3095, 10, 'Spawn Point 96 - Gold'),
|
|
(68451, 3095, 10, 'Spawn Point 96 - Silver'),
|
|
(68452, 3096, 0, 'Spawn Point 97 - Iron'),
|
|
(68453, 3096, 10, 'Spawn Point 97 - Gold'),
|
|
(68454, 3096, 10, 'Spawn Point 97 - Silver'),
|
|
(68455, 3097, 0, 'Spawn Point 98 - Iron'),
|
|
(68456, 3097, 10, 'Spawn Point 98 - Gold'),
|
|
(68457, 3097, 10, 'Spawn Point 98 - Silver'),
|
|
(68458, 3098, 0, 'Spawn Point 99 - Iron'),
|
|
(68459, 3098, 10, 'Spawn Point 99 - Gold'),
|
|
(68460, 3098, 10, 'Spawn Point 99 - Silver'),
|
|
(68461, 3099, 0, 'Spawn Point 100 - Iron'),
|
|
(68462, 3099, 10, 'Spawn Point 100 - Gold'),
|
|
(68463, 3099, 10, 'Spawn Point 100 - Silver'),
|
|
(68464, 3100, 0, 'Spawn Point 101 - Iron'),
|
|
(68465, 3100, 10, 'Spawn Point 101 - Gold'),
|
|
(68466, 3100, 10, 'Spawn Point 101 - Silver'),
|
|
(68467, 3101, 0, 'Spawn Point 102 - Iron'),
|
|
(68468, 3101, 10, 'Spawn Point 102 - Gold'),
|
|
(68469, 3101, 10, 'Spawn Point 102 - Silver'),
|
|
(68470, 3102, 0, 'Spawn Point 103 - Iron'),
|
|
(68471, 3102, 10, 'Spawn Point 103 - Gold'),
|
|
(68472, 3102, 10, 'Spawn Point 103 - Silver'),
|
|
(68473, 3103, 0, 'Spawn Point 104 - Iron'),
|
|
(68474, 3103, 10, 'Spawn Point 104 - Gold'),
|
|
(68475, 3103, 10, 'Spawn Point 104 - Silver'),
|
|
(68476, 3104, 0, 'Spawn Point 105 - Iron'),
|
|
(68477, 3104, 10, 'Spawn Point 105 - Gold'),
|
|
(68478, 3104, 10, 'Spawn Point 105 - Silver'),
|
|
(68479, 3105, 0, 'Spawn Point 106 - Iron'),
|
|
(68480, 3105, 10, 'Spawn Point 106 - Gold'),
|
|
(68481, 3105, 10, 'Spawn Point 106 - Silver'),
|
|
(68482, 3106, 0, 'Spawn Point 107 - Iron'),
|
|
(68483, 3106, 10, 'Spawn Point 107 - Gold'),
|
|
(68484, 3106, 10, 'Spawn Point 107 - Silver'),
|
|
(68485, 3107, 0, 'Spawn Point 108 - Iron'),
|
|
(68486, 3107, 10, 'Spawn Point 108 - Gold'),
|
|
(68487, 3107, 10, 'Spawn Point 108 - Silver'),
|
|
(68488, 3108, 0, 'Spawn Point 109 - Iron'),
|
|
(68489, 3108, 10, 'Spawn Point 109 - Gold'),
|
|
(68490, 3108, 10, 'Spawn Point 109 - Silver'),
|
|
(68491, 3109, 0, 'Spawn Point 110 - Iron'),
|
|
(68492, 3109, 10, 'Spawn Point 110 - Gold'),
|
|
(68493, 3109, 10, 'Spawn Point 110 - Silver'),
|
|
(68494, 3110, 0, 'Spawn Point 111 - Iron'),
|
|
(68495, 3110, 10, 'Spawn Point 111 - Gold'),
|
|
(68496, 3110, 10, 'Spawn Point 111 - Silver'),
|
|
(68497, 3111, 0, 'Spawn Point 112 - Iron'),
|
|
(68498, 3111, 10, 'Spawn Point 112- Gold'),
|
|
(68499, 3111, 10, 'Spawn Point 112 - Silver'),
|
|
(68500, 3112, 0, 'Spawn Point 113 - Iron'),
|
|
(68501, 3112, 10, 'Spawn Point 113 - Gold'),
|
|
(68502, 3112, 10, 'Spawn Point 113 - Silver'),
|
|
(68503, 3113, 0, 'Spawn Point 114 - Iron'),
|
|
(68504, 3113, 10, 'Spawn Point 114 - Gold'),
|
|
(68505, 3113, 10, 'Spawn Point 114 - Silver'),
|
|
(68506, 3114, 0, 'Spawn Point 115 - Iron'),
|
|
(68507, 3114, 10, 'Spawn Point 115 - Gold'),
|
|
(68508, 3114, 10, 'Spawn Point 115 - Silver'),
|
|
(68509, 3115, 0, 'Spawn Point 116 - Iron'),
|
|
(68510, 3115, 10, 'Spawn Point 116 - Gold'),
|
|
(68511, 3115, 10, 'Spawn Point 116 - Silver'),
|
|
(68512, 3116, 0, 'Spawn Point 117 - Iron'),
|
|
(68513, 3116, 10, 'Spawn Point 117 - Gold'),
|
|
(68514, 3116, 10, 'Spawn Point 117 - Silver'),
|
|
(68515, 3117, 0, 'Spawn Point 118 - Iron'),
|
|
(68516, 3117, 10, 'Spawn Point 118 - Gold'),
|
|
(68517, 3117, 10, 'Spawn Point 118 - Silver'),
|
|
(68518, 3118, 0, 'Spawn Point 119 - Iron'),
|
|
(68519, 3118, 10, 'Spawn Point 119 - Gold'),
|
|
(68520, 3118, 10, 'Spawn Point 119 - Silver'),
|
|
(68521, 3119, 0, 'Spawn Point 120 - Iron'),
|
|
(68522, 3119, 10, 'Spawn Point 120 - Gold'),
|
|
(68523, 3119, 10, 'Spawn Point 120 - Silver'),
|
|
(68524, 3120, 0, 'Spawn Point 121 - Iron'),
|
|
(68525, 3120, 10, 'Spawn Point 121 - Gold'),
|
|
(68526, 3120, 10, 'Spawn Point 121 - Silver'),
|
|
(68527, 3121, 0, 'Spawn Point 122 - Iron'),
|
|
(68528, 3121, 25, 'Spawn Point 122 - Mithril'),
|
|
(68529, 3121, 10, 'Spawn Point 122 - Gold'),
|
|
(68530, 3121, 10, 'Spawn Point 122 - Silver'),
|
|
(68531, 3121, 30, 'Spawn Point 122 - Truesilver'),
|
|
(68572, 3130, 0, 'Spawn Point 131 - Iron'),
|
|
(68573, 3130, 25, 'Spawn Point 131 - Mithril'),
|
|
(68574, 3130, 10, 'Spawn Point 131 - Gold'),
|
|
(68575, 3130, 10, 'Spawn Point 131 - Silver'),
|
|
(68576, 3130, 30, 'Spawn Point 131 - Truesilver'),
|
|
(68577, 3131, 0, 'Spawn Point 132 - Iron'),
|
|
(68578, 3131, 25, 'Spawn Point 132 - Mithril'),
|
|
(68579, 3131, 10, 'Spawn Point 132 - Gold'),
|
|
(68580, 3131, 10, 'Spawn Point 132 - Silver'),
|
|
(68581, 3131, 30, 'Spawn Point 132 - Truesilver'),
|
|
(68582, 3132, 0, 'Spawn Point 133 - Iron'),
|
|
(68583, 3132, 25, 'Spawn Point 133 - Mithril'),
|
|
(68584, 3132, 10, 'Spawn Point 133 - Gold'),
|
|
(68585, 3132, 10, 'Spawn Point 133 - Silver'),
|
|
(68586, 3132, 30, 'Spawn Point 133 - Truesilver'),
|
|
(68600, 3200, 0, 'Spawn Point 1 - Iron'),
|
|
(68601, 3200, 25, 'Spawn Point 1 - Mithril'),
|
|
(68602, 3200, 15, 'Spawn Point 1 - Tin'),
|
|
(68603, 3200, 30, 'Spawn Point 1 - Silver'),
|
|
(68604, 3200, 5, 'Spawn Point 1 - Gold'),
|
|
(68605, 3200, 1, 'Spawn Point 1 - Truesilver'),
|
|
(68606, 3201, 0, 'Spawn Point 2 - Iron'),
|
|
(68607, 3201, 25, 'Spawn Point 2 - Mithril'),
|
|
(68608, 3201, 15, 'Spawn Point 2 - Tin'),
|
|
(68609, 3201, 30, 'Spawn Point 2 - Silver'),
|
|
(68610, 3201, 5, 'Spawn Point 2 - Gold'),
|
|
(68611, 3201, 1, 'Spawn Point 2 - Truesilver'),
|
|
(68612, 3202, 0, 'Spawn Point 3 - Iron'),
|
|
(68613, 3202, 25, 'Spawn Point 3 - Mithril'),
|
|
(68614, 3202, 15, 'Spawn Point 3 - Tin'),
|
|
(68615, 3202, 30, 'Spawn Point 3 - Silver'),
|
|
(68616, 3202, 5, 'Spawn Point 3 - Gold'),
|
|
(68617, 3202, 1, 'Spawn Point 3 - Truesilver'),
|
|
(68618, 3203, 0, 'Spawn Point 4 - Iron'),
|
|
(68619, 3203, 25, 'Spawn Point 4 - Mithril'),
|
|
(68620, 3203, 15, 'Spawn Point 4 - Tin'),
|
|
(68621, 3203, 30, 'Spawn Point 4 - Silver'),
|
|
(68622, 3203, 5, 'Spawn Point 4 - Gold'),
|
|
(68623, 3203, 1, 'Spawn Point 4 - Truesilver'),
|
|
(68624, 3204, 0, 'Spawn Point 5 - Iron'),
|
|
(68625, 3204, 25, 'Spawn Point 5 - Mithril'),
|
|
(68626, 3204, 15, 'Spawn Point 5 - Tin'),
|
|
(68627, 3204, 30, 'Spawn Point 5 - Silver'),
|
|
(68628, 3204, 5, 'Spawn Point 5 - Gold'),
|
|
(68629, 3204, 1, 'Spawn Point 5 - Truesilver'),
|
|
(68630, 3205, 0, 'Spawn Point 6 - Iron'),
|
|
(68631, 3205, 25, 'Spawn Point 6 - Mithril'),
|
|
(68632, 3205, 15, 'Spawn Point 6 - Tin'),
|
|
(68633, 3205, 30, 'Spawn Point 6 - Silver'),
|
|
(68634, 3205, 5, 'Spawn Point 6 - Gold'),
|
|
(68635, 3205, 1, 'Spawn Point 6 - Truesilver'),
|
|
(68636, 3206, 0, 'Spawn Point 7 - Iron'),
|
|
(68637, 3206, 25, 'Spawn Point 7 - Mithril'),
|
|
(68638, 3206, 15, 'Spawn Point 7 - Tin'),
|
|
(68639, 3206, 30, 'Spawn Point 7 - Silver'),
|
|
(68640, 3206, 5, 'Spawn Point 7 - Gold'),
|
|
(68641, 3206, 1, 'Spawn Point 7 - Truesilver'),
|
|
(68642, 3207, 0, 'Spawn Point 8 - Iron'),
|
|
(68643, 3207, 25, 'Spawn Point 8 - Mithril'),
|
|
(68644, 3207, 15, 'Spawn Point 8 - Tin'),
|
|
(68645, 3207, 30, 'Spawn Point 8 - Silver'),
|
|
(68646, 3207, 5, 'Spawn Point 8 - Gold'),
|
|
(68647, 3207, 1, 'Spawn Point 8 - Truesilver'),
|
|
(68648, 3208, 0, 'Spawn Point 9 - Iron'),
|
|
(68649, 3208, 25, 'Spawn Point 9 - Mithril'),
|
|
(68650, 3208, 15, 'Spawn Point 9 - Tin'),
|
|
(68651, 3208, 30, 'Spawn Point 9 - Silver'),
|
|
(68652, 3208, 5, 'Spawn Point 9 - Gold'),
|
|
(68653, 3208, 1, 'Spawn Point 9 - Truesilver'),
|
|
(68654, 3209, 0, 'Spawn Point 10 - Iron'),
|
|
(68655, 3209, 25, 'Spawn Point 10 - Mithril'),
|
|
(68656, 3209, 15, 'Spawn Point 10 - Tin'),
|
|
(68657, 3209, 30, 'Spawn Point 10 - Silver'),
|
|
(68658, 3209, 5, 'Spawn Point 10 - Gold'),
|
|
(68659, 3209, 1, 'Spawn Point 10 - Truesilver'),
|
|
(68660, 3200, 0, 'Spawn Point 11 - Iron'),
|
|
(68661, 3200, 25, 'Spawn Point 11 - Mithril'),
|
|
(68662, 3200, 15, 'Spawn Point 11 - Tin'),
|
|
(68663, 3200, 30, 'Spawn Point 11 - Silver'),
|
|
(68664, 3200, 5, 'Spawn Point 11 - Gold'),
|
|
(68665, 3200, 1, 'Spawn Point 11 - Truesilver'),
|
|
(68666, 3211, 0, 'Spawn Point 12 - Iron'),
|
|
(68667, 3211, 25, 'Spawn Point 12 - Mithril'),
|
|
(68668, 3211, 15, 'Spawn Point 12 - Tin'),
|
|
(68669, 3211, 30, 'Spawn Point 12 - Silver'),
|
|
(68670, 3211, 5, 'Spawn Point 12 - Gold'),
|
|
(68671, 3211, 1, 'Spawn Point 12 - Truesilver'),
|
|
(68672, 3212, 0, 'Spawn Point 13 - Iron'),
|
|
(68673, 3212, 25, 'Spawn Point 13 - Mithril'),
|
|
(68674, 3212, 15, 'Spawn Point 13 - Tin'),
|
|
(68675, 3212, 30, 'Spawn Point 13 - Silver'),
|
|
(68676, 3212, 5, 'Spawn Point 13 - Gold'),
|
|
(68677, 3212, 1, 'Spawn Point 13 - Truesilver'),
|
|
(68678, 3213, 0, 'Spawn Point 14 - Iron'),
|
|
(68679, 3213, 25, 'Spawn Point 14 - Mithril'),
|
|
(68680, 3213, 15, 'Spawn Point 14 - Tin'),
|
|
(68681, 3213, 30, 'Spawn Point 14 - Silver'),
|
|
(68682, 3213, 5, 'Spawn Point 14 - Gold'),
|
|
(68683, 3213, 1, 'Spawn Point 14 - Truesilver'),
|
|
(68684, 3214, 0, 'Spawn Point 15 - Iron'),
|
|
(68685, 3214, 25, 'Spawn Point 15 - Mithril'),
|
|
(68686, 3214, 15, 'Spawn Point 15 - Tin'),
|
|
(68687, 3214, 30, 'Spawn Point 15 - Silver'),
|
|
(68688, 3214, 5, 'Spawn Point 15 - Gold'),
|
|
(68689, 3214, 1, 'Spawn Point 15 - Truesilver'),
|
|
(68690, 3215, 0, 'Spawn Point 16 - Iron'),
|
|
(68691, 3215, 25, 'Spawn Point 16 - Mithril'),
|
|
(68692, 3215, 15, 'Spawn Point 16 - Tin'),
|
|
(68693, 3215, 30, 'Spawn Point 16 - Silver'),
|
|
(68694, 3215, 5, 'Spawn Point 16 - Gold'),
|
|
(68695, 3215, 1, 'Spawn Point 16 - Truesilver'),
|
|
(68696, 3216, 0, 'Spawn Point 17 - Iron'),
|
|
(68697, 3216, 25, 'Spawn Point 17 - Mithril'),
|
|
(68698, 3216, 15, 'Spawn Point 17 - Tin'),
|
|
(68699, 3216, 30, 'Spawn Point 17 - Silver'),
|
|
(68700, 3216, 5, 'Spawn Point 17 - Gold'),
|
|
(68701, 3216, 1, 'Spawn Point 17 - Truesilver'),
|
|
(68702, 3217, 0, 'Spawn Point 18 - Iron'),
|
|
(68703, 3217, 25, 'Spawn Point 18 - Mithril'),
|
|
(68704, 3217, 15, 'Spawn Point 18 - Tin'),
|
|
(68705, 3217, 30, 'Spawn Point 18 - Silver'),
|
|
(68706, 3217, 5, 'Spawn Point 18 - Gold'),
|
|
(68707, 3217, 1, 'Spawn Point 18 - Truesilver'),
|
|
(68708, 3218, 0, 'Spawn Point 19 - Iron'),
|
|
(68709, 3218, 25, 'Spawn Point 19 - Mithril'),
|
|
(68710, 3218, 15, 'Spawn Point 19 - Tin'),
|
|
(68711, 3218, 30, 'Spawn Point 19 - Silver'),
|
|
(68712, 3218, 5, 'Spawn Point 19 - Gold'),
|
|
(68713, 3218, 1, 'Spawn Point 19 - Truesilver'),
|
|
(68714, 3219, 0, 'Spawn Point 20 - Iron'),
|
|
(68715, 3219, 25, 'Spawn Point 20 - Mithril'),
|
|
(68716, 3219, 15, 'Spawn Point 20 - Tin'),
|
|
(68717, 3219, 30, 'Spawn Point 20 - Silver'),
|
|
(68718, 3219, 5, 'Spawn Point 20 - Gold'),
|
|
(68719, 3219, 1, 'Spawn Point 20 - Truesilver'),
|
|
(68720, 3220, 0, 'Spawn Point 21 - Iron'),
|
|
(68721, 3220, 25, 'Spawn Point 21 - Mithril'),
|
|
(68722, 3220, 15, 'Spawn Point 21 - Tin'),
|
|
(68723, 3220, 30, 'Spawn Point 21 - Silver'),
|
|
(68724, 3220, 5, 'Spawn Point 21 - Gold'),
|
|
(68725, 3220, 1, 'Spawn Point 21 - Truesilver'),
|
|
(68726, 3221, 0, 'Spawn Point 22 - Iron'),
|
|
(68727, 3221, 25, 'Spawn Point 22 - Mithril'),
|
|
(68728, 3221, 15, 'Spawn Point 22 - Tin'),
|
|
(68729, 3221, 30, 'Spawn Point 22 - Silver'),
|
|
(68730, 3221, 5, 'Spawn Point 22 - Gold'),
|
|
(68731, 3221, 1, 'Spawn Point 22 - Truesilver'),
|
|
(68732, 3222, 0, 'Spawn Point 23 - Iron'),
|
|
(68733, 3222, 25, 'Spawn Point 23 - Mithril'),
|
|
(68734, 3222, 15, 'Spawn Point 23 - Tin'),
|
|
(68735, 3222, 30, 'Spawn Point 23 - Silver'),
|
|
(68736, 3222, 5, 'Spawn Point 23 - Gold'),
|
|
(68737, 3222, 1, 'Spawn Point 23 - Truesilver'),
|
|
(68738, 3223, 0, 'Spawn Point 24 - Iron'),
|
|
(68739, 3223, 25, 'Spawn Point 24 - Mithril'),
|
|
(68740, 3223, 15, 'Spawn Point 24 - Tin'),
|
|
(68741, 3223, 30, 'Spawn Point 24 - Silver'),
|
|
(68742, 3223, 5, 'Spawn Point 24 - Gold'),
|
|
(68743, 3223, 1, 'Spawn Point 24 - Truesilver'),
|
|
(68744, 3224, 0, 'Spawn Point 25 - Iron'),
|
|
(68745, 3224, 25, 'Spawn Point 25 - Mithril'),
|
|
(68746, 3224, 15, 'Spawn Point 25 - Tin'),
|
|
(68747, 3224, 30, 'Spawn Point 25 - Silver'),
|
|
(68748, 3224, 5, 'Spawn Point 25 - Gold'),
|
|
(68749, 3224, 1, 'Spawn Point 25 - Truesilver'),
|
|
(68750, 3225, 0, 'Spawn Point 26 - Iron'),
|
|
(68751, 3225, 25, 'Spawn Point 26 - Mithril'),
|
|
(68752, 3225, 15, 'Spawn Point 26 - Tin'),
|
|
(68753, 3225, 30, 'Spawn Point 26 - Silver'),
|
|
(68754, 3225, 5, 'Spawn Point 26 - Gold'),
|
|
(68755, 3225, 1, 'Spawn Point 26 - Truesilver'),
|
|
(68756, 3226, 0, 'Spawn Point 27 - Iron'),
|
|
(68757, 3226, 25, 'Spawn Point 27 - Mithril'),
|
|
(68758, 3226, 15, 'Spawn Point 27 - Tin'),
|
|
(68759, 3226, 30, 'Spawn Point 27 - Silver'),
|
|
(68760, 3226, 5, 'Spawn Point 27 - Gold'),
|
|
(68761, 3226, 1, 'Spawn Point 27 - Truesilver'),
|
|
(68762, 3227, 0, 'Spawn Point 28 - Iron'),
|
|
(68763, 3227, 25, 'Spawn Point 28 - Mithril'),
|
|
(68764, 3227, 15, 'Spawn Point 28 - Tin'),
|
|
(68765, 3227, 30, 'Spawn Point 28 - Silver'),
|
|
(68766, 3227, 5, 'Spawn Point 28 - Gold'),
|
|
(68767, 3227, 1, 'Spawn Point 28 - Truesilver'),
|
|
(68768, 3228, 0, 'Spawn Point 29 - Iron'),
|
|
(68769, 3228, 25, 'Spawn Point 29 - Mithril'),
|
|
(68770, 3228, 15, 'Spawn Point 29 - Tin'),
|
|
(68771, 3228, 30, 'Spawn Point 29 - Silver'),
|
|
(68772, 3228, 5, 'Spawn Point 29 - Gold'),
|
|
(68773, 3228, 1, 'Spawn Point 29 - Truesilver'),
|
|
(68774, 3229, 0, 'Spawn Point 30 - Iron'),
|
|
(68775, 3229, 25, 'Spawn Point 30 - Mithril'),
|
|
(68776, 3229, 15, 'Spawn Point 30 - Tin'),
|
|
(68777, 3229, 30, 'Spawn Point 30 - Silver'),
|
|
(68778, 3229, 5, 'Spawn Point 30 - Gold'),
|
|
(68779, 3229, 1, 'Spawn Point 30 - Truesilver'),
|
|
(68780, 3230, 0, 'Spawn Point 31 - Iron'),
|
|
(68781, 3230, 25, 'Spawn Point 31 - Mithril'),
|
|
(68782, 3230, 15, 'Spawn Point 31 - Tin'),
|
|
(68783, 3230, 30, 'Spawn Point 31 - Silver'),
|
|
(68784, 3230, 5, 'Spawn Point 31 - Gold'),
|
|
(68785, 3230, 1, 'Spawn Point 31 - Truesilver'),
|
|
(68786, 3231, 0, 'Spawn Point 32 - Iron'),
|
|
(68787, 3231, 25, 'Spawn Point 32 - Mithril'),
|
|
(68788, 3231, 15, 'Spawn Point 32 - Tin'),
|
|
(68789, 3231, 30, 'Spawn Point 32 - Silver'),
|
|
(68790, 3231, 5, 'Spawn Point 32 - Gold'),
|
|
(68791, 3231, 1, 'Spawn Point 32 - Truesilver'),
|
|
(68792, 3232, 0, 'Spawn Point 33 - Iron'),
|
|
(68793, 3232, 25, 'Spawn Point 33 - Mithril'),
|
|
(68794, 3232, 15, 'Spawn Point 33 - Tin'),
|
|
(68795, 3232, 30, 'Spawn Point 33 - Silver'),
|
|
(68796, 3232, 5, 'Spawn Point 33 - Gold'),
|
|
(68797, 3232, 1, 'Spawn Point 33 - Truesilver'),
|
|
(68798, 3233, 0, 'Spawn Point 34 - Iron'),
|
|
(68799, 3233, 25, 'Spawn Point 34 - Mithril'),
|
|
(68800, 3233, 15, 'Spawn Point 34 - Tin'),
|
|
(68801, 3233, 30, 'Spawn Point 34 - Silver'),
|
|
(68802, 3233, 5, 'Spawn Point 34 - Gold'),
|
|
(68803, 3233, 1, 'Spawn Point 34 - Truesilver'),
|
|
(68804, 3234, 0, 'Spawn Point 35 - Iron'),
|
|
(68805, 3234, 25, 'Spawn Point 35 - Mithril'),
|
|
(68806, 3234, 15, 'Spawn Point 35 - Tin'),
|
|
(68807, 3234, 30, 'Spawn Point 35 - Silver'),
|
|
(68808, 3234, 5, 'Spawn Point 35 - Gold'),
|
|
(68809, 3234, 1, 'Spawn Point 35 - Truesilver'),
|
|
(68810, 3235, 0, 'Spawn Point 36 - Iron'),
|
|
(68811, 3235, 25, 'Spawn Point 36 - Mithril'),
|
|
(68812, 3235, 15, 'Spawn Point 36 - Tin'),
|
|
(68813, 3235, 30, 'Spawn Point 36 - Silver'),
|
|
(68814, 3235, 5, 'Spawn Point 36 - Gold'),
|
|
(68815, 3235, 1, 'Spawn Point 36 - Truesilver'),
|
|
(68816, 3236, 0, 'Spawn Point 37 - Iron'),
|
|
(68817, 3236, 25, 'Spawn Point 37 - Mithril'),
|
|
(68818, 3236, 15, 'Spawn Point 37 - Tin'),
|
|
(68819, 3236, 30, 'Spawn Point 37 - Silver'),
|
|
(68820, 3236, 5, 'Spawn Point 37 - Gold'),
|
|
(68821, 3236, 1, 'Spawn Point 37 - Truesilver'),
|
|
(68822, 3237, 0, 'Spawn Point 38 - Iron'),
|
|
(68823, 3237, 25, 'Spawn Point 38 - Mithril'),
|
|
(68824, 3237, 15, 'Spawn Point 38 - Tin'),
|
|
(68825, 3237, 30, 'Spawn Point 38 - Silver'),
|
|
(68826, 3237, 5, 'Spawn Point 38 - Gold'),
|
|
(68827, 3237, 1, 'Spawn Point 38 - Truesilver'),
|
|
(68828, 3238, 0, 'Spawn Point 39 - Iron'),
|
|
(68829, 3238, 25, 'Spawn Point 39 - Mithril'),
|
|
(68830, 3238, 15, 'Spawn Point 39 - Tin'),
|
|
(68831, 3238, 30, 'Spawn Point 39 - Silver'),
|
|
(68832, 3238, 5, 'Spawn Point 39 - Gold'),
|
|
(68833, 3238, 1, 'Spawn Point 39 - Truesilver'),
|
|
(68834, 3239, 0, 'Spawn Point 40 - Iron'),
|
|
(68835, 3239, 25, 'Spawn Point 40 - Mithril'),
|
|
(68836, 3239, 15, 'Spawn Point 40 - Tin'),
|
|
(68837, 3239, 30, 'Spawn Point 40 - Silver'),
|
|
(68838, 3239, 5, 'Spawn Point 40 - Gold'),
|
|
(68839, 3239, 1, 'Spawn Point 40 - Truesilver'),
|
|
(68840, 3240, 0, 'Spawn Point 41 - Iron'),
|
|
(68841, 3240, 25, 'Spawn Point 41 - Mithril'),
|
|
(68842, 3240, 15, 'Spawn Point 41 - Tin'),
|
|
(68843, 3240, 30, 'Spawn Point 41 - Silver'),
|
|
(68844, 3240, 5, 'Spawn Point 41 - Gold'),
|
|
(68845, 3240, 1, 'Spawn Point 41 - Truesilver'),
|
|
(68846, 3241, 0, 'Spawn Point 42 - Iron'),
|
|
(68847, 3241, 25, 'Spawn Point 42 - Mithril'),
|
|
(68848, 3241, 15, 'Spawn Point 42 - Tin'),
|
|
(68849, 3241, 30, 'Spawn Point 42 - Silver'),
|
|
(68850, 3241, 5, 'Spawn Point 42 - Gold'),
|
|
(68851, 3241, 1, 'Spawn Point 42 - Truesilver'),
|
|
(68852, 3242, 0, 'Spawn Point 43 - Iron'),
|
|
(68853, 3242, 25, 'Spawn Point 43 - Mithril'),
|
|
(68854, 3242, 15, 'Spawn Point 43 - Tin'),
|
|
(68855, 3242, 30, 'Spawn Point 43 - Silver'),
|
|
(68856, 3242, 5, 'Spawn Point 43 - Gold'),
|
|
(68857, 3242, 1, 'Spawn Point 43 - Truesilver'),
|
|
(68858, 3243, 0, 'Spawn Point 44 - Iron'),
|
|
(68859, 3243, 25, 'Spawn Point 44 - Mithril'),
|
|
(68860, 3243, 15, 'Spawn Point 44 - Tin'),
|
|
(68861, 3243, 30, 'Spawn Point 44 - Silver'),
|
|
(68862, 3243, 5, 'Spawn Point 44 - Gold'),
|
|
(68863, 3243, 1, 'Spawn Point 44 - Truesilver'),
|
|
(68864, 3244, 0, 'Spawn Point 45 - Iron'),
|
|
(68865, 3244, 25, 'Spawn Point 45 - Mithril'),
|
|
(68866, 3244, 15, 'Spawn Point 45 - Tin'),
|
|
(68867, 3244, 30, 'Spawn Point 45 - Silver'),
|
|
(68868, 3244, 5, 'Spawn Point 45 - Gold'),
|
|
(68869, 3244, 1, 'Spawn Point 45 - Truesilver'),
|
|
(68870, 3245, 0, 'Spawn Point 46 - Iron'),
|
|
(68871, 3245, 25, 'Spawn Point 46 - Mithril'),
|
|
(68872, 3245, 15, 'Spawn Point 46 - Tin'),
|
|
(68873, 3245, 30, 'Spawn Point 46 - Silver'),
|
|
(68874, 3245, 5, 'Spawn Point 46 - Gold'),
|
|
(68875, 3245, 1, 'Spawn Point 46 - Truesilver'),
|
|
(68876, 3246, 0, 'Spawn Point 47 - Iron'),
|
|
(68877, 3246, 25, 'Spawn Point 47 - Mithril'),
|
|
(68878, 3246, 15, 'Spawn Point 47 - Tin'),
|
|
(68879, 3246, 30, 'Spawn Point 47 - Silver'),
|
|
(68880, 3246, 5, 'Spawn Point 47 - Gold'),
|
|
(68881, 3246, 1, 'Spawn Point 47 - Truesilver'),
|
|
(68882, 3247, 0, 'Spawn Point 48 - Iron'),
|
|
(68883, 3247, 25, 'Spawn Point 48 - Mithril'),
|
|
(68884, 3247, 15, 'Spawn Point 48 - Tin'),
|
|
(68885, 3247, 30, 'Spawn Point 48 - Silver'),
|
|
(68886, 3247, 5, 'Spawn Point 48 - Gold'),
|
|
(68887, 3247, 1, 'Spawn Point 48 - Truesilver'),
|
|
(68888, 3248, 0, 'Spawn Point 49 - Iron'),
|
|
(68889, 3248, 25, 'Spawn Point 49 - Mithril'),
|
|
(68890, 3248, 15, 'Spawn Point 49 - Tin'),
|
|
(68891, 3248, 30, 'Spawn Point 49 - Silver'),
|
|
(68892, 3248, 5, 'Spawn Point 49 - Gold'),
|
|
(68893, 3248, 1, 'Spawn Point 49 - Truesilver'),
|
|
(68894, 3249, 0, 'Spawn Point 50 - Iron'),
|
|
(68895, 3249, 25, 'Spawn Point 50 - Mithril'),
|
|
(68896, 3249, 15, 'Spawn Point 50 - Tin'),
|
|
(68897, 3249, 30, 'Spawn Point 50 - Silver'),
|
|
(68898, 3249, 5, 'Spawn Point 50 - Gold'),
|
|
(68899, 3249, 1, 'Spawn Point 50 - Truesilver'),
|
|
(68900, 3250, 0, 'Spawn Point 51 - Iron'),
|
|
(68901, 3250, 25, 'Spawn Point 51 - Mithril'),
|
|
(68902, 3250, 15, 'Spawn Point 51 - Tin'),
|
|
(68903, 3250, 30, 'Spawn Point 51 - Silver'),
|
|
(68904, 3250, 5, 'Spawn Point 51 - Gold'),
|
|
(68905, 3250, 1, 'Spawn Point 51 - Truesilver'),
|
|
(68906, 3251, 0, 'Spawn Point 52 - Iron'),
|
|
(68907, 3251, 25, 'Spawn Point 52 - Mithril'),
|
|
(68908, 3251, 15, 'Spawn Point 52 - Tin'),
|
|
(68909, 3251, 30, 'Spawn Point 52 - Silver'),
|
|
(68910, 3251, 5, 'Spawn Point 52 - Gold'),
|
|
(68911, 3251, 1, 'Spawn Point 52 - Truesilver'),
|
|
(68912, 3252, 0, 'Spawn Point 53 - Iron'),
|
|
(68913, 3252, 25, 'Spawn Point 53 - Mithril'),
|
|
(68914, 3252, 15, 'Spawn Point 53 - Tin'),
|
|
(68915, 3252, 30, 'Spawn Point 53 - Silver'),
|
|
(68916, 3252, 5, 'Spawn Point 53 - Gold'),
|
|
(68917, 3252, 1, 'Spawn Point 53 - Truesilver'),
|
|
(68918, 3253, 0, 'Spawn Point 54 - Iron'),
|
|
(68919, 3253, 25, 'Spawn Point 54 - Mithril'),
|
|
(68920, 3253, 15, 'Spawn Point 54 - Tin'),
|
|
(68921, 3253, 30, 'Spawn Point 54 - Silver'),
|
|
(68922, 3253, 5, 'Spawn Point 54 - Gold'),
|
|
(68923, 3253, 1, 'Spawn Point 54 - Truesilver'),
|
|
(68924, 3254, 0, 'Spawn Point 55 - Iron'),
|
|
(68925, 3254, 25, 'Spawn Point 55 - Mithril'),
|
|
(68926, 3254, 15, 'Spawn Point 55 - Tin'),
|
|
(68927, 3254, 30, 'Spawn Point 55 - Silver'),
|
|
(68928, 3254, 5, 'Spawn Point 55 - Gold'),
|
|
(68929, 3254, 1, 'Spawn Point 55 - Truesilver'),
|
|
(68930, 3255, 0, 'Spawn Point 56 - Iron'),
|
|
(68931, 3255, 25, 'Spawn Point 56 - Mithril'),
|
|
(68932, 3255, 15, 'Spawn Point 56 - Tin'),
|
|
(68933, 3255, 30, 'Spawn Point 56 - Silver'),
|
|
(68934, 3255, 5, 'Spawn Point 56 - Gold'),
|
|
(68935, 3255, 1, 'Spawn Point 56 - Truesilver'),
|
|
(68936, 3256, 0, 'Spawn Point 57 - Iron'),
|
|
(68937, 3256, 25, 'Spawn Point 57 - Mithril'),
|
|
(68938, 3256, 15, 'Spawn Point 57 - Tin'),
|
|
(68939, 3256, 30, 'Spawn Point 57 - Silver'),
|
|
(68940, 3256, 5, 'Spawn Point 57 - Gold'),
|
|
(68941, 3256, 1, 'Spawn Point 57 - Truesilver'),
|
|
(68942, 3257, 0, 'Spawn Point 58 - Iron'),
|
|
(68943, 3257, 25, 'Spawn Point 58 - Mithril'),
|
|
(68944, 3257, 15, 'Spawn Point 58 - Tin'),
|
|
(68945, 3257, 30, 'Spawn Point 58 - Silver'),
|
|
(68946, 3257, 5, 'Spawn Point 58 - Gold'),
|
|
(68947, 3257, 1, 'Spawn Point 58 - Truesilver'),
|
|
(68948, 3258, 0, 'Spawn Point 59 - Iron'),
|
|
(68949, 3258, 25, 'Spawn Point 59 - Mithril'),
|
|
(68950, 3258, 15, 'Spawn Point 59 - Tin'),
|
|
(68951, 3258, 30, 'Spawn Point 59 - Silver'),
|
|
(68952, 3258, 5, 'Spawn Point 59 - Gold'),
|
|
(68953, 3258, 1, 'Spawn Point 59 - Truesilver'),
|
|
(68954, 3259, 0, 'Spawn Point 60 - Iron'),
|
|
(68955, 3259, 25, 'Spawn Point 60 - Mithril'),
|
|
(68956, 3259, 15, 'Spawn Point 60 - Tin'),
|
|
(68957, 3259, 30, 'Spawn Point 60 - Silver'),
|
|
(68958, 3259, 5, 'Spawn Point 60 - Gold'),
|
|
(68959, 3259, 1, 'Spawn Point 60 - Truesilver'),
|
|
(68960, 3260, 0, 'Spawn Point 61 - Iron'),
|
|
(68961, 3260, 25, 'Spawn Point 61 - Mithril'),
|
|
(68962, 3260, 15, 'Spawn Point 61 - Tin'),
|
|
(68963, 3260, 30, 'Spawn Point 61 - Silver'),
|
|
(68964, 3260, 5, 'Spawn Point 61 - Gold'),
|
|
(68965, 3260, 1, 'Spawn Point 61 - Truesilver'),
|
|
(68966, 3261, 0, 'Spawn Point 62 - Iron'),
|
|
(68967, 3261, 25, 'Spawn Point 62 - Mithril'),
|
|
(68968, 3261, 15, 'Spawn Point 62 - Tin'),
|
|
(68969, 3261, 30, 'Spawn Point 62 - Silver'),
|
|
(68970, 3261, 5, 'Spawn Point 62 - Gold'),
|
|
(68971, 3261, 1, 'Spawn Point 62 - Truesilver'),
|
|
(68972, 3262, 0, 'Spawn Point 63 - Iron'),
|
|
(68973, 3262, 25, 'Spawn Point 63 - Mithril'),
|
|
(68974, 3262, 15, 'Spawn Point 63 - Tin'),
|
|
(68975, 3262, 30, 'Spawn Point 63 - Silver'),
|
|
(68976, 3262, 5, 'Spawn Point 63 - Gold'),
|
|
(68977, 3262, 1, 'Spawn Point 63 - Truesilver'),
|
|
(68978, 3263, 0, 'Spawn Point 64 - Iron'),
|
|
(68979, 3263, 25, 'Spawn Point 64 - Mithril'),
|
|
(68980, 3263, 15, 'Spawn Point 64 - Tin'),
|
|
(68981, 3263, 30, 'Spawn Point 64 - Silver'),
|
|
(68982, 3263, 5, 'Spawn Point 64 - Gold'),
|
|
(68983, 3263, 1, 'Spawn Point 64 - Truesilver'),
|
|
(68984, 3264, 0, 'Spawn Point 65 - Iron'),
|
|
(68985, 3264, 25, 'Spawn Point 65 - Mithril'),
|
|
(68986, 3264, 15, 'Spawn Point 65 - Tin'),
|
|
(68987, 3264, 30, 'Spawn Point 65 - Silver'),
|
|
(68988, 3264, 5, 'Spawn Point 65 - Gold'),
|
|
(68989, 3264, 1, 'Spawn Point 65 - Truesilver'),
|
|
(68990, 3265, 0, 'Spawn Point 66 - Iron'),
|
|
(68991, 3265, 25, 'Spawn Point 66 - Mithril'),
|
|
(68992, 3265, 15, 'Spawn Point 66 - Tin'),
|
|
(68993, 3265, 30, 'Spawn Point 66 - Silver'),
|
|
(68994, 3265, 5, 'Spawn Point 66 - Gold'),
|
|
(68995, 3265, 1, 'Spawn Point 66 - Truesilver'),
|
|
(68996, 3266, 0, 'Spawn Point 67 - Iron'),
|
|
(68997, 3266, 25, 'Spawn Point 67 - Mithril'),
|
|
(68998, 3266, 15, 'Spawn Point 67 - Tin'),
|
|
(68999, 3266, 30, 'Spawn Point 67 - Silver'),
|
|
(69000, 3266, 5, 'Spawn Point 67 - Gold'),
|
|
(69001, 3266, 1, 'Spawn Point 67 - Truesilver'),
|
|
(69002, 3267, 0, 'Spawn Point 68 - Iron'),
|
|
(69003, 3267, 25, 'Spawn Point 68 - Mithril'),
|
|
(69004, 3267, 15, 'Spawn Point 68 - Tin'),
|
|
(69005, 3267, 30, 'Spawn Point 68 - Silver'),
|
|
(69006, 3267, 5, 'Spawn Point 68 - Gold'),
|
|
(69007, 3267, 1, 'Spawn Point 68 - Truesilver'),
|
|
(69008, 3268, 0, 'Spawn Point 69 - Iron'),
|
|
(69009, 3268, 25, 'Spawn Point 69 - Mithril'),
|
|
(69010, 3268, 15, 'Spawn Point 69 - Tin'),
|
|
(69011, 3268, 30, 'Spawn Point 69 - Silver'),
|
|
(69012, 3268, 5, 'Spawn Point 69 - Gold'),
|
|
(69013, 3268, 1, 'Spawn Point 69 - Truesilver'),
|
|
(69014, 3269, 0, 'Spawn Point 70 - Iron'),
|
|
(69015, 3269, 25, 'Spawn Point 70 - Mithril'),
|
|
(69016, 3269, 15, 'Spawn Point 70 - Tin'),
|
|
(69017, 3269, 30, 'Spawn Point 70 - Silver'),
|
|
(69018, 3269, 5, 'Spawn Point 70 - Gold'),
|
|
(69019, 3269, 1, 'Spawn Point 70 - Truesilver'),
|
|
(69020, 3270, 0, 'Spawn Point 71 - Iron'),
|
|
(69021, 3270, 25, 'Spawn Point 71 - Mithril'),
|
|
(69022, 3270, 15, 'Spawn Point 71 - Tin'),
|
|
(69023, 3270, 30, 'Spawn Point 71 - Silver'),
|
|
(69024, 3270, 5, 'Spawn Point 71 - Gold'),
|
|
(69025, 3270, 1, 'Spawn Point 71 - Truesilver'),
|
|
(69026, 3271, 0, 'Spawn Point 72 - Iron'),
|
|
(69027, 3271, 25, 'Spawn Point 72 - Mithril'),
|
|
(69028, 3271, 15, 'Spawn Point 72 - Tin'),
|
|
(69029, 3271, 30, 'Spawn Point 72 - Silver'),
|
|
(69030, 3271, 5, 'Spawn Point 72 - Gold'),
|
|
(69031, 3271, 1, 'Spawn Point 72 - Truesilver'),
|
|
(69032, 3272, 0, 'Spawn Point 73 - Iron'),
|
|
(69033, 3272, 25, 'Spawn Point 73 - Mithril'),
|
|
(69034, 3272, 15, 'Spawn Point 73 - Tin'),
|
|
(69035, 3272, 30, 'Spawn Point 73 - Silver'),
|
|
(69036, 3272, 5, 'Spawn Point 73 - Gold'),
|
|
(69037, 3272, 1, 'Spawn Point 73 - Truesilver'),
|
|
(69038, 3273, 0, 'Spawn Point 74 - Iron'),
|
|
(69039, 3273, 25, 'Spawn Point 74 - Mithril'),
|
|
(69040, 3273, 15, 'Spawn Point 74 - Tin'),
|
|
(69041, 3273, 30, 'Spawn Point 74 - Silver'),
|
|
(69042, 3273, 5, 'Spawn Point 74 - Gold'),
|
|
(69043, 3273, 1, 'Spawn Point 74 - Truesilver'),
|
|
(69044, 3274, 0, 'Spawn Point 75 - Iron'),
|
|
(69045, 3274, 25, 'Spawn Point 75 - Mithril'),
|
|
(69046, 3274, 15, 'Spawn Point 75 - Tin'),
|
|
(69047, 3274, 30, 'Spawn Point 75 - Silver'),
|
|
(69048, 3274, 5, 'Spawn Point 75 - Gold'),
|
|
(69049, 3274, 1, 'Spawn Point 75 - Truesilver'),
|
|
(69050, 3275, 0, 'Spawn Point 76 - Iron'),
|
|
(69051, 3275, 25, 'Spawn Point 76 - Mithril'),
|
|
(69052, 3275, 15, 'Spawn Point 76 - Tin'),
|
|
(69053, 3275, 30, 'Spawn Point 76 - Silver'),
|
|
(69054, 3275, 5, 'Spawn Point 76 - Gold'),
|
|
(69055, 3275, 1, 'Spawn Point 76 - Truesilver'),
|
|
(69056, 3276, 0, 'Spawn Point 77 - Iron'),
|
|
(69057, 3276, 25, 'Spawn Point 77 - Mithril'),
|
|
(69058, 3276, 15, 'Spawn Point 77 - Tin'),
|
|
(69059, 3276, 30, 'Spawn Point 77 - Silver'),
|
|
(69060, 3276, 5, 'Spawn Point 77 - Gold'),
|
|
(69061, 3276, 1, 'Spawn Point 77 - Truesilver'),
|
|
(69062, 3277, 0, 'Spawn Point 78 - Iron'),
|
|
(69063, 3277, 25, 'Spawn Point 78 - Mithril'),
|
|
(69064, 3277, 15, 'Spawn Point 78 - Tin'),
|
|
(69065, 3277, 30, 'Spawn Point 78 - Silver'),
|
|
(69066, 3277, 5, 'Spawn Point 78 - Gold'),
|
|
(69067, 3277, 1, 'Spawn Point 78 - Truesilver'),
|
|
(69068, 3278, 0, 'Spawn Point 79 - Iron'),
|
|
(69069, 3278, 25, 'Spawn Point 79 - Mithril'),
|
|
(69070, 3278, 15, 'Spawn Point 79 - Tin'),
|
|
(69071, 3278, 30, 'Spawn Point 79 - Silver'),
|
|
(69072, 3278, 5, 'Spawn Point 79 - Gold'),
|
|
(69073, 3278, 1, 'Spawn Point 79 - Truesilver'),
|
|
(69074, 3279, 0, 'Spawn Point 80 - Iron'),
|
|
(69075, 3279, 25, 'Spawn Point 80 - Mithril'),
|
|
(69076, 3279, 15, 'Spawn Point 80 - Tin'),
|
|
(69077, 3279, 30, 'Spawn Point 80 - Silver'),
|
|
(69078, 3279, 5, 'Spawn Point 80 - Gold'),
|
|
(69079, 3279, 1, 'Spawn Point 80 - Truesilver'),
|
|
(69080, 3280, 0, 'Spawn Point 81 - Iron'),
|
|
(69081, 3280, 25, 'Spawn Point 81 - Mithril'),
|
|
(69082, 3280, 15, 'Spawn Point 81 - Tin'),
|
|
(69083, 3280, 30, 'Spawn Point 81 - Silver'),
|
|
(69084, 3280, 5, 'Spawn Point 81 - Gold'),
|
|
(69085, 3280, 1, 'Spawn Point 81 - Truesilver'),
|
|
(69086, 3281, 0, 'Spawn Point 82 - Iron'),
|
|
(69087, 3281, 25, 'Spawn Point 82 - Mithril'),
|
|
(69088, 3281, 15, 'Spawn Point 82 - Tin'),
|
|
(69089, 3281, 30, 'Spawn Point 82 - Silver'),
|
|
(69090, 3281, 5, 'Spawn Point 82 - Gold'),
|
|
(69091, 3281, 1, 'Spawn Point 82 - Truesilver'),
|
|
(69092, 3282, 0, 'Spawn Point 83 - Iron'),
|
|
(69093, 3282, 25, 'Spawn Point 83 - Mithril'),
|
|
(69094, 3282, 15, 'Spawn Point 83 - Tin'),
|
|
(69095, 3282, 30, 'Spawn Point 83 - Silver'),
|
|
(69096, 3282, 5, 'Spawn Point 83 - Gold'),
|
|
(69097, 3282, 1, 'Spawn Point 83 - Truesilver'),
|
|
(69098, 3283, 0, 'Spawn Point 84 - Iron'),
|
|
(69099, 3283, 25, 'Spawn Point 84 - Mithril'),
|
|
(69100, 3283, 15, 'Spawn Point 84 - Tin'),
|
|
(69101, 3283, 30, 'Spawn Point 84 - Silver'),
|
|
(69102, 3283, 5, 'Spawn Point 84 - Gold'),
|
|
(69103, 3283, 1, 'Spawn Point 84 - Truesilver'),
|
|
(69104, 3284, 0, 'Spawn Point 85 - Iron'),
|
|
(69105, 3284, 25, 'Spawn Point 85 - Mithril'),
|
|
(69106, 3284, 15, 'Spawn Point 85 - Tin'),
|
|
(69107, 3284, 30, 'Spawn Point 85 - Silver'),
|
|
(69108, 3284, 5, 'Spawn Point 85 - Gold'),
|
|
(69109, 3284, 1, 'Spawn Point 85 - Truesilver'),
|
|
(69110, 3285, 0, 'Spawn Point 86 - Iron'),
|
|
(69111, 3285, 25, 'Spawn Point 86 - Mithril'),
|
|
(69112, 3285, 15, 'Spawn Point 86 - Tin'),
|
|
(69113, 3285, 30, 'Spawn Point 86 - Silver'),
|
|
(69114, 3285, 5, 'Spawn Point 86 - Gold'),
|
|
(69115, 3285, 1, 'Spawn Point 86 - Truesilver'),
|
|
(69116, 3286, 0, 'Spawn Point 87 - Iron'),
|
|
(69117, 3286, 25, 'Spawn Point 87 - Mithril'),
|
|
(69118, 3286, 15, 'Spawn Point 87 - Tin'),
|
|
(69119, 3286, 30, 'Spawn Point 87 - Silver'),
|
|
(69120, 3286, 5, 'Spawn Point 87 - Gold'),
|
|
(69121, 3286, 1, 'Spawn Point 87 - Truesilver'),
|
|
(69122, 3287, 0, 'Spawn Point 88 - Iron'),
|
|
(69123, 3287, 25, 'Spawn Point 88 - Mithril'),
|
|
(69124, 3287, 15, 'Spawn Point 88 - Tin'),
|
|
(69125, 3287, 30, 'Spawn Point 88 - Silver'),
|
|
(69126, 3287, 5, 'Spawn Point 88 - Gold'),
|
|
(69127, 3287, 1, 'Spawn Point 88 - Truesilver'),
|
|
(69128, 3288, 0, 'Spawn Point 89 - Iron'),
|
|
(69129, 3288, 25, 'Spawn Point 89 - Mithril'),
|
|
(69130, 3288, 15, 'Spawn Point 89 - Tin'),
|
|
(69131, 3288, 30, 'Spawn Point 89 - Silver'),
|
|
(69132, 3288, 5, 'Spawn Point 89 - Gold'),
|
|
(69133, 3288, 1, 'Spawn Point 89 - Truesilver'),
|
|
(69134, 3289, 0, 'Spawn Point 90 - Iron'),
|
|
(69135, 3289, 25, 'Spawn Point 90 - Mithril'),
|
|
(69136, 3289, 15, 'Spawn Point 90 - Tin'),
|
|
(69137, 3289, 30, 'Spawn Point 90 - Silver'),
|
|
(69138, 3289, 5, 'Spawn Point 90 - Gold'),
|
|
(69139, 3289, 1, 'Spawn Point 90 - Truesilver'),
|
|
(69140, 3290, 0, 'Spawn Point 91 - Iron'),
|
|
(69141, 3290, 25, 'Spawn Point 91 - Mithril'),
|
|
(69142, 3290, 15, 'Spawn Point 91 - Tin'),
|
|
(69143, 3290, 30, 'Spawn Point 91 - Silver'),
|
|
(69144, 3290, 5, 'Spawn Point 91 - Gold'),
|
|
(69145, 3290, 1, 'Spawn Point 91 - Truesilver'),
|
|
(69146, 3291, 0, 'Spawn Point 92 - Iron'),
|
|
(69147, 3291, 25, 'Spawn Point 92 - Mithril'),
|
|
(69148, 3291, 15, 'Spawn Point 92 - Tin'),
|
|
(69149, 3291, 30, 'Spawn Point 92 - Silver'),
|
|
(69150, 3291, 5, 'Spawn Point 92 - Gold'),
|
|
(69151, 3291, 1, 'Spawn Point 92 - Truesilver'),
|
|
(69152, 3292, 0, 'Spawn Point 93 - Iron'),
|
|
(69153, 3292, 25, 'Spawn Point 93 - Mithril'),
|
|
(69154, 3292, 15, 'Spawn Point 93 - Tin'),
|
|
(69155, 3292, 30, 'Spawn Point 93 - Silver'),
|
|
(69156, 3292, 5, 'Spawn Point 93 - Gold'),
|
|
(69157, 3292, 1, 'Spawn Point 93 - Truesilver'),
|
|
(69158, 3293, 0, 'Spawn Point 94 - Iron'),
|
|
(69159, 3293, 25, 'Spawn Point 94 - Mithril'),
|
|
(69160, 3293, 15, 'Spawn Point 94 - Tin'),
|
|
(69161, 3293, 30, 'Spawn Point 94 - Silver'),
|
|
(69162, 3293, 5, 'Spawn Point 94 - Gold'),
|
|
(69163, 3293, 1, 'Spawn Point 94 - Truesilver'),
|
|
(69164, 3294, 0, 'Spawn Point 95 - Iron'),
|
|
(69165, 3294, 25, 'Spawn Point 95 - Mithril'),
|
|
(69166, 3294, 15, 'Spawn Point 95 - Tin'),
|
|
(69167, 3294, 30, 'Spawn Point 95 - Silver'),
|
|
(69168, 3294, 5, 'Spawn Point 95 - Gold'),
|
|
(69169, 3294, 1, 'Spawn Point 95 - Truesilver'),
|
|
(69170, 3295, 0, 'Spawn Point 96 - Iron'),
|
|
(69171, 3295, 25, 'Spawn Point 96 - Mithril'),
|
|
(69172, 3295, 15, 'Spawn Point 96 - Tin'),
|
|
(69173, 3295, 30, 'Spawn Point 96 - Silver'),
|
|
(69174, 3295, 5, 'Spawn Point 96 - Gold'),
|
|
(69175, 3295, 1, 'Spawn Point 96 - Truesilver'),
|
|
(69176, 3296, 0, 'Spawn Point 97 - Iron'),
|
|
(69177, 3296, 25, 'Spawn Point 97 - Mithril'),
|
|
(69178, 3296, 15, 'Spawn Point 97 - Tin'),
|
|
(69179, 3296, 30, 'Spawn Point 97 - Silver'),
|
|
(69180, 3296, 5, 'Spawn Point 97 - Gold'),
|
|
(69181, 3296, 1, 'Spawn Point 97 - Truesilver'),
|
|
(69182, 3297, 0, 'Spawn Point 98 - Iron'),
|
|
(69183, 3297, 25, 'Spawn Point 98 - Mithril'),
|
|
(69184, 3297, 15, 'Spawn Point 98 - Tin'),
|
|
(69185, 3297, 30, 'Spawn Point 98 - Silver'),
|
|
(69186, 3297, 5, 'Spawn Point 98 - Gold'),
|
|
(69187, 3297, 1, 'Spawn Point 98 - Truesilver'),
|
|
(69188, 3298, 0, 'Spawn Point 99 - Iron'),
|
|
(69189, 3298, 25, 'Spawn Point 99 - Mithril'),
|
|
(69190, 3298, 15, 'Spawn Point 99 - Tin'),
|
|
(69191, 3298, 30, 'Spawn Point 99 - Silver'),
|
|
(69192, 3298, 5, 'Spawn Point 99 - Gold'),
|
|
(69193, 3298, 1, 'Spawn Point 99 - Truesilver'),
|
|
(69194, 3299, 0, 'Spawn Point 100 - Iron'),
|
|
(69195, 3299, 25, 'Spawn Point 100 - Mithril'),
|
|
(69196, 3299, 15, 'Spawn Point 100 - Tin'),
|
|
(69197, 3299, 30, 'Spawn Point 100 - Silver'),
|
|
(69198, 3299, 5, 'Spawn Point 100 - Gold'),
|
|
(69199, 3299, 1, 'Spawn Point 100 - Truesilver'),
|
|
(69200, 3300, 0, 'Spawn Point 101 - Iron'),
|
|
(69201, 3300, 25, 'Spawn Point 101 - Mithril'),
|
|
(69202, 3300, 15, 'Spawn Point 101 - Tin'),
|
|
(69203, 3300, 30, 'Spawn Point 101 - Silver'),
|
|
(69204, 3300, 5, 'Spawn Point 101 - Gold'),
|
|
(69205, 3300, 1, 'Spawn Point 101 - Truesilver'),
|
|
(69206, 3301, 0, 'Spawn Point 102 - Iron'),
|
|
(69207, 3301, 25, 'Spawn Point 102 - Mithril'),
|
|
(69208, 3301, 15, 'Spawn Point 102 - Tin'),
|
|
(69209, 3301, 30, 'Spawn Point 102 - Silver'),
|
|
(69210, 3301, 5, 'Spawn Point 102 - Gold'),
|
|
(69211, 3301, 1, 'Spawn Point 102 - Truesilver'),
|
|
(69212, 3302, 0, 'Spawn Point 103 - Iron'),
|
|
(69213, 3302, 25, 'Spawn Point 103 - Mithril'),
|
|
(69214, 3302, 15, 'Spawn Point 103 - Tin'),
|
|
(69215, 3302, 30, 'Spawn Point 103 - Silver'),
|
|
(69216, 3302, 5, 'Spawn Point 103 - Gold'),
|
|
(69217, 3302, 1, 'Spawn Point 103 - Truesilver'),
|
|
(69218, 3303, 0, 'Spawn Point 104 - Iron'),
|
|
(69219, 3303, 25, 'Spawn Point 104 - Mithril'),
|
|
(69220, 3303, 15, 'Spawn Point 104 - Tin'),
|
|
(69221, 3303, 30, 'Spawn Point 104 - Silver'),
|
|
(69222, 3303, 5, 'Spawn Point 104 - Gold'),
|
|
(69223, 3303, 1, 'Spawn Point 104 - Truesilver'),
|
|
(69224, 3304, 0, 'Spawn Point 105 - Iron'),
|
|
(69225, 3304, 25, 'Spawn Point 105 - Mithril'),
|
|
(69226, 3304, 15, 'Spawn Point 105 - Tin'),
|
|
(69227, 3304, 30, 'Spawn Point 105 - Silver'),
|
|
(69228, 3304, 5, 'Spawn Point 105 - Gold'),
|
|
(69229, 3304, 1, 'Spawn Point 105 - Truesilver'),
|
|
(69230, 3305, 0, 'Spawn Point 106 - Iron'),
|
|
(69231, 3305, 25, 'Spawn Point 106 - Mithril'),
|
|
(69232, 3305, 15, 'Spawn Point 106 - Tin'),
|
|
(69233, 3305, 30, 'Spawn Point 106 - Silver'),
|
|
(69234, 3305, 5, 'Spawn Point 106 - Gold'),
|
|
(69235, 3305, 1, 'Spawn Point 106 - Truesilver'),
|
|
(69236, 3306, 0, 'Spawn Point 107 - Iron'),
|
|
(69237, 3306, 25, 'Spawn Point 107 - Mithril'),
|
|
(69238, 3306, 15, 'Spawn Point 107 - Tin'),
|
|
(69239, 3306, 30, 'Spawn Point 107 - Silver'),
|
|
(69240, 3306, 5, 'Spawn Point 107 - Gold'),
|
|
(69241, 3306, 1, 'Spawn Point 107 - Truesilver'),
|
|
(69242, 3307, 0, 'Spawn Point 108 - Iron'),
|
|
(69243, 3307, 25, 'Spawn Point 108 - Mithril'),
|
|
(69244, 3307, 15, 'Spawn Point 108 - Tin'),
|
|
(69245, 3307, 30, 'Spawn Point 108 - Silver'),
|
|
(69246, 3307, 5, 'Spawn Point 108 - Gold'),
|
|
(69247, 3307, 1, 'Spawn Point 108 - Truesilver'),
|
|
(69248, 3308, 0, 'Spawn Point 109 - Iron'),
|
|
(69249, 3308, 25, 'Spawn Point 109 - Mithril'),
|
|
(69250, 3308, 15, 'Spawn Point 109 - Tin'),
|
|
(69251, 3308, 30, 'Spawn Point 109 - Silver'),
|
|
(69252, 3308, 5, 'Spawn Point 109 - Gold'),
|
|
(69253, 3308, 1, 'Spawn Point 109 - Truesilver'),
|
|
(69254, 3309, 0, 'Spawn Point 110 - Iron'),
|
|
(69255, 3309, 25, 'Spawn Point 110 - Mithril'),
|
|
(69256, 3309, 15, 'Spawn Point 110 - Tin'),
|
|
(69257, 3309, 30, 'Spawn Point 110 - Silver'),
|
|
(69258, 3309, 5, 'Spawn Point 110 - Gold'),
|
|
(69259, 3309, 1, 'Spawn Point 110 - Truesilver'),
|
|
(69260, 3300, 0, 'Spawn Point 111 - Iron'),
|
|
(69261, 3300, 25, 'Spawn Point 111 - Mithril'),
|
|
(69262, 3300, 15, 'Spawn Point 111 - Tin'),
|
|
(69263, 3300, 30, 'Spawn Point 111 - Silver'),
|
|
(69264, 3300, 5, 'Spawn Point 111 - Gold'),
|
|
(69265, 3300, 1, 'Spawn Point 111 - Truesilver'),
|
|
(69266, 3311, 0, 'Spawn Point 112 - Iron'),
|
|
(69267, 3311, 25, 'Spawn Point 112 - Mithril'),
|
|
(69268, 3311, 15, 'Spawn Point 112 - Tin'),
|
|
(69269, 3311, 30, 'Spawn Point 112 - Silver'),
|
|
(69270, 3311, 5, 'Spawn Point 112 - Gold'),
|
|
(69271, 3311, 1, 'Spawn Point 112 - Truesilver'),
|
|
(69272, 3312, 0, 'Spawn Point 113 - Iron'),
|
|
(69273, 3312, 25, 'Spawn Point 113 - Mithril'),
|
|
(69274, 3312, 15, 'Spawn Point 113 - Tin'),
|
|
(69275, 3312, 30, 'Spawn Point 113 - Silver'),
|
|
(69276, 3312, 5, 'Spawn Point 113 - Gold'),
|
|
(69277, 3312, 1, 'Spawn Point 113 - Truesilver'),
|
|
(69278, 3313, 0, 'Spawn Point 114 - Iron'),
|
|
(69279, 3313, 25, 'Spawn Point 114 - Mithril'),
|
|
(69280, 3313, 15, 'Spawn Point 114 - Tin'),
|
|
(69281, 3313, 30, 'Spawn Point 114 - Silver'),
|
|
(69282, 3313, 5, 'Spawn Point 114 - Gold'),
|
|
(69283, 3313, 1, 'Spawn Point 114 - Truesilver'),
|
|
(69284, 3314, 0, 'Spawn Point 115 - Iron'),
|
|
(69285, 3314, 25, 'Spawn Point 115 - Mithril'),
|
|
(69286, 3314, 15, 'Spawn Point 115 - Tin'),
|
|
(69287, 3314, 30, 'Spawn Point 115 - Silver'),
|
|
(69288, 3314, 5, 'Spawn Point 115 - Gold'),
|
|
(69289, 3314, 1, 'Spawn Point 115 - Truesilver'),
|
|
(69290, 3315, 0, 'Spawn Point 116 - Iron'),
|
|
(69291, 3315, 25, 'Spawn Point 116 - Mithril'),
|
|
(69292, 3315, 15, 'Spawn Point 116 - Tin'),
|
|
(69293, 3315, 30, 'Spawn Point 116 - Silver'),
|
|
(69294, 3315, 5, 'Spawn Point 116 - Gold'),
|
|
(69295, 3315, 1, 'Spawn Point 116 - Truesilver'),
|
|
(69296, 3316, 0, 'Spawn Point 117 - Iron'),
|
|
(69297, 3316, 25, 'Spawn Point 117 - Mithril'),
|
|
(69298, 3316, 15, 'Spawn Point 117 - Tin'),
|
|
(69299, 3316, 30, 'Spawn Point 117 - Silver'),
|
|
(69300, 3316, 5, 'Spawn Point 117 - Gold'),
|
|
(69301, 3316, 1, 'Spawn Point 117 - Truesilver'),
|
|
(69302, 3317, 0, 'Spawn Point 118 - Iron'),
|
|
(69303, 3317, 25, 'Spawn Point 118 - Mithril'),
|
|
(69304, 3317, 15, 'Spawn Point 118 - Tin'),
|
|
(69305, 3317, 30, 'Spawn Point 118 - Silver'),
|
|
(69306, 3317, 5, 'Spawn Point 118 - Gold'),
|
|
(69307, 3317, 1, 'Spawn Point 118 - Truesilver'),
|
|
(69308, 3318, 0, 'Spawn Point 119 - Iron'),
|
|
(69309, 3318, 25, 'Spawn Point 119 - Mithril'),
|
|
(69310, 3318, 15, 'Spawn Point 119 - Tin'),
|
|
(69311, 3318, 30, 'Spawn Point 119 - Silver'),
|
|
(69312, 3318, 5, 'Spawn Point 119 - Gold'),
|
|
(69313, 3318, 1, 'Spawn Point 119 - Truesilver'),
|
|
(69314, 3319, 0, 'Spawn Point 120 - Iron'),
|
|
(69315, 3319, 25, 'Spawn Point 120 - Mithril'),
|
|
(69316, 3319, 15, 'Spawn Point 120 - Tin'),
|
|
(69317, 3319, 30, 'Spawn Point 120 - Silver'),
|
|
(69318, 3319, 5, 'Spawn Point 120 - Gold'),
|
|
(69319, 3319, 1, 'Spawn Point 120 - Truesilver'),
|
|
(69320, 3320, 0, 'Spawn Point 121 - Iron'),
|
|
(69321, 3320, 25, 'Spawn Point 121 - Mithril'),
|
|
(69322, 3320, 15, 'Spawn Point 121 - Tin'),
|
|
(69323, 3320, 30, 'Spawn Point 121 - Silver'),
|
|
(69324, 3320, 5, 'Spawn Point 121 - Gold'),
|
|
(69325, 3320, 1, 'Spawn Point 121 - Truesilver'),
|
|
(69326, 3321, 0, 'Spawn Point 122 - Iron'),
|
|
(69327, 3321, 25, 'Spawn Point 122 - Mithril'),
|
|
(69328, 3321, 15, 'Spawn Point 122 - Tin'),
|
|
(69329, 3321, 30, 'Spawn Point 122 - Silver'),
|
|
(69330, 3321, 5, 'Spawn Point 122 - Gold'),
|
|
(69331, 3321, 1, 'Spawn Point 122 - Truesilver'),
|
|
(69332, 3322, 0, 'Spawn Point 123 - Iron'),
|
|
(69333, 3322, 25, 'Spawn Point 123 - Mithril'),
|
|
(69334, 3322, 15, 'Spawn Point 123 - Tin'),
|
|
(69335, 3322, 30, 'Spawn Point 123 - Silver'),
|
|
(69336, 3322, 5, 'Spawn Point 123 - Gold'),
|
|
(69337, 3322, 1, 'Spawn Point 123 - Truesilver'),
|
|
(69338, 3323, 0, 'Spawn Point 124 - Iron'),
|
|
(69339, 3323, 25, 'Spawn Point 124 - Mithril'),
|
|
(69340, 3323, 15, 'Spawn Point 124 - Tin'),
|
|
(69341, 3323, 30, 'Spawn Point 124 - Silver'),
|
|
(69342, 3323, 5, 'Spawn Point 124 - Gold'),
|
|
(69343, 3323, 1, 'Spawn Point 124 - Truesilver'),
|
|
(69344, 3324, 0, 'Spawn Point 125 - Iron'),
|
|
(69345, 3324, 25, 'Spawn Point 125 - Mithril'),
|
|
(69346, 3324, 15, 'Spawn Point 125 - Tin'),
|
|
(69347, 3324, 30, 'Spawn Point 125 - Silver'),
|
|
(69348, 3324, 5, 'Spawn Point 125 - Gold'),
|
|
(69349, 3324, 1, 'Spawn Point 125 - Truesilver'),
|
|
(69350, 3325, 0, 'Spawn Point 126 - Iron'),
|
|
(69351, 3325, 25, 'Spawn Point 126 - Mithril'),
|
|
(69352, 3325, 15, 'Spawn Point 126 - Tin'),
|
|
(69353, 3325, 30, 'Spawn Point 126 - Silver'),
|
|
(69354, 3325, 5, 'Spawn Point 126 - Gold'),
|
|
(69355, 3325, 1, 'Spawn Point 126 - Truesilver'),
|
|
(69356, 3326, 0, 'Spawn Point 127 - Iron'),
|
|
(69357, 3326, 25, 'Spawn Point 127 - Mithril'),
|
|
(69358, 3326, 15, 'Spawn Point 127 - Tin'),
|
|
(69359, 3326, 30, 'Spawn Point 127 - Silver'),
|
|
(69360, 3326, 5, 'Spawn Point 127 - Gold'),
|
|
(69361, 3326, 1, 'Spawn Point 127 - Truesilver'),
|
|
(69362, 3327, 0, 'Spawn Point 128 - Iron'),
|
|
(69363, 3327, 25, 'Spawn Point 128 - Mithril'),
|
|
(69364, 3327, 15, 'Spawn Point 128 - Tin'),
|
|
(69365, 3327, 30, 'Spawn Point 128 - Silver'),
|
|
(69366, 3327, 5, 'Spawn Point 128 - Gold'),
|
|
(69367, 3327, 1, 'Spawn Point 128 - Truesilver'),
|
|
(69368, 3328, 0, 'Spawn Point 129 - Iron'),
|
|
(69369, 3328, 25, 'Spawn Point 129 - Mithril'),
|
|
(69370, 3328, 15, 'Spawn Point 129 - Tin'),
|
|
(69371, 3328, 30, 'Spawn Point 129 - Silver'),
|
|
(69372, 3328, 5, 'Spawn Point 129 - Gold'),
|
|
(69373, 3328, 1, 'Spawn Point 129 - Truesilver'),
|
|
(69374, 3329, 0, 'Spawn Point 130 - Iron'),
|
|
(69375, 3329, 25, 'Spawn Point 130 - Mithril'),
|
|
(69376, 3329, 15, 'Spawn Point 130 - Tin'),
|
|
(69377, 3329, 30, 'Spawn Point 130 - Silver'),
|
|
(69378, 3329, 5, 'Spawn Point 130 - Gold'),
|
|
(69379, 3329, 1, 'Spawn Point 130 - Truesilver'),
|
|
(69380, 3330, 0, 'Spawn Point 131 - Iron'),
|
|
(69381, 3330, 25, 'Spawn Point 131 - Mithril'),
|
|
(69382, 3330, 15, 'Spawn Point 131 - Tin'),
|
|
(69383, 3330, 30, 'Spawn Point 131 - Silver'),
|
|
(69384, 3330, 5, 'Spawn Point 131 - Gold'),
|
|
(69385, 3330, 1, 'Spawn Point 131 - Truesilver'),
|
|
(69386, 3331, 0, 'Spawn Point 132 - Iron'),
|
|
(69387, 3331, 25, 'Spawn Point 132 - Mithril'),
|
|
(69388, 3331, 15, 'Spawn Point 132 - Tin'),
|
|
(69389, 3331, 30, 'Spawn Point 132 - Silver'),
|
|
(69390, 3331, 5, 'Spawn Point 132 - Gold'),
|
|
(69391, 3331, 1, 'Spawn Point 132 - Truesilver'),
|
|
(69392, 3332, 0, 'Spawn Point 133 - Iron'),
|
|
(69393, 3332, 25, 'Spawn Point 133 - Mithril'),
|
|
(69394, 3332, 15, 'Spawn Point 133 - Tin'),
|
|
(69395, 3332, 30, 'Spawn Point 133 - Silver'),
|
|
(69396, 3332, 5, 'Spawn Point 133 - Gold'),
|
|
(69397, 3332, 1, 'Spawn Point 133 - Truesilver'),
|
|
(69398, 3333, 0, 'Spawn Point 134 - Iron'),
|
|
(69399, 3333, 25, 'Spawn Point 134 - Mithril'),
|
|
(69400, 3333, 15, 'Spawn Point 134 - Tin'),
|
|
(69401, 3333, 30, 'Spawn Point 134 - Silver'),
|
|
(69402, 3333, 5, 'Spawn Point 134 - Gold'),
|
|
(69403, 3333, 1, 'Spawn Point 134 - Truesilver'),
|
|
(69404, 3334, 0, 'Spawn Point 135 - Iron'),
|
|
(69405, 3334, 25, 'Spawn Point 135 - Mithril'),
|
|
(69406, 3334, 15, 'Spawn Point 135 - Tin'),
|
|
(69407, 3334, 30, 'Spawn Point 135 - Silver'),
|
|
(69408, 3334, 5, 'Spawn Point 135 - Gold'),
|
|
(69409, 3334, 1, 'Spawn Point 135 - Truesilver'),
|
|
(69410, 3335, 0, 'Spawn Point 136 - Iron'),
|
|
(69411, 3335, 25, 'Spawn Point 136 - Mithril'),
|
|
(69412, 3335, 15, 'Spawn Point 136 - Tin'),
|
|
(69413, 3335, 30, 'Spawn Point 136 - Silver'),
|
|
(69414, 3335, 5, 'Spawn Point 136 - Gold'),
|
|
(69415, 3335, 1, 'Spawn Point 136 - Truesilver'),
|
|
(69416, 3336, 0, 'Spawn Point 137 - Iron'),
|
|
(69417, 3336, 25, 'Spawn Point 137 - Mithril'),
|
|
(69418, 3336, 15, 'Spawn Point 137 - Tin'),
|
|
(69419, 3336, 30, 'Spawn Point 137 - Silver'),
|
|
(69420, 3336, 5, 'Spawn Point 137 - Gold'),
|
|
(69421, 3336, 1, 'Spawn Point 137 - Truesilver'),
|
|
(69422, 3337, 0, 'Spawn Point 138 - Iron'),
|
|
(69423, 3337, 25, 'Spawn Point 138 - Mithril'),
|
|
(69424, 3337, 15, 'Spawn Point 138 - Tin'),
|
|
(69425, 3337, 30, 'Spawn Point 138 - Silver'),
|
|
(69426, 3337, 5, 'Spawn Point 138 - Gold'),
|
|
(69427, 3337, 1, 'Spawn Point 138 - Truesilver'),
|
|
(69428, 3338, 0, 'Spawn Point 139 - Iron'),
|
|
(69429, 3338, 25, 'Spawn Point 139 - Mithril'),
|
|
(69430, 3338, 15, 'Spawn Point 139 - Tin'),
|
|
(69431, 3338, 30, 'Spawn Point 139 - Silver'),
|
|
(69432, 3338, 5, 'Spawn Point 139 - Gold'),
|
|
(69433, 3338, 1, 'Spawn Point 139 - Truesilver'),
|
|
(69434, 3339, 0, 'Spawn Point 140 - Iron'),
|
|
(69435, 3339, 25, 'Spawn Point 140 - Mithril'),
|
|
(69436, 3339, 15, 'Spawn Point 140 - Tin'),
|
|
(69437, 3339, 30, 'Spawn Point 140 - Silver'),
|
|
(69438, 3339, 5, 'Spawn Point 140 - Gold'),
|
|
(69439, 3339, 1, 'Spawn Point 140 - Truesilver'),
|
|
(69440, 3340, 0, 'Spawn Point 141 - Iron'),
|
|
(69441, 3340, 25, 'Spawn Point 141 - Mithril'),
|
|
(69442, 3340, 15, 'Spawn Point 141 - Tin'),
|
|
(69443, 3340, 30, 'Spawn Point 141 - Silver'),
|
|
(69444, 3340, 5, 'Spawn Point 141 - Gold'),
|
|
(69445, 3340, 1, 'Spawn Point 141 - Truesilver'),
|
|
(69446, 3341, 0, 'Spawn Point 142 - Iron'),
|
|
(69447, 3341, 25, 'Spawn Point 142 - Mithril'),
|
|
(69448, 3341, 15, 'Spawn Point 142 - Tin'),
|
|
(69449, 3341, 30, 'Spawn Point 142 - Silver'),
|
|
(69450, 3341, 5, 'Spawn Point 142 - Gold'),
|
|
(69451, 3341, 1, 'Spawn Point 142 - Truesilver'),
|
|
(69452, 3342, 0, 'Spawn Point 143 - Iron'),
|
|
(69453, 3342, 25, 'Spawn Point 143 - Mithril'),
|
|
(69454, 3342, 15, 'Spawn Point 143 - Tin'),
|
|
(69455, 3342, 30, 'Spawn Point 143 - Silver'),
|
|
(69456, 3342, 5, 'Spawn Point 143 - Gold'),
|
|
(69457, 3342, 1, 'Spawn Point 143 - Truesilver'),
|
|
(69458, 3343, 0, 'Spawn Point 144 - Iron'),
|
|
(69459, 3343, 25, 'Spawn Point 144 - Mithril'),
|
|
(69460, 3343, 15, 'Spawn Point 144 - Tin'),
|
|
(69461, 3343, 30, 'Spawn Point 144 - Silver'),
|
|
(69462, 3343, 5, 'Spawn Point 144 - Gold'),
|
|
(69463, 3343, 1, 'Spawn Point 144 - Truesilver'),
|
|
(69464, 3344, 0, 'Spawn Point 145 - Iron'),
|
|
(69465, 3344, 25, 'Spawn Point 145 - Mithril'),
|
|
(69466, 3344, 15, 'Spawn Point 145 - Tin'),
|
|
(69467, 3344, 30, 'Spawn Point 145 - Silver'),
|
|
(69468, 3344, 5, 'Spawn Point 145 - Gold'),
|
|
(69469, 3344, 1, 'Spawn Point 145 - Truesilver'),
|
|
(69470, 3345, 0, 'Spawn Point 146 - Iron'),
|
|
(69471, 3345, 25, 'Spawn Point 146 - Mithril'),
|
|
(69472, 3345, 15, 'Spawn Point 146 - Tin'),
|
|
(69473, 3345, 30, 'Spawn Point 146 - Silver'),
|
|
(69474, 3345, 5, 'Spawn Point 146 - Gold'),
|
|
(69475, 3345, 1, 'Spawn Point 146 - Truesilver'),
|
|
(69476, 3346, 0, 'Spawn Point 147 - Iron'),
|
|
(69477, 3346, 25, 'Spawn Point 147 - Mithril'),
|
|
(69478, 3346, 15, 'Spawn Point 147 - Tin'),
|
|
(69479, 3346, 30, 'Spawn Point 147 - Silver'),
|
|
(69480, 3346, 5, 'Spawn Point 147 - Gold'),
|
|
(69481, 3346, 1, 'Spawn Point 147 - Truesilver'),
|
|
(69482, 3347, 0, 'Spawn Point 148 - Iron'),
|
|
(69483, 3347, 25, 'Spawn Point 148 - Mithril'),
|
|
(69484, 3347, 15, 'Spawn Point 148 - Tin'),
|
|
(69485, 3347, 30, 'Spawn Point 148 - Silver'),
|
|
(69486, 3347, 5, 'Spawn Point 148 - Gold'),
|
|
(69487, 3347, 1, 'Spawn Point 148 - Truesilver'),
|
|
(69488, 3348, 0, 'Spawn Point 149 - Iron'),
|
|
(69489, 3348, 25, 'Spawn Point 149 - Mithril'),
|
|
(69490, 3348, 15, 'Spawn Point 149 - Tin'),
|
|
(69491, 3348, 30, 'Spawn Point 149 - Silver'),
|
|
(69492, 3348, 5, 'Spawn Point 149 - Gold'),
|
|
(69493, 3348, 1, 'Spawn Point 149 - Truesilver'),
|
|
(69494, 3349, 0, 'Spawn Point 150 - Iron'),
|
|
(69495, 3349, 25, 'Spawn Point 150 - Mithril'),
|
|
(69496, 3349, 15, 'Spawn Point 150 - Tin'),
|
|
(69497, 3349, 30, 'Spawn Point 150 - Silver'),
|
|
(69498, 3349, 5, 'Spawn Point 150 - Gold'),
|
|
(69499, 3349, 1, 'Spawn Point 150 - Truesilver'),
|
|
(69500, 3350, 0, 'Spawn Point 151 - Iron'),
|
|
(69501, 3350, 25, 'Spawn Point 151 - Mithril'),
|
|
(69502, 3350, 15, 'Spawn Point 151 - Tin'),
|
|
(69503, 3350, 30, 'Spawn Point 151 - Silver'),
|
|
(69504, 3350, 5, 'Spawn Point 151 - Gold'),
|
|
(69505, 3350, 1, 'Spawn Point 151 - Truesilver'),
|
|
(69506, 3351, 0, 'Spawn Point 152 - Iron'),
|
|
(69507, 3351, 25, 'Spawn Point 152 - Mithril'),
|
|
(69508, 3351, 15, 'Spawn Point 152 - Tin'),
|
|
(69509, 3351, 30, 'Spawn Point 152 - Silver'),
|
|
(69510, 3351, 5, 'Spawn Point 152 - Gold'),
|
|
(69511, 3351, 1, 'Spawn Point 152 - Truesilver'),
|
|
(69512, 3352, 0, 'Spawn Point 153 - Iron'),
|
|
(69513, 3352, 25, 'Spawn Point 153 - Mithril'),
|
|
(69514, 3352, 15, 'Spawn Point 153 - Tin'),
|
|
(69515, 3352, 30, 'Spawn Point 153 - Silver'),
|
|
(69516, 3352, 5, 'Spawn Point 153 - Gold'),
|
|
(69517, 3352, 1, 'Spawn Point 153 - Truesilver'),
|
|
(69518, 3353, 0, 'Spawn Point 154 - Iron'),
|
|
(69519, 3353, 25, 'Spawn Point 154 - Mithril'),
|
|
(69520, 3353, 15, 'Spawn Point 154 - Tin'),
|
|
(69521, 3353, 30, 'Spawn Point 154 - Silver'),
|
|
(69522, 3353, 5, 'Spawn Point 154 - Gold'),
|
|
(69523, 3353, 1, 'Spawn Point 154 - Truesilver'),
|
|
(69524, 3354, 0, 'Spawn Point 155 - Iron'),
|
|
(69525, 3354, 25, 'Spawn Point 155 - Mithril'),
|
|
(69526, 3354, 15, 'Spawn Point 155 - Tin'),
|
|
(69527, 3354, 30, 'Spawn Point 155 - Silver'),
|
|
(69528, 3354, 5, 'Spawn Point 155 - Gold'),
|
|
(69529, 3354, 1, 'Spawn Point 155 - Truesilver'),
|
|
(69530, 3355, 0, 'Spawn Point 156 - Iron'),
|
|
(69531, 3355, 25, 'Spawn Point 156 - Mithril'),
|
|
(69532, 3355, 15, 'Spawn Point 156 - Tin'),
|
|
(69533, 3355, 30, 'Spawn Point 156 - Silver'),
|
|
(69534, 3355, 5, 'Spawn Point 156 - Gold'),
|
|
(69535, 3355, 1, 'Spawn Point 156 - Truesilver'),
|
|
(69536, 3356, 0, 'Spawn Point 157 - Iron'),
|
|
(69537, 3356, 25, 'Spawn Point 157 - Mithril'),
|
|
(69538, 3356, 15, 'Spawn Point 157 - Tin'),
|
|
(69539, 3356, 30, 'Spawn Point 157 - Silver'),
|
|
(69540, 3356, 5, 'Spawn Point 157 - Gold'),
|
|
(69541, 3356, 1, 'Spawn Point 157 - Truesilver'),
|
|
(69542, 3357, 0, 'Spawn Point 158 - Iron'),
|
|
(69543, 3357, 25, 'Spawn Point 158 - Mithril'),
|
|
(69544, 3357, 15, 'Spawn Point 158 - Tin'),
|
|
(69545, 3357, 30, 'Spawn Point 158 - Silver'),
|
|
(69546, 3357, 5, 'Spawn Point 158 - Gold'),
|
|
(69547, 3357, 1, 'Spawn Point 158 - Truesilver'),
|
|
(69548, 3358, 0, 'Spawn Point 159 - Iron'),
|
|
(69549, 3358, 25, 'Spawn Point 159 - Mithril'),
|
|
(69550, 3358, 15, 'Spawn Point 159 - Tin'),
|
|
(69551, 3358, 30, 'Spawn Point 159 - Silver'),
|
|
(69552, 3358, 5, 'Spawn Point 159 - Gold'),
|
|
(69553, 3358, 1, 'Spawn Point 159 - Truesilver'),
|
|
(69554, 3359, 0, 'Spawn Point 160 - Iron'),
|
|
(69555, 3359, 25, 'Spawn Point 160 - Mithril'),
|
|
(69556, 3359, 15, 'Spawn Point 160 - Tin'),
|
|
(69557, 3359, 30, 'Spawn Point 160 - Silver'),
|
|
(69558, 3359, 5, 'Spawn Point 160 - Gold'),
|
|
(69559, 3359, 1, 'Spawn Point 160 - Truesilver'),
|
|
(69560, 3360, 0, 'Spawn Point 161 - Iron'),
|
|
(69561, 3360, 25, 'Spawn Point 161 - Mithril'),
|
|
(69562, 3360, 15, 'Spawn Point 161 - Tin'),
|
|
(69563, 3360, 30, 'Spawn Point 161 - Silver'),
|
|
(69564, 3360, 5, 'Spawn Point 161 - Gold'),
|
|
(69565, 3360, 1, 'Spawn Point 161 - Truesilver'),
|
|
(69566, 3361, 0, 'Spawn Point 162 - Iron'),
|
|
(69567, 3361, 25, 'Spawn Point 162 - Mithril'),
|
|
(69568, 3361, 15, 'Spawn Point 162 - Tin'),
|
|
(69569, 3361, 30, 'Spawn Point 162 - Silver'),
|
|
(69570, 3361, 5, 'Spawn Point 162 - Gold'),
|
|
(69571, 3361, 1, 'Spawn Point 162 - Truesilver'),
|
|
(69572, 3362, 0, 'Spawn Point 163 - Iron'),
|
|
(69573, 3362, 25, 'Spawn Point 163 - Mithril'),
|
|
(69574, 3362, 15, 'Spawn Point 163 - Tin'),
|
|
(69575, 3362, 30, 'Spawn Point 163 - Silver'),
|
|
(69576, 3362, 5, 'Spawn Point 163 - Gold'),
|
|
(69577, 3362, 1, 'Spawn Point 163 - Truesilver'),
|
|
(69578, 3363, 0, 'Spawn Point 164 - Iron'),
|
|
(69579, 3363, 25, 'Spawn Point 164 - Mithril'),
|
|
(69580, 3363, 15, 'Spawn Point 164 - Tin'),
|
|
(69581, 3363, 30, 'Spawn Point 164 - Silver'),
|
|
(69582, 3363, 5, 'Spawn Point 164 - Gold'),
|
|
(69583, 3363, 1, 'Spawn Point 164 - Truesilver'),
|
|
(69584, 3364, 0, 'Spawn Point 165 - Iron'),
|
|
(69585, 3364, 25, 'Spawn Point 165 - Mithril'),
|
|
(69586, 3364, 15, 'Spawn Point 165 - Tin'),
|
|
(69587, 3364, 30, 'Spawn Point 165 - Silver'),
|
|
(69588, 3364, 5, 'Spawn Point 165 - Gold'),
|
|
(69589, 3364, 1, 'Spawn Point 165 - Truesilver'),
|
|
(69590, 3365, 0, 'Spawn Point 166 - Iron'),
|
|
(69591, 3365, 25, 'Spawn Point 166 - Mithril'),
|
|
(69592, 3365, 15, 'Spawn Point 166 - Tin'),
|
|
(69593, 3365, 30, 'Spawn Point 166 - Silver'),
|
|
(69594, 3365, 5, 'Spawn Point 166 - Gold'),
|
|
(69595, 3365, 1, 'Spawn Point 166 - Truesilver'),
|
|
(69596, 3366, 0, 'Spawn Point 167 - Iron'),
|
|
(69597, 3366, 25, 'Spawn Point 167 - Mithril'),
|
|
(69598, 3366, 15, 'Spawn Point 167 - Tin'),
|
|
(69599, 3366, 30, 'Spawn Point 167 - Silver'),
|
|
(69600, 3366, 5, 'Spawn Point 167 - Gold'),
|
|
(69601, 3366, 1, 'Spawn Point 167 - Truesilver'),
|
|
(69602, 3367, 0, 'Spawn Point 168 - Iron'),
|
|
(69603, 3367, 25, 'Spawn Point 168 - Mithril'),
|
|
(69604, 3367, 15, 'Spawn Point 168 - Tin'),
|
|
(69605, 3367, 30, 'Spawn Point 168 - Silver'),
|
|
(69606, 3367, 5, 'Spawn Point 168 - Gold'),
|
|
(69607, 3367, 1, 'Spawn Point 168 - Truesilver'),
|
|
(69608, 3368, 0, 'Spawn Point 169 - Iron'),
|
|
(69609, 3368, 25, 'Spawn Point 169 - Mithril'),
|
|
(69610, 3368, 15, 'Spawn Point 169 - Tin'),
|
|
(69611, 3368, 30, 'Spawn Point 169 - Silver'),
|
|
(69612, 3368, 5, 'Spawn Point 169 - Gold'),
|
|
(69613, 3368, 1, 'Spawn Point 169 - Truesilver'),
|
|
(69614, 3369, 0, 'Spawn Point 170 - Iron'),
|
|
(69615, 3369, 25, 'Spawn Point 170 - Mithril'),
|
|
(69616, 3369, 15, 'Spawn Point 170 - Tin'),
|
|
(69617, 3369, 30, 'Spawn Point 170 - Silver'),
|
|
(69618, 3369, 5, 'Spawn Point 170 - Gold'),
|
|
(69619, 3369, 1, 'Spawn Point 170 - Truesilver'),
|
|
(69620, 3370, 0, 'Spawn Point 171 - Iron'),
|
|
(69621, 3370, 25, 'Spawn Point 171 - Mithril'),
|
|
(69622, 3370, 15, 'Spawn Point 171 - Tin'),
|
|
(69623, 3370, 30, 'Spawn Point 171 - Silver'),
|
|
(69624, 3370, 5, 'Spawn Point 171 - Gold'),
|
|
(69625, 3370, 1, 'Spawn Point 171 - Truesilver'),
|
|
(69626, 3371, 0, 'Spawn Point 172 - Iron'),
|
|
(69627, 3371, 25, 'Spawn Point 172 - Mithril'),
|
|
(69628, 3371, 15, 'Spawn Point 172 - Tin'),
|
|
(69629, 3371, 30, 'Spawn Point 172 - Silver'),
|
|
(69630, 3371, 5, 'Spawn Point 172 - Gold'),
|
|
(69631, 3371, 1, 'Spawn Point 172 - Truesilver'),
|
|
(69632, 3372, 0, 'Spawn Point 173 - Iron'),
|
|
(69633, 3372, 25, 'Spawn Point 173 - Mithril'),
|
|
(69634, 3372, 15, 'Spawn Point 173 - Tin'),
|
|
(69635, 3372, 30, 'Spawn Point 173 - Silver'),
|
|
(69636, 3372, 5, 'Spawn Point 173 - Gold'),
|
|
(69637, 3372, 1, 'Spawn Point 173 - Truesilver'),
|
|
(69638, 3373, 0, 'Spawn Point 174 - Iron'),
|
|
(69639, 3373, 25, 'Spawn Point 174 - Mithril'),
|
|
(69640, 3373, 15, 'Spawn Point 174 - Tin'),
|
|
(69641, 3373, 30, 'Spawn Point 174 - Silver'),
|
|
(69642, 3373, 5, 'Spawn Point 174 - Gold'),
|
|
(69643, 3373, 1, 'Spawn Point 174 - Truesilver'),
|
|
(69644, 3374, 0, 'Spawn Point 175 - Iron'),
|
|
(69645, 3374, 25, 'Spawn Point 175 - Mithril'),
|
|
(69646, 3374, 15, 'Spawn Point 175 - Tin'),
|
|
(69647, 3374, 30, 'Spawn Point 175 - Silver'),
|
|
(69648, 3374, 5, 'Spawn Point 175 - Gold'),
|
|
(69649, 3374, 1, 'Spawn Point 175 - Truesilver'),
|
|
(69650, 3375, 0, 'Spawn Point 176 - Iron'),
|
|
(69651, 3375, 25, 'Spawn Point 176 - Mithril'),
|
|
(69652, 3375, 15, 'Spawn Point 176 - Tin'),
|
|
(69653, 3375, 30, 'Spawn Point 176 - Silver'),
|
|
(69654, 3375, 5, 'Spawn Point 176 - Gold'),
|
|
(69655, 3375, 1, 'Spawn Point 176 - Truesilver'),
|
|
(69656, 3376, 0, 'Spawn Point 177 - Iron'),
|
|
(69657, 3376, 25, 'Spawn Point 177 - Mithril'),
|
|
(69658, 3376, 15, 'Spawn Point 177 - Tin'),
|
|
(69659, 3376, 30, 'Spawn Point 177 - Silver'),
|
|
(69660, 3376, 5, 'Spawn Point 177 - Gold'),
|
|
(69661, 3376, 1, 'Spawn Point 177 - Truesilver'),
|
|
(69662, 3377, 0, 'Spawn Point 178 - Iron'),
|
|
(69663, 3377, 25, 'Spawn Point 178 - Mithril'),
|
|
(69664, 3377, 15, 'Spawn Point 178 - Tin'),
|
|
(69665, 3377, 30, 'Spawn Point 178 - Silver'),
|
|
(69666, 3377, 5, 'Spawn Point 178 - Gold'),
|
|
(69667, 3377, 1, 'Spawn Point 178 - Truesilver'),
|
|
(69668, 3378, 0, 'Spawn Point 179 - Iron'),
|
|
(69669, 3378, 25, 'Spawn Point 179 - Mithril'),
|
|
(69670, 3378, 15, 'Spawn Point 179 - Tin'),
|
|
(69671, 3378, 30, 'Spawn Point 179 - Silver'),
|
|
(69672, 3378, 5, 'Spawn Point 179 - Gold'),
|
|
(69673, 3378, 1, 'Spawn Point 179 - Truesilver'),
|
|
(69674, 3379, 0, 'Spawn Point 180 - Iron'),
|
|
(69675, 3379, 25, 'Spawn Point 180 - Mithril'),
|
|
(69676, 3379, 15, 'Spawn Point 180 - Tin'),
|
|
(69677, 3379, 30, 'Spawn Point 180 - Silver'),
|
|
(69678, 3379, 5, 'Spawn Point 180 - Gold'),
|
|
(69679, 3379, 1, 'Spawn Point 180 - Truesilver'),
|
|
(69680, 3380, 0, 'Spawn Point 181 - Iron'),
|
|
(69681, 3380, 25, 'Spawn Point 181 - Mithril'),
|
|
(69682, 3380, 15, 'Spawn Point 181 - Tin'),
|
|
(69683, 3380, 30, 'Spawn Point 181 - Silver'),
|
|
(69684, 3380, 5, 'Spawn Point 181 - Gold'),
|
|
(69685, 3380, 1, 'Spawn Point 181 - Truesilver'),
|
|
(69686, 3381, 0, 'Spawn Point 182 - Iron'),
|
|
(69687, 3381, 25, 'Spawn Point 182 - Mithril'),
|
|
(69688, 3381, 15, 'Spawn Point 182 - Tin'),
|
|
(69689, 3381, 30, 'Spawn Point 182 - Silver'),
|
|
(69690, 3381, 5, 'Spawn Point 182 - Gold'),
|
|
(69691, 3381, 1, 'Spawn Point 182 - Truesilver'),
|
|
(69692, 3382, 0, 'Spawn Point 183 - Iron'),
|
|
(69693, 3382, 25, 'Spawn Point 183 - Mithril'),
|
|
(69694, 3382, 15, 'Spawn Point 183 - Tin'),
|
|
(69695, 3382, 30, 'Spawn Point 183 - Silver'),
|
|
(69696, 3382, 5, 'Spawn Point 183 - Gold'),
|
|
(69697, 3382, 1, 'Spawn Point 183 - Truesilver'),
|
|
(69698, 3383, 0, 'Spawn Point 184 - Iron'),
|
|
(69699, 3383, 25, 'Spawn Point 184 - Mithril'),
|
|
(69700, 3383, 15, 'Spawn Point 184 - Tin'),
|
|
(69701, 3383, 30, 'Spawn Point 184 - Silver'),
|
|
(69702, 3383, 5, 'Spawn Point 184 - Gold'),
|
|
(69703, 3383, 1, 'Spawn Point 184 - Truesilver'),
|
|
(69704, 3384, 0, 'Spawn Point 185 - Iron'),
|
|
(69705, 3384, 25, 'Spawn Point 185 - Mithril'),
|
|
(69706, 3384, 15, 'Spawn Point 185 - Tin'),
|
|
(69707, 3384, 30, 'Spawn Point 185 - Silver'),
|
|
(69708, 3384, 5, 'Spawn Point 185 - Gold'),
|
|
(69709, 3384, 1, 'Spawn Point 185 - Truesilver'),
|
|
(69710, 3385, 0, 'Spawn Point 186 - Iron'),
|
|
(69711, 3385, 25, 'Spawn Point 186 - Mithril'),
|
|
(69712, 3385, 15, 'Spawn Point 186 - Tin'),
|
|
(69713, 3385, 30, 'Spawn Point 186 - Silver'),
|
|
(69714, 3385, 5, 'Spawn Point 186 - Gold'),
|
|
(69715, 3385, 1, 'Spawn Point 186 - Truesilver'),
|
|
(69716, 3386, 0, 'Spawn Point 187 - Iron'),
|
|
(69717, 3386, 25, 'Spawn Point 187 - Mithril'),
|
|
(69718, 3386, 15, 'Spawn Point 187 - Tin'),
|
|
(69719, 3386, 30, 'Spawn Point 187 - Silver'),
|
|
(69720, 3386, 5, 'Spawn Point 187 - Gold'),
|
|
(69721, 3386, 1, 'Spawn Point 187 - Truesilver'),
|
|
(69722, 3387, 0, 'Spawn Point 188 - Iron'),
|
|
(69723, 3387, 25, 'Spawn Point 188 - Mithril'),
|
|
(69724, 3387, 15, 'Spawn Point 188 - Tin'),
|
|
(69725, 3387, 30, 'Spawn Point 188 - Silver'),
|
|
(69726, 3387, 5, 'Spawn Point 188 - Gold'),
|
|
(69727, 3387, 1, 'Spawn Point 188 - Truesilver'),
|
|
(69728, 3388, 0, 'Spawn Point 189 - Iron'),
|
|
(69729, 3388, 25, 'Spawn Point 189 - Mithril'),
|
|
(69730, 3388, 15, 'Spawn Point 189 - Tin'),
|
|
(69731, 3388, 30, 'Spawn Point 189 - Silver'),
|
|
(69732, 3388, 5, 'Spawn Point 189 - Gold'),
|
|
(69733, 3388, 1, 'Spawn Point 189 - Truesilver'),
|
|
(69734, 3389, 0, 'Spawn Point 190 - Iron'),
|
|
(69735, 3389, 25, 'Spawn Point 190 - Mithril'),
|
|
(69736, 3389, 15, 'Spawn Point 190 - Tin'),
|
|
(69737, 3389, 30, 'Spawn Point 190 - Silver'),
|
|
(69738, 3389, 5, 'Spawn Point 190 - Gold'),
|
|
(69739, 3389, 1, 'Spawn Point 190 - Truesilver'),
|
|
(69740, 3390, 0, 'Spawn Point 191 - Iron'),
|
|
(69741, 3390, 25, 'Spawn Point 191 - Mithril'),
|
|
(69742, 3390, 15, 'Spawn Point 191 - Tin'),
|
|
(69743, 3390, 30, 'Spawn Point 191 - Silver'),
|
|
(69744, 3390, 5, 'Spawn Point 191 - Gold'),
|
|
(69745, 3390, 1, 'Spawn Point 191 - Truesilver'),
|
|
(69746, 3391, 0, 'Spawn Point 192 - Iron'),
|
|
(69747, 3391, 25, 'Spawn Point 192 - Mithril'),
|
|
(69748, 3391, 15, 'Spawn Point 192 - Tin'),
|
|
(69749, 3391, 30, 'Spawn Point 192 - Silver'),
|
|
(69750, 3391, 5, 'Spawn Point 192 - Gold'),
|
|
(69751, 3391, 1, 'Spawn Point 192 - Truesilver'),
|
|
(69752, 3392, 0, 'Spawn Point 193 - Iron'),
|
|
(69753, 3392, 25, 'Spawn Point 193 - Mithril'),
|
|
(69754, 3392, 15, 'Spawn Point 193 - Tin'),
|
|
(69755, 3392, 30, 'Spawn Point 193 - Silver'),
|
|
(69756, 3392, 5, 'Spawn Point 193 - Gold'),
|
|
(69757, 3392, 1, 'Spawn Point 193 - Truesilver'),
|
|
(69758, 3393, 0, 'Spawn Point 194 - Iron'),
|
|
(69759, 3393, 25, 'Spawn Point 194 - Mithril'),
|
|
(69760, 3393, 15, 'Spawn Point 194 - Tin'),
|
|
(69761, 3393, 30, 'Spawn Point 194 - Silver'),
|
|
(69762, 3393, 5, 'Spawn Point 194 - Gold'),
|
|
(69763, 3393, 1, 'Spawn Point 194 - Truesilver'),
|
|
(69764, 3394, 0, 'Spawn Point 195 - Iron'),
|
|
(69765, 3394, 25, 'Spawn Point 195 - Mithril'),
|
|
(69766, 3394, 15, 'Spawn Point 195 - Tin'),
|
|
(69767, 3394, 30, 'Spawn Point 195 - Silver'),
|
|
(69768, 3394, 5, 'Spawn Point 195 - Gold'),
|
|
(69769, 3394, 1, 'Spawn Point 195 - Truesilver'),
|
|
(69770, 3395, 0, 'Spawn Point 196 - Iron'),
|
|
(69771, 3395, 25, 'Spawn Point 196 - Mithril'),
|
|
(69772, 3395, 15, 'Spawn Point 196 - Tin'),
|
|
(69773, 3395, 30, 'Spawn Point 196 - Silver'),
|
|
(69774, 3395, 5, 'Spawn Point 196 - Gold'),
|
|
(69775, 3395, 1, 'Spawn Point 196 - Truesilver'),
|
|
(69776, 3396, 0, 'Spawn Point 197 - Iron'),
|
|
(69777, 3396, 25, 'Spawn Point 197 - Mithril'),
|
|
(69778, 3396, 15, 'Spawn Point 197 - Tin'),
|
|
(69779, 3396, 30, 'Spawn Point 197 - Silver'),
|
|
(69780, 3396, 5, 'Spawn Point 197 - Gold'),
|
|
(69781, 3396, 1, 'Spawn Point 197 - Truesilver'),
|
|
(69782, 3397, 0, 'Spawn Point 198 - Iron'),
|
|
(69783, 3397, 25, 'Spawn Point 198 - Mithril'),
|
|
(69784, 3397, 15, 'Spawn Point 198 - Tin'),
|
|
(69785, 3397, 30, 'Spawn Point 198 - Silver'),
|
|
(69786, 3397, 5, 'Spawn Point 198 - Gold'),
|
|
(69787, 3397, 1, 'Spawn Point 198 - Truesilver'),
|
|
(69788, 3398, 0, 'Spawn Point 199 - Iron'),
|
|
(69789, 3398, 25, 'Spawn Point 199 - Mithril'),
|
|
(69790, 3398, 15, 'Spawn Point 199 - Tin'),
|
|
(69791, 3398, 30, 'Spawn Point 199 - Silver'),
|
|
(69792, 3398, 5, 'Spawn Point 199 - Gold'),
|
|
(69793, 3398, 1, 'Spawn Point 199 - Truesilver'),
|
|
(69794, 3399, 0, 'Spawn Point 200 - Iron'),
|
|
(69795, 3399, 25, 'Spawn Point 200 - Mithril'),
|
|
(69796, 3399, 15, 'Spawn Point 200 - Tin'),
|
|
(69797, 3399, 30, 'Spawn Point 200 - Silver'),
|
|
(69798, 3399, 5, 'Spawn Point 200 - Gold'),
|
|
(69799, 3399, 1, 'Spawn Point 200 - Truesilver'),
|
|
(69800, 3400, 0, 'Spawn Point 201 - Iron'),
|
|
(69801, 3400, 25, 'Spawn Point 201 - Mithril'),
|
|
(69802, 3400, 15, 'Spawn Point 201 - Tin'),
|
|
(69803, 3400, 30, 'Spawn Point 201 - Silver'),
|
|
(69804, 3400, 5, 'Spawn Point 201 - Gold'),
|
|
(69805, 3400, 1, 'Spawn Point 201 - Truesilver'),
|
|
(69806, 3401, 0, 'Spawn Point 202 - Iron'),
|
|
(69807, 3401, 25, 'Spawn Point 202 - Mithril'),
|
|
(69808, 3401, 15, 'Spawn Point 202 - Tin'),
|
|
(69809, 3401, 30, 'Spawn Point 202 - Silver'),
|
|
(69810, 3401, 5, 'Spawn Point 202 - Gold'),
|
|
(69811, 3401, 1, 'Spawn Point 202 - Truesilver'),
|
|
(69812, 3402, 0, 'Spawn Point 203 - Iron'),
|
|
(69813, 3402, 25, 'Spawn Point 203 - Mithril'),
|
|
(69814, 3402, 15, 'Spawn Point 203 - Tin'),
|
|
(69815, 3402, 30, 'Spawn Point 203 - Silver'),
|
|
(69816, 3402, 5, 'Spawn Point 203 - Gold'),
|
|
(69817, 3402, 1, 'Spawn Point 203 - Truesilver'),
|
|
(69818, 3403, 0, 'Spawn Point 204 - Iron'),
|
|
(69819, 3403, 25, 'Spawn Point 204 - Mithril'),
|
|
(69820, 3403, 15, 'Spawn Point 204 - Tin'),
|
|
(69821, 3403, 30, 'Spawn Point 204 - Silver'),
|
|
(69822, 3403, 5, 'Spawn Point 204 - Gold'),
|
|
(69823, 3403, 1, 'Spawn Point 204 - Truesilver'),
|
|
(69824, 3404, 0, 'Spawn Point 205 - Iron'),
|
|
(69825, 3404, 25, 'Spawn Point 205 - Mithril'),
|
|
(69826, 3404, 15, 'Spawn Point 205 - Tin'),
|
|
(69827, 3404, 30, 'Spawn Point 205 - Silver'),
|
|
(69828, 3404, 5, 'Spawn Point 205 - Gold'),
|
|
(69829, 3404, 1, 'Spawn Point 205 - Truesilver'),
|
|
(69830, 3405, 0, 'Spawn Point 206 - Iron'),
|
|
(69831, 3405, 25, 'Spawn Point 206 - Mithril'),
|
|
(69832, 3405, 15, 'Spawn Point 206 - Tin'),
|
|
(69833, 3405, 30, 'Spawn Point 206 - Silver'),
|
|
(69834, 3405, 5, 'Spawn Point 206 - Gold'),
|
|
(69835, 3405, 1, 'Spawn Point 206 - Truesilver'),
|
|
(69836, 3406, 0, 'Spawn Point 207 - Iron'),
|
|
(69837, 3406, 25, 'Spawn Point 207 - Mithril'),
|
|
(69838, 3406, 15, 'Spawn Point 207 - Tin'),
|
|
(69839, 3406, 30, 'Spawn Point 207 - Silver'),
|
|
(69840, 3406, 5, 'Spawn Point 207 - Gold'),
|
|
(69841, 3406, 1, 'Spawn Point 207 - Truesilver'),
|
|
(69842, 3407, 0, 'Spawn Point 208 - Iron'),
|
|
(69843, 3407, 25, 'Spawn Point 208 - Mithril'),
|
|
(69844, 3407, 15, 'Spawn Point 208 - Tin'),
|
|
(69845, 3407, 30, 'Spawn Point 208 - Silver'),
|
|
(69846, 3407, 5, 'Spawn Point 208 - Gold'),
|
|
(69847, 3407, 1, 'Spawn Point 208 - Truesilver'),
|
|
(69848, 3408, 0, 'Spawn Point 209 - Iron'),
|
|
(69849, 3408, 25, 'Spawn Point 209 - Mithril'),
|
|
(69850, 3408, 15, 'Spawn Point 209 - Tin'),
|
|
(69851, 3408, 30, 'Spawn Point 209 - Silver'),
|
|
(69852, 3408, 5, 'Spawn Point 209 - Gold'),
|
|
(69853, 3408, 1, 'Spawn Point 209 - Truesilver'),
|
|
(69854, 3409, 0, 'Spawn Point 210 - Iron'),
|
|
(69855, 3409, 25, 'Spawn Point 210 - Mithril'),
|
|
(69856, 3409, 15, 'Spawn Point 210 - Tin'),
|
|
(69857, 3409, 30, 'Spawn Point 210 - Silver'),
|
|
(69858, 3409, 5, 'Spawn Point 210 - Gold'),
|
|
(69859, 3409, 1, 'Spawn Point 210 - Truesilver'),
|
|
(69860, 3400, 0, 'Spawn Point 211 - Iron'),
|
|
(69861, 3400, 25, 'Spawn Point 211 - Mithril'),
|
|
(69862, 3400, 15, 'Spawn Point 211 - Tin'),
|
|
(69863, 3400, 30, 'Spawn Point 211 - Silver'),
|
|
(69864, 3400, 5, 'Spawn Point 211 - Gold'),
|
|
(69865, 3400, 1, 'Spawn Point 211 - Truesilver'),
|
|
(69866, 3411, 0, 'Spawn Point 212 - Iron'),
|
|
(69867, 3411, 25, 'Spawn Point 212 - Mithril'),
|
|
(69868, 3411, 15, 'Spawn Point 212 - Tin'),
|
|
(69869, 3411, 30, 'Spawn Point 212 - Silver'),
|
|
(69870, 3411, 5, 'Spawn Point 212 - Gold'),
|
|
(69871, 3411, 1, 'Spawn Point 212 - Truesilver'),
|
|
(69872, 3412, 0, 'Spawn Point 213 - Iron'),
|
|
(69873, 3412, 25, 'Spawn Point 213 - Mithril'),
|
|
(69874, 3412, 15, 'Spawn Point 213 - Tin'),
|
|
(69875, 3412, 30, 'Spawn Point 213 - Silver'),
|
|
(69876, 3412, 5, 'Spawn Point 213 - Gold'),
|
|
(69877, 3412, 1, 'Spawn Point 213 - Truesilver'),
|
|
(69884, 3414, 0, 'Spawn Point 215 - Iron'),
|
|
(69885, 3414, 25, 'Spawn Point 215 - Mithril'),
|
|
(69886, 3414, 15, 'Spawn Point 215 - Tin'),
|
|
(69887, 3414, 30, 'Spawn Point 215 - Silver'),
|
|
(69888, 3414, 5, 'Spawn Point 215 - Gold'),
|
|
(69889, 3414, 1, 'Spawn Point 215 - Truesilver'),
|
|
(69890, 3415, 0, 'Spawn Point 216 - Iron'),
|
|
(69891, 3415, 25, 'Spawn Point 216 - Mithril'),
|
|
(69892, 3415, 15, 'Spawn Point 216 - Tin'),
|
|
(69893, 3415, 30, 'Spawn Point 216 - Silver'),
|
|
(69894, 3415, 5, 'Spawn Point 216 - Gold'),
|
|
(69895, 3415, 1, 'Spawn Point 216 - Truesilver'),
|
|
(69896, 3416, 0, 'Spawn Point 217 - Iron'),
|
|
(69897, 3416, 25, 'Spawn Point 217 - Mithril'),
|
|
(69898, 3416, 15, 'Spawn Point 217 - Tin'),
|
|
(69899, 3416, 30, 'Spawn Point 217 - Silver'),
|
|
(69900, 3416, 5, 'Spawn Point 217 - Gold'),
|
|
(69901, 3416, 1, 'Spawn Point 217 - Truesilver'),
|
|
(69902, 3417, 0, 'Spawn Point 218 - Iron'),
|
|
(69903, 3417, 25, 'Spawn Point 218 - Mithril'),
|
|
(69904, 3417, 15, 'Spawn Point 218 - Tin'),
|
|
(69905, 3417, 30, 'Spawn Point 218 - Silver'),
|
|
(69906, 3417, 5, 'Spawn Point 218 - Gold'),
|
|
(69907, 3417, 1, 'Spawn Point 218 - Truesilver'),
|
|
(69914, 3419, 0, 'Spawn Point 220 - Iron'),
|
|
(69915, 3419, 25, 'Spawn Point 220 - Mithril'),
|
|
(69916, 3419, 15, 'Spawn Point 220 - Tin'),
|
|
(69917, 3419, 30, 'Spawn Point 220 - Silver'),
|
|
(69918, 3419, 5, 'Spawn Point 220 - Gold'),
|
|
(69919, 3419, 1, 'Spawn Point 220 - Truesilver'),
|
|
(69920, 3420, 0, 'Spawn Point 221 - Iron'),
|
|
(69921, 3420, 25, 'Spawn Point 221 - Mithril'),
|
|
(69922, 3420, 15, 'Spawn Point 221 - Tin'),
|
|
(69923, 3420, 30, 'Spawn Point 221 - Silver'),
|
|
(69924, 3420, 5, 'Spawn Point 221 - Gold'),
|
|
(69925, 3420, 1, 'Spawn Point 221 - Truesilver'),
|
|
(69926, 3421, 0, 'Spawn Point 222 - Iron'),
|
|
(69927, 3421, 25, 'Spawn Point 222 - Mithril'),
|
|
(69928, 3421, 15, 'Spawn Point 222 - Tin'),
|
|
(69929, 3421, 30, 'Spawn Point 222 - Silver'),
|
|
(69930, 3421, 5, 'Spawn Point 222 - Gold'),
|
|
(69931, 3421, 1, 'Spawn Point 222 - Truesilver'),
|
|
(69932, 3422, 0, 'Spawn Point 223 - Iron'),
|
|
(69933, 3422, 25, 'Spawn Point 223 - Mithril'),
|
|
(69934, 3422, 15, 'Spawn Point 223 - Tin'),
|
|
(69935, 3422, 30, 'Spawn Point 223 - Silver'),
|
|
(69936, 3422, 5, 'Spawn Point 223 - Gold'),
|
|
(69937, 3422, 1, 'Spawn Point 223 - Truesilver'),
|
|
(69938, 3423, 0, 'Spawn Point 224 - Iron'),
|
|
(69939, 3423, 25, 'Spawn Point 224 - Mithril'),
|
|
(69940, 3423, 15, 'Spawn Point 224 - Tin'),
|
|
(69941, 3423, 30, 'Spawn Point 224 - Silver'),
|
|
(69942, 3423, 5, 'Spawn Point 224 - Gold'),
|
|
(69943, 3423, 1, 'Spawn Point 224 - Truesilver'),
|
|
(69944, 3424, 0, 'Spawn Point 225 - Iron'),
|
|
(69945, 3424, 25, 'Spawn Point 225 - Mithril'),
|
|
(69946, 3424, 15, 'Spawn Point 225 - Tin'),
|
|
(69947, 3424, 30, 'Spawn Point 225 - Silver'),
|
|
(69948, 3424, 5, 'Spawn Point 225 - Gold'),
|
|
(69949, 3424, 1, 'Spawn Point 225 - Truesilver'),
|
|
(69950, 3425, 0, 'Spawn Point 226 - Iron'),
|
|
(69951, 3425, 25, 'Spawn Point 226 - Mithril'),
|
|
(69952, 3425, 15, 'Spawn Point 226 - Tin'),
|
|
(69953, 3425, 30, 'Spawn Point 226 - Silver'),
|
|
(69954, 3425, 5, 'Spawn Point 226 - Gold'),
|
|
(69955, 3425, 1, 'Spawn Point 226 - Truesilver'),
|
|
(69956, 3426, 0, 'Spawn Point 227 - Iron'),
|
|
(69957, 3426, 25, 'Spawn Point 227 - Mithril'),
|
|
(69958, 3426, 15, 'Spawn Point 227 - Tin'),
|
|
(69959, 3426, 30, 'Spawn Point 227 - Silver'),
|
|
(69960, 3426, 5, 'Spawn Point 227 - Gold'),
|
|
(69961, 3426, 1, 'Spawn Point 227 - Truesilver'),
|
|
(69962, 3427, 0, 'Spawn Point 228 - Iron'),
|
|
(69963, 3427, 25, 'Spawn Point 228 - Mithril'),
|
|
(69964, 3427, 15, 'Spawn Point 228 - Tin'),
|
|
(69965, 3427, 30, 'Spawn Point 228 - Silver'),
|
|
(69966, 3427, 5, 'Spawn Point 228 - Gold'),
|
|
(69967, 3427, 1, 'Spawn Point 228 - Truesilver'),
|
|
(69968, 3428, 0, 'Spawn Point 229 - Iron'),
|
|
(69969, 3428, 25, 'Spawn Point 229 - Mithril'),
|
|
(69970, 3428, 15, 'Spawn Point 229 - Tin'),
|
|
(69971, 3428, 30, 'Spawn Point 229 - Silver'),
|
|
(69972, 3428, 5, 'Spawn Point 229 - Gold'),
|
|
(69973, 3428, 1, 'Spawn Point 229 - Truesilver'),
|
|
(69974, 3429, 0, 'Spawn Point 230 - Iron'),
|
|
(69975, 3429, 25, 'Spawn Point 230 - Mithril'),
|
|
(69976, 3429, 15, 'Spawn Point 230 - Tin'),
|
|
(69977, 3429, 30, 'Spawn Point 230 - Silver'),
|
|
(69978, 3429, 5, 'Spawn Point 230 - Gold'),
|
|
(69979, 3429, 1, 'Spawn Point 230 - Truesilver'),
|
|
(69980, 3430, 0, 'Spawn Point 231 - Iron'),
|
|
(69981, 3430, 25, 'Spawn Point 231 - Mithril'),
|
|
(69982, 3430, 15, 'Spawn Point 231 - Tin'),
|
|
(69983, 3430, 30, 'Spawn Point 231 - Silver'),
|
|
(69984, 3430, 5, 'Spawn Point 231 - Gold'),
|
|
(69985, 3430, 1, 'Spawn Point 231 - Truesilver'),
|
|
(69986, 3431, 0, 'Spawn Point 232 - Iron'),
|
|
(69987, 3431, 25, 'Spawn Point 232 - Mithril'),
|
|
(69988, 3431, 15, 'Spawn Point 232 - Tin'),
|
|
(69989, 3431, 30, 'Spawn Point 232 - Silver'),
|
|
(69990, 3431, 5, 'Spawn Point 232 - Gold'),
|
|
(69991, 3431, 1, 'Spawn Point 232 - Truesilver'),
|
|
(69992, 3432, 0, 'Spawn Point 233 - Iron'),
|
|
(69993, 3432, 25, 'Spawn Point 233 - Mithril'),
|
|
(69994, 3432, 15, 'Spawn Point 233 - Tin'),
|
|
(69995, 3432, 30, 'Spawn Point 233 - Silver'),
|
|
(69996, 3432, 5, 'Spawn Point 233 - Gold'),
|
|
(69997, 3432, 1, 'Spawn Point 233 - Truesilver'),
|
|
(69998, 3433, 0, 'Spawn Point 234 - Iron'),
|
|
(69999, 3433, 25, 'Spawn Point 234 - Mithril'),
|
|
(70000, 3433, 15, 'Spawn Point 234 - Tin'),
|
|
(70001, 3433, 30, 'Spawn Point 234 - Silver'),
|
|
(70002, 3433, 5, 'Spawn Point 234 - Gold'),
|
|
(70003, 3433, 1, 'Spawn Point 234 - Truesilver'),
|
|
(70004, 3434, 0, 'Spawn Point 235 - Iron'),
|
|
(70005, 3434, 25, 'Spawn Point 235 - Mithril'),
|
|
(70006, 3434, 15, 'Spawn Point 235 - Tin'),
|
|
(70007, 3434, 30, 'Spawn Point 235 - Silver'),
|
|
(70008, 3434, 5, 'Spawn Point 235 - Gold'),
|
|
(70009, 3434, 1, 'Spawn Point 235 - Truesilver'),
|
|
(70010, 3435, 0, 'Spawn Point 236 - Iron'),
|
|
(70011, 3435, 25, 'Spawn Point 236 - Mithril'),
|
|
(70012, 3435, 15, 'Spawn Point 236 - Tin'),
|
|
(70013, 3435, 30, 'Spawn Point 236 - Silver'),
|
|
(70014, 3435, 5, 'Spawn Point 236 - Gold'),
|
|
(70015, 3435, 1, 'Spawn Point 236 - Truesilver'),
|
|
(70016, 3436, 0, 'Spawn Point 237 - Iron'),
|
|
(70017, 3436, 25, 'Spawn Point 237 - Mithril'),
|
|
(70018, 3436, 15, 'Spawn Point 237 - Tin'),
|
|
(70019, 3436, 30, 'Spawn Point 237 - Silver'),
|
|
(70020, 3436, 5, 'Spawn Point 237 - Gold'),
|
|
(70021, 3436, 1, 'Spawn Point 237 - Truesilver'),
|
|
(70022, 3437, 0, 'Spawn Point 238 - Iron'),
|
|
(70023, 3437, 25, 'Spawn Point 238 - Mithril'),
|
|
(70024, 3437, 15, 'Spawn Point 238 - Tin'),
|
|
(70025, 3437, 30, 'Spawn Point 238 - Silver'),
|
|
(70026, 3437, 5, 'Spawn Point 238 - Gold'),
|
|
(70027, 3437, 1, 'Spawn Point 238 - Truesilver'),
|
|
(70028, 3438, 0, 'Spawn Point 239 - Iron'),
|
|
(70029, 3438, 25, 'Spawn Point 239 - Mithril'),
|
|
(70030, 3438, 15, 'Spawn Point 239 - Tin'),
|
|
(70031, 3438, 30, 'Spawn Point 239 - Silver'),
|
|
(70032, 3438, 5, 'Spawn Point 239 - Gold'),
|
|
(70033, 3438, 1, 'Spawn Point 239 - Truesilver'),
|
|
(70034, 3439, 0, 'Spawn Point 240 - Iron'),
|
|
(70035, 3439, 25, 'Spawn Point 240 - Mithril'),
|
|
(70036, 3439, 15, 'Spawn Point 240 - Tin'),
|
|
(70037, 3439, 30, 'Spawn Point 240 - Silver'),
|
|
(70038, 3439, 5, 'Spawn Point 240 - Gold'),
|
|
(70039, 3439, 1, 'Spawn Point 240 - Truesilver'),
|
|
(70040, 3440, 0, 'Spawn Point 241 - Iron'),
|
|
(70041, 3440, 25, 'Spawn Point 241 - Mithril'),
|
|
(70042, 3440, 15, 'Spawn Point 241 - Tin'),
|
|
(70043, 3440, 30, 'Spawn Point 241 - Silver'),
|
|
(70044, 3440, 5, 'Spawn Point 241 - Gold'),
|
|
(70045, 3440, 1, 'Spawn Point 241 - Truesilver'),
|
|
(70046, 3441, 0, 'Spawn Point 242 - Iron'),
|
|
(70047, 3441, 25, 'Spawn Point 242 - Mithril'),
|
|
(70048, 3441, 15, 'Spawn Point 242 - Tin'),
|
|
(70049, 3441, 30, 'Spawn Point 242 - Silver'),
|
|
(70050, 3441, 5, 'Spawn Point 242 - Gold'),
|
|
(70051, 3441, 1, 'Spawn Point 242 - Truesilver'),
|
|
(70052, 3442, 0, 'Spawn Point 243 - Iron'),
|
|
(70053, 3442, 25, 'Spawn Point 243 - Mithril'),
|
|
(70054, 3442, 15, 'Spawn Point 243 - Tin'),
|
|
(70055, 3442, 30, 'Spawn Point 243 - Silver'),
|
|
(70056, 3442, 5, 'Spawn Point 243 - Gold'),
|
|
(70057, 3442, 1, 'Spawn Point 243 - Truesilver'),
|
|
(70058, 3443, 0, 'Spawn Point 244 - Iron'),
|
|
(70059, 3443, 25, 'Spawn Point 244 - Mithril'),
|
|
(70060, 3443, 15, 'Spawn Point 244 - Tin'),
|
|
(70061, 3443, 30, 'Spawn Point 244 - Silver'),
|
|
(70062, 3443, 5, 'Spawn Point 244 - Gold'),
|
|
(70063, 3443, 1, 'Spawn Point 244 - Truesilver'),
|
|
(70070, 3445, 0, 'Spawn Point 246 - Iron'),
|
|
(70071, 3445, 25, 'Spawn Point 246 - Mithril'),
|
|
(70072, 3445, 15, 'Spawn Point 246 - Tin'),
|
|
(70073, 3445, 30, 'Spawn Point 246 - Silver'),
|
|
(70074, 3445, 5, 'Spawn Point 246 - Gold'),
|
|
(70075, 3445, 1, 'Spawn Point 246 - Truesilver'),
|
|
(70076, 3446, 0, 'Spawn Point 247 - Iron'),
|
|
(70077, 3446, 25, 'Spawn Point 247 - Mithril'),
|
|
(70078, 3446, 15, 'Spawn Point 247 - Tin'),
|
|
(70079, 3446, 30, 'Spawn Point 247 - Silver'),
|
|
(70080, 3446, 5, 'Spawn Point 247 - Gold'),
|
|
(70081, 3446, 1, 'Spawn Point 247 - Truesilver'),
|
|
(70082, 3447, 0, 'Spawn Point 248 - Iron'),
|
|
(70083, 3447, 25, 'Spawn Point 248 - Mithril'),
|
|
(70084, 3447, 15, 'Spawn Point 248 - Tin'),
|
|
(70085, 3447, 30, 'Spawn Point 248 - Silver'),
|
|
(70086, 3447, 5, 'Spawn Point 248 - Gold'),
|
|
(70087, 3447, 1, 'Spawn Point 248 - Truesilver'),
|
|
(70088, 3448, 0, 'Spawn Point 249 - Iron'),
|
|
(70089, 3448, 25, 'Spawn Point 249 - Mithril'),
|
|
(70090, 3448, 15, 'Spawn Point 249 - Tin'),
|
|
(70091, 3448, 30, 'Spawn Point 249 - Silver'),
|
|
(70092, 3448, 5, 'Spawn Point 249 - Gold'),
|
|
(70093, 3448, 1, 'Spawn Point 249 - Truesilver'),
|
|
(70094, 3449, 0, 'Spawn Point 250 - Iron'),
|
|
(70095, 3449, 25, 'Spawn Point 250 - Mithril'),
|
|
(70096, 3449, 15, 'Spawn Point 250 - Tin'),
|
|
(70097, 3449, 30, 'Spawn Point 250 - Silver'),
|
|
(70098, 3449, 5, 'Spawn Point 250 - Gold'),
|
|
(70099, 3449, 1, 'Spawn Point 250 - Truesilver'),
|
|
(70100, 3450, 0, 'Spawn Point 251 - Iron'),
|
|
(70101, 3450, 25, 'Spawn Point 251 - Mithril'),
|
|
(70102, 3450, 15, 'Spawn Point 251 - Tin'),
|
|
(70104, 3450, 5, 'Spawn Point 251 - Gold'),
|
|
(70105, 3450, 1, 'Spawn Point 251 - Truesilver'),
|
|
(70106, 3451, 0, 'Spawn Point 252 - Iron'),
|
|
(70107, 3451, 25, 'Spawn Point 252 - Mithril'),
|
|
(70108, 3451, 15, 'Spawn Point 252 - Tin'),
|
|
(70109, 3451, 30, 'Spawn Point 252 - Silver'),
|
|
(70110, 3451, 5, 'Spawn Point 252 - Gold'),
|
|
(70111, 3451, 1, 'Spawn Point 252 - Truesilver'),
|
|
(70112, 3452, 0, 'Spawn Point 253 - Iron'),
|
|
(70113, 3452, 25, 'Spawn Point 253 - Mithril'),
|
|
(70114, 3452, 15, 'Spawn Point 253 - Tin'),
|
|
(70115, 3452, 30, 'Spawn Point 253 - Silver'),
|
|
(70116, 3452, 5, 'Spawn Point 253 - Gold'),
|
|
(70117, 3452, 1, 'Spawn Point 253 - Truesilver'),
|
|
(70118, 3453, 0, 'Spawn Point 254 - Iron'),
|
|
(70119, 3453, 25, 'Spawn Point 254 - Mithril'),
|
|
(70120, 3453, 15, 'Spawn Point 254 - Tin'),
|
|
(70121, 3453, 30, 'Spawn Point 254 - Silver'),
|
|
(70122, 3453, 5, 'Spawn Point 254 - Gold'),
|
|
(70123, 3453, 1, 'Spawn Point 254 - Truesilver'),
|
|
(70124, 3454, 0, 'Spawn Point 255 - Iron'),
|
|
(70125, 3454, 25, 'Spawn Point 255 - Mithril'),
|
|
(70126, 3454, 15, 'Spawn Point 255 - Tin'),
|
|
(70127, 3454, 30, 'Spawn Point 255 - Silver'),
|
|
(70128, 3454, 5, 'Spawn Point 255 - Gold'),
|
|
(70129, 3454, 1, 'Spawn Point 255 - Truesilver'),
|
|
(70130, 3455, 0, 'Spawn Point 256 - Iron'),
|
|
(70131, 3455, 25, 'Spawn Point 256 - Mithril'),
|
|
(70132, 3455, 15, 'Spawn Point 256 - Tin'),
|
|
(70133, 3455, 30, 'Spawn Point 256 - Silver'),
|
|
(70134, 3455, 5, 'Spawn Point 256 - Gold'),
|
|
(70135, 3455, 1, 'Spawn Point 256 - Truesilver'),
|
|
(70136, 3456, 0, 'Spawn Point 257 - Iron'),
|
|
(70137, 3456, 25, 'Spawn Point 257 - Mithril'),
|
|
(70138, 3456, 15, 'Spawn Point 257 - Tin'),
|
|
(70139, 3456, 30, 'Spawn Point 257 - Silver'),
|
|
(70140, 3456, 5, 'Spawn Point 257 - Gold'),
|
|
(70141, 3456, 1, 'Spawn Point 257 - Truesilver'),
|
|
(70142, 3457, 0, 'Spawn Point 258 - Iron'),
|
|
(70143, 3457, 25, 'Spawn Point 258 - Mithril'),
|
|
(70144, 3457, 15, 'Spawn Point 258 - Tin'),
|
|
(70145, 3457, 30, 'Spawn Point 258 - Silver'),
|
|
(70146, 3457, 5, 'Spawn Point 258 - Gold'),
|
|
(70147, 3457, 1, 'Spawn Point 258 - Truesilver'),
|
|
(70148, 3458, 0, 'Spawn Point 259 - Iron'),
|
|
(70149, 3458, 25, 'Spawn Point 259 - Mithril'),
|
|
(70150, 3458, 15, 'Spawn Point 259 - Tin'),
|
|
(70151, 3458, 30, 'Spawn Point 259 - Silver'),
|
|
(70152, 3458, 5, 'Spawn Point 259 - Gold'),
|
|
(70153, 3458, 1, 'Spawn Point 259 - Truesilver'),
|
|
(70154, 3459, 0, 'Spawn Point 260 - Iron'),
|
|
(70155, 3459, 25, 'Spawn Point 260 - Mithril'),
|
|
(70156, 3459, 15, 'Spawn Point 260 - Tin'),
|
|
(70157, 3459, 30, 'Spawn Point 260 - Silver'),
|
|
(70158, 3459, 5, 'Spawn Point 260 - Gold'),
|
|
(70159, 3459, 1, 'Spawn Point 260 - Truesilver'),
|
|
(70160, 3460, 0, 'Spawn Point 261 - Iron'),
|
|
(70161, 3460, 25, 'Spawn Point 261 - Mithril'),
|
|
(70162, 3460, 15, 'Spawn Point 261 - Tin'),
|
|
(70163, 3460, 30, 'Spawn Point 261 - Silver'),
|
|
(70164, 3460, 5, 'Spawn Point 261 - Gold'),
|
|
(70165, 3460, 1, 'Spawn Point 261 - Truesilver'),
|
|
(70166, 3461, 0, 'Spawn Point 262 - Iron'),
|
|
(70167, 3461, 25, 'Spawn Point 262 - Mithril'),
|
|
(70168, 3461, 15, 'Spawn Point 262 - Tin'),
|
|
(70169, 3461, 30, 'Spawn Point 262 - Silver'),
|
|
(70170, 3461, 5, 'Spawn Point 262 - Gold'),
|
|
(70171, 3461, 1, 'Spawn Point 262 - Truesilver'),
|
|
(70172, 3462, 0, 'Spawn Point 263 - Iron'),
|
|
(70173, 3462, 25, 'Spawn Point 263 - Mithril'),
|
|
(70174, 3462, 15, 'Spawn Point 263 - Tin'),
|
|
(70175, 3462, 30, 'Spawn Point 263 - Silver'),
|
|
(70176, 3462, 5, 'Spawn Point 263 - Gold'),
|
|
(70177, 3462, 1, 'Spawn Point 263 - Truesilver'),
|
|
(70184, 3464, 0, 'Spawn Point 265 - Iron'),
|
|
(70185, 3464, 25, 'Spawn Point 265 - Mithril'),
|
|
(70186, 3464, 15, 'Spawn Point 265 - Tin'),
|
|
(70187, 3464, 30, 'Spawn Point 265 - Silver'),
|
|
(70188, 3464, 5, 'Spawn Point 265 - Gold'),
|
|
(70189, 3464, 1, 'Spawn Point 265 - Truesilver'),
|
|
(70190, 3465, 0, 'Spawn Point 266 - Iron'),
|
|
(70191, 3465, 25, 'Spawn Point 266 - Mithril'),
|
|
(70192, 3465, 15, 'Spawn Point 266 - Tin'),
|
|
(70193, 3465, 30, 'Spawn Point 266 - Silver'),
|
|
(70194, 3465, 5, 'Spawn Point 266 - Gold'),
|
|
(70195, 3465, 1, 'Spawn Point 266 - Truesilver'),
|
|
(70196, 3466, 0, 'Spawn Point 267 - Iron'),
|
|
(70197, 3466, 25, 'Spawn Point 267 - Mithril'),
|
|
(70198, 3466, 15, 'Spawn Point 267 - Tin'),
|
|
(70199, 3466, 30, 'Spawn Point 267 - Silver'),
|
|
(70200, 3466, 5, 'Spawn Point 267 - Gold'),
|
|
(70201, 3466, 1, 'Spawn Point 267 - Truesilver'),
|
|
(70202, 3467, 0, 'Spawn Point 268 - Iron'),
|
|
(70203, 3467, 25, 'Spawn Point 268 - Mithril'),
|
|
(70204, 3467, 15, 'Spawn Point 268 - Tin'),
|
|
(70205, 3467, 30, 'Spawn Point 268 - Silver'),
|
|
(70206, 3467, 5, 'Spawn Point 268 - Gold'),
|
|
(70207, 3467, 1, 'Spawn Point 268 - Truesilver'),
|
|
(70208, 3468, 0, 'Spawn Point 269 - Iron'),
|
|
(70209, 3468, 25, 'Spawn Point 269 - Mithril'),
|
|
(70210, 3468, 15, 'Spawn Point 269 - Tin'),
|
|
(70211, 3468, 30, 'Spawn Point 269 - Silver'),
|
|
(70212, 3468, 5, 'Spawn Point 269 - Gold'),
|
|
(70213, 3468, 1, 'Spawn Point 269 - Truesilver'),
|
|
(70214, 3469, 0, 'Spawn Point 270 - Iron'),
|
|
(70215, 3469, 25, 'Spawn Point 270 - Mithril'),
|
|
(70216, 3469, 15, 'Spawn Point 270 - Tin'),
|
|
(70217, 3469, 30, 'Spawn Point 270 - Silver'),
|
|
(70218, 3469, 5, 'Spawn Point 270 - Gold'),
|
|
(70219, 3469, 1, 'Spawn Point 270 - Truesilver'),
|
|
(70220, 3470, 0, 'Spawn Point 271 - Iron'),
|
|
(70221, 3470, 25, 'Spawn Point 271 - Mithril'),
|
|
(70222, 3470, 15, 'Spawn Point 271 - Tin'),
|
|
(70223, 3470, 30, 'Spawn Point 271 - Silver'),
|
|
(70224, 3470, 5, 'Spawn Point 271 - Gold'),
|
|
(70225, 3470, 1, 'Spawn Point 271 - Truesilver'),
|
|
(70226, 3471, 0, 'Spawn Point 272 - Iron'),
|
|
(70227, 3471, 25, 'Spawn Point 272 - Mithril'),
|
|
(70228, 3471, 15, 'Spawn Point 272 - Tin'),
|
|
(70229, 3471, 30, 'Spawn Point 272 - Silver'),
|
|
(70230, 3471, 5, 'Spawn Point 272 - Gold'),
|
|
(70231, 3471, 1, 'Spawn Point 272 - Truesilver'),
|
|
(70232, 3472, 0, 'Spawn Point 273 - Iron'),
|
|
(70233, 3472, 25, 'Spawn Point 273 - Mithril'),
|
|
(70234, 3472, 15, 'Spawn Point 273 - Tin'),
|
|
(70235, 3472, 30, 'Spawn Point 273 - Silver'),
|
|
(70236, 3472, 5, 'Spawn Point 273 - Gold'),
|
|
(70237, 3472, 1, 'Spawn Point 273 - Truesilver'),
|
|
(70238, 3473, 0, 'Spawn Point 274 - Iron'),
|
|
(70239, 3473, 25, 'Spawn Point 274 - Mithril'),
|
|
(70240, 3473, 15, 'Spawn Point 274 - Tin'),
|
|
(70241, 3473, 30, 'Spawn Point 274 - Silver'),
|
|
(70242, 3473, 5, 'Spawn Point 274 - Gold'),
|
|
(70243, 3473, 1, 'Spawn Point 274 - Truesilver'),
|
|
(70244, 3474, 0, 'Spawn Point 275 - Iron'),
|
|
(70245, 3474, 25, 'Spawn Point 275 - Mithril'),
|
|
(70246, 3474, 15, 'Spawn Point 275 - Tin'),
|
|
(70247, 3474, 30, 'Spawn Point 275 - Silver'),
|
|
(70248, 3474, 5, 'Spawn Point 275 - Gold'),
|
|
(70249, 3474, 1, 'Spawn Point 275 - Truesilver'),
|
|
(70250, 3475, 0, 'Spawn Point 276 - Iron'),
|
|
(70251, 3475, 25, 'Spawn Point 276 - Mithril'),
|
|
(70252, 3475, 15, 'Spawn Point 276 - Tin'),
|
|
(70253, 3475, 30, 'Spawn Point 276 - Silver'),
|
|
(70254, 3475, 5, 'Spawn Point 276 - Gold'),
|
|
(70255, 3475, 1, 'Spawn Point 276 - Truesilver'),
|
|
(70256, 3476, 0, 'Spawn Point 277 - Iron'),
|
|
(70257, 3476, 25, 'Spawn Point 277 - Mithril'),
|
|
(70258, 3476, 15, 'Spawn Point 277 - Tin'),
|
|
(70259, 3476, 30, 'Spawn Point 277 - Silver'),
|
|
(70260, 3476, 5, 'Spawn Point 277 - Gold'),
|
|
(70261, 3476, 1, 'Spawn Point 277 - Truesilver'),
|
|
(70268, 3478, 0, 'Spawn Point 279 - Iron'),
|
|
(70269, 3478, 25, 'Spawn Point 279 - Mithril'),
|
|
(70270, 3478, 15, 'Spawn Point 279 - Tin'),
|
|
(70271, 3478, 30, 'Spawn Point 279 - Silver'),
|
|
(70272, 3478, 5, 'Spawn Point 279 - Gold'),
|
|
(70273, 3478, 1, 'Spawn Point 279 - Truesilver'),
|
|
(70280, 3480, 0, 'Spawn Point 281 - Iron'),
|
|
(70281, 3480, 25, 'Spawn Point 281 - Mithril'),
|
|
(70282, 3480, 15, 'Spawn Point 281 - Tin'),
|
|
(70283, 3480, 30, 'Spawn Point 281 - Silver'),
|
|
(70284, 3480, 5, 'Spawn Point 281 - Gold'),
|
|
(70285, 3480, 1, 'Spawn Point 281 - Truesilver'),
|
|
(70292, 3482, 0, 'Spawn Point 283 - Iron'),
|
|
(70293, 3482, 25, 'Spawn Point 283 - Mithril'),
|
|
(70294, 3482, 15, 'Spawn Point 283 - Tin'),
|
|
(70295, 3482, 30, 'Spawn Point 283 - Silver'),
|
|
(70296, 3482, 5, 'Spawn Point 283 - Gold'),
|
|
(70297, 3482, 1, 'Spawn Point 283 - Truesilver'),
|
|
(70298, 3483, 0, 'Spawn Point 284 - Iron'),
|
|
(70299, 3483, 25, 'Spawn Point 284 - Mithril'),
|
|
(70300, 3483, 15, 'Spawn Point 284 - Tin'),
|
|
(70301, 3483, 30, 'Spawn Point 284 - Silver'),
|
|
(70302, 3483, 5, 'Spawn Point 284 - Gold'),
|
|
(70303, 3483, 1, 'Spawn Point 284 - Truesilver'),
|
|
(70304, 3484, 0, 'Spawn Point 285 - Iron'),
|
|
(70305, 3484, 25, 'Spawn Point 285 - Mithril'),
|
|
(70306, 3484, 15, 'Spawn Point 285 - Tin'),
|
|
(70307, 3484, 30, 'Spawn Point 285 - Silver'),
|
|
(70308, 3484, 5, 'Spawn Point 285 - Gold'),
|
|
(70309, 3484, 1, 'Spawn Point 285 - Truesilver'),
|
|
(70310, 3485, 0, 'Spawn Point 286 - Iron'),
|
|
(70311, 3485, 25, 'Spawn Point 286 - Mithril'),
|
|
(70312, 3485, 15, 'Spawn Point 286 - Tin'),
|
|
(70313, 3485, 30, 'Spawn Point 286 - Silver'),
|
|
(70314, 3485, 5, 'Spawn Point 286 - Gold'),
|
|
(70315, 3485, 1, 'Spawn Point 286 - Truesilver'),
|
|
(70316, 3486, 0, 'Spawn Point 287 - Iron'),
|
|
(70317, 3486, 25, 'Spawn Point 287 - Mithril'),
|
|
(70318, 3486, 15, 'Spawn Point 287 - Tin'),
|
|
(70319, 3486, 30, 'Spawn Point 287 - Silver'),
|
|
(70320, 3486, 5, 'Spawn Point 287 - Gold'),
|
|
(70321, 3486, 1, 'Spawn Point 287 - Truesilver'),
|
|
(70322, 3487, 0, 'Spawn Point 288 - Iron'),
|
|
(70323, 3487, 25, 'Spawn Point 288 - Mithril'),
|
|
(70324, 3487, 15, 'Spawn Point 288 - Tin'),
|
|
(70325, 3487, 30, 'Spawn Point 288 - Silver'),
|
|
(70326, 3487, 5, 'Spawn Point 288 - Gold'),
|
|
(70327, 3487, 1, 'Spawn Point 288 - Truesilver'),
|
|
(70328, 3488, 0, 'Spawn Point 289 - Iron'),
|
|
(70329, 3488, 25, 'Spawn Point 289 - Mithril'),
|
|
(70330, 3488, 15, 'Spawn Point 289 - Tin'),
|
|
(70331, 3488, 30, 'Spawn Point 289 - Silver'),
|
|
(70332, 3488, 5, 'Spawn Point 289 - Gold'),
|
|
(70333, 3488, 1, 'Spawn Point 289 - Truesilver'),
|
|
(70334, 3489, 0, 'Spawn Point 290 - Iron'),
|
|
(70335, 3489, 25, 'Spawn Point 290 - Mithril'),
|
|
(70336, 3489, 15, 'Spawn Point 290 - Tin'),
|
|
(70337, 3489, 30, 'Spawn Point 290 - Silver'),
|
|
(70338, 3489, 5, 'Spawn Point 290 - Gold'),
|
|
(70339, 3489, 1, 'Spawn Point 290 - Truesilver'),
|
|
(70340, 3490, 0, 'Spawn Point 291 - Iron'),
|
|
(70341, 3490, 25, 'Spawn Point 291 - Mithril'),
|
|
(70342, 3490, 15, 'Spawn Point 291 - Tin'),
|
|
(70343, 3490, 30, 'Spawn Point 291 - Silver'),
|
|
(70344, 3490, 5, 'Spawn Point 291 - Gold'),
|
|
(70345, 3490, 1, 'Spawn Point 291 - Truesilver'),
|
|
(70352, 3492, 0, 'Spawn Point 293 - Iron'),
|
|
(70353, 3492, 25, 'Spawn Point 293 - Mithril'),
|
|
(70354, 3492, 15, 'Spawn Point 293 - Tin'),
|
|
(70355, 3492, 30, 'Spawn Point 293 - Silver'),
|
|
(70356, 3492, 5, 'Spawn Point 293 - Gold'),
|
|
(70357, 3492, 1, 'Spawn Point 293 - Truesilver'),
|
|
(70358, 3493, 0, 'Spawn Point 294 - Iron'),
|
|
(70359, 3493, 25, 'Spawn Point 294 - Mithril'),
|
|
(70360, 3493, 15, 'Spawn Point 294 - Tin'),
|
|
(70361, 3493, 30, 'Spawn Point 294 - Silver'),
|
|
(70362, 3493, 5, 'Spawn Point 294 - Gold'),
|
|
(70363, 3493, 1, 'Spawn Point 294 - Truesilver'),
|
|
(70364, 3494, 0, 'Spawn Point 295 - Mithril'),
|
|
(70365, 3494, 25, 'Spawn Point 295 - Lesser Bloodstone Deposit'),
|
|
(70366, 3494, 10, 'Spawn Point 295 - Silver'),
|
|
(70367, 3494, 10, 'Spawn Point 295 - Gold'),
|
|
(70368, 3494, 30, 'Spawn Point 295 - Truesilver'),
|
|
(70369, 3495, 0, 'Spawn Point 296 - Mithril'),
|
|
(70370, 3495, 25, 'Spawn Point 296 - Lesser Bloodstone Deposit'),
|
|
(70371, 3495, 10, 'Spawn Point 296 - Silver'),
|
|
(70372, 3495, 10, 'Spawn Point 296 - Gold'),
|
|
(70373, 3495, 30, 'Spawn Point 296 - Truesilver'),
|
|
(70374, 3496, 0, 'Spawn Point 297 - Mithril'),
|
|
(70375, 3496, 25, 'Spawn Point 297 - Lesser Bloodstone Deposit'),
|
|
(70376, 3496, 10, 'Spawn Point 297 - Silver'),
|
|
(70377, 3496, 10, 'Spawn Point 297 - Gold'),
|
|
(70378, 3496, 30, 'Spawn Point 297 - Truesilver'),
|
|
(70379, 3497, 0, 'Spawn Point 298 - Mithril'),
|
|
(70380, 3497, 25, 'Spawn Point 298 - Lesser Bloodstone Deposit'),
|
|
(70381, 3497, 10, 'Spawn Point 298 - Silver'),
|
|
(70382, 3497, 10, 'Spawn Point 298 - Gold'),
|
|
(70383, 3497, 30, 'Spawn Point 298 - Truesilver'),
|
|
(70384, 3498, 0, 'Spawn Point 299 - Mithril'),
|
|
(70385, 3498, 25, 'Spawn Point 299 - Lesser Bloodstone Deposit'),
|
|
(70386, 3498, 10, 'Spawn Point 299 - Silver'),
|
|
(70387, 3498, 10, 'Spawn Point 299 - Gold'),
|
|
(70388, 3498, 30, 'Spawn Point 299 - Truesilver'),
|
|
(70389, 3499, 0, 'Spawn Point 300 - Mithril'),
|
|
(70390, 3499, 25, 'Spawn Point 300 - Lesser Bloodstone Deposit'),
|
|
(70391, 3499, 10, 'Spawn Point 300 - Silver'),
|
|
(70392, 3499, 10, 'Spawn Point 300 - Gold'),
|
|
(70393, 3499, 30, 'Spawn Point 300 - Truesilver'),
|
|
(70394, 3500, 0, 'Spawn Point 301 - Mithril'),
|
|
(70395, 3500, 25, 'Spawn Point 301 - Lesser Bloodstone Deposit'),
|
|
(70396, 3500, 10, 'Spawn Point 301 - Silver'),
|
|
(70397, 3500, 10, 'Spawn Point 301 - Gold'),
|
|
(70398, 3500, 30, 'Spawn Point 301 - Truesilver'),
|
|
(70399, 3501, 0, 'Spawn Point 302 - Mithril'),
|
|
(70400, 3501, 25, 'Spawn Point 302 - Lesser Bloodstone Deposit'),
|
|
(70401, 3501, 10, 'Spawn Point 302 - Silver'),
|
|
(70402, 3501, 10, 'Spawn Point 302 - Gold'),
|
|
(70403, 3501, 30, 'Spawn Point 302 - Truesilver'),
|
|
(70404, 3502, 0, 'Spawn Point 303 - Mithril'),
|
|
(70405, 3502, 25, 'Spawn Point 303 - Lesser Bloodstone Deposit'),
|
|
(70406, 3502, 10, 'Spawn Point 303 - Silver'),
|
|
(70407, 3502, 10, 'Spawn Point 303 - Gold'),
|
|
(70408, 3502, 30, 'Spawn Point 303 - Truesilver'),
|
|
(70409, 3503, 0, 'Spawn Point 304 - Mithril'),
|
|
(70410, 3503, 25, 'Spawn Point 304 - Lesser Bloodstone Deposit'),
|
|
(70411, 3503, 10, 'Spawn Point 304 - Silver'),
|
|
(70412, 3503, 10, 'Spawn Point 304 - Gold'),
|
|
(70413, 3503, 30, 'Spawn Point 304 - Truesilver'),
|
|
(70414, 3504, 0, 'Spawn Point 305 - Mithril'),
|
|
(70415, 3504, 25, 'Spawn Point 305 - Lesser Bloodstone Deposit'),
|
|
(70416, 3504, 10, 'Spawn Point 305 - Silver'),
|
|
(70417, 3504, 10, 'Spawn Point 305 - Gold'),
|
|
(70418, 3504, 30, 'Spawn Point 305 - Truesilver'),
|
|
(70419, 3505, 0, 'Spawn Point 306 - Mithril'),
|
|
(70420, 3505, 25, 'Spawn Point 306 - Lesser Bloodstone Deposit'),
|
|
(70421, 3505, 10, 'Spawn Point 306 - Silver'),
|
|
(70422, 3505, 10, 'Spawn Point 306 - Gold'),
|
|
(70423, 3505, 30, 'Spawn Point 306 - Truesilver'),
|
|
(70424, 3506, 0, 'Spawn Point 307 - Mithril'),
|
|
(70425, 3506, 25, 'Spawn Point 307 - Lesser Bloodstone Deposit'),
|
|
(70426, 3506, 10, 'Spawn Point 307 - Silver'),
|
|
(70427, 3506, 10, 'Spawn Point 307 - Gold'),
|
|
(70428, 3506, 30, 'Spawn Point 307 - Truesilver'),
|
|
(70429, 3507, 0, 'Spawn Point 308 - Mithril'),
|
|
(70430, 3507, 25, 'Spawn Point 308 - Lesser Bloodstone Deposit'),
|
|
(70431, 3507, 10, 'Spawn Point 308 - Silver'),
|
|
(70432, 3507, 10, 'Spawn Point 308 - Gold'),
|
|
(70433, 3507, 30, 'Spawn Point 308 - Truesilver'),
|
|
(70434, 3508, 0, 'Spawn Point 309 - Mithril'),
|
|
(70435, 3508, 25, 'Spawn Point 309 - Lesser Bloodstone Deposit'),
|
|
(70436, 3508, 10, 'Spawn Point 309 - Silver'),
|
|
(70437, 3508, 10, 'Spawn Point 309 - Gold'),
|
|
(70438, 3508, 30, 'Spawn Point 309 - Truesilver'),
|
|
(70439, 3509, 0, 'Spawn Point 310 - Mithril'),
|
|
(70440, 3509, 25, 'Spawn Point 310 - Lesser Bloodstone Deposit'),
|
|
(70441, 3509, 10, 'Spawn Point 310 - Silver'),
|
|
(70442, 3509, 10, 'Spawn Point 310 - Gold'),
|
|
(70443, 3509, 30, 'Spawn Point 310 - Truesilver'),
|
|
(70444, 3510, 0, 'Spawn Point 311 - Mithril'),
|
|
(70445, 3510, 25, 'Spawn Point 311 - Lesser Bloodstone Deposit'),
|
|
(70446, 3510, 10, 'Spawn Point 311 - Silver'),
|
|
(70447, 3510, 10, 'Spawn Point 311 - Gold'),
|
|
(70448, 3510, 30, 'Spawn Point 311 - Truesilver'),
|
|
(70449, 3511, 0, 'Spawn Point 312 - Mithril'),
|
|
(70450, 3511, 25, 'Spawn Point 312 - Lesser Bloodstone Deposit'),
|
|
(70451, 3511, 10, 'Spawn Point 312 - Silver'),
|
|
(70452, 3511, 10, 'Spawn Point 312 - Gold'),
|
|
(70453, 3511, 30, 'Spawn Point 312 - Truesilver'),
|
|
(70454, 3512, 0, 'Spawn Point 313 - Mithril'),
|
|
(70455, 3512, 25, 'Spawn Point 313 - Lesser Bloodstone Deposit'),
|
|
(70456, 3512, 10, 'Spawn Point 313 - Silver'),
|
|
(70457, 3512, 10, 'Spawn Point 313 - Gold'),
|
|
(70458, 3512, 30, 'Spawn Point 313 - Truesilver'),
|
|
(70459, 3513, 0, 'Spawn Point 314 - Mithril'),
|
|
(70460, 3513, 25, 'Spawn Point 314 - Lesser Bloodstone Deposit'),
|
|
(70461, 3513, 10, 'Spawn Point 314 - Silver'),
|
|
(70462, 3513, 10, 'Spawn Point 314 - Gold'),
|
|
(70463, 3513, 30, 'Spawn Point 314 - Truesilver'),
|
|
(70464, 3514, 0, 'Spawn Point 315 - Mithril'),
|
|
(70465, 3514, 25, 'Spawn Point 315 - Lesser Bloodstone Deposit'),
|
|
(70466, 3514, 10, 'Spawn Point 315 - Silver'),
|
|
(70467, 3514, 10, 'Spawn Point 315 - Gold'),
|
|
(70468, 3514, 30, 'Spawn Point 315 - Truesilver'),
|
|
(70469, 3515, 0, 'Spawn Point 316 - Mithril'),
|
|
(70470, 3515, 25, 'Spawn Point 316 - Lesser Bloodstone Deposit'),
|
|
(70471, 3515, 10, 'Spawn Point 316 - Silver'),
|
|
(70472, 3515, 10, 'Spawn Point 316 - Gold'),
|
|
(70473, 3515, 30, 'Spawn Point 316 - Truesilver'),
|
|
(70474, 3516, 0, 'Spawn Point 317 - Mithril'),
|
|
(70475, 3516, 25, 'Spawn Point 317 - Lesser Bloodstone Deposit'),
|
|
(70476, 3516, 10, 'Spawn Point 317 - Silver'),
|
|
(70477, 3516, 10, 'Spawn Point 317 - Gold'),
|
|
(70478, 3516, 30, 'Spawn Point 317 - Truesilver'),
|
|
(70479, 3517, 0, 'Spawn Point 318 - Mithril'),
|
|
(70480, 3517, 25, 'Spawn Point 318 - Lesser Bloodstone Deposit'),
|
|
(70481, 3517, 10, 'Spawn Point 318 - Silver'),
|
|
(70482, 3517, 10, 'Spawn Point 318 - Gold'),
|
|
(70483, 3517, 30, 'Spawn Point 318 - Truesilver'),
|
|
(70484, 3518, 0, 'Spawn Point 319 - Mithril'),
|
|
(70485, 3518, 25, 'Spawn Point 319 - Lesser Bloodstone Deposit'),
|
|
(70486, 3518, 10, 'Spawn Point 319 - Silver'),
|
|
(70487, 3518, 10, 'Spawn Point 319 - Gold'),
|
|
(70488, 3518, 30, 'Spawn Point 319 - Truesilver'),
|
|
(70489, 3519, 0, 'Spawn Point 320 - Mithril'),
|
|
(70490, 3519, 25, 'Spawn Point 320 - Lesser Bloodstone Deposit'),
|
|
(70491, 3519, 10, 'Spawn Point 320 - Silver'),
|
|
(70492, 3519, 10, 'Spawn Point 320 - Gold'),
|
|
(70493, 3519, 30, 'Spawn Point 320 - Truesilver'),
|
|
(70494, 3520, 0, 'Spawn Point 321 - Mithril'),
|
|
(70495, 3520, 25, 'Spawn Point 321 - Lesser Bloodstone Deposit'),
|
|
(70496, 3520, 10, 'Spawn Point 321 - Silver'),
|
|
(70497, 3520, 10, 'Spawn Point 321 - Gold'),
|
|
(70498, 3520, 30, 'Spawn Point 321 - Truesilver'),
|
|
(70499, 3521, 0, 'Spawn Point 322 - Mithril'),
|
|
(70500, 3521, 25, 'Spawn Point 322 - Lesser Bloodstone Deposit'),
|
|
(70501, 3521, 10, 'Spawn Point 322 - Silver'),
|
|
(70502, 3521, 10, 'Spawn Point 322 - Gold'),
|
|
(70503, 3521, 30, 'Spawn Point 322 - Truesilver'),
|
|
(70504, 3522, 0, 'Spawn Point 323 - Mithril'),
|
|
(70505, 3522, 25, 'Spawn Point 323 - Lesser Bloodstone Deposit'),
|
|
(70506, 3522, 10, 'Spawn Point 323 - Silver'),
|
|
(70507, 3522, 10, 'Spawn Point 323 - Gold'),
|
|
(70508, 3522, 30, 'Spawn Point 323 - Truesilver'),
|
|
(70600, 3600, 0, 'Spawn Point 1 - Iron'),
|
|
(70601, 3600, 25, 'Spawn Point 1 - Mithril'),
|
|
(70602, 3600, 10, 'Spawn Point 1 - Gold'),
|
|
(70603, 3600, 10, 'Spawn Point 1 - Silver'),
|
|
(70604, 3600, 30, 'Spawn Point 1 - Truesilver'),
|
|
(70605, 3601, 0, 'Spawn Point 2 - Iron'),
|
|
(70606, 3601, 25, 'Spawn Point 2 - Mithril'),
|
|
(70607, 3601, 10, 'Spawn Point 2 - Gold'),
|
|
(70608, 3601, 10, 'Spawn Point 2 - Silver'),
|
|
(70609, 3601, 30, 'Spawn Point 2 - Truesilver'),
|
|
(70610, 3602, 0, 'Spawn Point 3 - Iron'),
|
|
(70611, 3602, 25, 'Spawn Point 3 - Mithril'),
|
|
(70612, 3602, 10, 'Spawn Point 3 - Gold'),
|
|
(70613, 3602, 10, 'Spawn Point 3 - Silver'),
|
|
(70614, 3602, 30, 'Spawn Point 3 - Truesilver'),
|
|
(70615, 3603, 0, 'Spawn Point 4 - Iron'),
|
|
(70616, 3603, 25, 'Spawn Point 4 - Mithril'),
|
|
(70617, 3603, 10, 'Spawn Point 4 - Gold'),
|
|
(70618, 3603, 10, 'Spawn Point 4 - Silver'),
|
|
(70619, 3603, 30, 'Spawn Point 4 - Truesilver'),
|
|
(70620, 3604, 0, 'Spawn Point 5 - Iron'),
|
|
(70621, 3604, 25, 'Spawn Point 5 - Mithril'),
|
|
(70622, 3604, 10, 'Spawn Point 5 - Gold'),
|
|
(70623, 3604, 10, 'Spawn Point 5 - Silver'),
|
|
(70624, 3604, 30, 'Spawn Point 5 - Truesilver'),
|
|
(70625, 3605, 0, 'Spawn Point 6 - Iron'),
|
|
(70626, 3605, 25, 'Spawn Point 6 - Mithril'),
|
|
(70627, 3605, 10, 'Spawn Point 6 - Gold'),
|
|
(70628, 3605, 10, 'Spawn Point 6 - Silver'),
|
|
(70629, 3605, 30, 'Spawn Point 6 - Truesilver'),
|
|
(70630, 3606, 0, 'Spawn Point 7 - Iron'),
|
|
(70631, 3606, 25, 'Spawn Point 7 - Mithril'),
|
|
(70632, 3606, 10, 'Spawn Point 7 - Gold'),
|
|
(70633, 3606, 10, 'Spawn Point 7 - Silver'),
|
|
(70634, 3606, 30, 'Spawn Point 7 - Truesilver'),
|
|
(70635, 3607, 0, 'Spawn Point 8 - Iron'),
|
|
(70636, 3607, 25, 'Spawn Point 8 - Mithril'),
|
|
(70637, 3607, 10, 'Spawn Point 8 - Gold'),
|
|
(70638, 3607, 10, 'Spawn Point 8 - Silver'),
|
|
(70639, 3607, 30, 'Spawn Point 8 - Truesilver'),
|
|
(70640, 3608, 0, 'Spawn Point 9 - Iron'),
|
|
(70641, 3608, 25, 'Spawn Point 9 - Mithril'),
|
|
(70642, 3608, 10, 'Spawn Point 9 - Gold'),
|
|
(70643, 3608, 10, 'Spawn Point 9 - Silver'),
|
|
(70644, 3608, 30, 'Spawn Point 9 - Truesilver'),
|
|
(70650, 3610, 0, 'Spawn Point 11 - Iron'),
|
|
(70651, 3610, 25, 'Spawn Point 11 - Mithril'),
|
|
(70652, 3610, 10, 'Spawn Point 11 - Gold'),
|
|
(70653, 3610, 10, 'Spawn Point 11 - Silver'),
|
|
(70654, 3610, 30, 'Spawn Point 11 - Truesilver'),
|
|
(70655, 3611, 0, 'Spawn Point 12 - Iron'),
|
|
(70656, 3611, 25, 'Spawn Point 12 - Mithril'),
|
|
(70657, 3611, 10, 'Spawn Point 12 - Gold'),
|
|
(70658, 3611, 10, 'Spawn Point 12 - Silver'),
|
|
(70659, 3611, 30, 'Spawn Point 12 - Truesilver'),
|
|
(70660, 3612, 0, 'Spawn Point 13 - Iron'),
|
|
(70661, 3612, 25, 'Spawn Point 13 - Mithril'),
|
|
(70662, 3612, 10, 'Spawn Point 13 - Gold'),
|
|
(70663, 3612, 10, 'Spawn Point 13 - Silver'),
|
|
(70664, 3612, 30, 'Spawn Point 13 - Truesilver'),
|
|
(70665, 3613, 0, 'Spawn Point 14 - Iron'),
|
|
(70666, 3613, 25, 'Spawn Point 14 - Mithril'),
|
|
(70667, 3613, 10, 'Spawn Point 14 - Gold'),
|
|
(70668, 3613, 10, 'Spawn Point 14 - Silver'),
|
|
(70669, 3613, 30, 'Spawn Point 14 - Truesilver'),
|
|
(70670, 3614, 0, 'Spawn Point 15 - Iron'),
|
|
(70671, 3614, 25, 'Spawn Point 15 - Mithril'),
|
|
(70672, 3614, 10, 'Spawn Point 15 - Gold'),
|
|
(70673, 3614, 10, 'Spawn Point 15 - Silver'),
|
|
(70674, 3614, 30, 'Spawn Point 15 - Truesilver'),
|
|
(70675, 3615, 0, 'Spawn Point 16 - Iron'),
|
|
(70676, 3615, 25, 'Spawn Point 16 - Mithril'),
|
|
(70677, 3615, 10, 'Spawn Point 16 - Gold'),
|
|
(70678, 3615, 10, 'Spawn Point 16 - Silver'),
|
|
(70679, 3615, 30, 'Spawn Point 16 - Truesilver'),
|
|
(70680, 3616, 0, 'Spawn Point 17 - Iron'),
|
|
(70681, 3616, 25, 'Spawn Point 17 - Mithril'),
|
|
(70682, 3616, 10, 'Spawn Point 17 - Gold'),
|
|
(70683, 3616, 10, 'Spawn Point 17 - Silver'),
|
|
(70684, 3616, 30, 'Spawn Point 17 - Truesilver'),
|
|
(70685, 3617, 0, 'Spawn Point 18 - Iron'),
|
|
(70686, 3617, 25, 'Spawn Point 18 - Mithril'),
|
|
(70687, 3617, 10, 'Spawn Point 18 - Gold'),
|
|
(70688, 3617, 10, 'Spawn Point 18 - Silver'),
|
|
(70689, 3617, 30, 'Spawn Point 18 - Truesilver'),
|
|
(70690, 3618, 0, 'Spawn Point 19 - Iron'),
|
|
(70691, 3618, 25, 'Spawn Point 19 - Mithril'),
|
|
(70692, 3618, 10, 'Spawn Point 19 - Gold'),
|
|
(70693, 3618, 10, 'Spawn Point 19 - Silver'),
|
|
(70694, 3618, 30, 'Spawn Point 19 - Truesilver'),
|
|
(70695, 3619, 0, 'Spawn Point 20 - Iron'),
|
|
(70696, 3619, 25, 'Spawn Point 20 - Mithril'),
|
|
(70697, 3619, 10, 'Spawn Point 20 - Gold'),
|
|
(70698, 3619, 10, 'Spawn Point 20 - Silver'),
|
|
(70699, 3619, 30, 'Spawn Point 20 - Truesilver'),
|
|
(70700, 3620, 0, 'Spawn Point 21 - Iron'),
|
|
(70701, 3620, 25, 'Spawn Point 21 - Mithril'),
|
|
(70702, 3620, 10, 'Spawn Point 21 - Gold'),
|
|
(70703, 3620, 10, 'Spawn Point 21 - Silver'),
|
|
(70704, 3620, 30, 'Spawn Point 21 - Truesilver'),
|
|
(70705, 3621, 0, 'Spawn Point 22 - Iron'),
|
|
(70706, 3621, 25, 'Spawn Point 22 - Mithril'),
|
|
(70707, 3621, 10, 'Spawn Point 22 - Gold'),
|
|
(70708, 3621, 10, 'Spawn Point 22 - Silver'),
|
|
(70709, 3621, 30, 'Spawn Point 22 - Truesilver'),
|
|
(70710, 3622, 0, 'Spawn Point 23 - Iron'),
|
|
(70711, 3622, 25, 'Spawn Point 23 - Mithril'),
|
|
(70712, 3622, 10, 'Spawn Point 23 - Gold'),
|
|
(70713, 3622, 10, 'Spawn Point 23 - Silver'),
|
|
(70714, 3622, 30, 'Spawn Point 23 - Truesilver'),
|
|
(70715, 3623, 0, 'Spawn Point 24 - Iron'),
|
|
(70716, 3623, 25, 'Spawn Point 24 - Mithril'),
|
|
(70717, 3623, 10, 'Spawn Point 24 - Gold'),
|
|
(70718, 3623, 10, 'Spawn Point 24 - Silver'),
|
|
(70719, 3623, 30, 'Spawn Point 24 - Truesilver'),
|
|
(70720, 3624, 0, 'Spawn Point 25 - Iron'),
|
|
(70721, 3624, 25, 'Spawn Point 25 - Mithril'),
|
|
(70722, 3624, 10, 'Spawn Point 25 - Gold'),
|
|
(70723, 3624, 10, 'Spawn Point 25 - Silver'),
|
|
(70724, 3624, 30, 'Spawn Point 25 - Truesilver'),
|
|
(70725, 3625, 0, 'Spawn Point 26 - Iron'),
|
|
(70726, 3625, 25, 'Spawn Point 26 - Mithril'),
|
|
(70727, 3625, 10, 'Spawn Point 26 - Gold'),
|
|
(70728, 3625, 10, 'Spawn Point 26 - Silver'),
|
|
(70729, 3625, 30, 'Spawn Point 26 - Truesilver'),
|
|
(70730, 3626, 0, 'Spawn Point 27 - Iron'),
|
|
(70731, 3626, 25, 'Spawn Point 27 - Mithril'),
|
|
(70732, 3626, 10, 'Spawn Point 27 - Gold'),
|
|
(70733, 3626, 10, 'Spawn Point 27 - Silver'),
|
|
(70734, 3626, 30, 'Spawn Point 27 - Truesilver'),
|
|
(70735, 3627, 0, 'Spawn Point 28 - Iron'),
|
|
(70736, 3627, 25, 'Spawn Point 28 - Mithril'),
|
|
(70737, 3627, 10, 'Spawn Point 28 - Gold'),
|
|
(70738, 3627, 10, 'Spawn Point 28 - Silver'),
|
|
(70739, 3627, 30, 'Spawn Point 28 - Truesilver'),
|
|
(70740, 3628, 0, 'Spawn Point 29 - Iron'),
|
|
(70741, 3628, 25, 'Spawn Point 29 - Mithril'),
|
|
(70742, 3628, 10, 'Spawn Point 29 - Gold'),
|
|
(70743, 3628, 10, 'Spawn Point 29 - Silver'),
|
|
(70744, 3628, 30, 'Spawn Point 29 - Truesilver'),
|
|
(70745, 3629, 0, 'Spawn Point 30 - Iron'),
|
|
(70746, 3629, 25, 'Spawn Point 30 - Mithril'),
|
|
(70747, 3629, 10, 'Spawn Point 30 - Gold'),
|
|
(70748, 3629, 10, 'Spawn Point 30 - Silver'),
|
|
(70749, 3629, 30, 'Spawn Point 30 - Truesilver'),
|
|
(70750, 3630, 0, 'Spawn Point 31 - Iron'),
|
|
(70751, 3630, 25, 'Spawn Point 31 - Mithril'),
|
|
(70752, 3630, 10, 'Spawn Point 31 - Gold'),
|
|
(70753, 3630, 10, 'Spawn Point 31 - Silver'),
|
|
(70754, 3630, 30, 'Spawn Point 31 - Truesilver'),
|
|
(70755, 3631, 0, 'Spawn Point 32 - Iron'),
|
|
(70756, 3631, 25, 'Spawn Point 32 - Mithril'),
|
|
(70757, 3631, 10, 'Spawn Point 32 - Gold'),
|
|
(70758, 3631, 10, 'Spawn Point 32 - Silver'),
|
|
(70759, 3631, 30, 'Spawn Point 32 - Truesilver'),
|
|
(70760, 3632, 0, 'Spawn Point 33 - Iron'),
|
|
(70761, 3632, 25, 'Spawn Point 33 - Mithril'),
|
|
(70762, 3632, 10, 'Spawn Point 33 - Gold'),
|
|
(70763, 3632, 10, 'Spawn Point 33 - Silver'),
|
|
(70764, 3632, 30, 'Spawn Point 33 - Truesilver'),
|
|
(70765, 3633, 0, 'Spawn Point 34 - Iron'),
|
|
(70766, 3633, 25, 'Spawn Point 34 - Mithril'),
|
|
(70767, 3633, 10, 'Spawn Point 34 - Gold'),
|
|
(70768, 3633, 10, 'Spawn Point 34 - Silver'),
|
|
(70769, 3633, 30, 'Spawn Point 34 - Truesilver'),
|
|
(70770, 3634, 0, 'Spawn Point 35 - Iron'),
|
|
(70771, 3634, 25, 'Spawn Point 35 - Mithril'),
|
|
(70772, 3634, 10, 'Spawn Point 35 - Gold'),
|
|
(70773, 3634, 10, 'Spawn Point 35 - Silver'),
|
|
(70774, 3634, 30, 'Spawn Point 35 - Truesilver'),
|
|
(70775, 3635, 0, 'Spawn Point 36 - Iron'),
|
|
(70776, 3635, 25, 'Spawn Point 36 - Mithril'),
|
|
(70777, 3635, 10, 'Spawn Point 36 - Gold'),
|
|
(70778, 3635, 10, 'Spawn Point 36 - Silver'),
|
|
(70779, 3635, 30, 'Spawn Point 36 - Truesilver'),
|
|
(70780, 3636, 0, 'Spawn Point 37 - Iron'),
|
|
(70781, 3636, 25, 'Spawn Point 37 - Mithril'),
|
|
(70782, 3636, 10, 'Spawn Point 37 - Gold'),
|
|
(70783, 3636, 10, 'Spawn Point 37 - Silver'),
|
|
(70784, 3636, 30, 'Spawn Point 37 - Truesilver'),
|
|
(70785, 3637, 0, 'Spawn Point 38 - Iron'),
|
|
(70786, 3637, 25, 'Spawn Point 38 - Mithril'),
|
|
(70787, 3637, 10, 'Spawn Point 38 - Gold'),
|
|
(70788, 3637, 10, 'Spawn Point 38 - Silver'),
|
|
(70789, 3637, 30, 'Spawn Point 38 - Truesilver'),
|
|
(70790, 3638, 0, 'Spawn Point 39 - Iron'),
|
|
(70791, 3638, 25, 'Spawn Point 39 - Mithril'),
|
|
(70792, 3638, 10, 'Spawn Point 39 - Gold'),
|
|
(70793, 3638, 10, 'Spawn Point 39 - Silver'),
|
|
(70794, 3638, 30, 'Spawn Point 39 - Truesilver'),
|
|
(70795, 3639, 0, 'Spawn Point 40 - Iron'),
|
|
(70796, 3639, 25, 'Spawn Point 40 - Mithril'),
|
|
(70797, 3639, 10, 'Spawn Point 40 - Gold'),
|
|
(70798, 3639, 10, 'Spawn Point 40 - Silver'),
|
|
(70799, 3639, 30, 'Spawn Point 40 - Truesilver'),
|
|
(70800, 3640, 0, 'Spawn Point 41 - Iron'),
|
|
(70801, 3640, 25, 'Spawn Point 41 - Mithril'),
|
|
(70802, 3640, 10, 'Spawn Point 41 - Gold'),
|
|
(70803, 3640, 10, 'Spawn Point 41 - Silver'),
|
|
(70804, 3640, 30, 'Spawn Point 41 - Truesilver'),
|
|
(70805, 3641, 0, 'Spawn Point 42 - Iron'),
|
|
(70806, 3641, 25, 'Spawn Point 42 - Mithril'),
|
|
(70807, 3641, 10, 'Spawn Point 42 - Gold'),
|
|
(70808, 3641, 10, 'Spawn Point 42 - Silver'),
|
|
(70809, 3641, 30, 'Spawn Point 42 - Truesilver'),
|
|
(70810, 3642, 0, 'Spawn Point 43 - Iron'),
|
|
(70811, 3642, 25, 'Spawn Point 43 - Mithril'),
|
|
(70812, 3642, 10, 'Spawn Point 43 - Gold'),
|
|
(70813, 3642, 10, 'Spawn Point 43 - Silver'),
|
|
(70814, 3642, 30, 'Spawn Point 43 - Truesilver'),
|
|
(70815, 3643, 0, 'Spawn Point 44 - Iron'),
|
|
(70816, 3643, 25, 'Spawn Point 44 - Mithril'),
|
|
(70817, 3643, 10, 'Spawn Point 44 - Gold'),
|
|
(70818, 3643, 10, 'Spawn Point 44 - Silver'),
|
|
(70819, 3643, 30, 'Spawn Point 44 - Truesilver'),
|
|
(70820, 3644, 0, 'Spawn Point 45 - Iron'),
|
|
(70821, 3644, 25, 'Spawn Point 45 - Mithril'),
|
|
(70822, 3644, 10, 'Spawn Point 45 - Gold'),
|
|
(70823, 3644, 10, 'Spawn Point 45 - Silver'),
|
|
(70824, 3644, 30, 'Spawn Point 45 - Truesilver'),
|
|
(70825, 3645, 0, 'Spawn Point 46 - Iron'),
|
|
(70826, 3645, 25, 'Spawn Point 46 - Mithril'),
|
|
(70827, 3645, 10, 'Spawn Point 46 - Gold'),
|
|
(70828, 3645, 10, 'Spawn Point 46 - Silver'),
|
|
(70829, 3645, 30, 'Spawn Point 46 - Truesilver'),
|
|
(70830, 3646, 0, 'Spawn Point 47 - Iron'),
|
|
(70831, 3646, 25, 'Spawn Point 47 - Mithril'),
|
|
(70832, 3646, 10, 'Spawn Point 47 - Gold'),
|
|
(70833, 3646, 10, 'Spawn Point 47 - Silver'),
|
|
(70834, 3646, 30, 'Spawn Point 47 - Truesilver'),
|
|
(70835, 3647, 0, 'Spawn Point 48 - Iron'),
|
|
(70836, 3647, 25, 'Spawn Point 48 - Mithril'),
|
|
(70837, 3647, 10, 'Spawn Point 48 - Gold'),
|
|
(70838, 3647, 10, 'Spawn Point 48 - Silver'),
|
|
(70839, 3647, 30, 'Spawn Point 48 - Truesilver'),
|
|
(70840, 3648, 0, 'Spawn Point 49 - Iron'),
|
|
(70841, 3648, 25, 'Spawn Point 49 - Mithril'),
|
|
(70842, 3648, 10, 'Spawn Point 49 - Gold'),
|
|
(70843, 3648, 10, 'Spawn Point 49 - Silver'),
|
|
(70844, 3648, 30, 'Spawn Point 49 - Truesilver'),
|
|
(70845, 3649, 0, 'Spawn Point 50 - Iron'),
|
|
(70846, 3649, 25, 'Spawn Point 50 - Mithril'),
|
|
(70847, 3649, 10, 'Spawn Point 50 - Gold'),
|
|
(70848, 3649, 10, 'Spawn Point 50 - Silver'),
|
|
(70849, 3649, 30, 'Spawn Point 50 - Truesilver'),
|
|
(70850, 3650, 0, 'Spawn Point 51 - Iron'),
|
|
(70851, 3650, 25, 'Spawn Point 51 - Mithril'),
|
|
(70852, 3650, 10, 'Spawn Point 51 - Gold'),
|
|
(70853, 3650, 10, 'Spawn Point 51 - Silver'),
|
|
(70854, 3650, 30, 'Spawn Point 51 - Truesilver'),
|
|
(70855, 3651, 0, 'Spawn Point 52 - Iron'),
|
|
(70856, 3651, 25, 'Spawn Point 52 - Mithril'),
|
|
(70857, 3651, 10, 'Spawn Point 52 - Gold'),
|
|
(70858, 3651, 10, 'Spawn Point 52 - Silver'),
|
|
(70859, 3651, 30, 'Spawn Point 52 - Truesilver'),
|
|
(70860, 3652, 0, 'Spawn Point 53 - Iron'),
|
|
(70861, 3652, 25, 'Spawn Point 53 - Mithril'),
|
|
(70862, 3652, 10, 'Spawn Point 53 - Gold'),
|
|
(70863, 3652, 10, 'Spawn Point 53 - Silver'),
|
|
(70864, 3652, 30, 'Spawn Point 53 - Truesilver'),
|
|
(70865, 3653, 0, 'Spawn Point 54 - Iron'),
|
|
(70866, 3653, 25, 'Spawn Point 54 - Mithril'),
|
|
(70867, 3653, 10, 'Spawn Point 54 - Gold'),
|
|
(70868, 3653, 10, 'Spawn Point 54 - Silver'),
|
|
(70869, 3653, 30, 'Spawn Point 54 - Truesilver'),
|
|
(70870, 3654, 0, 'Spawn Point 55 - Iron'),
|
|
(70871, 3654, 25, 'Spawn Point 55 - Mithril'),
|
|
(70872, 3654, 10, 'Spawn Point 55 - Gold'),
|
|
(70873, 3654, 10, 'Spawn Point 55 - Silver'),
|
|
(70874, 3654, 30, 'Spawn Point 55 - Truesilver'),
|
|
(70875, 3655, 0, 'Spawn Point 56 - Iron'),
|
|
(70876, 3655, 25, 'Spawn Point 56 - Mithril'),
|
|
(70877, 3655, 10, 'Spawn Point 56 - Gold'),
|
|
(70878, 3655, 10, 'Spawn Point 56 - Silver'),
|
|
(70879, 3655, 30, 'Spawn Point 56 - Truesilver'),
|
|
(70880, 3656, 0, 'Spawn Point 57 - Iron'),
|
|
(70881, 3656, 25, 'Spawn Point 57 - Mithril'),
|
|
(70882, 3656, 10, 'Spawn Point 57 - Gold'),
|
|
(70883, 3656, 10, 'Spawn Point 57 - Silver'),
|
|
(70884, 3656, 30, 'Spawn Point 57 - Truesilver'),
|
|
(70885, 3657, 0, 'Spawn Point 58 - Iron'),
|
|
(70886, 3657, 25, 'Spawn Point 58 - Mithril'),
|
|
(70887, 3657, 10, 'Spawn Point 58 - Gold'),
|
|
(70888, 3657, 10, 'Spawn Point 58 - Silver'),
|
|
(70889, 3657, 30, 'Spawn Point 58 - Truesilver'),
|
|
(70890, 3658, 0, 'Spawn Point 59 - Iron'),
|
|
(70891, 3658, 25, 'Spawn Point 59 - Mithril'),
|
|
(70892, 3658, 10, 'Spawn Point 59 - Gold'),
|
|
(70893, 3658, 10, 'Spawn Point 59 - Silver'),
|
|
(70894, 3658, 30, 'Spawn Point 59 - Truesilver'),
|
|
(70895, 3659, 0, 'Spawn Point 60 - Iron'),
|
|
(70896, 3659, 25, 'Spawn Point 60 - Mithril'),
|
|
(70897, 3659, 10, 'Spawn Point 60 - Gold'),
|
|
(70898, 3659, 10, 'Spawn Point 60 - Silver'),
|
|
(70899, 3659, 30, 'Spawn Point 60 - Truesilver'),
|
|
(70900, 3660, 0, 'Spawn Point 61 - Iron'),
|
|
(70901, 3660, 25, 'Spawn Point 61 - Mithril'),
|
|
(70902, 3660, 10, 'Spawn Point 61 - Gold'),
|
|
(70903, 3660, 10, 'Spawn Point 61 - Silver'),
|
|
(70904, 3660, 30, 'Spawn Point 61 - Truesilver'),
|
|
(70905, 3661, 0, 'Spawn Point 62 - Iron'),
|
|
(70906, 3661, 25, 'Spawn Point 62 - Mithril'),
|
|
(70907, 3661, 10, 'Spawn Point 62 - Gold'),
|
|
(70908, 3661, 10, 'Spawn Point 62 - Silver'),
|
|
(70909, 3661, 30, 'Spawn Point 62 - Truesilver'),
|
|
(70910, 3662, 0, 'Spawn Point 63 - Iron'),
|
|
(70911, 3662, 25, 'Spawn Point 63 - Mithril'),
|
|
(70912, 3662, 10, 'Spawn Point 63 - Gold'),
|
|
(70913, 3662, 10, 'Spawn Point 63 - Silver'),
|
|
(70914, 3662, 30, 'Spawn Point 63 - Truesilver'),
|
|
(70915, 3663, 0, 'Spawn Point 64 - Iron'),
|
|
(70916, 3663, 25, 'Spawn Point 64 - Mithril'),
|
|
(70917, 3663, 10, 'Spawn Point 64 - Gold'),
|
|
(70918, 3663, 10, 'Spawn Point 64 - Silver'),
|
|
(70919, 3663, 30, 'Spawn Point 64 - Truesilver'),
|
|
(70920, 3664, 0, 'Spawn Point 65 - Iron'),
|
|
(70921, 3664, 25, 'Spawn Point 65 - Mithril'),
|
|
(70922, 3664, 10, 'Spawn Point 65 - Gold'),
|
|
(70923, 3664, 10, 'Spawn Point 65 - Silver'),
|
|
(70924, 3664, 30, 'Spawn Point 65 - Truesilver'),
|
|
(70925, 3665, 0, 'Spawn Point 66 - Iron'),
|
|
(70926, 3665, 25, 'Spawn Point 66 - Mithril'),
|
|
(70927, 3665, 10, 'Spawn Point 66 - Gold'),
|
|
(70928, 3665, 10, 'Spawn Point 66 - Silver'),
|
|
(70929, 3665, 30, 'Spawn Point 66 - Truesilver'),
|
|
(70930, 3666, 0, 'Spawn Point 67 - Iron'),
|
|
(70931, 3666, 25, 'Spawn Point 67 - Mithril'),
|
|
(70932, 3666, 10, 'Spawn Point 67 - Gold'),
|
|
(70933, 3666, 10, 'Spawn Point 67 - Silver'),
|
|
(70934, 3666, 30, 'Spawn Point 67 - Truesilver'),
|
|
(70935, 3667, 0, 'Spawn Point 68 - Iron'),
|
|
(70936, 3667, 25, 'Spawn Point 68 - Mithril'),
|
|
(70937, 3667, 10, 'Spawn Point 68 - Gold'),
|
|
(70938, 3667, 10, 'Spawn Point 68 - Silver'),
|
|
(70939, 3667, 30, 'Spawn Point 68 - Truesilver'),
|
|
(70940, 3668, 0, 'Spawn Point 69 - Iron'),
|
|
(70941, 3668, 25, 'Spawn Point 69 - Mithril'),
|
|
(70942, 3668, 10, 'Spawn Point 69 - Gold'),
|
|
(70943, 3668, 10, 'Spawn Point 69 - Silver'),
|
|
(70944, 3668, 30, 'Spawn Point 69 - Truesilver'),
|
|
(70945, 3669, 0, 'Spawn Point 70 - Iron'),
|
|
(70946, 3669, 25, 'Spawn Point 70 - Mithril'),
|
|
(70947, 3669, 10, 'Spawn Point 70 - Gold'),
|
|
(70948, 3669, 10, 'Spawn Point 70 - Silver'),
|
|
(70949, 3669, 30, 'Spawn Point 70 - Truesilver'),
|
|
(70950, 3670, 0, 'Spawn Point 71 - Iron'),
|
|
(70951, 3670, 25, 'Spawn Point 71 - Mithril'),
|
|
(70952, 3670, 10, 'Spawn Point 71 - Gold'),
|
|
(70953, 3670, 10, 'Spawn Point 71 - Silver'),
|
|
(70954, 3670, 30, 'Spawn Point 71 - Truesilver'),
|
|
(70955, 3671, 0, 'Spawn Point 72 - Iron'),
|
|
(70956, 3671, 25, 'Spawn Point 72 - Mithril'),
|
|
(70957, 3671, 10, 'Spawn Point 72 - Gold'),
|
|
(70958, 3671, 10, 'Spawn Point 72 - Silver'),
|
|
(70959, 3671, 30, 'Spawn Point 72 - Truesilver'),
|
|
(70960, 3672, 0, 'Spawn Point 73 - Iron'),
|
|
(70961, 3672, 25, 'Spawn Point 73 - Mithril'),
|
|
(70962, 3672, 10, 'Spawn Point 73 - Gold'),
|
|
(70963, 3672, 10, 'Spawn Point 73 - Silver'),
|
|
(70964, 3672, 30, 'Spawn Point 73 - Truesilver'),
|
|
(70965, 3673, 0, 'Spawn Point 74 - Iron'),
|
|
(70966, 3673, 25, 'Spawn Point 74 - Mithril'),
|
|
(70967, 3673, 10, 'Spawn Point 74 - Gold'),
|
|
(70968, 3673, 10, 'Spawn Point 74 - Silver'),
|
|
(70969, 3673, 30, 'Spawn Point 74 - Truesilver'),
|
|
(70970, 3674, 0, 'Spawn Point 75 - Iron'),
|
|
(70971, 3674, 25, 'Spawn Point 75 - Mithril'),
|
|
(70972, 3674, 10, 'Spawn Point 75 - Gold'),
|
|
(70973, 3674, 10, 'Spawn Point 75 - Silver'),
|
|
(70974, 3674, 30, 'Spawn Point 75 - Truesilver'),
|
|
(70975, 3675, 0, 'Spawn Point 76 - Iron'),
|
|
(70976, 3675, 25, 'Spawn Point 76 - Mithril'),
|
|
(70977, 3675, 10, 'Spawn Point 76 - Gold'),
|
|
(70978, 3675, 10, 'Spawn Point 76 - Silver'),
|
|
(70979, 3675, 30, 'Spawn Point 76 - Truesilver'),
|
|
(70980, 3676, 0, 'Spawn Point 77 - Iron'),
|
|
(70981, 3676, 25, 'Spawn Point 77 - Mithril'),
|
|
(70982, 3676, 10, 'Spawn Point 77 - Gold'),
|
|
(70983, 3676, 10, 'Spawn Point 77 - Silver'),
|
|
(70984, 3676, 30, 'Spawn Point 77 - Truesilver'),
|
|
(70985, 3677, 0, 'Spawn Point 78 - Iron'),
|
|
(70986, 3677, 25, 'Spawn Point 78 - Mithril'),
|
|
(70987, 3677, 10, 'Spawn Point 78 - Gold'),
|
|
(70988, 3677, 10, 'Spawn Point 78 - Silver'),
|
|
(70989, 3677, 30, 'Spawn Point 78 - Truesilver'),
|
|
(70990, 3678, 0, 'Spawn Point 79 - Iron'),
|
|
(70991, 3678, 25, 'Spawn Point 79 - Mithril'),
|
|
(70992, 3678, 10, 'Spawn Point 79 - Gold'),
|
|
(70993, 3678, 10, 'Spawn Point 79 - Silver'),
|
|
(70994, 3678, 30, 'Spawn Point 79 - Truesilver'),
|
|
(70995, 3679, 0, 'Spawn Point 80 - Iron'),
|
|
(70996, 3679, 25, 'Spawn Point 80 - Mithril'),
|
|
(70997, 3679, 10, 'Spawn Point 80 - Gold'),
|
|
(70998, 3679, 10, 'Spawn Point 80 - Silver'),
|
|
(70999, 3679, 30, 'Spawn Point 80 - Truesilver'),
|
|
(71000, 3680, 0, 'Spawn Point 81 - Iron'),
|
|
(71001, 3680, 25, 'Spawn Point 81 - Mithril'),
|
|
(71002, 3680, 10, 'Spawn Point 81 - Gold'),
|
|
(71003, 3680, 10, 'Spawn Point 81 - Silver'),
|
|
(71004, 3680, 30, 'Spawn Point 81 - Truesilver'),
|
|
(71005, 3681, 0, 'Spawn Point 82 - Iron'),
|
|
(71006, 3681, 25, 'Spawn Point 82 - Mithril'),
|
|
(71007, 3681, 10, 'Spawn Point 82 - Gold'),
|
|
(71008, 3681, 10, 'Spawn Point 82 - Silver'),
|
|
(71009, 3681, 30, 'Spawn Point 82 - Truesilver'),
|
|
(71010, 3682, 0, 'Spawn Point 83 - Iron'),
|
|
(71011, 3682, 25, 'Spawn Point 83 - Mithril'),
|
|
(71012, 3682, 10, 'Spawn Point 83 - Gold'),
|
|
(71013, 3682, 10, 'Spawn Point 83 - Silver'),
|
|
(71014, 3682, 30, 'Spawn Point 83 - Truesilver'),
|
|
(71015, 3683, 0, 'Spawn Point 84 - Iron'),
|
|
(71016, 3683, 25, 'Spawn Point 84 - Mithril'),
|
|
(71017, 3683, 10, 'Spawn Point 84 - Gold'),
|
|
(71018, 3683, 10, 'Spawn Point 84 - Silver'),
|
|
(71019, 3683, 30, 'Spawn Point 84 - Truesilver'),
|
|
(71020, 3684, 0, 'Spawn Point 85 - Iron'),
|
|
(71021, 3684, 25, 'Spawn Point 85 - Mithril'),
|
|
(71022, 3684, 10, 'Spawn Point 85 - Gold'),
|
|
(71023, 3684, 10, 'Spawn Point 85 - Silver'),
|
|
(71024, 3684, 30, 'Spawn Point 85 - Truesilver'),
|
|
(71025, 3685, 0, 'Spawn Point 86 - Iron'),
|
|
(71026, 3685, 25, 'Spawn Point 86 - Mithril'),
|
|
(71027, 3685, 10, 'Spawn Point 86 - Gold'),
|
|
(71028, 3685, 10, 'Spawn Point 86 - Silver'),
|
|
(71029, 3685, 30, 'Spawn Point 86 - Truesilver'),
|
|
(71030, 3686, 0, 'Spawn Point 87 - Iron'),
|
|
(71031, 3686, 25, 'Spawn Point 87 - Mithril'),
|
|
(71032, 3686, 10, 'Spawn Point 87 - Gold'),
|
|
(71033, 3686, 10, 'Spawn Point 87 - Silver'),
|
|
(71034, 3686, 30, 'Spawn Point 87 - Truesilver'),
|
|
(71035, 3687, 0, 'Spawn Point 88 - Iron'),
|
|
(71036, 3687, 25, 'Spawn Point 88 - Mithril'),
|
|
(71037, 3687, 10, 'Spawn Point 88 - Gold'),
|
|
(71038, 3687, 10, 'Spawn Point 88 - Silver'),
|
|
(71039, 3687, 30, 'Spawn Point 88 - Truesilver'),
|
|
(71040, 3688, 0, 'Spawn Point 89 - Iron'),
|
|
(71041, 3688, 25, 'Spawn Point 89 - Mithril'),
|
|
(71042, 3688, 10, 'Spawn Point 89 - Gold'),
|
|
(71043, 3688, 10, 'Spawn Point 89 - Silver'),
|
|
(71044, 3688, 30, 'Spawn Point 89 - Truesilver'),
|
|
(71045, 3689, 0, 'Spawn Point 90 - Iron'),
|
|
(71046, 3689, 25, 'Spawn Point 90 - Mithril'),
|
|
(71047, 3689, 10, 'Spawn Point 90 - Gold'),
|
|
(71048, 3689, 10, 'Spawn Point 90 - Silver'),
|
|
(71049, 3689, 30, 'Spawn Point 90 - Truesilver'),
|
|
(71050, 3690, 0, 'Spawn Point 91 - Iron'),
|
|
(71051, 3690, 25, 'Spawn Point 91 - Mithril'),
|
|
(71052, 3690, 10, 'Spawn Point 91 - Gold'),
|
|
(71053, 3690, 10, 'Spawn Point 91 - Silver'),
|
|
(71054, 3690, 30, 'Spawn Point 91 - Truesilver'),
|
|
(71055, 3691, 0, 'Spawn Point 92 - Iron'),
|
|
(71056, 3691, 25, 'Spawn Point 92 - Mithril'),
|
|
(71057, 3691, 10, 'Spawn Point 92 - Gold'),
|
|
(71058, 3691, 10, 'Spawn Point 92 - Silver'),
|
|
(71059, 3691, 30, 'Spawn Point 92 - Truesilver'),
|
|
(71060, 3692, 0, 'Spawn Point 93 - Iron'),
|
|
(71061, 3692, 25, 'Spawn Point 93 - Mithril'),
|
|
(71062, 3692, 10, 'Spawn Point 93 - Gold'),
|
|
(71063, 3692, 10, 'Spawn Point 93 - Silver'),
|
|
(71064, 3692, 30, 'Spawn Point 93 - Truesilver'),
|
|
(71065, 3693, 0, 'Spawn Point 94 - Iron'),
|
|
(71066, 3693, 25, 'Spawn Point 94 - Mithril'),
|
|
(71067, 3693, 10, 'Spawn Point 94 - Gold'),
|
|
(71068, 3693, 10, 'Spawn Point 94 - Silver'),
|
|
(71069, 3693, 30, 'Spawn Point 94 - Truesilver'),
|
|
(71070, 3694, 0, 'Spawn Point 95 - Iron'),
|
|
(71071, 3694, 25, 'Spawn Point 95 - Mithril'),
|
|
(71072, 3694, 10, 'Spawn Point 95 - Gold'),
|
|
(71073, 3694, 10, 'Spawn Point 95 - Silver'),
|
|
(71074, 3694, 30, 'Spawn Point 95 - Truesilver'),
|
|
(71075, 3695, 0, 'Spawn Point 96 - Iron'),
|
|
(71076, 3695, 25, 'Spawn Point 96 - Mithril'),
|
|
(71077, 3695, 10, 'Spawn Point 96 - Gold'),
|
|
(71078, 3695, 10, 'Spawn Point 96 - Silver'),
|
|
(71079, 3695, 30, 'Spawn Point 96 - Truesilver'),
|
|
(71080, 3696, 0, 'Spawn Point 97 - Iron'),
|
|
(71081, 3696, 25, 'Spawn Point 97 - Mithril'),
|
|
(71082, 3696, 10, 'Spawn Point 97 - Gold'),
|
|
(71083, 3696, 10, 'Spawn Point 97 - Silver'),
|
|
(71084, 3696, 30, 'Spawn Point 97 - Truesilver'),
|
|
(71085, 3697, 0, 'Spawn Point 98 - Iron'),
|
|
(71086, 3697, 25, 'Spawn Point 98 - Mithril'),
|
|
(71087, 3697, 10, 'Spawn Point 98 - Gold'),
|
|
(71088, 3697, 10, 'Spawn Point 98 - Silver'),
|
|
(71089, 3697, 30, 'Spawn Point 98 - Truesilver'),
|
|
(71090, 3698, 0, 'Spawn Point 99 - Iron'),
|
|
(71091, 3698, 25, 'Spawn Point 99 - Mithril'),
|
|
(71092, 3698, 10, 'Spawn Point 99 - Gold'),
|
|
(71093, 3698, 10, 'Spawn Point 99 - Silver'),
|
|
(71094, 3698, 30, 'Spawn Point 99 - Truesilver'),
|
|
(71095, 3699, 0, 'Spawn Point 100 - Iron'),
|
|
(71096, 3699, 25, 'Spawn Point 100 - Mithril'),
|
|
(71097, 3699, 10, 'Spawn Point 100 - Gold'),
|
|
(71098, 3699, 10, 'Spawn Point 100 - Silver'),
|
|
(71099, 3699, 30, 'Spawn Point 100 - Truesilver'),
|
|
(71100, 3700, 0, 'Spawn Point 101 - Iron'),
|
|
(71101, 3700, 25, 'Spawn Point 101 - Mithril'),
|
|
(71102, 3700, 10, 'Spawn Point 101 - Gold'),
|
|
(71103, 3700, 10, 'Spawn Point 101 - Silver'),
|
|
(71104, 3700, 30, 'Spawn Point 101 - Truesilver'),
|
|
(71105, 3701, 0, 'Spawn Point 102 - Iron'),
|
|
(71106, 3701, 25, 'Spawn Point 102 - Mithril'),
|
|
(71107, 3701, 10, 'Spawn Point 102 - Gold'),
|
|
(71108, 3701, 10, 'Spawn Point 102 - Silver'),
|
|
(71109, 3701, 30, 'Spawn Point 102 - Truesilver'),
|
|
(71110, 3702, 0, 'Spawn Point 103 - Iron'),
|
|
(71111, 3702, 25, 'Spawn Point 103 - Mithril'),
|
|
(71112, 3702, 10, 'Spawn Point 103 - Gold'),
|
|
(71113, 3702, 10, 'Spawn Point 103 - Silver'),
|
|
(71114, 3702, 30, 'Spawn Point 103 - Truesilver'),
|
|
(71115, 3703, 0, 'Spawn Point 104 - Iron'),
|
|
(71116, 3703, 25, 'Spawn Point 104 - Mithril'),
|
|
(71117, 3703, 10, 'Spawn Point 104 - Gold'),
|
|
(71118, 3703, 10, 'Spawn Point 104 - Silver'),
|
|
(71119, 3703, 30, 'Spawn Point 104 - Truesilver'),
|
|
(71120, 3704, 0, 'Spawn Point 105 - Iron'),
|
|
(71121, 3704, 25, 'Spawn Point 105 - Mithril'),
|
|
(71122, 3704, 10, 'Spawn Point 105 - Gold'),
|
|
(71123, 3704, 10, 'Spawn Point 105 - Silver'),
|
|
(71124, 3704, 30, 'Spawn Point 105 - Truesilver'),
|
|
(71125, 3705, 0, 'Spawn Point 106 - Iron'),
|
|
(71126, 3705, 25, 'Spawn Point 106 - Mithril'),
|
|
(71127, 3705, 10, 'Spawn Point 106 - Gold'),
|
|
(71128, 3705, 10, 'Spawn Point 106 - Silver'),
|
|
(71129, 3705, 30, 'Spawn Point 106 - Truesilver'),
|
|
(71130, 3706, 0, 'Spawn Point 107 - Iron'),
|
|
(71131, 3706, 25, 'Spawn Point 107 - Mithril'),
|
|
(71132, 3706, 10, 'Spawn Point 107 - Gold'),
|
|
(71133, 3706, 10, 'Spawn Point 107 - Silver'),
|
|
(71134, 3706, 30, 'Spawn Point 107 - Truesilver'),
|
|
(71135, 3707, 0, 'Spawn Point 108 - Iron'),
|
|
(71136, 3707, 25, 'Spawn Point 108 - Mithril'),
|
|
(71137, 3707, 10, 'Spawn Point 108 - Gold'),
|
|
(71138, 3707, 10, 'Spawn Point 108 - Silver'),
|
|
(71139, 3707, 30, 'Spawn Point 108 - Truesilver'),
|
|
(71140, 3708, 0, 'Spawn Point 109 - Iron'),
|
|
(71141, 3708, 25, 'Spawn Point 109 - Mithril'),
|
|
(71142, 3708, 10, 'Spawn Point 109 - Gold'),
|
|
(71143, 3708, 10, 'Spawn Point 109 - Silver'),
|
|
(71144, 3708, 30, 'Spawn Point 109 - Truesilver'),
|
|
(71145, 3709, 0, 'Spawn Point 110 - Iron'),
|
|
(71146, 3709, 25, 'Spawn Point 110 - Mithril'),
|
|
(71147, 3709, 10, 'Spawn Point 110 - Gold'),
|
|
(71148, 3709, 10, 'Spawn Point 110 - Silver'),
|
|
(71149, 3709, 30, 'Spawn Point 110 - Truesilver'),
|
|
(71150, 3710, 0, 'Spawn Point 111 - Iron'),
|
|
(71151, 3710, 25, 'Spawn Point 111 - Mithril'),
|
|
(71152, 3710, 10, 'Spawn Point 111 - Gold'),
|
|
(71153, 3710, 10, 'Spawn Point 111 - Silver'),
|
|
(71154, 3710, 30, 'Spawn Point 111 - Truesilver'),
|
|
(71155, 3711, 0, 'Spawn Point 112 - Iron'),
|
|
(71156, 3711, 25, 'Spawn Point 112 - Mithril'),
|
|
(71157, 3711, 10, 'Spawn Point 112 - Gold'),
|
|
(71158, 3711, 10, 'Spawn Point 112 - Silver'),
|
|
(71159, 3711, 30, 'Spawn Point 112 - Truesilver'),
|
|
(71160, 3712, 0, 'Spawn Point 113 - Iron'),
|
|
(71161, 3712, 25, 'Spawn Point 113 - Mithril'),
|
|
(71162, 3712, 10, 'Spawn Point 113 - Gold'),
|
|
(71163, 3712, 10, 'Spawn Point 113 - Silver'),
|
|
(71164, 3712, 30, 'Spawn Point 113 - Truesilver'),
|
|
(71165, 3713, 0, 'Spawn Point 114 - Iron'),
|
|
(71166, 3713, 25, 'Spawn Point 114 - Mithril'),
|
|
(71167, 3713, 10, 'Spawn Point 114 - Gold'),
|
|
(71168, 3713, 10, 'Spawn Point 114 - Silver'),
|
|
(71169, 3713, 30, 'Spawn Point 114 - Truesilver'),
|
|
(71170, 3714, 0, 'Spawn Point 115 - Iron'),
|
|
(71171, 3714, 25, 'Spawn Point 115 - Mithril'),
|
|
(71172, 3714, 10, 'Spawn Point 115 - Gold'),
|
|
(71173, 3714, 10, 'Spawn Point 115 - Silver'),
|
|
(71174, 3714, 30, 'Spawn Point 115 - Truesilver'),
|
|
(71175, 3715, 0, 'Spawn Point 116 - Iron'),
|
|
(71176, 3715, 25, 'Spawn Point 116 - Mithril'),
|
|
(71177, 3715, 10, 'Spawn Point 116 - Gold'),
|
|
(71178, 3715, 10, 'Spawn Point 116 - Silver'),
|
|
(71179, 3715, 30, 'Spawn Point 116 - Truesilver'),
|
|
(71180, 3716, 0, 'Spawn Point 117 - Iron'),
|
|
(71181, 3716, 25, 'Spawn Point 117 - Mithril'),
|
|
(71182, 3716, 10, 'Spawn Point 117 - Gold'),
|
|
(71183, 3716, 10, 'Spawn Point 117 - Silver'),
|
|
(71184, 3716, 30, 'Spawn Point 117 - Truesilver'),
|
|
(71185, 3717, 0, 'Spawn Point 118 - Iron'),
|
|
(71186, 3717, 25, 'Spawn Point 118 - Mithril'),
|
|
(71187, 3717, 10, 'Spawn Point 118 - Gold'),
|
|
(71188, 3717, 10, 'Spawn Point 118 - Silver'),
|
|
(71189, 3717, 30, 'Spawn Point 118 - Truesilver'),
|
|
(71190, 3718, 0, 'Spawn Point 119 - Iron'),
|
|
(71191, 3718, 25, 'Spawn Point 119 - Mithril'),
|
|
(71192, 3718, 10, 'Spawn Point 119 - Gold'),
|
|
(71193, 3718, 10, 'Spawn Point 119 - Silver'),
|
|
(71194, 3718, 30, 'Spawn Point 119 - Truesilver'),
|
|
(71195, 3719, 0, 'Spawn Point 120 - Iron'),
|
|
(71196, 3719, 25, 'Spawn Point 120 - Mithril'),
|
|
(71197, 3719, 10, 'Spawn Point 120 - Gold'),
|
|
(71198, 3719, 10, 'Spawn Point 120 - Silver'),
|
|
(71199, 3719, 30, 'Spawn Point 120 - Truesilver'),
|
|
(71200, 3720, 0, 'Spawn Point 121 - Iron'),
|
|
(71201, 3720, 25, 'Spawn Point 121 - Mithril'),
|
|
(71202, 3720, 10, 'Spawn Point 121 - Gold'),
|
|
(71203, 3720, 10, 'Spawn Point 121 - Silver'),
|
|
(71204, 3720, 30, 'Spawn Point 121 - Truesilver'),
|
|
(71205, 3721, 0, 'Spawn Point 122 - Iron'),
|
|
(71206, 3721, 25, 'Spawn Point 122 - Mithril'),
|
|
(71207, 3721, 10, 'Spawn Point 122 - Gold'),
|
|
(71208, 3721, 10, 'Spawn Point 122 - Silver'),
|
|
(71209, 3721, 30, 'Spawn Point 122 - Truesilver'),
|
|
(71210, 3722, 0, 'Spawn Point 123 - Iron'),
|
|
(71211, 3722, 25, 'Spawn Point 123 - Mithril'),
|
|
(71212, 3722, 10, 'Spawn Point 123 - Gold'),
|
|
(71213, 3722, 10, 'Spawn Point 123 - Silver'),
|
|
(71214, 3722, 30, 'Spawn Point 123 - Truesilver'),
|
|
(71215, 3723, 0, 'Spawn Point 124 - Iron'),
|
|
(71216, 3723, 25, 'Spawn Point 124 - Mithril'),
|
|
(71217, 3723, 10, 'Spawn Point 124 - Gold'),
|
|
(71218, 3723, 10, 'Spawn Point 124 - Silver'),
|
|
(71219, 3723, 30, 'Spawn Point 124 - Truesilver'),
|
|
(71220, 3724, 0, 'Spawn Point 125 - Iron'),
|
|
(71221, 3724, 25, 'Spawn Point 125 - Mithril'),
|
|
(71222, 3724, 10, 'Spawn Point 125 - Gold'),
|
|
(71223, 3724, 10, 'Spawn Point 125 - Silver'),
|
|
(71224, 3724, 30, 'Spawn Point 125 - Truesilver'),
|
|
(71225, 3725, 0, 'Spawn Point 126 - Iron'),
|
|
(71226, 3725, 25, 'Spawn Point 126 - Mithril'),
|
|
(71227, 3725, 10, 'Spawn Point 126 - Gold'),
|
|
(71228, 3725, 10, 'Spawn Point 126 - Silver'),
|
|
(71229, 3725, 30, 'Spawn Point 126 - Truesilver'),
|
|
(71230, 3726, 0, 'Spawn Point 127 - Iron'),
|
|
(71231, 3726, 25, 'Spawn Point 127 - Mithril'),
|
|
(71232, 3726, 10, 'Spawn Point 127 - Gold'),
|
|
(71233, 3726, 10, 'Spawn Point 127 - Silver'),
|
|
(71235, 3727, 0, 'Spawn Point 128 - Iron'),
|
|
(71236, 3727, 25, 'Spawn Point 128 - Mithril'),
|
|
(71237, 3727, 10, 'Spawn Point 128 - Gold'),
|
|
(71238, 3727, 10, 'Spawn Point 128 - Silver'),
|
|
(71239, 3727, 30, 'Spawn Point 128 - Truesilver'),
|
|
(71240, 3728, 0, 'Spawn Point 129 - Iron'),
|
|
(71241, 3728, 25, 'Spawn Point 129 - Mithril'),
|
|
(71242, 3728, 10, 'Spawn Point 129 - Gold'),
|
|
(71243, 3728, 10, 'Spawn Point 129 - Silver'),
|
|
(71245, 3729, 0, 'Spawn Point 130 - Iron'),
|
|
(71246, 3729, 25, 'Spawn Point 130 - Mithril'),
|
|
(71247, 3729, 10, 'Spawn Point 130 - Gold'),
|
|
(71248, 3729, 10, 'Spawn Point 130 - Silver'),
|
|
(71249, 3729, 30, 'Spawn Point 130 - Truesilver'),
|
|
(71250, 3730, 0, 'Spawn Point 131 - Iron'),
|
|
(71251, 3730, 25, 'Spawn Point 131 - Mithril'),
|
|
(71252, 3730, 10, 'Spawn Point 131 - Gold'),
|
|
(71253, 3730, 10, 'Spawn Point 131 - Silver'),
|
|
(71254, 3730, 30, 'Spawn Point 131 - Truesilver'),
|
|
(71255, 3731, 0, 'Spawn Point 132 - Iron'),
|
|
(71256, 3731, 25, 'Spawn Point 132 - Mithril'),
|
|
(71257, 3731, 10, 'Spawn Point 132 - Gold'),
|
|
(71258, 3731, 10, 'Spawn Point 132 - Silver'),
|
|
(71259, 3731, 30, 'Spawn Point 132 - Truesilver'),
|
|
(71260, 3732, 0, 'Spawn Point 133 - Iron'),
|
|
(71261, 3732, 25, 'Spawn Point 133 - Mithril'),
|
|
(71262, 3732, 10, 'Spawn Point 133 - Gold'),
|
|
(71263, 3732, 10, 'Spawn Point 133 - Silver'),
|
|
(71264, 3732, 30, 'Spawn Point 133 - Truesilver'),
|
|
(71265, 3733, 0, 'Spawn Point 134 - Iron'),
|
|
(71266, 3733, 25, 'Spawn Point 134 - Mithril'),
|
|
(71267, 3733, 10, 'Spawn Point 134 - Gold'),
|
|
(71268, 3733, 10, 'Spawn Point 134 - Silver'),
|
|
(71269, 3733, 30, 'Spawn Point 134 - Truesilver'),
|
|
(71270, 3734, 0, 'Spawn Point 135 - Iron'),
|
|
(71271, 3734, 25, 'Spawn Point 135 - Mithril'),
|
|
(71272, 3734, 10, 'Spawn Point 135 - Gold'),
|
|
(71273, 3734, 10, 'Spawn Point 135 - Silver'),
|
|
(71275, 3735, 0, 'Spawn Point 136 - Iron'),
|
|
(71276, 3735, 25, 'Spawn Point 136 - Mithril'),
|
|
(71277, 3735, 10, 'Spawn Point 136 - Gold'),
|
|
(71278, 3735, 10, 'Spawn Point 136 - Silver'),
|
|
(71279, 3735, 30, 'Spawn Point 136 - Truesilver'),
|
|
(71280, 3736, 0, 'Spawn Point 137 - Iron'),
|
|
(71281, 3736, 25, 'Spawn Point 137 - Mithril'),
|
|
(71282, 3736, 10, 'Spawn Point 137 - Gold'),
|
|
(71283, 3736, 10, 'Spawn Point 137 - Silver'),
|
|
(71284, 3736, 30, 'Spawn Point 137 - Truesilver'),
|
|
(71285, 3737, 0, 'Spawn Point 138 - Iron'),
|
|
(71286, 3737, 25, 'Spawn Point 138 - Mithril'),
|
|
(71287, 3737, 10, 'Spawn Point 138 - Gold'),
|
|
(71288, 3737, 10, 'Spawn Point 138 - Silver'),
|
|
(71289, 3737, 30, 'Spawn Point 138 - Truesilver'),
|
|
(71290, 3738, 0, 'Spawn Point 139 - Iron'),
|
|
(71291, 3738, 25, 'Spawn Point 139 - Mithril'),
|
|
(71292, 3738, 10, 'Spawn Point 139 - Gold'),
|
|
(71293, 3738, 10, 'Spawn Point 139 - Silver'),
|
|
(71294, 3738, 30, 'Spawn Point 139 - Truesilver'),
|
|
(71295, 3739, 0, 'Spawn Point 140 - Iron'),
|
|
(71296, 3739, 25, 'Spawn Point 140 - Mithril'),
|
|
(71297, 3739, 10, 'Spawn Point 140 - Gold'),
|
|
(71298, 3739, 10, 'Spawn Point 140 - Silver'),
|
|
(71299, 3739, 30, 'Spawn Point 140 - Truesilver'),
|
|
(71300, 3740, 0, 'Spawn Point 141 - Iron'),
|
|
(71301, 3740, 25, 'Spawn Point 141 - Mithril'),
|
|
(71302, 3740, 10, 'Spawn Point 141 - Gold'),
|
|
(71303, 3740, 10, 'Spawn Point 141 - Silver'),
|
|
(71304, 3740, 30, 'Spawn Point 141 - Truesilver'),
|
|
(71305, 3741, 0, 'Spawn Point 142 - Iron'),
|
|
(71306, 3741, 25, 'Spawn Point 142 - Mithril'),
|
|
(71307, 3741, 10, 'Spawn Point 142 - Gold'),
|
|
(71308, 3741, 10, 'Spawn Point 142 - Silver'),
|
|
(71309, 3741, 30, 'Spawn Point 142 - Truesilver'),
|
|
(71310, 3742, 0, 'Spawn Point 143 - Iron'),
|
|
(71311, 3742, 25, 'Spawn Point 143 - Mithril'),
|
|
(71312, 3742, 10, 'Spawn Point 143 - Gold'),
|
|
(71313, 3742, 10, 'Spawn Point 143 - Silver'),
|
|
(71314, 3742, 30, 'Spawn Point 143 - Truesilver'),
|
|
(71315, 3743, 0, 'Spawn Point 144 - Iron'),
|
|
(71316, 3743, 25, 'Spawn Point 144 - Mithril'),
|
|
(71317, 3743, 10, 'Spawn Point 144 - Gold'),
|
|
(71318, 3743, 10, 'Spawn Point 144 - Silver'),
|
|
(71319, 3743, 30, 'Spawn Point 144 - Truesilver'),
|
|
(71320, 3744, 0, 'Spawn Point 145 - Iron'),
|
|
(71321, 3744, 25, 'Spawn Point 145 - Mithril'),
|
|
(71322, 3744, 10, 'Spawn Point 145 - Gold'),
|
|
(71323, 3744, 10, 'Spawn Point 145 - Silver'),
|
|
(71324, 3744, 30, 'Spawn Point 145 - Truesilver'),
|
|
(71325, 3745, 0, 'Spawn Point 146 - Iron'),
|
|
(71326, 3745, 25, 'Spawn Point 146 - Mithril'),
|
|
(71327, 3745, 10, 'Spawn Point 146 - Gold'),
|
|
(71328, 3745, 10, 'Spawn Point 146 - Silver'),
|
|
(71329, 3745, 30, 'Spawn Point 146 - Truesilver'),
|
|
(71330, 3746, 0, 'Spawn Point 147 - Iron'),
|
|
(71331, 3746, 25, 'Spawn Point 147 - Mithril'),
|
|
(71332, 3746, 10, 'Spawn Point 147 - Gold'),
|
|
(71333, 3746, 10, 'Spawn Point 147 - Silver'),
|
|
(71334, 3746, 30, 'Spawn Point 147 - Truesilver'),
|
|
(71335, 3747, 0, 'Spawn Point 148 - Iron'),
|
|
(71336, 3747, 25, 'Spawn Point 148 - Mithril'),
|
|
(71337, 3747, 10, 'Spawn Point 148 - Gold'),
|
|
(71338, 3747, 10, 'Spawn Point 148 - Silver'),
|
|
(71339, 3747, 30, 'Spawn Point 148 - Truesilver'),
|
|
(71340, 3748, 0, 'Spawn Point 149 - Iron'),
|
|
(71341, 3748, 25, 'Spawn Point 149 - Mithril'),
|
|
(71342, 3748, 10, 'Spawn Point 149 - Gold'),
|
|
(71343, 3748, 10, 'Spawn Point 149 - Silver'),
|
|
(71344, 3748, 30, 'Spawn Point 149 - Truesilver'),
|
|
(71345, 3749, 0, 'Spawn Point 150 - Iron'),
|
|
(71346, 3749, 25, 'Spawn Point 150 - Mithril'),
|
|
(71347, 3749, 10, 'Spawn Point 150 - Gold'),
|
|
(71348, 3749, 10, 'Spawn Point 150 - Silver'),
|
|
(71349, 3749, 30, 'Spawn Point 150 - Truesilver'),
|
|
(71350, 3750, 0, 'Spawn Point 151 - Iron'),
|
|
(71351, 3750, 25, 'Spawn Point 151 - Mithril'),
|
|
(71352, 3750, 10, 'Spawn Point 151 - Gold'),
|
|
(71353, 3750, 10, 'Spawn Point 151 - Silver'),
|
|
(71354, 3750, 30, 'Spawn Point 151 - Truesilver'),
|
|
(71355, 3751, 0, 'Spawn Point 152 - Iron'),
|
|
(71356, 3751, 25, 'Spawn Point 152 - Mithril'),
|
|
(71357, 3751, 10, 'Spawn Point 152 - Gold'),
|
|
(71358, 3751, 10, 'Spawn Point 152 - Silver'),
|
|
(71359, 3751, 30, 'Spawn Point 152 - Truesilver'),
|
|
(71360, 3752, 0, 'Spawn Point 153 - Iron'),
|
|
(71361, 3752, 25, 'Spawn Point 153 - Mithril'),
|
|
(71362, 3752, 10, 'Spawn Point 153 - Gold'),
|
|
(71363, 3752, 10, 'Spawn Point 153 - Silver'),
|
|
(71364, 3752, 30, 'Spawn Point 153 - Truesilver'),
|
|
(71365, 3753, 0, 'Spawn Point 154 - Iron'),
|
|
(71366, 3753, 25, 'Spawn Point 154 - Mithril'),
|
|
(71367, 3753, 10, 'Spawn Point 154 - Gold'),
|
|
(71368, 3753, 10, 'Spawn Point 154 - Silver'),
|
|
(71369, 3753, 30, 'Spawn Point 154 - Truesilver'),
|
|
(71370, 3754, 0, 'Spawn Point 155 - Iron'),
|
|
(71371, 3754, 25, 'Spawn Point 155 - Mithril'),
|
|
(71372, 3754, 10, 'Spawn Point 155 - Gold'),
|
|
(71373, 3754, 10, 'Spawn Point 155 - Silver'),
|
|
(71374, 3754, 30, 'Spawn Point 155 - Truesilver'),
|
|
(71375, 3755, 0, 'Spawn Point 156 - Iron'),
|
|
(71376, 3755, 25, 'Spawn Point 156 - Mithril'),
|
|
(71377, 3755, 10, 'Spawn Point 156 - Gold'),
|
|
(71378, 3755, 10, 'Spawn Point 156 - Silver'),
|
|
(71379, 3755, 30, 'Spawn Point 156 - Truesilver'),
|
|
(71380, 3756, 0, 'Spawn Point 157 - Iron'),
|
|
(71381, 3756, 25, 'Spawn Point 157 - Mithril'),
|
|
(71382, 3756, 10, 'Spawn Point 157 - Gold'),
|
|
(71383, 3756, 10, 'Spawn Point 157 - Silver'),
|
|
(71384, 3756, 30, 'Spawn Point 157 - Truesilver'),
|
|
(71500, 3900, 0, 'Spawn Point 1 - Mithril'),
|
|
(71501, 3900, 30, 'Spawn Point 1 - Small Thorium'),
|
|
(71502, 3900, 10, 'Spawn Point 1 - Gold'),
|
|
(71503, 3900, 10, 'Spawn Point 1 - Truesilver'),
|
|
(71504, 3901, 0, 'Spawn Point 2 - Mithril'),
|
|
(71505, 3901, 30, 'Spawn Point 2 - Small Thorium'),
|
|
(71506, 3901, 10, 'Spawn Point 2 - Gold'),
|
|
(71507, 3901, 10, 'Spawn Point 2 - Truesilver'),
|
|
(71508, 3902, 0, 'Spawn Point 3 - Mithril'),
|
|
(71509, 3902, 30, 'Spawn Point 3 - Small Thorium'),
|
|
(71510, 3902, 10, 'Spawn Point 3 - Gold'),
|
|
(71511, 3902, 10, 'Spawn Point 3 - Truesilver'),
|
|
(71512, 3903, 0, 'Spawn Point 4 - Mithril'),
|
|
(71513, 3903, 30, 'Spawn Point 4 - Small Thorium'),
|
|
(71514, 3903, 10, 'Spawn Point 4 - Gold'),
|
|
(71515, 3903, 10, 'Spawn Point 4 - Truesilver'),
|
|
(71516, 3904, 0, 'Spawn Point 5 - Mithril'),
|
|
(71517, 3904, 30, 'Spawn Point 5 - Small Thorium'),
|
|
(71518, 3904, 10, 'Spawn Point 5 - Gold'),
|
|
(71519, 3904, 10, 'Spawn Point 5 - Truesilver'),
|
|
(71520, 3905, 0, 'Spawn Point 6 - Mithril'),
|
|
(71521, 3905, 30, 'Spawn Point 6 - Small Thorium'),
|
|
(71522, 3905, 10, 'Spawn Point 6 - Gold'),
|
|
(71523, 3905, 10, 'Spawn Point 6 - Truesilver'),
|
|
(71524, 3906, 0, 'Spawn Point 7 - Mithril'),
|
|
(71525, 3906, 30, 'Spawn Point 7 - Small Thorium'),
|
|
(71526, 3906, 10, 'Spawn Point 7 - Gold'),
|
|
(71527, 3906, 10, 'Spawn Point 7 - Truesilver'),
|
|
(71528, 3907, 0, 'Spawn Point 8 - Mithril'),
|
|
(71529, 3907, 30, 'Spawn Point 8 - Small Thorium'),
|
|
(71530, 3907, 10, 'Spawn Point 8 - Gold'),
|
|
(71531, 3907, 10, 'Spawn Point 8 - Truesilver'),
|
|
(71532, 3908, 0, 'Spawn Point 9 - Mithril'),
|
|
(71533, 3908, 30, 'Spawn Point 9 - Small Thorium'),
|
|
(71535, 3908, 10, 'Spawn Point 9 - Truesilver'),
|
|
(71536, 3909, 0, 'Spawn Point 10 - Mithril'),
|
|
(71537, 3909, 30, 'Spawn Point 10 - Small Thorium'),
|
|
(71538, 3909, 10, 'Spawn Point 10 - Gold'),
|
|
(71539, 3909, 10, 'Spawn Point 10 - Truesilver'),
|
|
(71540, 3910, 0, 'Spawn Point 11 - Mithril'),
|
|
(71541, 3910, 30, 'Spawn Point 11 - Small Thorium'),
|
|
(71542, 3910, 10, 'Spawn Point 11 - Gold'),
|
|
(71543, 3910, 10, 'Spawn Point 11 - Truesilver'),
|
|
(71544, 3911, 0, 'Spawn Point 12 - Mithril'),
|
|
(71545, 3911, 30, 'Spawn Point 12 - Small Thorium'),
|
|
(71546, 3911, 10, 'Spawn Point 12 - Gold'),
|
|
(71547, 3911, 10, 'Spawn Point 12 - Truesilver'),
|
|
(71548, 3912, 0, 'Spawn Point 13 - Mithril'),
|
|
(71549, 3912, 30, 'Spawn Point 13 - Small Thorium'),
|
|
(71550, 3912, 10, 'Spawn Point 13 - Gold'),
|
|
(71551, 3912, 10, 'Spawn Point 13 - Truesilver'),
|
|
(71552, 3913, 0, 'Spawn Point 14 - Mithril'),
|
|
(71553, 3913, 30, 'Spawn Point 14 - Small Thorium'),
|
|
(71554, 3913, 10, 'Spawn Point 14 - Gold'),
|
|
(71555, 3913, 10, 'Spawn Point 14 - Truesilver'),
|
|
(71556, 3914, 0, 'Spawn Point 15 - Mithril'),
|
|
(71557, 3914, 30, 'Spawn Point 15 - Small Thorium'),
|
|
(71558, 3914, 10, 'Spawn Point 15 - Gold'),
|
|
(71559, 3914, 10, 'Spawn Point 15 - Truesilver'),
|
|
(71560, 3915, 0, 'Spawn Point 16 - Mithril'),
|
|
(71561, 3915, 30, 'Spawn Point 16 - Small Thorium'),
|
|
(71562, 3915, 10, 'Spawn Point 16 - Gold'),
|
|
(71563, 3915, 10, 'Spawn Point 16 - Truesilver'),
|
|
(71564, 3916, 0, 'Spawn Point 17 - Mithril'),
|
|
(71565, 3916, 30, 'Spawn Point 17 - Small Thorium'),
|
|
(71566, 3916, 10, 'Spawn Point 17 - Gold'),
|
|
(71567, 3916, 10, 'Spawn Point 17 - Truesilver'),
|
|
(71568, 3917, 0, 'Spawn Point 18 - Mithril'),
|
|
(71569, 3917, 30, 'Spawn Point 18 - Small Thorium'),
|
|
(71570, 3917, 10, 'Spawn Point 18 - Gold'),
|
|
(71571, 3917, 10, 'Spawn Point 18 - Truesilver'),
|
|
(71572, 3918, 0, 'Spawn Point 19 - Mithril'),
|
|
(71573, 3918, 30, 'Spawn Point 19 - Small Thorium'),
|
|
(71574, 3918, 10, 'Spawn Point 19 - Gold'),
|
|
(71575, 3918, 10, 'Spawn Point 19 - Truesilver'),
|
|
(71576, 3919, 0, 'Spawn Point 20 - Mithril'),
|
|
(71577, 3919, 30, 'Spawn Point 20 - Small Thorium'),
|
|
(71578, 3919, 10, 'Spawn Point 20 - Gold'),
|
|
(71579, 3919, 10, 'Spawn Point 20 - Truesilver'),
|
|
(71580, 3920, 0, 'Spawn Point 21 - Mithril'),
|
|
(71581, 3920, 30, 'Spawn Point 21 - Small Thorium'),
|
|
(71582, 3920, 10, 'Spawn Point 21 - Gold'),
|
|
(71583, 3920, 10, 'Spawn Point 21 - Truesilver'),
|
|
(71584, 3921, 0, 'Spawn Point 22 - Mithril'),
|
|
(71585, 3921, 30, 'Spawn Point 22 - Small Thorium'),
|
|
(71586, 3921, 10, 'Spawn Point 22 - Gold'),
|
|
(71587, 3921, 10, 'Spawn Point 22 - Truesilver'),
|
|
(71588, 3922, 0, 'Spawn Point 23 - Mithril'),
|
|
(71589, 3922, 30, 'Spawn Point 23 - Small Thorium'),
|
|
(71590, 3922, 10, 'Spawn Point 23 - Gold'),
|
|
(71591, 3922, 10, 'Spawn Point 23 - Truesilver'),
|
|
(71592, 3923, 0, 'Spawn Point 24 - Mithril'),
|
|
(71593, 3923, 30, 'Spawn Point 24 - Small Thorium'),
|
|
(71594, 3923, 10, 'Spawn Point 24 - Gold'),
|
|
(71595, 3923, 10, 'Spawn Point 24 - Truesilver'),
|
|
(71596, 3924, 0, 'Spawn Point 25 - Mithril'),
|
|
(71597, 3924, 30, 'Spawn Point 25 - Small Thorium'),
|
|
(71598, 3924, 10, 'Spawn Point 25 - Gold'),
|
|
(71599, 3924, 10, 'Spawn Point 25 - Truesilver'),
|
|
(71600, 3925, 0, 'Spawn Point 26 - Mithril'),
|
|
(71601, 3925, 30, 'Spawn Point 26 - Small Thorium'),
|
|
(71602, 3925, 10, 'Spawn Point 26 - Gold'),
|
|
(71603, 3925, 10, 'Spawn Point 26 - Truesilver'),
|
|
(71604, 3926, 0, 'Spawn Point 27 - Mithril'),
|
|
(71605, 3926, 30, 'Spawn Point 27 - Small Thorium'),
|
|
(71606, 3926, 10, 'Spawn Point 27 - Gold'),
|
|
(71607, 3926, 10, 'Spawn Point 27 - Truesilver'),
|
|
(71608, 3927, 0, 'Spawn Point 28 - Mithril'),
|
|
(71609, 3927, 30, 'Spawn Point 28 - Small Thorium'),
|
|
(71610, 3927, 10, 'Spawn Point 28 - Gold'),
|
|
(71611, 3927, 10, 'Spawn Point 28 - Truesilver'),
|
|
(71612, 3928, 0, 'Spawn Point 29 - Mithril'),
|
|
(71613, 3928, 30, 'Spawn Point 29 - Small Thorium'),
|
|
(71614, 3928, 10, 'Spawn Point 29 - Gold'),
|
|
(71615, 3928, 10, 'Spawn Point 29 - Truesilver'),
|
|
(71616, 3929, 0, 'Spawn Point 30 - Mithril'),
|
|
(71617, 3929, 30, 'Spawn Point 30 - Small Thorium'),
|
|
(71618, 3929, 10, 'Spawn Point 30 - Gold'),
|
|
(71619, 3929, 10, 'Spawn Point 30 - Truesilver'),
|
|
(71620, 3930, 0, 'Spawn Point 31 - Mithril'),
|
|
(71621, 3930, 30, 'Spawn Point 31 - Small Thorium'),
|
|
(71622, 3930, 10, 'Spawn Point 31 - Gold'),
|
|
(71623, 3930, 10, 'Spawn Point 31 - Truesilver'),
|
|
(71624, 3931, 0, 'Spawn Point 32 - Mithril'),
|
|
(71625, 3931, 30, 'Spawn Point 32 - Small Thorium'),
|
|
(71626, 3931, 10, 'Spawn Point 32 - Gold'),
|
|
(71627, 3931, 10, 'Spawn Point 32 - Truesilver'),
|
|
(71628, 3932, 0, 'Spawn Point 33 - Mithril'),
|
|
(71629, 3932, 30, 'Spawn Point 33 - Small Thorium'),
|
|
(71630, 3932, 10, 'Spawn Point 33 - Gold'),
|
|
(71631, 3932, 10, 'Spawn Point 33 - Truesilver'),
|
|
(71632, 3933, 0, 'Spawn Point 34 - Mithril'),
|
|
(71633, 3933, 30, 'Spawn Point 34 - Small Thorium'),
|
|
(71634, 3933, 10, 'Spawn Point 34 - Gold'),
|
|
(71635, 3933, 10, 'Spawn Point 34 - Truesilver'),
|
|
(71636, 3934, 0, 'Spawn Point 35 - Mithril'),
|
|
(71637, 3934, 30, 'Spawn Point 35 - Small Thorium'),
|
|
(71638, 3934, 10, 'Spawn Point 35 - Gold'),
|
|
(71639, 3934, 10, 'Spawn Point 35 - Truesilver'),
|
|
(71640, 3935, 0, 'Spawn Point 36 - Mithril'),
|
|
(71641, 3935, 30, 'Spawn Point 36 - Small Thorium'),
|
|
(71642, 3935, 10, 'Spawn Point 36 - Gold'),
|
|
(71643, 3935, 10, 'Spawn Point 36 - Truesilver'),
|
|
(71644, 3936, 0, 'Spawn Point 37 - Mithril'),
|
|
(71645, 3936, 30, 'Spawn Point 37 - Small Thorium'),
|
|
(71646, 3936, 10, 'Spawn Point 37 - Gold'),
|
|
(71647, 3936, 10, 'Spawn Point 37 - Truesilver'),
|
|
(71648, 3937, 0, 'Spawn Point 38 - Mithril'),
|
|
(71649, 3937, 30, 'Spawn Point 38 - Small Thorium'),
|
|
(71650, 3937, 10, 'Spawn Point 38 - Gold'),
|
|
(71651, 3937, 10, 'Spawn Point 38 - Truesilver'),
|
|
(71652, 3938, 0, 'Spawn Point 39 - Mithril'),
|
|
(71653, 3938, 30, 'Spawn Point 39 - Small Thorium'),
|
|
(71654, 3938, 10, 'Spawn Point 39 - Gold'),
|
|
(71655, 3938, 10, 'Spawn Point 39 - Truesilver'),
|
|
(71656, 3939, 0, 'Spawn Point 40 - Mithril'),
|
|
(71657, 3939, 30, 'Spawn Point 40 - Small Thorium'),
|
|
(71658, 3939, 10, 'Spawn Point 40 - Gold'),
|
|
(71659, 3939, 10, 'Spawn Point 40 - Truesilver'),
|
|
(71660, 3940, 0, 'Spawn Point 41 - Mithril'),
|
|
(71661, 3940, 30, 'Spawn Point 41 - Small Thorium'),
|
|
(71662, 3940, 10, 'Spawn Point 41 - Gold'),
|
|
(71663, 3940, 10, 'Spawn Point 41 - Truesilver'),
|
|
(71664, 3941, 0, 'Spawn Point 42 - Mithril'),
|
|
(71665, 3941, 30, 'Spawn Point 42 - Small Thorium'),
|
|
(71666, 3941, 10, 'Spawn Point 42 - Gold'),
|
|
(71667, 3941, 10, 'Spawn Point 42 - Truesilver'),
|
|
(71668, 3942, 0, 'Spawn Point 43 - Mithril'),
|
|
(71669, 3942, 30, 'Spawn Point 43 - Small Thorium'),
|
|
(71670, 3942, 10, 'Spawn Point 43 - Gold'),
|
|
(71671, 3942, 10, 'Spawn Point 43 - Truesilver'),
|
|
(71672, 3943, 0, 'Spawn Point 44 - Mithril'),
|
|
(71673, 3943, 30, 'Spawn Point 44 - Small Thorium'),
|
|
(71674, 3943, 10, 'Spawn Point 44 - Gold'),
|
|
(71675, 3943, 10, 'Spawn Point 44 - Truesilver'),
|
|
(71676, 3944, 0, 'Spawn Point 45 - Mithril'),
|
|
(71677, 3944, 30, 'Spawn Point 45 - Small Thorium'),
|
|
(71678, 3944, 10, 'Spawn Point 45 - Gold'),
|
|
(71679, 3944, 10, 'Spawn Point 45 - Truesilver'),
|
|
(71680, 3945, 0, 'Spawn Point 46 - Mithril'),
|
|
(71681, 3945, 30, 'Spawn Point 46 - Small Thorium'),
|
|
(71682, 3945, 10, 'Spawn Point 46 - Gold'),
|
|
(71683, 3945, 10, 'Spawn Point 46 - Truesilver'),
|
|
(71684, 3946, 0, 'Spawn Point 47 - Mithril'),
|
|
(71685, 3946, 30, 'Spawn Point 47 - Small Thorium'),
|
|
(71686, 3946, 10, 'Spawn Point 47 - Gold'),
|
|
(71687, 3946, 10, 'Spawn Point 47 - Truesilver'),
|
|
(71688, 3947, 0, 'Spawn Point 48 - Mithril'),
|
|
(71689, 3947, 30, 'Spawn Point 48 - Small Thorium'),
|
|
(71690, 3947, 10, 'Spawn Point 48 - Gold'),
|
|
(71691, 3947, 10, 'Spawn Point 48 - Truesilver'),
|
|
(71692, 3948, 0, 'Spawn Point 49 - Mithril'),
|
|
(71693, 3948, 30, 'Spawn Point 49 - Small Thorium'),
|
|
(71694, 3948, 10, 'Spawn Point 49 - Gold'),
|
|
(71695, 3948, 10, 'Spawn Point 49 - Truesilver'),
|
|
(71696, 3949, 0, 'Spawn Point 50 - Mithril'),
|
|
(71697, 3949, 30, 'Spawn Point 50 - Small Thorium'),
|
|
(71698, 3949, 10, 'Spawn Point 50 - Gold'),
|
|
(71699, 3949, 10, 'Spawn Point 50 - Truesilver'),
|
|
(71700, 3950, 0, 'Spawn Point 51 - Mithril'),
|
|
(71701, 3950, 30, 'Spawn Point 51 - Small Thorium'),
|
|
(71702, 3950, 10, 'Spawn Point 51 - Gold'),
|
|
(71703, 3950, 10, 'Spawn Point 51 - Truesilver'),
|
|
(71704, 3951, 0, 'Spawn Point 52 - Mithril'),
|
|
(71705, 3951, 30, 'Spawn Point 52 - Small Thorium'),
|
|
(71706, 3951, 10, 'Spawn Point 52 - Gold'),
|
|
(71707, 3951, 10, 'Spawn Point 52 - Truesilver'),
|
|
(71708, 3952, 0, 'Spawn Point 53 - Mithril'),
|
|
(71709, 3952, 30, 'Spawn Point 53 - Small Thorium'),
|
|
(71710, 3952, 10, 'Spawn Point 53 - Gold'),
|
|
(71711, 3952, 10, 'Spawn Point 53 - Truesilver'),
|
|
(71712, 3953, 0, 'Spawn Point 54 - Mithril'),
|
|
(71713, 3953, 30, 'Spawn Point 54 - Small Thorium'),
|
|
(71714, 3953, 10, 'Spawn Point 54 - Gold'),
|
|
(71715, 3953, 10, 'Spawn Point 54 - Truesilver'),
|
|
(71716, 3954, 0, 'Spawn Point 55 - Mithril'),
|
|
(71717, 3954, 30, 'Spawn Point 55 - Small Thorium'),
|
|
(71718, 3954, 10, 'Spawn Point 55 - Gold'),
|
|
(71719, 3954, 10, 'Spawn Point 55 - Truesilver'),
|
|
(71720, 3955, 0, 'Spawn Point 56 - Mithril'),
|
|
(71721, 3955, 30, 'Spawn Point 56 - Small Thorium'),
|
|
(71722, 3955, 10, 'Spawn Point 56 - Gold'),
|
|
(71723, 3955, 10, 'Spawn Point 56 - Truesilver'),
|
|
(71724, 3956, 0, 'Spawn Point 57 - Mithril'),
|
|
(71725, 3956, 30, 'Spawn Point 57 - Small Thorium'),
|
|
(71726, 3956, 10, 'Spawn Point 57 - Gold'),
|
|
(71727, 3956, 10, 'Spawn Point 57 - Truesilver'),
|
|
(71728, 3957, 0, 'Spawn Point 58 - Mithril'),
|
|
(71729, 3957, 30, 'Spawn Point 58 - Small Thorium'),
|
|
(71730, 3957, 10, 'Spawn Point 58 - Gold'),
|
|
(71731, 3957, 10, 'Spawn Point 58 - Truesilver'),
|
|
(71732, 3958, 0, 'Spawn Point 59 - Mithril'),
|
|
(71733, 3958, 30, 'Spawn Point 59 - Small Thorium'),
|
|
(71734, 3958, 10, 'Spawn Point 59 - Gold'),
|
|
(71735, 3958, 10, 'Spawn Point 59 - Truesilver'),
|
|
(71736, 3959, 0, 'Spawn Point 60 - Mithril'),
|
|
(71737, 3959, 30, 'Spawn Point 60 - Small Thorium'),
|
|
(71738, 3959, 10, 'Spawn Point 60 - Gold'),
|
|
(71739, 3959, 10, 'Spawn Point 60 - Truesilver'),
|
|
(71740, 3960, 0, 'Spawn Point 61 - Mithril'),
|
|
(71741, 3960, 30, 'Spawn Point 61 - Small Thorium'),
|
|
(71742, 3960, 10, 'Spawn Point 61 - Gold'),
|
|
(71743, 3960, 10, 'Spawn Point 61 - Truesilver'),
|
|
(71744, 3961, 0, 'Spawn Point 62 - Mithril'),
|
|
(71745, 3961, 30, 'Spawn Point 62 - Small Thorium'),
|
|
(71746, 3961, 10, 'Spawn Point 62 - Gold'),
|
|
(71747, 3961, 10, 'Spawn Point 62 - Truesilver'),
|
|
(71748, 3962, 0, 'Spawn Point 63 - Mithril'),
|
|
(71749, 3962, 30, 'Spawn Point 63 - Small Thorium'),
|
|
(71750, 3962, 10, 'Spawn Point 63 - Gold'),
|
|
(71751, 3962, 10, 'Spawn Point 63 - Truesilver'),
|
|
(71752, 3963, 0, 'Spawn Point 64 - Mithril'),
|
|
(71753, 3963, 30, 'Spawn Point 64 - Small Thorium'),
|
|
(71754, 3963, 10, 'Spawn Point 64 - Gold'),
|
|
(71755, 3963, 10, 'Spawn Point 64 - Truesilver'),
|
|
(71756, 3964, 0, 'Spawn Point 65 - Mithril'),
|
|
(71757, 3964, 30, 'Spawn Point 65 - Small Thorium'),
|
|
(71758, 3964, 10, 'Spawn Point 65 - Gold'),
|
|
(71759, 3964, 10, 'Spawn Point 65 - Truesilver'),
|
|
(71760, 3965, 0, 'Spawn Point 66 - Mithril'),
|
|
(71761, 3965, 30, 'Spawn Point 66 - Small Thorium'),
|
|
(71762, 3965, 10, 'Spawn Point 66 - Gold'),
|
|
(71763, 3965, 10, 'Spawn Point 66 - Truesilver'),
|
|
(71764, 3966, 0, 'Spawn Point 67 - Mithril'),
|
|
(71765, 3966, 30, 'Spawn Point 67 - Small Thorium'),
|
|
(71766, 3966, 10, 'Spawn Point 67 - Gold'),
|
|
(71767, 3966, 10, 'Spawn Point 67 - Truesilver'),
|
|
(71768, 3967, 0, 'Spawn Point 68 - Mithril'),
|
|
(71769, 3967, 30, 'Spawn Point 68 - Small Thorium'),
|
|
(71770, 3967, 10, 'Spawn Point 68 - Gold'),
|
|
(71771, 3967, 10, 'Spawn Point 68 - Truesilver'),
|
|
(71772, 3968, 0, 'Spawn Point 69 - Mithril'),
|
|
(71773, 3968, 30, 'Spawn Point 69 - Small Thorium'),
|
|
(71774, 3968, 10, 'Spawn Point 69 - Gold'),
|
|
(71775, 3968, 10, 'Spawn Point 69 - Truesilver'),
|
|
(71776, 3969, 0, 'Spawn Point 70 - Mithril'),
|
|
(71777, 3969, 30, 'Spawn Point 70 - Small Thorium'),
|
|
(71778, 3969, 10, 'Spawn Point 70 - Gold'),
|
|
(71779, 3969, 10, 'Spawn Point 70 - Truesilver'),
|
|
(71780, 3970, 0, 'Spawn Point 71 - Mithril'),
|
|
(71781, 3970, 30, 'Spawn Point 71 - Small Thorium'),
|
|
(71782, 3970, 10, 'Spawn Point 71 - Gold'),
|
|
(71783, 3970, 10, 'Spawn Point 71 - Truesilver'),
|
|
(71784, 3971, 0, 'Spawn Point 72 - Mithril'),
|
|
(71785, 3971, 30, 'Spawn Point 72 - Small Thorium'),
|
|
(71786, 3971, 10, 'Spawn Point 72 - Gold'),
|
|
(71787, 3971, 10, 'Spawn Point 72 - Truesilver'),
|
|
(71788, 3972, 0, 'Spawn Point 73 - Mithril'),
|
|
(71789, 3972, 30, 'Spawn Point 73 - Small Thorium'),
|
|
(71790, 3972, 10, 'Spawn Point 73 - Gold'),
|
|
(71791, 3972, 10, 'Spawn Point 73 - Truesilver'),
|
|
(71792, 3973, 0, 'Spawn Point 74 - Mithril'),
|
|
(71793, 3973, 30, 'Spawn Point 74 - Small Thorium'),
|
|
(71794, 3973, 10, 'Spawn Point 74 - Gold'),
|
|
(71795, 3973, 10, 'Spawn Point 74 - Truesilver'),
|
|
(71796, 3974, 0, 'Spawn Point 75 - Mithril'),
|
|
(71797, 3974, 30, 'Spawn Point 75 - Small Thorium'),
|
|
(71798, 3974, 10, 'Spawn Point 75 - Gold'),
|
|
(71799, 3974, 10, 'Spawn Point 75 - Truesilver'),
|
|
(71800, 3975, 0, 'Spawn Point 76 - Mithril'),
|
|
(71801, 3975, 30, 'Spawn Point 76 - Small Thorium'),
|
|
(71802, 3975, 10, 'Spawn Point 76 - Gold'),
|
|
(71803, 3975, 10, 'Spawn Point 76 - Truesilver'),
|
|
(71804, 3976, 0, 'Spawn Point 77 - Mithril'),
|
|
(71805, 3976, 30, 'Spawn Point 77 - Small Thorium'),
|
|
(71806, 3976, 10, 'Spawn Point 77 - Gold'),
|
|
(71807, 3976, 10, 'Spawn Point 77 - Truesilver'),
|
|
(71808, 3977, 0, 'Spawn Point 78 - Mithril'),
|
|
(71809, 3977, 30, 'Spawn Point 78 - Small Thorium'),
|
|
(71810, 3977, 10, 'Spawn Point 78 - Gold'),
|
|
(71811, 3977, 10, 'Spawn Point 78 - Truesilver'),
|
|
(71812, 3978, 0, 'Spawn Point 79 - Mithril'),
|
|
(71813, 3978, 30, 'Spawn Point 79 - Small Thorium'),
|
|
(71814, 3978, 10, 'Spawn Point 79 - Gold'),
|
|
(71815, 3978, 10, 'Spawn Point 79 - Truesilver'),
|
|
(71816, 3979, 0, 'Spawn Point 80 - Mithril'),
|
|
(71817, 3979, 30, 'Spawn Point 80 - Small Thorium'),
|
|
(71818, 3979, 10, 'Spawn Point 80 - Gold'),
|
|
(71819, 3979, 10, 'Spawn Point 80 - Truesilver'),
|
|
(71820, 3980, 0, 'Spawn Point 81 - Mithril'),
|
|
(71821, 3980, 30, 'Spawn Point 81 - Small Thorium'),
|
|
(71822, 3980, 10, 'Spawn Point 81 - Gold'),
|
|
(71823, 3980, 10, 'Spawn Point 81 - Truesilver'),
|
|
(71824, 3981, 0, 'Spawn Point 82 - Mithril'),
|
|
(71825, 3981, 30, 'Spawn Point 82 - Small Thorium'),
|
|
(71826, 3981, 10, 'Spawn Point 82 - Gold'),
|
|
(71827, 3981, 10, 'Spawn Point 82 - Truesilver'),
|
|
(71828, 3982, 0, 'Spawn Point 83 - Mithril'),
|
|
(71829, 3982, 30, 'Spawn Point 83 - Small Thorium'),
|
|
(71830, 3982, 10, 'Spawn Point 83 - Gold'),
|
|
(71831, 3982, 10, 'Spawn Point 83 - Truesilver'),
|
|
(71832, 3983, 0, 'Spawn Point 84 - Mithril'),
|
|
(71833, 3983, 30, 'Spawn Point 84 - Small Thorium'),
|
|
(71834, 3983, 10, 'Spawn Point 84 - Gold'),
|
|
(71835, 3983, 10, 'Spawn Point 84 - Truesilver'),
|
|
(71836, 3984, 0, 'Spawn Point 85 - Mithril'),
|
|
(71837, 3984, 30, 'Spawn Point 85 - Small Thorium'),
|
|
(71838, 3984, 10, 'Spawn Point 85 - Gold'),
|
|
(71839, 3984, 10, 'Spawn Point 85 - Truesilver'),
|
|
(71840, 3985, 0, 'Spawn Point 86 - Mithril'),
|
|
(71841, 3985, 30, 'Spawn Point 86 - Small Thorium'),
|
|
(71842, 3985, 10, 'Spawn Point 86 - Gold'),
|
|
(71843, 3985, 10, 'Spawn Point 86 - Truesilver'),
|
|
(71844, 3986, 0, 'Spawn Point 87 - Mithril'),
|
|
(71845, 3986, 30, 'Spawn Point 87 - Small Thorium'),
|
|
(71846, 3986, 10, 'Spawn Point 87 - Gold'),
|
|
(71847, 3986, 10, 'Spawn Point 87 - Truesilver'),
|
|
(71848, 3987, 0, 'Spawn Point 88 - Mithril'),
|
|
(71849, 3987, 30, 'Spawn Point 88 - Small Thorium'),
|
|
(71850, 3987, 10, 'Spawn Point 88 - Gold'),
|
|
(71851, 3987, 10, 'Spawn Point 88 - Truesilver'),
|
|
(71852, 3988, 0, 'Spawn Point 89 - Mithril'),
|
|
(71853, 3988, 30, 'Spawn Point 89 - Small Thorium'),
|
|
(71854, 3988, 10, 'Spawn Point 89 - Gold'),
|
|
(71855, 3988, 10, 'Spawn Point 89 - Truesilver'),
|
|
(71856, 3989, 0, 'Spawn Point 90 - Mithril'),
|
|
(71857, 3989, 30, 'Spawn Point 90 - Small Thorium'),
|
|
(71858, 3989, 10, 'Spawn Point 90 - Gold'),
|
|
(71859, 3989, 10, 'Spawn Point 90 - Truesilver'),
|
|
(71860, 3990, 0, 'Spawn Point 91 - Mithril'),
|
|
(71861, 3990, 30, 'Spawn Point 91 - Small Thorium'),
|
|
(71862, 3990, 10, 'Spawn Point 91 - Gold'),
|
|
(71863, 3990, 10, 'Spawn Point 91 - Truesilver'),
|
|
(71868, 3992, 0, 'Spawn Point 93 - Mithril'),
|
|
(71869, 3992, 30, 'Spawn Point 93 - Small Thorium'),
|
|
(71870, 3992, 10, 'Spawn Point 93 - Gold'),
|
|
(71871, 3992, 10, 'Spawn Point 93 - Truesilver'),
|
|
(71872, 3993, 0, 'Spawn Point 94 - Mithril'),
|
|
(71873, 3993, 30, 'Spawn Point 94 - Small Thorium'),
|
|
(71874, 3993, 10, 'Spawn Point 94 - Gold'),
|
|
(71875, 3993, 10, 'Spawn Point 94 - Truesilver'),
|
|
(71876, 3994, 0, 'Spawn Point 95 - Mithril'),
|
|
(71877, 3994, 30, 'Spawn Point 95 - Small Thorium'),
|
|
(71878, 3994, 10, 'Spawn Point 95 - Gold'),
|
|
(71879, 3994, 10, 'Spawn Point 95 - Truesilver'),
|
|
(71880, 3995, 0, 'Spawn Point 96 - Mithril'),
|
|
(71881, 3995, 30, 'Spawn Point 96 - Small Thorium'),
|
|
(71882, 3995, 10, 'Spawn Point 96 - Gold'),
|
|
(71883, 3995, 10, 'Spawn Point 96 - Truesilver'),
|
|
(71884, 3996, 0, 'Spawn Point 97 - Mithril'),
|
|
(71885, 3996, 30, 'Spawn Point 97 - Small Thorium'),
|
|
(71886, 3996, 10, 'Spawn Point 97 - Gold'),
|
|
(71887, 3996, 10, 'Spawn Point 97 - Truesilver'),
|
|
(71888, 3997, 0, 'Spawn Point 98 - Mithril'),
|
|
(71889, 3997, 30, 'Spawn Point 98 - Small Thorium'),
|
|
(71890, 3997, 10, 'Spawn Point 98 - Gold'),
|
|
(71891, 3997, 10, 'Spawn Point 98 - Truesilver'),
|
|
(71892, 3998, 0, 'Spawn Point 99 - Mithril'),
|
|
(71893, 3998, 30, 'Spawn Point 99 - Small Thorium'),
|
|
(71894, 3998, 10, 'Spawn Point 99 - Gold'),
|
|
(71895, 3998, 10, 'Spawn Point 99 - Truesilver'),
|
|
(71896, 3999, 0, 'Spawn Point 100 - Mithril'),
|
|
(71897, 3999, 30, 'Spawn Point 100 - Small Thorium'),
|
|
(71898, 3999, 10, 'Spawn Point 100 - Gold'),
|
|
(71899, 3999, 10, 'Spawn Point 100 - Truesilver'),
|
|
(71900, 4000, 0, 'Spawn Point 101 - Mithril'),
|
|
(71901, 4000, 30, 'Spawn Point 101 - Small Thorium'),
|
|
(71902, 4000, 10, 'Spawn Point 101 - Gold'),
|
|
(71903, 4000, 10, 'Spawn Point 101 - Truesilver'),
|
|
(71908, 4002, 0, 'Spawn Point 103 - Mithril'),
|
|
(71909, 4002, 30, 'Spawn Point 103 - Small Thorium'),
|
|
(71910, 4002, 10, 'Spawn Point 103 - Gold'),
|
|
(71911, 4002, 10, 'Spawn Point 103 - Truesilver'),
|
|
(71912, 4003, 0, 'Spawn Point 104 - Mithril'),
|
|
(71913, 4003, 30, 'Spawn Point 104 - Small Thorium'),
|
|
(71914, 4003, 10, 'Spawn Point 104 - Gold'),
|
|
(71915, 4003, 10, 'Spawn Point 104 - Truesilver'),
|
|
(71916, 4004, 0, 'Spawn Point 105 - Mithril'),
|
|
(71917, 4004, 30, 'Spawn Point 105 - Small Thorium'),
|
|
(71918, 4004, 10, 'Spawn Point 105 - Gold'),
|
|
(71919, 4004, 10, 'Spawn Point 105 - Truesilver'),
|
|
(71920, 4005, 0, 'Spawn Point 106 - Mithril'),
|
|
(71921, 4005, 30, 'Spawn Point 106 - Small Thorium'),
|
|
(71922, 4005, 10, 'Spawn Point 106 - Gold'),
|
|
(71923, 4005, 10, 'Spawn Point 106 - Truesilver'),
|
|
(71924, 4006, 0, 'Spawn Point 107 - Mithril'),
|
|
(71925, 4006, 30, 'Spawn Point 107 - Small Thorium'),
|
|
(71926, 4006, 10, 'Spawn Point 107 - Gold'),
|
|
(71927, 4006, 10, 'Spawn Point 107 - Truesilver'),
|
|
(71928, 4007, 0, 'Spawn Point 108 - Mithril'),
|
|
(71929, 4007, 30, 'Spawn Point 108 - Small Thorium'),
|
|
(71930, 4007, 10, 'Spawn Point 108 - Gold'),
|
|
(71931, 4007, 10, 'Spawn Point 108 - Truesilver'),
|
|
(71932, 4008, 0, 'Spawn Point 109 - Mithril'),
|
|
(71933, 4008, 30, 'Spawn Point 109 - Small Thorium'),
|
|
(71934, 4008, 10, 'Spawn Point 109 - Gold'),
|
|
(71935, 4008, 10, 'Spawn Point 109 - Truesilver'),
|
|
(71936, 4009, 0, 'Spawn Point 110 - Mithril'),
|
|
(71937, 4009, 30, 'Spawn Point 110 - Small Thorium'),
|
|
(71938, 4009, 10, 'Spawn Point 110 - Gold'),
|
|
(71939, 4009, 10, 'Spawn Point 110 - Truesilver'),
|
|
(71940, 4010, 0, 'Spawn Point 111 - Mithril'),
|
|
(71941, 4010, 30, 'Spawn Point 111 - Small Thorium'),
|
|
(71942, 4010, 10, 'Spawn Point 111 - Gold'),
|
|
(71943, 4010, 10, 'Spawn Point 111 - Truesilver'),
|
|
(71944, 4011, 0, 'Spawn Point 112 - Mithril'),
|
|
(71945, 4011, 30, 'Spawn Point 112 - Small Thorium'),
|
|
(71946, 4011, 10, 'Spawn Point 112 - Gold'),
|
|
(71947, 4011, 10, 'Spawn Point 112 - Truesilver'),
|
|
(71948, 4012, 0, 'Spawn Point 113 - Mithril'),
|
|
(71949, 4012, 30, 'Spawn Point 113 - Small Thorium'),
|
|
(71950, 4012, 10, 'Spawn Point 113 - Gold'),
|
|
(71951, 4012, 10, 'Spawn Point 113 - Truesilver'),
|
|
(71952, 4013, 0, 'Spawn Point 114 - Mithril'),
|
|
(71953, 4013, 30, 'Spawn Point 114 - Small Thorium'),
|
|
(71954, 4013, 10, 'Spawn Point 114 - Gold'),
|
|
(71955, 4013, 10, 'Spawn Point 114 - Truesilver'),
|
|
(71956, 4014, 0, 'Spawn Point 115 - Mithril'),
|
|
(71957, 4014, 30, 'Spawn Point 115 - Small Thorium'),
|
|
(71958, 4014, 10, 'Spawn Point 115 - Gold'),
|
|
(71959, 4014, 10, 'Spawn Point 115 - Truesilver'),
|
|
(71960, 4015, 0, 'Spawn Point 116 - Mithril'),
|
|
(71961, 4015, 30, 'Spawn Point 116 - Small Thorium'),
|
|
(71962, 4015, 10, 'Spawn Point 116 - Gold'),
|
|
(71963, 4015, 10, 'Spawn Point 116 - Truesilver'),
|
|
(71964, 4016, 0, 'Spawn Point 117 - Mithril'),
|
|
(71965, 4016, 30, 'Spawn Point 117 - Small Thorium'),
|
|
(71966, 4016, 10, 'Spawn Point 117 - Gold'),
|
|
(71967, 4016, 10, 'Spawn Point 117 - Truesilver'),
|
|
(71968, 4017, 0, 'Spawn Point 118 - Mithril'),
|
|
(71969, 4017, 30, 'Spawn Point 118 - Small Thorium'),
|
|
(71970, 4017, 10, 'Spawn Point 118 - Gold'),
|
|
(71971, 4017, 10, 'Spawn Point 118 - Truesilver'),
|
|
(71972, 4018, 0, 'Spawn Point 119 - Mithril'),
|
|
(71973, 4018, 30, 'Spawn Point 119 - Small Thorium'),
|
|
(71974, 4018, 10, 'Spawn Point 119 - Gold'),
|
|
(71975, 4018, 10, 'Spawn Point 119 - Truesilver'),
|
|
(71976, 4019, 0, 'Spawn Point 120 - Mithril'),
|
|
(71977, 4019, 30, 'Spawn Point 120 - Small Thorium'),
|
|
(71978, 4019, 10, 'Spawn Point 120 - Gold'),
|
|
(71979, 4019, 10, 'Spawn Point 120 - Truesilver'),
|
|
(71980, 4020, 0, 'Spawn Point 121 - Mithril'),
|
|
(71981, 4020, 30, 'Spawn Point 121 - Small Thorium'),
|
|
(71982, 4020, 10, 'Spawn Point 121 - Gold'),
|
|
(71983, 4020, 10, 'Spawn Point 121 - Truesilver'),
|
|
(72000, 4100, 0, 'Spawn Point 1 - Small Thorium'),
|
|
(72001, 4100, 25, 'Spawn Point 1 - Rich Thorium'),
|
|
(72002, 4100, 25, 'Spawn Point 1 - Mithril'),
|
|
(72003, 4100, 10, 'Spawn Point 1 - Gold'),
|
|
(72004, 4100, 10, 'Spawn Point 1 - Truesilver'),
|
|
(72005, 4100, 5, 'Spawn Point 1 - Dark Iron'),
|
|
(72006, 4101, 0, 'Spawn Point 2 - Small Thorium'),
|
|
(72007, 4101, 25, 'Spawn Point 2 - Rich Thorium'),
|
|
(72008, 4101, 25, 'Spawn Point 2 - Mithril'),
|
|
(72009, 4101, 10, 'Spawn Point 2 - Gold'),
|
|
(72010, 4101, 10, 'Spawn Point 2 - Truesilver'),
|
|
(72011, 4101, 5, 'Spawn Point 2 - Dark Iron'),
|
|
(72012, 4102, 0, 'Spawn Point 3 - Small Thorium'),
|
|
(72013, 4102, 25, 'Spawn Point 3 - Rich Thorium'),
|
|
(72014, 4102, 25, 'Spawn Point 3 - Mithril'),
|
|
(72015, 4102, 10, 'Spawn Point 3 - Gold'),
|
|
(72016, 4102, 10, 'Spawn Point 3 - Truesilver'),
|
|
(72017, 4102, 5, 'Spawn Point 3 - Dark Iron'),
|
|
(72018, 4103, 0, 'Spawn Point 4 - Small Thorium'),
|
|
(72019, 4103, 25, 'Spawn Point 4 - Rich Thorium'),
|
|
(72020, 4103, 25, 'Spawn Point 4 - Mithril'),
|
|
(72021, 4103, 10, 'Spawn Point 4 - Gold'),
|
|
(72022, 4103, 10, 'Spawn Point 4 - Truesilver'),
|
|
(72023, 4103, 5, 'Spawn Point 4 - Dark Iron'),
|
|
(72024, 4104, 0, 'Spawn Point 5 - Small Thorium'),
|
|
(72025, 4104, 25, 'Spawn Point 5 - Rich Thorium'),
|
|
(72026, 4104, 25, 'Spawn Point 5 - Mithril'),
|
|
(72027, 4104, 10, 'Spawn Point 5 - Gold'),
|
|
(72028, 4104, 10, 'Spawn Point 5 - Truesilver'),
|
|
(72029, 4104, 5, 'Spawn Point 5 - Dark Iron'),
|
|
(72030, 4105, 0, 'Spawn Point 6 - Small Thorium'),
|
|
(72031, 4105, 25, 'Spawn Point 6 - Rich Thorium'),
|
|
(72032, 4105, 25, 'Spawn Point 6 - Mithril'),
|
|
(72033, 4105, 10, 'Spawn Point 6 - Gold'),
|
|
(72034, 4105, 10, 'Spawn Point 6 - Truesilver'),
|
|
(72035, 4105, 5, 'Spawn Point 6 - Dark Iron'),
|
|
(72036, 4106, 0, 'Spawn Point 7 - Small Thorium'),
|
|
(72037, 4106, 25, 'Spawn Point 7 - Rich Thorium'),
|
|
(72038, 4106, 25, 'Spawn Point 7 - Mithril'),
|
|
(72039, 4106, 10, 'Spawn Point 7 - Gold'),
|
|
(72040, 4106, 10, 'Spawn Point 7 - Truesilver'),
|
|
(72041, 4106, 5, 'Spawn Point 7 - Dark Iron'),
|
|
(72042, 4107, 0, 'Spawn Point 8 - Small Thorium'),
|
|
(72043, 4107, 25, 'Spawn Point 8 - Rich Thorium'),
|
|
(72044, 4107, 25, 'Spawn Point 8 - Mithril'),
|
|
(72045, 4107, 10, 'Spawn Point 8 - Gold'),
|
|
(72046, 4107, 10, 'Spawn Point 8 - Truesilver'),
|
|
(72047, 4107, 5, 'Spawn Point 8 - Dark Iron'),
|
|
(72048, 4108, 0, 'Spawn Point 9 - Small Thorium'),
|
|
(72049, 4108, 25, 'Spawn Point 9 - Rich Thorium'),
|
|
(72050, 4108, 25, 'Spawn Point 9 - Mithril'),
|
|
(72051, 4108, 10, 'Spawn Point 9 - Gold'),
|
|
(72052, 4108, 10, 'Spawn Point 9 - Truesilver'),
|
|
(72053, 4108, 5, 'Spawn Point 9 - Dark Iron'),
|
|
(72054, 4109, 0, 'Spawn Point 10 - Small Thorium'),
|
|
(72055, 4109, 25, 'Spawn Point 10 - Rich Thorium'),
|
|
(72056, 4109, 25, 'Spawn Point 10 - Mithril'),
|
|
(72057, 4109, 10, 'Spawn Point 10 - Gold'),
|
|
(72058, 4109, 10, 'Spawn Point 10 - Truesilver'),
|
|
(72059, 4109, 5, 'Spawn Point 10 - Dark Iron'),
|
|
(72060, 4110, 0, 'Spawn Point 11 - Small Thorium'),
|
|
(72061, 4110, 25, 'Spawn Point 11 - Rich Thorium'),
|
|
(72062, 4110, 25, 'Spawn Point 11 - Mithril'),
|
|
(72063, 4110, 10, 'Spawn Point 11 - Gold'),
|
|
(72064, 4110, 10, 'Spawn Point 11 - Truesilver'),
|
|
(72065, 4110, 5, 'Spawn Point 11 - Dark Iron'),
|
|
(72066, 4111, 0, 'Spawn Point 12 - Small Thorium'),
|
|
(72067, 4111, 25, 'Spawn Point 12 - Rich Thorium'),
|
|
(72068, 4111, 25, 'Spawn Point 12 - Mithril'),
|
|
(72069, 4111, 10, 'Spawn Point 12 - Gold'),
|
|
(72070, 4111, 10, 'Spawn Point 12 - Truesilver'),
|
|
(72071, 4111, 5, 'Spawn Point 12 - Dark Iron'),
|
|
(72072, 4112, 0, 'Spawn Point 13 - Small Thorium'),
|
|
(72073, 4112, 25, 'Spawn Point 13 - Rich Thorium'),
|
|
(72074, 4112, 25, 'Spawn Point 13 - Mithril'),
|
|
(72075, 4112, 10, 'Spawn Point 13 - Gold'),
|
|
(72076, 4112, 10, 'Spawn Point 13 - Truesilver'),
|
|
(72077, 4112, 5, 'Spawn Point 13 - Dark Iron'),
|
|
(72078, 4113, 0, 'Spawn Point 14 - Small Thorium'),
|
|
(72079, 4113, 25, 'Spawn Point 14 - Rich Thorium'),
|
|
(72080, 4113, 25, 'Spawn Point 14 - Mithril'),
|
|
(72081, 4113, 10, 'Spawn Point 14 - Gold'),
|
|
(72082, 4113, 10, 'Spawn Point 14 - Truesilver'),
|
|
(72083, 4113, 5, 'Spawn Point 14 - Dark Iron'),
|
|
(72084, 4114, 0, 'Spawn Point 15 - Small Thorium'),
|
|
(72085, 4114, 25, 'Spawn Point 15 - Rich Thorium'),
|
|
(72086, 4114, 25, 'Spawn Point 15 - Mithril'),
|
|
(72087, 4114, 10, 'Spawn Point 15 - Gold'),
|
|
(72088, 4114, 10, 'Spawn Point 15 - Truesilver'),
|
|
(72089, 4114, 5, 'Spawn Point 15 - Dark Iron'),
|
|
(72090, 4115, 0, 'Spawn Point 16 - Small Thorium'),
|
|
(72091, 4115, 25, 'Spawn Point 16 - Rich Thorium'),
|
|
(72092, 4115, 25, 'Spawn Point 16 - Mithril'),
|
|
(72093, 4115, 10, 'Spawn Point 16 - Gold'),
|
|
(72094, 4115, 10, 'Spawn Point 16 - Truesilver'),
|
|
(72095, 4115, 5, 'Spawn Point 16 - Dark Iron'),
|
|
(72096, 4116, 0, 'Spawn Point 17 - Small Thorium'),
|
|
(72097, 4116, 25, 'Spawn Point 17 - Rich Thorium'),
|
|
(72098, 4116, 25, 'Spawn Point 17 - Mithril'),
|
|
(72099, 4116, 10, 'Spawn Point 17 - Gold'),
|
|
(72100, 4116, 10, 'Spawn Point 17 - Truesilver'),
|
|
(72101, 4116, 5, 'Spawn Point 17 - Dark Iron'),
|
|
(72102, 4117, 0, 'Spawn Point 18 - Small Thorium'),
|
|
(72103, 4117, 25, 'Spawn Point 18 - Rich Thorium'),
|
|
(72104, 4117, 25, 'Spawn Point 18 - Mithril'),
|
|
(72105, 4117, 10, 'Spawn Point 18 - Gold'),
|
|
(72106, 4117, 10, 'Spawn Point 18 - Truesilver'),
|
|
(72107, 4117, 5, 'Spawn Point 18 - Dark Iron'),
|
|
(72108, 4118, 0, 'Spawn Point 19 - Small Thorium'),
|
|
(72109, 4118, 25, 'Spawn Point 19 - Rich Thorium'),
|
|
(72110, 4118, 25, 'Spawn Point 19 - Mithril'),
|
|
(72111, 4118, 10, 'Spawn Point 19 - Gold'),
|
|
(72112, 4118, 10, 'Spawn Point 19 - Truesilver'),
|
|
(72113, 4118, 5, 'Spawn Point 19 - Dark Iron'),
|
|
(72114, 4119, 0, 'Spawn Point 20 - Small Thorium'),
|
|
(72115, 4119, 25, 'Spawn Point 20 - Rich Thorium'),
|
|
(72116, 4119, 25, 'Spawn Point 20 - Mithril'),
|
|
(72117, 4119, 10, 'Spawn Point 20 - Gold'),
|
|
(72118, 4119, 10, 'Spawn Point 20 - Truesilver'),
|
|
(72119, 4119, 5, 'Spawn Point 20 - Dark Iron'),
|
|
(72120, 4120, 0, 'Spawn Point 21 - Small Thorium'),
|
|
(72121, 4120, 25, 'Spawn Point 21 - Rich Thorium'),
|
|
(72122, 4120, 25, 'Spawn Point 21 - Mithril'),
|
|
(72123, 4120, 10, 'Spawn Point 21 - Gold'),
|
|
(72124, 4120, 10, 'Spawn Point 21 - Truesilver'),
|
|
(72125, 4120, 5, 'Spawn Point 21 - Dark Iron'),
|
|
(72126, 4121, 0, 'Spawn Point 22 - Small Thorium'),
|
|
(72127, 4121, 25, 'Spawn Point 22 - Rich Thorium'),
|
|
(72128, 4121, 25, 'Spawn Point 22 - Mithril'),
|
|
(72129, 4121, 10, 'Spawn Point 22 - Gold'),
|
|
(72130, 4121, 10, 'Spawn Point 22 - Truesilver'),
|
|
(72131, 4121, 5, 'Spawn Point 22 - Dark Iron'),
|
|
(72132, 4122, 0, 'Spawn Point 23 - Small Thorium'),
|
|
(72133, 4122, 25, 'Spawn Point 23 - Rich Thorium'),
|
|
(72134, 4122, 25, 'Spawn Point 23 - Mithril'),
|
|
(72135, 4122, 10, 'Spawn Point 23 - Gold'),
|
|
(72136, 4122, 10, 'Spawn Point 23 - Truesilver'),
|
|
(72137, 4122, 5, 'Spawn Point 23 - Dark Iron'),
|
|
(72138, 4123, 0, 'Spawn Point 24 - Small Thorium'),
|
|
(72139, 4123, 25, 'Spawn Point 24 - Rich Thorium'),
|
|
(72140, 4123, 25, 'Spawn Point 24 - Mithril'),
|
|
(72141, 4123, 10, 'Spawn Point 24 - Gold'),
|
|
(72142, 4123, 10, 'Spawn Point 24 - Truesilver'),
|
|
(72143, 4123, 5, 'Spawn Point 24 - Dark Iron'),
|
|
(72144, 4124, 0, 'Spawn Point 25 - Small Thorium'),
|
|
(72145, 4124, 25, 'Spawn Point 25 - Rich Thorium'),
|
|
(72146, 4124, 25, 'Spawn Point 25 - Mithril'),
|
|
(72147, 4124, 10, 'Spawn Point 25 - Gold'),
|
|
(72148, 4124, 10, 'Spawn Point 25 - Truesilver'),
|
|
(72149, 4124, 5, 'Spawn Point 25 - Dark Iron'),
|
|
(72150, 4125, 0, 'Spawn Point 26 - Small Thorium'),
|
|
(72151, 4125, 25, 'Spawn Point 26 - Rich Thorium'),
|
|
(72152, 4125, 25, 'Spawn Point 26 - Mithril'),
|
|
(72153, 4125, 10, 'Spawn Point 26 - Gold'),
|
|
(72154, 4125, 10, 'Spawn Point 26 - Truesilver'),
|
|
(72155, 4125, 5, 'Spawn Point 26 - Dark Iron'),
|
|
(72156, 4126, 0, 'Spawn Point 27 - Small Thorium'),
|
|
(72157, 4126, 25, 'Spawn Point 27 - Rich Thorium'),
|
|
(72158, 4126, 25, 'Spawn Point 27 - Mithril'),
|
|
(72159, 4126, 10, 'Spawn Point 27 - Gold'),
|
|
(72160, 4126, 10, 'Spawn Point 27 - Truesilver'),
|
|
(72161, 4126, 5, 'Spawn Point 27 - Dark Iron'),
|
|
(72162, 4127, 0, 'Spawn Point 28 - Small Thorium'),
|
|
(72163, 4127, 25, 'Spawn Point 28 - Rich Thorium'),
|
|
(72164, 4127, 25, 'Spawn Point 28 - Mithril'),
|
|
(72165, 4127, 10, 'Spawn Point 28 - Gold'),
|
|
(72166, 4127, 10, 'Spawn Point 28 - Truesilver'),
|
|
(72167, 4127, 5, 'Spawn Point 28 - Dark Iron'),
|
|
(72168, 4128, 0, 'Spawn Point 29 - Small Thorium'),
|
|
(72169, 4128, 25, 'Spawn Point 29 - Rich Thorium'),
|
|
(72170, 4128, 25, 'Spawn Point 29 - Mithril'),
|
|
(72171, 4128, 10, 'Spawn Point 29 - Gold'),
|
|
(72172, 4128, 10, 'Spawn Point 29 - Truesilver'),
|
|
(72173, 4128, 5, 'Spawn Point 29 - Dark Iron'),
|
|
(72174, 4129, 0, 'Spawn Point 30 - Small Thorium'),
|
|
(72175, 4129, 25, 'Spawn Point 30 - Rich Thorium'),
|
|
(72176, 4129, 25, 'Spawn Point 30 - Mithril'),
|
|
(72177, 4129, 10, 'Spawn Point 30 - Gold'),
|
|
(72178, 4129, 10, 'Spawn Point 30 - Truesilver'),
|
|
(72179, 4129, 5, 'Spawn Point 30 - Dark Iron'),
|
|
(72180, 4130, 0, 'Spawn Point 31 - Small Thorium'),
|
|
(72181, 4130, 25, 'Spawn Point 31 - Rich Thorium'),
|
|
(72182, 4130, 25, 'Spawn Point 31 - Mithril'),
|
|
(72183, 4130, 10, 'Spawn Point 31 - Gold'),
|
|
(72184, 4130, 10, 'Spawn Point 31 - Truesilver'),
|
|
(72185, 4130, 5, 'Spawn Point 31 - Dark Iron'),
|
|
(72186, 4131, 0, 'Spawn Point 32 - Small Thorium'),
|
|
(72187, 4131, 25, 'Spawn Point 32 - Rich Thorium'),
|
|
(72188, 4131, 25, 'Spawn Point 32 - Mithril'),
|
|
(72189, 4131, 10, 'Spawn Point 32 - Gold'),
|
|
(72190, 4131, 10, 'Spawn Point 32 - Truesilver'),
|
|
(72191, 4131, 5, 'Spawn Point 32 - Dark Iron'),
|
|
(72192, 4132, 0, 'Spawn Point 33 - Small Thorium'),
|
|
(72193, 4132, 25, 'Spawn Point 33 - Rich Thorium'),
|
|
(72194, 4132, 25, 'Spawn Point 33 - Mithril'),
|
|
(72195, 4132, 10, 'Spawn Point 33 - Gold'),
|
|
(72196, 4132, 10, 'Spawn Point 33 - Truesilver'),
|
|
(72197, 4132, 5, 'Spawn Point 33 - Dark Iron'),
|
|
(72198, 4133, 0, 'Spawn Point 34 - Small Thorium'),
|
|
(72199, 4133, 25, 'Spawn Point 34 - Rich Thorium'),
|
|
(72200, 4133, 25, 'Spawn Point 34 - Mithril'),
|
|
(72201, 4133, 10, 'Spawn Point 34 - Gold'),
|
|
(72202, 4133, 10, 'Spawn Point 34 - Truesilver'),
|
|
(72203, 4133, 5, 'Spawn Point 34 - Dark Iron'),
|
|
(72204, 4134, 0, 'Spawn Point 35 - Small Thorium'),
|
|
(72205, 4134, 25, 'Spawn Point 35 - Rich Thorium'),
|
|
(72206, 4134, 25, 'Spawn Point 35 - Mithril'),
|
|
(72207, 4134, 10, 'Spawn Point 35 - Gold'),
|
|
(72208, 4134, 10, 'Spawn Point 35 - Truesilver'),
|
|
(72209, 4134, 5, 'Spawn Point 35 - Dark Iron'),
|
|
(72210, 4135, 0, 'Spawn Point 36 - Small Thorium'),
|
|
(72211, 4135, 25, 'Spawn Point 36 - Rich Thorium'),
|
|
(72212, 4135, 25, 'Spawn Point 36 - Mithril'),
|
|
(72213, 4135, 10, 'Spawn Point 36 - Gold'),
|
|
(72214, 4135, 10, 'Spawn Point 36 - Truesilver'),
|
|
(72215, 4135, 5, 'Spawn Point 36 - Dark Iron'),
|
|
(72216, 4136, 0, 'Spawn Point 37 - Small Thorium'),
|
|
(72217, 4136, 25, 'Spawn Point 37 - Rich Thorium'),
|
|
(72218, 4136, 25, 'Spawn Point 37 - Mithril'),
|
|
(72219, 4136, 10, 'Spawn Point 37 - Gold'),
|
|
(72220, 4136, 10, 'Spawn Point 37 - Truesilver'),
|
|
(72221, 4136, 5, 'Spawn Point 37 - Dark Iron'),
|
|
(72222, 4137, 0, 'Spawn Point 38 - Small Thorium'),
|
|
(72223, 4137, 25, 'Spawn Point 38 - Rich Thorium'),
|
|
(72224, 4137, 25, 'Spawn Point 38 - Mithril'),
|
|
(72225, 4137, 10, 'Spawn Point 38 - Gold'),
|
|
(72226, 4137, 10, 'Spawn Point 38 - Truesilver'),
|
|
(72227, 4137, 5, 'Spawn Point 38 - Dark Iron'),
|
|
(72228, 4138, 0, 'Spawn Point 39 - Small Thorium'),
|
|
(72229, 4138, 25, 'Spawn Point 39 - Rich Thorium'),
|
|
(72230, 4138, 25, 'Spawn Point 39 - Mithril'),
|
|
(72231, 4138, 10, 'Spawn Point 39 - Gold'),
|
|
(72232, 4138, 10, 'Spawn Point 39 - Truesilver'),
|
|
(72233, 4138, 5, 'Spawn Point 39 - Dark Iron'),
|
|
(72234, 4139, 0, 'Spawn Point 40 - Small Thorium'),
|
|
(72235, 4139, 25, 'Spawn Point 40 - Rich Thorium'),
|
|
(72236, 4139, 25, 'Spawn Point 40 - Mithril'),
|
|
(72237, 4139, 10, 'Spawn Point 40 - Gold'),
|
|
(72238, 4139, 10, 'Spawn Point 40 - Truesilver'),
|
|
(72239, 4139, 5, 'Spawn Point 40 - Dark Iron'),
|
|
(72240, 4140, 0, 'Spawn Point 41 - Small Thorium'),
|
|
(72241, 4140, 25, 'Spawn Point 41 - Rich Thorium'),
|
|
(72242, 4140, 25, 'Spawn Point 41 - Mithril'),
|
|
(72243, 4140, 10, 'Spawn Point 41 - Gold'),
|
|
(72244, 4140, 10, 'Spawn Point 41 - Truesilver'),
|
|
(72245, 4140, 5, 'Spawn Point 41 - Dark Iron'),
|
|
(72246, 4141, 0, 'Spawn Point 42 - Small Thorium'),
|
|
(72247, 4141, 25, 'Spawn Point 42 - Rich Thorium'),
|
|
(72248, 4141, 25, 'Spawn Point 42 - Mithril'),
|
|
(72249, 4141, 10, 'Spawn Point 42 - Gold'),
|
|
(72250, 4141, 10, 'Spawn Point 42 - Truesilver'),
|
|
(72251, 4141, 5, 'Spawn Point 42 - Dark Iron'),
|
|
(72252, 4142, 0, 'Spawn Point 43 - Small Thorium'),
|
|
(72253, 4142, 25, 'Spawn Point 43 - Rich Thorium'),
|
|
(72254, 4142, 25, 'Spawn Point 43 - Mithril'),
|
|
(72255, 4142, 10, 'Spawn Point 43 - Gold'),
|
|
(72256, 4142, 10, 'Spawn Point 43 - Truesilver'),
|
|
(72257, 4142, 5, 'Spawn Point 43 - Dark Iron'),
|
|
(72258, 4143, 0, 'Spawn Point 44 - Small Thorium'),
|
|
(72259, 4143, 25, 'Spawn Point 44 - Rich Thorium'),
|
|
(72260, 4143, 25, 'Spawn Point 44 - Mithril'),
|
|
(72261, 4143, 10, 'Spawn Point 44 - Gold'),
|
|
(72262, 4143, 10, 'Spawn Point 44 - Truesilver'),
|
|
(72263, 4143, 5, 'Spawn Point 44 - Dark Iron'),
|
|
(72264, 4144, 0, 'Spawn Point 45 - Small Thorium'),
|
|
(72265, 4144, 25, 'Spawn Point 45 - Rich Thorium'),
|
|
(72266, 4144, 25, 'Spawn Point 45 - Mithril'),
|
|
(72267, 4144, 10, 'Spawn Point 45 - Gold'),
|
|
(72268, 4144, 10, 'Spawn Point 45 - Truesilver'),
|
|
(72269, 4144, 5, 'Spawn Point 45 - Dark Iron'),
|
|
(72270, 4145, 0, 'Spawn Point 46 - Small Thorium'),
|
|
(72271, 4145, 25, 'Spawn Point 46 - Rich Thorium'),
|
|
(72272, 4145, 25, 'Spawn Point 46 - Mithril'),
|
|
(72273, 4145, 10, 'Spawn Point 46 - Gold'),
|
|
(72274, 4145, 10, 'Spawn Point 46 - Truesilver'),
|
|
(72275, 4145, 5, 'Spawn Point 46 - Dark Iron'),
|
|
(72276, 4146, 0, 'Spawn Point 47 - Small Thorium'),
|
|
(72277, 4146, 25, 'Spawn Point 47 - Rich Thorium'),
|
|
(72278, 4146, 25, 'Spawn Point 47 - Mithril'),
|
|
(72279, 4146, 10, 'Spawn Point 47 - Gold'),
|
|
(72280, 4146, 10, 'Spawn Point 47 - Truesilver'),
|
|
(72281, 4146, 5, 'Spawn Point 47 - Dark Iron'),
|
|
(72282, 4147, 0, 'Spawn Point 48 - Small Thorium'),
|
|
(72283, 4147, 25, 'Spawn Point 48 - Rich Thorium'),
|
|
(72284, 4147, 25, 'Spawn Point 48 - Mithril'),
|
|
(72285, 4147, 10, 'Spawn Point 48 - Gold'),
|
|
(72286, 4147, 10, 'Spawn Point 48 - Truesilver'),
|
|
(72287, 4147, 5, 'Spawn Point 48 - Dark Iron'),
|
|
(72288, 4148, 0, 'Spawn Point 49 - Small Thorium'),
|
|
(72289, 4148, 25, 'Spawn Point 49 - Rich Thorium'),
|
|
(72290, 4148, 25, 'Spawn Point 49 - Mithril'),
|
|
(72291, 4148, 10, 'Spawn Point 49 - Gold'),
|
|
(72292, 4148, 10, 'Spawn Point 49 - Truesilver'),
|
|
(72293, 4148, 5, 'Spawn Point 49 - Dark Iron'),
|
|
(72294, 4149, 0, 'Spawn Point 50 - Small Thorium'),
|
|
(72295, 4149, 25, 'Spawn Point 50 - Rich Thorium'),
|
|
(72296, 4149, 25, 'Spawn Point 50 - Mithril'),
|
|
(72297, 4149, 10, 'Spawn Point 50 - Gold'),
|
|
(72298, 4149, 10, 'Spawn Point 50 - Truesilver'),
|
|
(72299, 4149, 5, 'Spawn Point 50 - Dark Iron'),
|
|
(72300, 4150, 0, 'Spawn Point 51 - Small Thorium'),
|
|
(72301, 4150, 25, 'Spawn Point 51 - Rich Thorium'),
|
|
(72302, 4150, 25, 'Spawn Point 51 - Mithril'),
|
|
(72303, 4150, 10, 'Spawn Point 51 - Gold'),
|
|
(72304, 4150, 10, 'Spawn Point 51 - Truesilver'),
|
|
(72305, 4150, 5, 'Spawn Point 51 - Dark Iron'),
|
|
(72306, 4151, 0, 'Spawn Point 52 - Small Thorium'),
|
|
(72307, 4151, 25, 'Spawn Point 52 - Rich Thorium'),
|
|
(72308, 4151, 25, 'Spawn Point 52 - Mithril'),
|
|
(72309, 4151, 10, 'Spawn Point 52 - Gold'),
|
|
(72310, 4151, 10, 'Spawn Point 52 - Truesilver'),
|
|
(72311, 4151, 5, 'Spawn Point 52 - Dark Iron'),
|
|
(72312, 4152, 0, 'Spawn Point 53 - Small Thorium'),
|
|
(72313, 4152, 25, 'Spawn Point 53 - Rich Thorium'),
|
|
(72314, 4152, 25, 'Spawn Point 53 - Mithril'),
|
|
(72315, 4152, 10, 'Spawn Point 53 - Gold'),
|
|
(72316, 4152, 10, 'Spawn Point 53 - Truesilver'),
|
|
(72317, 4152, 5, 'Spawn Point 53 - Dark Iron'),
|
|
(72318, 4153, 0, 'Spawn Point 54 - Small Thorium'),
|
|
(72319, 4153, 25, 'Spawn Point 54 - Rich Thorium'),
|
|
(72320, 4153, 25, 'Spawn Point 54 - Mithril'),
|
|
(72321, 4153, 10, 'Spawn Point 54 - Gold'),
|
|
(72322, 4153, 10, 'Spawn Point 54 - Truesilver'),
|
|
(72323, 4153, 5, 'Spawn Point 54 - Dark Iron'),
|
|
(72324, 4154, 0, 'Spawn Point 55 - Small Thorium'),
|
|
(72325, 4154, 25, 'Spawn Point 55 - Rich Thorium'),
|
|
(72326, 4154, 25, 'Spawn Point 55 - Mithril'),
|
|
(72327, 4154, 10, 'Spawn Point 55 - Gold'),
|
|
(72328, 4154, 10, 'Spawn Point 55 - Truesilver'),
|
|
(72329, 4154, 5, 'Spawn Point 55 - Dark Iron'),
|
|
(72330, 4155, 0, 'Spawn Point 56 - Small Thorium'),
|
|
(72331, 4155, 25, 'Spawn Point 56 - Rich Thorium'),
|
|
(72332, 4155, 25, 'Spawn Point 56 - Mithril'),
|
|
(72333, 4155, 10, 'Spawn Point 56 - Gold'),
|
|
(72334, 4155, 10, 'Spawn Point 56 - Truesilver'),
|
|
(72335, 4155, 5, 'Spawn Point 56 - Dark Iron'),
|
|
(72336, 4156, 0, 'Spawn Point 57 - Small Thorium'),
|
|
(72337, 4156, 25, 'Spawn Point 57 - Rich Thorium'),
|
|
(72338, 4156, 25, 'Spawn Point 57 - Mithril'),
|
|
(72339, 4156, 10, 'Spawn Point 57 - Gold'),
|
|
(72340, 4156, 10, 'Spawn Point 57 - Truesilver'),
|
|
(72341, 4156, 5, 'Spawn Point 57 - Dark Iron'),
|
|
(72342, 4157, 0, 'Spawn Point 58 - Small Thorium'),
|
|
(72343, 4157, 25, 'Spawn Point 58 - Rich Thorium'),
|
|
(72344, 4157, 25, 'Spawn Point 58 - Mithril'),
|
|
(72345, 4157, 10, 'Spawn Point 58 - Gold'),
|
|
(72346, 4157, 10, 'Spawn Point 58 - Truesilver'),
|
|
(72347, 4157, 5, 'Spawn Point 58 - Dark Iron'),
|
|
(72348, 4158, 0, 'Spawn Point 59 - Small Thorium'),
|
|
(72349, 4158, 25, 'Spawn Point 59 - Rich Thorium'),
|
|
(72350, 4158, 25, 'Spawn Point 59 - Mithril'),
|
|
(72351, 4158, 10, 'Spawn Point 59 - Gold'),
|
|
(72352, 4158, 10, 'Spawn Point 59 - Truesilver'),
|
|
(72353, 4158, 5, 'Spawn Point 59 - Dark Iron'),
|
|
(72354, 4159, 0, 'Spawn Point 60 - Small Thorium'),
|
|
(72355, 4159, 25, 'Spawn Point 60 - Rich Thorium'),
|
|
(72356, 4159, 25, 'Spawn Point 60 - Mithril'),
|
|
(72357, 4159, 10, 'Spawn Point 60 - Gold'),
|
|
(72358, 4159, 10, 'Spawn Point 60 - Truesilver'),
|
|
(72359, 4159, 5, 'Spawn Point 60 - Dark Iron'),
|
|
(72360, 4160, 0, 'Spawn Point 61 - Small Thorium'),
|
|
(72361, 4160, 25, 'Spawn Point 61 - Rich Thorium'),
|
|
(72362, 4160, 25, 'Spawn Point 61 - Mithril'),
|
|
(72363, 4160, 10, 'Spawn Point 61 - Gold'),
|
|
(72364, 4160, 10, 'Spawn Point 61 - Truesilver'),
|
|
(72365, 4160, 5, 'Spawn Point 61 - Dark Iron'),
|
|
(72366, 4161, 0, 'Spawn Point 62 - Small Thorium'),
|
|
(72367, 4161, 25, 'Spawn Point 62 - Rich Thorium'),
|
|
(72368, 4161, 25, 'Spawn Point 62 - Mithril'),
|
|
(72369, 4161, 10, 'Spawn Point 62 - Gold'),
|
|
(72370, 4161, 10, 'Spawn Point 62 - Truesilver'),
|
|
(72371, 4161, 5, 'Spawn Point 62 - Dark Iron'),
|
|
(72372, 4162, 0, 'Spawn Point 63 - Small Thorium'),
|
|
(72373, 4162, 25, 'Spawn Point 63 - Rich Thorium'),
|
|
(72374, 4162, 25, 'Spawn Point 63 - Mithril'),
|
|
(72375, 4162, 10, 'Spawn Point 63 - Gold'),
|
|
(72376, 4162, 10, 'Spawn Point 63 - Truesilver'),
|
|
(72377, 4162, 5, 'Spawn Point 63 - Dark Iron'),
|
|
(72378, 4163, 0, 'Spawn Point 64 - Small Thorium'),
|
|
(72379, 4163, 25, 'Spawn Point 64 - Rich Thorium'),
|
|
(72380, 4163, 25, 'Spawn Point 64 - Mithril'),
|
|
(72381, 4163, 10, 'Spawn Point 64 - Gold'),
|
|
(72382, 4163, 10, 'Spawn Point 64 - Truesilver'),
|
|
(72383, 4163, 5, 'Spawn Point 64 - Dark Iron'),
|
|
(72384, 4164, 0, 'Spawn Point 65 - Small Thorium'),
|
|
(72385, 4164, 25, 'Spawn Point 65 - Rich Thorium'),
|
|
(72386, 4164, 25, 'Spawn Point 65 - Mithril'),
|
|
(72387, 4164, 10, 'Spawn Point 65 - Gold'),
|
|
(72388, 4164, 10, 'Spawn Point 65 - Truesilver'),
|
|
(72389, 4164, 5, 'Spawn Point 65 - Dark Iron'),
|
|
(72390, 4165, 0, 'Spawn Point 66 - Small Thorium'),
|
|
(72391, 4165, 25, 'Spawn Point 66 - Rich Thorium'),
|
|
(72392, 4165, 25, 'Spawn Point 66 - Mithril'),
|
|
(72393, 4165, 10, 'Spawn Point 66 - Gold'),
|
|
(72394, 4165, 10, 'Spawn Point 66 - Truesilver'),
|
|
(72395, 4165, 5, 'Spawn Point 66 - Dark Iron'),
|
|
(72396, 4166, 0, 'Spawn Point 67 - Small Thorium'),
|
|
(72397, 4166, 25, 'Spawn Point 67 - Rich Thorium'),
|
|
(72398, 4166, 25, 'Spawn Point 67 - Mithril'),
|
|
(72399, 4166, 10, 'Spawn Point 67 - Gold'),
|
|
(72400, 4166, 10, 'Spawn Point 67 - Truesilver'),
|
|
(72401, 4166, 5, 'Spawn Point 67 - Dark Iron'),
|
|
(72402, 4167, 0, 'Spawn Point 68 - Small Thorium'),
|
|
(72403, 4167, 25, 'Spawn Point 68 - Rich Thorium'),
|
|
(72404, 4167, 25, 'Spawn Point 68 - Mithril'),
|
|
(72405, 4167, 10, 'Spawn Point 68 - Gold'),
|
|
(72406, 4167, 10, 'Spawn Point 68 - Truesilver'),
|
|
(72407, 4167, 5, 'Spawn Point 68 - Dark Iron'),
|
|
(72408, 4168, 0, 'Spawn Point 69 - Small Thorium'),
|
|
(72409, 4168, 25, 'Spawn Point 69 - Rich Thorium'),
|
|
(72410, 4168, 25, 'Spawn Point 69 - Mithril'),
|
|
(72411, 4168, 10, 'Spawn Point 69 - Gold'),
|
|
(72412, 4168, 10, 'Spawn Point 69 - Truesilver'),
|
|
(72413, 4168, 5, 'Spawn Point 69 - Dark Iron'),
|
|
(72414, 4169, 0, 'Spawn Point 70 - Small Thorium'),
|
|
(72415, 4169, 25, 'Spawn Point 70 - Rich Thorium'),
|
|
(72416, 4169, 25, 'Spawn Point 70 - Mithril'),
|
|
(72417, 4169, 10, 'Spawn Point 70 - Gold'),
|
|
(72418, 4169, 10, 'Spawn Point 70 - Truesilver'),
|
|
(72419, 4169, 5, 'Spawn Point 70 - Dark Iron'),
|
|
(72420, 4170, 0, 'Spawn Point 71 - Small Thorium'),
|
|
(72421, 4170, 25, 'Spawn Point 71 - Rich Thorium'),
|
|
(72422, 4170, 25, 'Spawn Point 71 - Mithril'),
|
|
(72423, 4170, 10, 'Spawn Point 71 - Gold'),
|
|
(72424, 4170, 10, 'Spawn Point 71 - Truesilver'),
|
|
(72425, 4170, 5, 'Spawn Point 71 - Dark Iron'),
|
|
(72426, 4171, 0, 'Spawn Point 72 - Small Thorium'),
|
|
(72427, 4171, 25, 'Spawn Point 72 - Rich Thorium'),
|
|
(72428, 4171, 25, 'Spawn Point 72 - Mithril'),
|
|
(72429, 4171, 10, 'Spawn Point 72 - Gold'),
|
|
(72430, 4171, 10, 'Spawn Point 72 - Truesilver'),
|
|
(72431, 4171, 5, 'Spawn Point 72 - Dark Iron'),
|
|
(72432, 4172, 0, 'Spawn Point 73 - Small Thorium'),
|
|
(72433, 4172, 25, 'Spawn Point 73 - Rich Thorium'),
|
|
(72434, 4172, 25, 'Spawn Point 73 - Mithril'),
|
|
(72435, 4172, 10, 'Spawn Point 73 - Gold'),
|
|
(72436, 4172, 10, 'Spawn Point 73 - Truesilver'),
|
|
(72437, 4172, 5, 'Spawn Point 73 - Dark Iron'),
|
|
(72438, 4173, 0, 'Spawn Point 74 - Small Thorium'),
|
|
(72439, 4173, 25, 'Spawn Point 74 - Rich Thorium'),
|
|
(72440, 4173, 25, 'Spawn Point 74 - Mithril'),
|
|
(72441, 4173, 10, 'Spawn Point 74 - Gold'),
|
|
(72442, 4173, 10, 'Spawn Point 74 - Truesilver'),
|
|
(72443, 4173, 5, 'Spawn Point 74 - Dark Iron'),
|
|
(72444, 4174, 0, 'Spawn Point 75 - Small Thorium'),
|
|
(72445, 4174, 25, 'Spawn Point 75 - Rich Thorium'),
|
|
(72446, 4174, 25, 'Spawn Point 75 - Mithril'),
|
|
(72447, 4174, 10, 'Spawn Point 75 - Gold'),
|
|
(72448, 4174, 10, 'Spawn Point 75 - Truesilver'),
|
|
(72449, 4174, 5, 'Spawn Point 75 - Dark Iron'),
|
|
(72450, 4175, 0, 'Spawn Point 76 - Small Thorium'),
|
|
(72451, 4175, 25, 'Spawn Point 76 - Rich Thorium'),
|
|
(72452, 4175, 25, 'Spawn Point 76 - Mithril'),
|
|
(72453, 4175, 10, 'Spawn Point 76 - Gold'),
|
|
(72454, 4175, 10, 'Spawn Point 76 - Truesilver'),
|
|
(72455, 4175, 5, 'Spawn Point 76 - Dark Iron'),
|
|
(72456, 4176, 0, 'Spawn Point 77 - Small Thorium'),
|
|
(72457, 4176, 25, 'Spawn Point 77 - Rich Thorium'),
|
|
(72458, 4176, 25, 'Spawn Point 77 - Mithril'),
|
|
(72459, 4176, 10, 'Spawn Point 77 - Gold'),
|
|
(72460, 4176, 10, 'Spawn Point 77 - Truesilver'),
|
|
(72461, 4176, 5, 'Spawn Point 77 - Dark Iron'),
|
|
(72462, 4177, 0, 'Spawn Point 78 - Small Thorium'),
|
|
(72463, 4177, 25, 'Spawn Point 78 - Rich Thorium'),
|
|
(72464, 4177, 25, 'Spawn Point 78 - Mithril'),
|
|
(72465, 4177, 10, 'Spawn Point 78 - Gold'),
|
|
(72466, 4177, 10, 'Spawn Point 78 - Truesilver'),
|
|
(72467, 4177, 5, 'Spawn Point 78 - Dark Iron'),
|
|
(72468, 4178, 0, 'Spawn Point 79 - Small Thorium'),
|
|
(72469, 4178, 25, 'Spawn Point 79 - Rich Thorium'),
|
|
(72470, 4178, 25, 'Spawn Point 79 - Mithril'),
|
|
(72471, 4178, 10, 'Spawn Point 79 - Gold'),
|
|
(72472, 4178, 10, 'Spawn Point 79 - Truesilver'),
|
|
(72473, 4178, 5, 'Spawn Point 79 - Dark Iron'),
|
|
(72474, 4179, 0, 'Spawn Point 80 - Small Thorium'),
|
|
(72475, 4179, 25, 'Spawn Point 80 - Rich Thorium'),
|
|
(72476, 4179, 25, 'Spawn Point 80 - Mithril'),
|
|
(72477, 4179, 10, 'Spawn Point 80 - Gold'),
|
|
(72478, 4179, 10, 'Spawn Point 80 - Truesilver'),
|
|
(72479, 4179, 5, 'Spawn Point 80 - Dark Iron'),
|
|
(72480, 4180, 0, 'Spawn Point 81 - Small Thorium'),
|
|
(72481, 4180, 25, 'Spawn Point 81 - Rich Thorium'),
|
|
(72482, 4180, 25, 'Spawn Point 81 - Mithril'),
|
|
(72483, 4180, 10, 'Spawn Point 81 - Gold'),
|
|
(72484, 4180, 10, 'Spawn Point 81 - Truesilver'),
|
|
(72485, 4180, 5, 'Spawn Point 81 - Dark Iron'),
|
|
(72486, 4181, 0, 'Spawn Point 82 - Small Thorium'),
|
|
(72487, 4181, 25, 'Spawn Point 82 - Rich Thorium'),
|
|
(72488, 4181, 25, 'Spawn Point 82 - Mithril'),
|
|
(72489, 4181, 10, 'Spawn Point 82 - Gold'),
|
|
(72490, 4181, 10, 'Spawn Point 82 - Truesilver'),
|
|
(72491, 4181, 5, 'Spawn Point 82 - Dark Iron'),
|
|
(72492, 4182, 0, 'Spawn Point 83 - Small Thorium'),
|
|
(72493, 4182, 25, 'Spawn Point 83 - Rich Thorium'),
|
|
(72494, 4182, 25, 'Spawn Point 83 - Mithril'),
|
|
(72495, 4182, 10, 'Spawn Point 83 - Gold'),
|
|
(72496, 4182, 10, 'Spawn Point 83 - Truesilver'),
|
|
(72497, 4182, 5, 'Spawn Point 83 - Dark Iron'),
|
|
(72498, 4183, 0, 'Spawn Point 84 - Small Thorium'),
|
|
(72499, 4183, 25, 'Spawn Point 84 - Rich Thorium'),
|
|
(72500, 4183, 25, 'Spawn Point 84 - Mithril'),
|
|
(72501, 4183, 10, 'Spawn Point 84 - Gold'),
|
|
(72502, 4183, 10, 'Spawn Point 84 - Truesilver'),
|
|
(72503, 4183, 5, 'Spawn Point 84 - Dark Iron'),
|
|
(72504, 4184, 0, 'Spawn Point 85 - Small Thorium'),
|
|
(72505, 4184, 25, 'Spawn Point 85 - Rich Thorium'),
|
|
(72506, 4184, 25, 'Spawn Point 85 - Mithril'),
|
|
(72507, 4184, 10, 'Spawn Point 85 - Gold'),
|
|
(72508, 4184, 10, 'Spawn Point 85 - Truesilver'),
|
|
(72509, 4184, 5, 'Spawn Point 85 - Dark Iron'),
|
|
(72510, 4185, 0, 'Spawn Point 86 - Small Thorium'),
|
|
(72511, 4185, 25, 'Spawn Point 86 - Rich Thorium'),
|
|
(72512, 4185, 25, 'Spawn Point 86 - Mithril'),
|
|
(72513, 4185, 10, 'Spawn Point 86 - Gold'),
|
|
(72514, 4185, 10, 'Spawn Point 86 - Truesilver'),
|
|
(72515, 4185, 5, 'Spawn Point 86 - Dark Iron'),
|
|
(72516, 4186, 0, 'Spawn Point 87 - Small Thorium'),
|
|
(72517, 4186, 25, 'Spawn Point 87 - Rich Thorium'),
|
|
(72518, 4186, 25, 'Spawn Point 87 - Mithril'),
|
|
(72519, 4186, 10, 'Spawn Point 87 - Gold'),
|
|
(72520, 4186, 10, 'Spawn Point 87 - Truesilver'),
|
|
(72521, 4186, 5, 'Spawn Point 87 - Dark Iron'),
|
|
(72522, 4187, 0, 'Spawn Point 88 - Small Thorium'),
|
|
(72523, 4187, 25, 'Spawn Point 88 - Rich Thorium'),
|
|
(72524, 4187, 25, 'Spawn Point 88 - Mithril'),
|
|
(72525, 4187, 10, 'Spawn Point 88 - Gold'),
|
|
(72526, 4187, 10, 'Spawn Point 88 - Truesilver'),
|
|
(72527, 4187, 5, 'Spawn Point 88 - Dark Iron'),
|
|
(72528, 4188, 0, 'Spawn Point 89 - Small Thorium'),
|
|
(72529, 4188, 25, 'Spawn Point 89 - Rich Thorium'),
|
|
(72530, 4188, 25, 'Spawn Point 89 - Mithril'),
|
|
(72531, 4188, 10, 'Spawn Point 89 - Gold'),
|
|
(72532, 4188, 10, 'Spawn Point 89 - Truesilver'),
|
|
(72533, 4188, 5, 'Spawn Point 89 - Dark Iron'),
|
|
(72534, 4189, 0, 'Spawn Point 90 - Small Thorium'),
|
|
(72535, 4189, 25, 'Spawn Point 90 - Rich Thorium'),
|
|
(72536, 4189, 25, 'Spawn Point 90 - Mithril'),
|
|
(72537, 4189, 10, 'Spawn Point 90 - Gold'),
|
|
(72538, 4189, 10, 'Spawn Point 90 - Truesilver'),
|
|
(72539, 4189, 5, 'Spawn Point 90 - Dark Iron'),
|
|
(72540, 4190, 0, 'Spawn Point 91 - Small Thorium'),
|
|
(72541, 4190, 25, 'Spawn Point 91 - Rich Thorium'),
|
|
(72542, 4190, 25, 'Spawn Point 91 - Mithril'),
|
|
(72543, 4190, 10, 'Spawn Point 91 - Gold'),
|
|
(72544, 4190, 10, 'Spawn Point 91 - Truesilver'),
|
|
(72545, 4190, 5, 'Spawn Point 91 - Dark Iron'),
|
|
(72546, 4191, 0, 'Spawn Point 92 - Small Thorium'),
|
|
(72547, 4191, 25, 'Spawn Point 92 - Rich Thorium'),
|
|
(72548, 4191, 25, 'Spawn Point 92 - Mithril'),
|
|
(72549, 4191, 10, 'Spawn Point 92 - Gold'),
|
|
(72550, 4191, 10, 'Spawn Point 92 - Truesilver'),
|
|
(72551, 4191, 5, 'Spawn Point 92 - Dark Iron'),
|
|
(72552, 4192, 0, 'Spawn Point 93 - Small Thorium'),
|
|
(72553, 4192, 25, 'Spawn Point 93 - Rich Thorium'),
|
|
(72554, 4192, 25, 'Spawn Point 93 - Mithril'),
|
|
(72555, 4192, 10, 'Spawn Point 93 - Gold'),
|
|
(72556, 4192, 10, 'Spawn Point 93 - Truesilver'),
|
|
(72557, 4192, 5, 'Spawn Point 93 - Dark Iron'),
|
|
(72558, 4193, 0, 'Spawn Point 94 - Small Thorium'),
|
|
(72559, 4193, 25, 'Spawn Point 94 - Rich Thorium'),
|
|
(72560, 4193, 25, 'Spawn Point 94 - Mithril'),
|
|
(72561, 4193, 10, 'Spawn Point 94 - Gold'),
|
|
(72562, 4193, 10, 'Spawn Point 94 - Truesilver'),
|
|
(72563, 4193, 5, 'Spawn Point 94 - Dark Iron'),
|
|
(72564, 4194, 0, 'Spawn Point 95 - Small Thorium'),
|
|
(72565, 4194, 25, 'Spawn Point 95 - Rich Thorium'),
|
|
(72566, 4194, 25, 'Spawn Point 95 - Mithril'),
|
|
(72567, 4194, 10, 'Spawn Point 95 - Gold'),
|
|
(72568, 4194, 10, 'Spawn Point 95 - Truesilver'),
|
|
(72569, 4194, 5, 'Spawn Point 95 - Dark Iron'),
|
|
(72570, 4195, 0, 'Spawn Point 96 - Small Thorium'),
|
|
(72571, 4195, 25, 'Spawn Point 96 - Rich Thorium'),
|
|
(72572, 4195, 25, 'Spawn Point 96 - Mithril'),
|
|
(72573, 4195, 10, 'Spawn Point 96 - Gold'),
|
|
(72574, 4195, 10, 'Spawn Point 96 - Truesilver'),
|
|
(72575, 4195, 5, 'Spawn Point 96 - Dark Iron'),
|
|
(72576, 4196, 0, 'Spawn Point 97 - Small Thorium'),
|
|
(72577, 4196, 25, 'Spawn Point 97 - Rich Thorium'),
|
|
(72578, 4196, 25, 'Spawn Point 97 - Mithril'),
|
|
(72579, 4196, 10, 'Spawn Point 97 - Gold'),
|
|
(72580, 4196, 10, 'Spawn Point 97 - Truesilver'),
|
|
(72581, 4196, 5, 'Spawn Point 97 - Dark Iron'),
|
|
(72582, 4197, 0, 'Spawn Point 98 - Small Thorium'),
|
|
(72583, 4197, 25, 'Spawn Point 98 - Rich Thorium'),
|
|
(72584, 4197, 25, 'Spawn Point 98 - Mithril'),
|
|
(72585, 4197, 10, 'Spawn Point 98 - Gold'),
|
|
(72586, 4197, 10, 'Spawn Point 98 - Truesilver'),
|
|
(72587, 4197, 5, 'Spawn Point 98 - Dark Iron'),
|
|
(72588, 4198, 0, 'Spawn Point 99 - Small Thorium'),
|
|
(72589, 4198, 25, 'Spawn Point 99 - Rich Thorium'),
|
|
(72590, 4198, 25, 'Spawn Point 99 - Mithril'),
|
|
(72591, 4198, 10, 'Spawn Point 99 - Gold'),
|
|
(72592, 4198, 10, 'Spawn Point 99 - Truesilver'),
|
|
(72593, 4198, 5, 'Spawn Point 99 - Dark Iron'),
|
|
(72594, 4199, 0, 'Spawn Point 100 - Small Thorium'),
|
|
(72595, 4199, 25, 'Spawn Point 100 - Rich Thorium'),
|
|
(72596, 4199, 25, 'Spawn Point 100 - Mithril'),
|
|
(72597, 4199, 10, 'Spawn Point 100 - Gold'),
|
|
(72598, 4199, 10, 'Spawn Point 100 - Truesilver'),
|
|
(72599, 4199, 5, 'Spawn Point 100 - Dark Iron'),
|
|
(72600, 4200, 0, 'Spawn Point 101 - Small Thorium'),
|
|
(72601, 4200, 25, 'Spawn Point 101 - Rich Thorium'),
|
|
(72602, 4200, 25, 'Spawn Point 101 - Mithril'),
|
|
(72603, 4200, 10, 'Spawn Point 101 - Gold'),
|
|
(72604, 4200, 10, 'Spawn Point 101 - Truesilver'),
|
|
(72605, 4200, 5, 'Spawn Point 101 - Dark Iron'),
|
|
(72606, 4201, 0, 'Spawn Point 102 - Small Thorium'),
|
|
(72607, 4201, 25, 'Spawn Point 102 - Rich Thorium'),
|
|
(72608, 4201, 25, 'Spawn Point 102 - Mithril'),
|
|
(72609, 4201, 10, 'Spawn Point 102 - Gold'),
|
|
(72610, 4201, 10, 'Spawn Point 102 - Truesilver'),
|
|
(72611, 4201, 5, 'Spawn Point 102 - Dark Iron'),
|
|
(72612, 4202, 0, 'Spawn Point 103 - Small Thorium'),
|
|
(72613, 4202, 25, 'Spawn Point 103 - Rich Thorium'),
|
|
(72614, 4202, 25, 'Spawn Point 103 - Mithril'),
|
|
(72615, 4202, 10, 'Spawn Point 103 - Gold'),
|
|
(72616, 4202, 10, 'Spawn Point 103 - Truesilver'),
|
|
(72617, 4202, 5, 'Spawn Point 103 - Dark Iron'),
|
|
(72618, 4203, 0, 'Spawn Point 104 - Small Thorium'),
|
|
(72619, 4203, 25, 'Spawn Point 104 - Rich Thorium'),
|
|
(72620, 4203, 25, 'Spawn Point 104 - Mithril'),
|
|
(72621, 4203, 10, 'Spawn Point 104 - Gold'),
|
|
(72622, 4203, 10, 'Spawn Point 104 - Truesilver'),
|
|
(72623, 4203, 5, 'Spawn Point 104 - Dark Iron'),
|
|
(72624, 4204, 0, 'Spawn Point 105 - Small Thorium'),
|
|
(72625, 4204, 25, 'Spawn Point 105 - Rich Thorium'),
|
|
(72626, 4204, 25, 'Spawn Point 105 - Mithril'),
|
|
(72627, 4204, 10, 'Spawn Point 105 - Gold'),
|
|
(72628, 4204, 10, 'Spawn Point 105 - Truesilver'),
|
|
(72629, 4204, 5, 'Spawn Point 105 - Dark Iron'),
|
|
(72630, 4205, 0, 'Spawn Point 106 - Small Thorium'),
|
|
(72631, 4205, 25, 'Spawn Point 106 - Rich Thorium'),
|
|
(72632, 4205, 25, 'Spawn Point 106 - Mithril'),
|
|
(72633, 4205, 10, 'Spawn Point 106 - Gold'),
|
|
(72634, 4205, 10, 'Spawn Point 106 - Truesilver'),
|
|
(72635, 4205, 5, 'Spawn Point 106 - Dark Iron'),
|
|
(72636, 4206, 0, 'Spawn Point 107 - Small Thorium'),
|
|
(72637, 4206, 25, 'Spawn Point 107 - Rich Thorium'),
|
|
(72638, 4206, 25, 'Spawn Point 107 - Mithril'),
|
|
(72639, 4206, 10, 'Spawn Point 107 - Gold'),
|
|
(72640, 4206, 10, 'Spawn Point 107 - Truesilver'),
|
|
(72641, 4206, 5, 'Spawn Point 107 - Dark Iron'),
|
|
(72642, 4207, 0, 'Spawn Point 108 - Small Thorium'),
|
|
(72643, 4207, 25, 'Spawn Point 108 - Rich Thorium'),
|
|
(72644, 4207, 25, 'Spawn Point 108 - Mithril'),
|
|
(72645, 4207, 10, 'Spawn Point 108 - Gold'),
|
|
(72646, 4207, 10, 'Spawn Point 108 - Truesilver'),
|
|
(72647, 4207, 5, 'Spawn Point 108 - Dark Iron'),
|
|
(72648, 4208, 0, 'Spawn Point 109 - Small Thorium'),
|
|
(72649, 4208, 25, 'Spawn Point 109 - Rich Thorium'),
|
|
(72650, 4208, 25, 'Spawn Point 109 - Mithril'),
|
|
(72651, 4208, 10, 'Spawn Point 109 - Gold'),
|
|
(72652, 4208, 10, 'Spawn Point 109 - Truesilver'),
|
|
(72653, 4208, 5, 'Spawn Point 109 - Dark Iron'),
|
|
(72654, 4209, 0, 'Spawn Point 110 - Small Thorium'),
|
|
(72655, 4209, 25, 'Spawn Point 110 - Rich Thorium'),
|
|
(72656, 4209, 25, 'Spawn Point 110 - Mithril'),
|
|
(72657, 4209, 10, 'Spawn Point 110 - Gold'),
|
|
(72658, 4209, 10, 'Spawn Point 110 - Truesilver'),
|
|
(72659, 4209, 5, 'Spawn Point 110 - Dark Iron'),
|
|
(72660, 4210, 0, 'Spawn Point 111 - Small Thorium'),
|
|
(72661, 4210, 25, 'Spawn Point 111 - Rich Thorium'),
|
|
(72662, 4210, 25, 'Spawn Point 111 - Mithril'),
|
|
(72663, 4210, 10, 'Spawn Point 111 - Gold'),
|
|
(72664, 4210, 10, 'Spawn Point 111 - Truesilver'),
|
|
(72665, 4210, 5, 'Spawn Point 111 - Dark Iron'),
|
|
(72666, 4211, 0, 'Spawn Point 112 - Small Thorium'),
|
|
(72667, 4211, 25, 'Spawn Point 112 - Rich Thorium'),
|
|
(72668, 4211, 25, 'Spawn Point 112 - Mithril'),
|
|
(72669, 4211, 10, 'Spawn Point 112 - Gold'),
|
|
(72670, 4211, 10, 'Spawn Point 112 - Truesilver'),
|
|
(72671, 4211, 5, 'Spawn Point 112 - Dark Iron'),
|
|
(72672, 4212, 0, 'Spawn Point 113 - Small Thorium'),
|
|
(72673, 4212, 25, 'Spawn Point 113 - Rich Thorium'),
|
|
(72674, 4212, 25, 'Spawn Point 113 - Mithril'),
|
|
(72675, 4212, 10, 'Spawn Point 113 - Gold'),
|
|
(72676, 4212, 10, 'Spawn Point 113 - Truesilver'),
|
|
(72677, 4212, 5, 'Spawn Point 113 - Dark Iron'),
|
|
(72678, 4213, 0, 'Spawn Point 114 - Small Thorium'),
|
|
(72679, 4213, 25, 'Spawn Point 114 - Rich Thorium'),
|
|
(72680, 4213, 25, 'Spawn Point 114 - Mithril'),
|
|
(72681, 4213, 10, 'Spawn Point 114 - Gold'),
|
|
(72682, 4213, 10, 'Spawn Point 114 - Truesilver'),
|
|
(72683, 4213, 5, 'Spawn Point 114 - Dark Iron'),
|
|
(72684, 4214, 0, 'Spawn Point 115 - Small Thorium'),
|
|
(72685, 4214, 25, 'Spawn Point 115 - Rich Thorium'),
|
|
(72686, 4214, 25, 'Spawn Point 115 - Mithril'),
|
|
(72687, 4214, 10, 'Spawn Point 115 - Gold'),
|
|
(72688, 4214, 10, 'Spawn Point 115 - Truesilver'),
|
|
(72689, 4214, 5, 'Spawn Point 115 - Dark Iron'),
|
|
(72690, 4215, 0, 'Spawn Point 116 - Small Thorium'),
|
|
(72691, 4215, 25, 'Spawn Point 116 - Rich Thorium'),
|
|
(72692, 4215, 25, 'Spawn Point 116 - Mithril'),
|
|
(72693, 4215, 10, 'Spawn Point 116 - Gold'),
|
|
(72694, 4215, 10, 'Spawn Point 116 - Truesilver'),
|
|
(72695, 4215, 5, 'Spawn Point 116 - Dark Iron'),
|
|
(72696, 4216, 0, 'Spawn Point 117 - Small Thorium'),
|
|
(72697, 4216, 25, 'Spawn Point 117 - Rich Thorium'),
|
|
(72698, 4216, 25, 'Spawn Point 117 - Mithril'),
|
|
(72699, 4216, 10, 'Spawn Point 117 - Gold'),
|
|
(72700, 4216, 10, 'Spawn Point 117 - Truesilver'),
|
|
(72701, 4216, 5, 'Spawn Point 117 - Dark Iron'),
|
|
(72702, 4217, 0, 'Spawn Point 118 - Small Thorium'),
|
|
(72703, 4217, 25, 'Spawn Point 118 - Rich Thorium'),
|
|
(72704, 4217, 25, 'Spawn Point 118 - Mithril'),
|
|
(72705, 4217, 10, 'Spawn Point 118 - Gold'),
|
|
(72706, 4217, 10, 'Spawn Point 118 - Truesilver'),
|
|
(72707, 4217, 5, 'Spawn Point 118 - Dark Iron'),
|
|
(72708, 4218, 0, 'Spawn Point 119 - Small Thorium'),
|
|
(72709, 4218, 25, 'Spawn Point 119 - Rich Thorium'),
|
|
(72710, 4218, 25, 'Spawn Point 119 - Mithril'),
|
|
(72711, 4218, 10, 'Spawn Point 119 - Gold'),
|
|
(72712, 4218, 10, 'Spawn Point 119 - Truesilver'),
|
|
(72713, 4218, 5, 'Spawn Point 119 - Dark Iron'),
|
|
(72714, 4219, 0, 'Spawn Point 120 - Small Thorium'),
|
|
(72715, 4219, 25, 'Spawn Point 120 - Rich Thorium'),
|
|
(72716, 4219, 25, 'Spawn Point 120 - Mithril'),
|
|
(72717, 4219, 10, 'Spawn Point 120 - Gold'),
|
|
(72718, 4219, 10, 'Spawn Point 120 - Truesilver'),
|
|
(72719, 4219, 5, 'Spawn Point 120 - Dark Iron'),
|
|
(72720, 4220, 0, 'Spawn Point 121 - Small Thorium'),
|
|
(72721, 4220, 25, 'Spawn Point 121 - Rich Thorium'),
|
|
(72722, 4220, 25, 'Spawn Point 121 - Mithril'),
|
|
(72723, 4220, 10, 'Spawn Point 121 - Gold'),
|
|
(72724, 4220, 10, 'Spawn Point 121 - Truesilver'),
|
|
(72725, 4220, 5, 'Spawn Point 121 - Dark Iron'),
|
|
(72726, 4221, 0, 'Spawn Point 122 - Small Thorium'),
|
|
(72727, 4221, 25, 'Spawn Point 122 - Rich Thorium'),
|
|
(72728, 4221, 25, 'Spawn Point 122 - Mithril'),
|
|
(72729, 4221, 10, 'Spawn Point 122 - Gold'),
|
|
(72730, 4221, 10, 'Spawn Point 122 - Truesilver'),
|
|
(72731, 4221, 5, 'Spawn Point 122 - Dark Iron'),
|
|
(72732, 4222, 0, 'Spawn Point 123 - Small Thorium'),
|
|
(72733, 4222, 25, 'Spawn Point 123 - Rich Thorium'),
|
|
(72734, 4222, 25, 'Spawn Point 123 - Mithril'),
|
|
(72735, 4222, 10, 'Spawn Point 123 - Gold'),
|
|
(72736, 4222, 10, 'Spawn Point 123 - Truesilver'),
|
|
(72737, 4222, 5, 'Spawn Point 123 - Dark Iron'),
|
|
(72738, 4223, 0, 'Spawn Point 124 - Small Thorium'),
|
|
(72739, 4223, 25, 'Spawn Point 124 - Rich Thorium'),
|
|
(72740, 4223, 25, 'Spawn Point 124 - Mithril'),
|
|
(72741, 4223, 10, 'Spawn Point 124 - Gold'),
|
|
(72742, 4223, 10, 'Spawn Point 124 - Truesilver'),
|
|
(72743, 4223, 5, 'Spawn Point 124 - Dark Iron'),
|
|
(72744, 4224, 0, 'Spawn Point 125 - Small Thorium'),
|
|
(72745, 4224, 25, 'Spawn Point 125 - Rich Thorium'),
|
|
(72746, 4224, 25, 'Spawn Point 125 - Mithril'),
|
|
(72747, 4224, 10, 'Spawn Point 125 - Gold'),
|
|
(72748, 4224, 10, 'Spawn Point 125 - Truesilver'),
|
|
(72749, 4224, 5, 'Spawn Point 125 - Dark Iron'),
|
|
(72750, 4225, 0, 'Spawn Point 126 - Small Thorium'),
|
|
(72751, 4225, 25, 'Spawn Point 126 - Rich Thorium'),
|
|
(72752, 4225, 25, 'Spawn Point 126 - Mithril'),
|
|
(72753, 4225, 10, 'Spawn Point 126 - Gold'),
|
|
(72754, 4225, 10, 'Spawn Point 126 - Truesilver'),
|
|
(72755, 4225, 5, 'Spawn Point 126 - Dark Iron'),
|
|
(72756, 4226, 0, 'Spawn Point 127 - Small Thorium'),
|
|
(72757, 4226, 25, 'Spawn Point 127 - Rich Thorium'),
|
|
(72758, 4226, 25, 'Spawn Point 127 - Mithril'),
|
|
(72759, 4226, 10, 'Spawn Point 127 - Gold'),
|
|
(72760, 4226, 10, 'Spawn Point 127 - Truesilver'),
|
|
(72761, 4226, 5, 'Spawn Point 127 - Dark Iron'),
|
|
(72762, 4227, 0, 'Spawn Point 128 - Small Thorium'),
|
|
(72763, 4227, 25, 'Spawn Point 128 - Rich Thorium'),
|
|
(72764, 4227, 25, 'Spawn Point 128 - Mithril'),
|
|
(72765, 4227, 10, 'Spawn Point 128 - Gold'),
|
|
(72766, 4227, 10, 'Spawn Point 128 - Truesilver'),
|
|
(72767, 4227, 5, 'Spawn Point 128 - Dark Iron'),
|
|
(72768, 4228, 0, 'Spawn Point 129 - Small Thorium'),
|
|
(72769, 4228, 25, 'Spawn Point 129 - Rich Thorium'),
|
|
(72770, 4228, 25, 'Spawn Point 129 - Mithril'),
|
|
(72771, 4228, 10, 'Spawn Point 129 - Gold'),
|
|
(72772, 4228, 10, 'Spawn Point 129 - Truesilver'),
|
|
(72773, 4228, 5, 'Spawn Point 129 - Dark Iron'),
|
|
(72774, 4229, 0, 'Spawn Point 130 - Small Thorium'),
|
|
(72775, 4229, 25, 'Spawn Point 130 - Rich Thorium'),
|
|
(72776, 4229, 25, 'Spawn Point 130 - Mithril'),
|
|
(72777, 4229, 10, 'Spawn Point 130 - Gold'),
|
|
(72778, 4229, 10, 'Spawn Point 130 - Truesilver'),
|
|
(72779, 4229, 5, 'Spawn Point 130 - Dark Iron'),
|
|
(72780, 4230, 0, 'Spawn Point 131 - Small Thorium'),
|
|
(72781, 4230, 25, 'Spawn Point 131 - Rich Thorium'),
|
|
(72782, 4230, 25, 'Spawn Point 131 - Mithril'),
|
|
(72783, 4230, 10, 'Spawn Point 131 - Gold'),
|
|
(72784, 4230, 10, 'Spawn Point 131 - Truesilver'),
|
|
(72785, 4230, 5, 'Spawn Point 131 - Dark Iron'),
|
|
(72786, 4231, 0, 'Spawn Point 132 - Small Thorium'),
|
|
(72787, 4231, 25, 'Spawn Point 132 - Rich Thorium'),
|
|
(72788, 4231, 25, 'Spawn Point 132 - Mithril'),
|
|
(72789, 4231, 10, 'Spawn Point 132 - Gold'),
|
|
(72790, 4231, 10, 'Spawn Point 132 - Truesilver'),
|
|
(72791, 4231, 5, 'Spawn Point 132 - Dark Iron'),
|
|
(72792, 4232, 0, 'Spawn Point 133 - Small Thorium'),
|
|
(72793, 4232, 25, 'Spawn Point 133 - Rich Thorium'),
|
|
(72794, 4232, 25, 'Spawn Point 133 - Mithril'),
|
|
(72795, 4232, 10, 'Spawn Point 133 - Gold'),
|
|
(72796, 4232, 10, 'Spawn Point 133 - Truesilver'),
|
|
(72797, 4232, 5, 'Spawn Point 133 - Dark Iron'),
|
|
(72798, 4233, 0, 'Spawn Point 134 - Small Thorium'),
|
|
(72799, 4233, 25, 'Spawn Point 134 - Rich Thorium'),
|
|
(72800, 4233, 25, 'Spawn Point 134 - Mithril'),
|
|
(72801, 4233, 10, 'Spawn Point 134 - Gold'),
|
|
(72802, 4233, 10, 'Spawn Point 134 - Truesilver'),
|
|
(72803, 4233, 5, 'Spawn Point 134 - Dark Iron'),
|
|
(72804, 4234, 0, 'Spawn Point 135 - Small Thorium'),
|
|
(72805, 4234, 25, 'Spawn Point 135 - Rich Thorium'),
|
|
(72806, 4234, 25, 'Spawn Point 135 - Mithril'),
|
|
(72807, 4234, 10, 'Spawn Point 135 - Gold'),
|
|
(72808, 4234, 10, 'Spawn Point 135 - Truesilver'),
|
|
(72809, 4234, 5, 'Spawn Point 135 - Dark Iron'),
|
|
(72810, 4235, 0, 'Spawn Point 136 - Small Thorium'),
|
|
(72811, 4235, 25, 'Spawn Point 136 - Rich Thorium'),
|
|
(72812, 4235, 25, 'Spawn Point 136 - Mithril'),
|
|
(72813, 4235, 10, 'Spawn Point 136 - Gold'),
|
|
(72814, 4235, 10, 'Spawn Point 136 - Truesilver'),
|
|
(72815, 4235, 5, 'Spawn Point 136 - Dark Iron'),
|
|
(72816, 4236, 0, 'Spawn Point 137 - Small Thorium'),
|
|
(72817, 4236, 25, 'Spawn Point 137 - Rich Thorium'),
|
|
(72818, 4236, 25, 'Spawn Point 137 - Mithril'),
|
|
(72819, 4236, 10, 'Spawn Point 137 - Gold'),
|
|
(72820, 4236, 10, 'Spawn Point 137 - Truesilver'),
|
|
(72821, 4236, 5, 'Spawn Point 137 - Dark Iron'),
|
|
(72822, 4237, 0, 'Spawn Point 138 - Small Thorium'),
|
|
(72823, 4237, 25, 'Spawn Point 138 - Rich Thorium'),
|
|
(72824, 4237, 25, 'Spawn Point 138 - Mithril'),
|
|
(72825, 4237, 10, 'Spawn Point 138 - Gold'),
|
|
(72826, 4237, 10, 'Spawn Point 138 - Truesilver'),
|
|
(72827, 4237, 5, 'Spawn Point 138 - Dark Iron'),
|
|
(72828, 4238, 0, 'Spawn Point 139 - Small Thorium'),
|
|
(72829, 4238, 25, 'Spawn Point 139 - Rich Thorium'),
|
|
(72830, 4238, 25, 'Spawn Point 139 - Mithril'),
|
|
(72831, 4238, 10, 'Spawn Point 139 - Gold'),
|
|
(72832, 4238, 10, 'Spawn Point 139 - Truesilver'),
|
|
(72833, 4238, 5, 'Spawn Point 139 - Dark Iron'),
|
|
(72834, 4239, 0, 'Spawn Point 140 - Small Thorium'),
|
|
(72835, 4239, 25, 'Spawn Point 140 - Rich Thorium'),
|
|
(72836, 4239, 25, 'Spawn Point 140 - Mithril'),
|
|
(72837, 4239, 10, 'Spawn Point 140 - Gold'),
|
|
(72838, 4239, 10, 'Spawn Point 140 - Truesilver'),
|
|
(72839, 4239, 5, 'Spawn Point 140 - Dark Iron'),
|
|
(72840, 4240, 0, 'Spawn Point 141 - Small Thorium'),
|
|
(72841, 4240, 25, 'Spawn Point 141 - Rich Thorium'),
|
|
(72842, 4240, 25, 'Spawn Point 141 - Mithril'),
|
|
(72843, 4240, 10, 'Spawn Point 141 - Gold'),
|
|
(72844, 4240, 10, 'Spawn Point 141 - Truesilver'),
|
|
(72845, 4240, 5, 'Spawn Point 141 - Dark Iron'),
|
|
(72846, 4241, 0, 'Spawn Point 142 - Small Thorium'),
|
|
(72847, 4241, 25, 'Spawn Point 142 - Rich Thorium'),
|
|
(72848, 4241, 25, 'Spawn Point 142 - Mithril'),
|
|
(72849, 4241, 10, 'Spawn Point 142 - Gold'),
|
|
(72850, 4241, 10, 'Spawn Point 142 - Truesilver'),
|
|
(72851, 4241, 5, 'Spawn Point 142 - Dark Iron'),
|
|
(72852, 4242, 0, 'Spawn Point 143 - Small Thorium'),
|
|
(72853, 4242, 25, 'Spawn Point 143 - Rich Thorium'),
|
|
(72857, 4242, 5, 'Spawn Point 143 - Dark Iron'),
|
|
(72858, 4243, 0, 'Spawn Point 144 - Small Thorium'),
|
|
(72859, 4243, 25, 'Spawn Point 144 - Rich Thorium'),
|
|
(72860, 4243, 25, 'Spawn Point 144 - Mithril'),
|
|
(72861, 4243, 10, 'Spawn Point 144 - Gold'),
|
|
(72862, 4243, 10, 'Spawn Point 144 - Truesilver'),
|
|
(72863, 4243, 5, 'Spawn Point 144 - Dark Iron'),
|
|
(72864, 4244, 0, 'Spawn Point 145 - Small Thorium'),
|
|
(72865, 4244, 25, 'Spawn Point 145 - Rich Thorium'),
|
|
(72866, 4244, 25, 'Spawn Point 145 - Mithril'),
|
|
(72867, 4244, 10, 'Spawn Point 145 - Gold'),
|
|
(72868, 4244, 10, 'Spawn Point 145 - Truesilver'),
|
|
(72869, 4244, 5, 'Spawn Point 145 - Dark Iron'),
|
|
(72870, 4245, 0, 'Spawn Point 146 - Small Thorium'),
|
|
(72871, 4245, 25, 'Spawn Point 146 - Rich Thorium'),
|
|
(72872, 4245, 25, 'Spawn Point 146 - Mithril'),
|
|
(72873, 4245, 10, 'Spawn Point 146 - Gold'),
|
|
(72874, 4245, 10, 'Spawn Point 146 - Truesilver'),
|
|
(72875, 4245, 5, 'Spawn Point 146 - Dark Iron'),
|
|
(72876, 4246, 0, 'Spawn Point 147 - Small Thorium'),
|
|
(72877, 4246, 25, 'Spawn Point 147 - Rich Thorium'),
|
|
(72878, 4246, 25, 'Spawn Point 147 - Mithril'),
|
|
(72879, 4246, 10, 'Spawn Point 147 - Gold'),
|
|
(72880, 4246, 10, 'Spawn Point 147 - Truesilver'),
|
|
(72881, 4246, 5, 'Spawn Point 147 - Dark Iron'),
|
|
(72882, 4247, 0, 'Spawn Point 148 - Small Thorium'),
|
|
(72883, 4247, 25, 'Spawn Point 148 - Rich Thorium'),
|
|
(72884, 4247, 25, 'Spawn Point 148 - Mithril'),
|
|
(72885, 4247, 10, 'Spawn Point 148 - Gold'),
|
|
(72886, 4247, 10, 'Spawn Point 148 - Truesilver'),
|
|
(72887, 4247, 5, 'Spawn Point 148 - Dark Iron'),
|
|
(72888, 4248, 0, 'Spawn Point 149 - Small Thorium'),
|
|
(72889, 4248, 25, 'Spawn Point 149 - Rich Thorium'),
|
|
(72890, 4248, 25, 'Spawn Point 149 - Mithril'),
|
|
(72891, 4248, 10, 'Spawn Point 149 - Gold'),
|
|
(72892, 4248, 10, 'Spawn Point 149 - Truesilver'),
|
|
(72893, 4248, 5, 'Spawn Point 149 - Dark Iron'),
|
|
(72894, 4249, 0, 'Spawn Point 150 - Small Thorium'),
|
|
(72895, 4249, 25, 'Spawn Point 150 - Rich Thorium'),
|
|
(72896, 4249, 25, 'Spawn Point 150 - Mithril'),
|
|
(72897, 4249, 10, 'Spawn Point 150 - Gold'),
|
|
(72898, 4249, 10, 'Spawn Point 150 - Truesilver'),
|
|
(72899, 4249, 5, 'Spawn Point 150 - Dark Iron'),
|
|
(72900, 4250, 0, 'Spawn Point 151 - Small Thorium'),
|
|
(72901, 4250, 25, 'Spawn Point 151 - Rich Thorium'),
|
|
(72902, 4250, 25, 'Spawn Point 151 - Mithril'),
|
|
(72903, 4250, 10, 'Spawn Point 151 - Gold'),
|
|
(72904, 4250, 10, 'Spawn Point 151 - Truesilver'),
|
|
(72905, 4250, 5, 'Spawn Point 151 - Dark Iron'),
|
|
(72906, 4251, 0, 'Spawn Point 152 - Small Thorium'),
|
|
(72907, 4251, 25, 'Spawn Point 152 - Rich Thorium'),
|
|
(72908, 4251, 25, 'Spawn Point 152 - Mithril'),
|
|
(72909, 4251, 10, 'Spawn Point 152 - Gold'),
|
|
(72910, 4251, 10, 'Spawn Point 152 - Truesilver'),
|
|
(72911, 4251, 5, 'Spawn Point 152 - Dark Iron'),
|
|
(72912, 4252, 0, 'Spawn Point 153 - Small Thorium'),
|
|
(72913, 4252, 25, 'Spawn Point 153 - Rich Thorium'),
|
|
(72914, 4252, 25, 'Spawn Point 153 - Mithril'),
|
|
(72915, 4252, 10, 'Spawn Point 153 - Gold'),
|
|
(72916, 4252, 10, 'Spawn Point 153 - Truesilver'),
|
|
(72917, 4252, 5, 'Spawn Point 153 - Dark Iron'),
|
|
(72918, 4253, 0, 'Spawn Point 154 - Small Thorium'),
|
|
(72919, 4253, 25, 'Spawn Point 154 - Rich Thorium'),
|
|
(72920, 4253, 25, 'Spawn Point 154 - Mithril'),
|
|
(72921, 4253, 10, 'Spawn Point 154 - Gold'),
|
|
(72922, 4253, 10, 'Spawn Point 154 - Truesilver'),
|
|
(72923, 4253, 5, 'Spawn Point 154 - Dark Iron'),
|
|
(72924, 4254, 0, 'Spawn Point 155 - Small Thorium'),
|
|
(72925, 4254, 25, 'Spawn Point 155 - Rich Thorium'),
|
|
(72926, 4254, 25, 'Spawn Point 155 - Mithril'),
|
|
(72927, 4254, 10, 'Spawn Point 155 - Gold'),
|
|
(72928, 4254, 10, 'Spawn Point 155 - Truesilver'),
|
|
(72929, 4254, 5, 'Spawn Point 155 - Dark Iron'),
|
|
(72930, 4255, 0, 'Spawn Point 156 - Small Thorium'),
|
|
(72931, 4255, 25, 'Spawn Point 156 - Rich Thorium'),
|
|
(72932, 4255, 25, 'Spawn Point 156 - Mithril'),
|
|
(72933, 4255, 10, 'Spawn Point 156 - Gold'),
|
|
(72934, 4255, 10, 'Spawn Point 156 - Truesilver'),
|
|
(72935, 4255, 5, 'Spawn Point 156 - Dark Iron'),
|
|
(72936, 4256, 0, 'Spawn Point 157 - Small Thorium'),
|
|
(72937, 4256, 25, 'Spawn Point 157 - Rich Thorium'),
|
|
(72938, 4256, 25, 'Spawn Point 157 - Mithril'),
|
|
(72939, 4256, 10, 'Spawn Point 157 - Gold'),
|
|
(72940, 4256, 10, 'Spawn Point 157 - Truesilver'),
|
|
(72941, 4256, 5, 'Spawn Point 157 - Dark Iron'),
|
|
(72942, 4257, 0, 'Spawn Point 158 - Small Thorium'),
|
|
(72943, 4257, 25, 'Spawn Point 158 - Rich Thorium'),
|
|
(72944, 4257, 25, 'Spawn Point 158 - Mithril'),
|
|
(72945, 4257, 10, 'Spawn Point 158 - Gold'),
|
|
(72946, 4257, 10, 'Spawn Point 158 - Truesilver'),
|
|
(72947, 4257, 5, 'Spawn Point 158 - Dark Iron'),
|
|
(72948, 4258, 0, 'Spawn Point 159 - Small Thorium'),
|
|
(72949, 4258, 25, 'Spawn Point 159 - Rich Thorium'),
|
|
(72950, 4258, 25, 'Spawn Point 159 - Mithril'),
|
|
(72951, 4258, 10, 'Spawn Point 159 - Gold'),
|
|
(72952, 4258, 10, 'Spawn Point 159 - Truesilver'),
|
|
(72953, 4258, 5, 'Spawn Point 159 - Dark Iron'),
|
|
(72954, 4259, 0, 'Spawn Point 160 - Small Thorium'),
|
|
(72955, 4259, 25, 'Spawn Point 160 - Rich Thorium'),
|
|
(72956, 4259, 25, 'Spawn Point 160 - Mithril'),
|
|
(72957, 4259, 10, 'Spawn Point 160 - Gold'),
|
|
(72958, 4259, 10, 'Spawn Point 160 - Truesilver'),
|
|
(72959, 4259, 5, 'Spawn Point 160 - Dark Iron'),
|
|
(72960, 4260, 0, 'Spawn Point 161 - Small Thorium'),
|
|
(72961, 4260, 25, 'Spawn Point 161 - Rich Thorium'),
|
|
(72962, 4260, 25, 'Spawn Point 161 - Mithril'),
|
|
(72963, 4260, 10, 'Spawn Point 161 - Gold'),
|
|
(72964, 4260, 10, 'Spawn Point 161 - Truesilver'),
|
|
(72965, 4260, 5, 'Spawn Point 161 - Dark Iron'),
|
|
(72966, 4261, 0, 'Spawn Point 162 - Small Thorium'),
|
|
(72967, 4261, 25, 'Spawn Point 162 - Rich Thorium'),
|
|
(72968, 4261, 25, 'Spawn Point 162 - Mithril'),
|
|
(72969, 4261, 10, 'Spawn Point 162 - Gold'),
|
|
(72970, 4261, 10, 'Spawn Point 162 - Truesilver'),
|
|
(72971, 4261, 5, 'Spawn Point 162 - Dark Iron'),
|
|
(72972, 4262, 0, 'Spawn Point 163 - Small Thorium'),
|
|
(72973, 4262, 25, 'Spawn Point 163 - Rich Thorium'),
|
|
(72974, 4262, 25, 'Spawn Point 163 - Mithril'),
|
|
(72975, 4262, 10, 'Spawn Point 163 - Gold'),
|
|
(72976, 4262, 10, 'Spawn Point 163 - Truesilver'),
|
|
(72977, 4262, 5, 'Spawn Point 163 - Dark Iron'),
|
|
(72978, 4263, 0, 'Spawn Point 164 - Small Thorium'),
|
|
(72979, 4263, 25, 'Spawn Point 164 - Rich Thorium'),
|
|
(72980, 4263, 25, 'Spawn Point 164 - Mithril'),
|
|
(72981, 4263, 10, 'Spawn Point 164 - Gold'),
|
|
(72982, 4263, 10, 'Spawn Point 164 - Truesilver'),
|
|
(72983, 4263, 5, 'Spawn Point 164 - Dark Iron'),
|
|
(72984, 4264, 0, 'Spawn Point 165 - Small Thorium'),
|
|
(72985, 4264, 25, 'Spawn Point 165 - Rich Thorium'),
|
|
(72986, 4264, 25, 'Spawn Point 165 - Mithril'),
|
|
(72987, 4264, 10, 'Spawn Point 165 - Gold'),
|
|
(72988, 4264, 10, 'Spawn Point 165 - Truesilver'),
|
|
(72989, 4264, 5, 'Spawn Point 165 - Dark Iron'),
|
|
(72990, 4265, 0, 'Spawn Point 166 - Small Thorium'),
|
|
(72991, 4265, 25, 'Spawn Point 166 - Rich Thorium'),
|
|
(72992, 4265, 25, 'Spawn Point 166 - Mithril'),
|
|
(72993, 4265, 10, 'Spawn Point 166 - Gold'),
|
|
(72994, 4265, 10, 'Spawn Point 166 - Truesilver'),
|
|
(72995, 4265, 5, 'Spawn Point 166 - Dark Iron'),
|
|
(72996, 4266, 0, 'Spawn Point 167 - Small Thorium'),
|
|
(72997, 4266, 25, 'Spawn Point 167 - Rich Thorium'),
|
|
(72998, 4266, 25, 'Spawn Point 167 - Mithril'),
|
|
(72999, 4266, 10, 'Spawn Point 167 - Gold'),
|
|
(73000, 4266, 10, 'Spawn Point 167 - Truesilver'),
|
|
(73001, 4266, 5, 'Spawn Point 167 - Dark Iron'),
|
|
(73002, 4267, 0, 'Spawn Point 168 - Small Thorium'),
|
|
(73003, 4267, 25, 'Spawn Point 168 - Rich Thorium'),
|
|
(73004, 4267, 25, 'Spawn Point 168 - Mithril'),
|
|
(73005, 4267, 10, 'Spawn Point 168 - Gold'),
|
|
(73006, 4267, 10, 'Spawn Point 168 - Truesilver'),
|
|
(73007, 4267, 5, 'Spawn Point 168 - Dark Iron'),
|
|
(73008, 4268, 0, 'Spawn Point 169 - Small Thorium'),
|
|
(73009, 4268, 25, 'Spawn Point 169 - Rich Thorium'),
|
|
(73010, 4268, 25, 'Spawn Point 169 - Mithril'),
|
|
(73011, 4268, 10, 'Spawn Point 169 - Gold'),
|
|
(73012, 4268, 10, 'Spawn Point 169 - Truesilver'),
|
|
(73013, 4268, 5, 'Spawn Point 169 - Dark Iron'),
|
|
(73014, 4269, 0, 'Spawn Point 170 - Small Thorium'),
|
|
(73015, 4269, 25, 'Spawn Point 170 - Rich Thorium'),
|
|
(73016, 4269, 25, 'Spawn Point 170 - Mithril'),
|
|
(73017, 4269, 10, 'Spawn Point 170 - Gold'),
|
|
(73018, 4269, 10, 'Spawn Point 170 - Truesilver'),
|
|
(73019, 4269, 5, 'Spawn Point 170 - Dark Iron'),
|
|
(73020, 4270, 0, 'Spawn Point 171 - Small Thorium'),
|
|
(73021, 4270, 25, 'Spawn Point 171 - Rich Thorium'),
|
|
(73022, 4270, 25, 'Spawn Point 171 - Mithril'),
|
|
(73023, 4270, 10, 'Spawn Point 171 - Gold'),
|
|
(73024, 4270, 10, 'Spawn Point 171 - Truesilver'),
|
|
(73025, 4270, 5, 'Spawn Point 171 - Dark Iron'),
|
|
(73026, 4271, 0, 'Spawn Point 172 - Small Thorium'),
|
|
(73027, 4271, 25, 'Spawn Point 172 - Rich Thorium'),
|
|
(73028, 4271, 25, 'Spawn Point 172 - Mithril'),
|
|
(73029, 4271, 10, 'Spawn Point 172 - Gold'),
|
|
(73030, 4271, 10, 'Spawn Point 172 - Truesilver'),
|
|
(73031, 4271, 5, 'Spawn Point 172 - Dark Iron'),
|
|
(73032, 4272, 0, 'Spawn Point 173 - Small Thorium'),
|
|
(73033, 4272, 25, 'Spawn Point 173 - Rich Thorium'),
|
|
(73034, 4272, 25, 'Spawn Point 173 - Mithril'),
|
|
(73035, 4272, 10, 'Spawn Point 173 - Gold'),
|
|
(73036, 4272, 10, 'Spawn Point 173 - Truesilver'),
|
|
(73037, 4272, 5, 'Spawn Point 173 - Dark Iron'),
|
|
(73038, 4273, 0, 'Spawn Point 174 - Small Thorium'),
|
|
(73039, 4273, 25, 'Spawn Point 174 - Rich Thorium'),
|
|
(73040, 4273, 25, 'Spawn Point 174 - Mithril'),
|
|
(73041, 4273, 10, 'Spawn Point 174 - Gold'),
|
|
(73042, 4273, 10, 'Spawn Point 174 - Truesilver'),
|
|
(73043, 4273, 5, 'Spawn Point 174 - Dark Iron'),
|
|
(73044, 4274, 0, 'Spawn Point 175 - Small Thorium'),
|
|
(73045, 4274, 25, 'Spawn Point 175 - Rich Thorium'),
|
|
(73046, 4274, 25, 'Spawn Point 175 - Mithril'),
|
|
(73047, 4274, 10, 'Spawn Point 175 - Gold'),
|
|
(73048, 4274, 10, 'Spawn Point 175 - Truesilver'),
|
|
(73049, 4274, 5, 'Spawn Point 175 - Dark Iron'),
|
|
(73050, 4275, 0, 'Spawn Point 176 - Small Thorium'),
|
|
(73051, 4275, 25, 'Spawn Point 176 - Rich Thorium'),
|
|
(73052, 4275, 25, 'Spawn Point 176 - Mithril'),
|
|
(73053, 4275, 10, 'Spawn Point 176 - Gold'),
|
|
(73054, 4275, 10, 'Spawn Point 176 - Truesilver'),
|
|
(73055, 4275, 5, 'Spawn Point 176 - Dark Iron'),
|
|
(73056, 4276, 0, 'Spawn Point 177 - Small Thorium'),
|
|
(73057, 4276, 25, 'Spawn Point 177 - Rich Thorium'),
|
|
(73058, 4276, 25, 'Spawn Point 177 - Mithril'),
|
|
(73059, 4276, 10, 'Spawn Point 177 - Gold'),
|
|
(73060, 4276, 10, 'Spawn Point 177 - Truesilver'),
|
|
(73061, 4276, 5, 'Spawn Point 177 - Dark Iron'),
|
|
(73062, 4277, 0, 'Spawn Point 178 - Small Thorium'),
|
|
(73063, 4277, 25, 'Spawn Point 178 - Rich Thorium'),
|
|
(73064, 4277, 25, 'Spawn Point 178 - Mithril'),
|
|
(73065, 4277, 10, 'Spawn Point 178 - Gold'),
|
|
(73066, 4277, 10, 'Spawn Point 178 - Truesilver'),
|
|
(73067, 4277, 5, 'Spawn Point 178 - Dark Iron'),
|
|
(73068, 4278, 0, 'Spawn Point 179 - Small Thorium'),
|
|
(73069, 4278, 25, 'Spawn Point 179 - Rich Thorium'),
|
|
(73070, 4278, 25, 'Spawn Point 179 - Mithril'),
|
|
(73071, 4278, 10, 'Spawn Point 179 - Gold'),
|
|
(73072, 4278, 10, 'Spawn Point 179 - Truesilver'),
|
|
(73073, 4278, 5, 'Spawn Point 179 - Dark Iron'),
|
|
(73074, 4279, 0, 'Spawn Point 180 - Small Thorium'),
|
|
(73075, 4279, 25, 'Spawn Point 180 - Rich Thorium'),
|
|
(73076, 4279, 25, 'Spawn Point 180 - Mithril'),
|
|
(73077, 4279, 10, 'Spawn Point 180 - Gold'),
|
|
(73078, 4279, 10, 'Spawn Point 180 - Truesilver'),
|
|
(73079, 4279, 5, 'Spawn Point 180 - Dark Iron'),
|
|
(73080, 4280, 0, 'Spawn Point 181 - Small Thorium'),
|
|
(73081, 4280, 25, 'Spawn Point 181 - Rich Thorium'),
|
|
(73082, 4280, 25, 'Spawn Point 181 - Mithril'),
|
|
(73083, 4280, 10, 'Spawn Point 181 - Gold'),
|
|
(73084, 4280, 10, 'Spawn Point 181 - Truesilver'),
|
|
(73085, 4280, 5, 'Spawn Point 181 - Dark Iron'),
|
|
(73086, 4281, 0, 'Spawn Point 182 - Small Thorium'),
|
|
(73087, 4281, 25, 'Spawn Point 182 - Rich Thorium'),
|
|
(73088, 4281, 25, 'Spawn Point 182 - Mithril'),
|
|
(73089, 4281, 10, 'Spawn Point 182 - Gold'),
|
|
(73090, 4281, 10, 'Spawn Point 182 - Truesilver'),
|
|
(73091, 4281, 5, 'Spawn Point 182 - Dark Iron'),
|
|
(73092, 4282, 0, 'Spawn Point 183 - Small Thorium'),
|
|
(73093, 4282, 25, 'Spawn Point 183 - Rich Thorium'),
|
|
(73094, 4282, 25, 'Spawn Point 183 - Mithril'),
|
|
(73095, 4282, 10, 'Spawn Point 183 - Gold'),
|
|
(73096, 4282, 10, 'Spawn Point 183 - Truesilver'),
|
|
(73097, 4282, 5, 'Spawn Point 183 - Dark Iron'),
|
|
(73098, 4283, 0, 'Spawn Point 184 - Small Thorium'),
|
|
(73099, 4283, 25, 'Spawn Point 184 - Rich Thorium'),
|
|
(73100, 4283, 25, 'Spawn Point 184 - Mithril'),
|
|
(73101, 4283, 10, 'Spawn Point 184 - Gold'),
|
|
(73102, 4283, 10, 'Spawn Point 184 - Truesilver'),
|
|
(73103, 4283, 5, 'Spawn Point 184 - Dark Iron'),
|
|
(73104, 4284, 0, 'Spawn Point 185 - Small Thorium'),
|
|
(73105, 4284, 25, 'Spawn Point 185 - Rich Thorium'),
|
|
(73106, 4284, 25, 'Spawn Point 185 - Mithril'),
|
|
(73107, 4284, 10, 'Spawn Point 185 - Gold'),
|
|
(73108, 4284, 10, 'Spawn Point 185 - Truesilver'),
|
|
(73109, 4284, 5, 'Spawn Point 185 - Dark Iron'),
|
|
(73110, 4285, 0, 'Spawn Point 186 - Small Thorium'),
|
|
(73111, 4285, 25, 'Spawn Point 186 - Rich Thorium'),
|
|
(73112, 4285, 25, 'Spawn Point 186 - Mithril'),
|
|
(73113, 4285, 10, 'Spawn Point 186 - Gold'),
|
|
(73114, 4285, 10, 'Spawn Point 186 - Truesilver'),
|
|
(73115, 4285, 5, 'Spawn Point 186 - Dark Iron'),
|
|
(73116, 4286, 0, 'Spawn Point 187 - Small Thorium'),
|
|
(73117, 4286, 25, 'Spawn Point 187 - Rich Thorium'),
|
|
(73118, 4286, 25, 'Spawn Point 187 - Mithril'),
|
|
(73119, 4286, 10, 'Spawn Point 187 - Gold'),
|
|
(73120, 4286, 10, 'Spawn Point 187 - Truesilver'),
|
|
(73121, 4286, 5, 'Spawn Point 187 - Dark Iron'),
|
|
(73122, 4287, 0, 'Spawn Point 188 - Small Thorium'),
|
|
(73123, 4287, 25, 'Spawn Point 188 - Rich Thorium'),
|
|
(73124, 4287, 25, 'Spawn Point 188 - Mithril'),
|
|
(73125, 4287, 10, 'Spawn Point 188 - Gold'),
|
|
(73126, 4287, 10, 'Spawn Point 188 - Truesilver'),
|
|
(73127, 4287, 5, 'Spawn Point 188 - Dark Iron'),
|
|
(73128, 4288, 0, 'Spawn Point 189 - Small Thorium'),
|
|
(73129, 4288, 25, 'Spawn Point 189 - Rich Thorium'),
|
|
(73130, 4288, 25, 'Spawn Point 189 - Mithril'),
|
|
(73131, 4288, 10, 'Spawn Point 189 - Gold'),
|
|
(73132, 4288, 10, 'Spawn Point 189 - Truesilver'),
|
|
(73133, 4288, 5, 'Spawn Point 189 - Dark Iron'),
|
|
(73134, 4289, 0, 'Spawn Point 190 - Small Thorium'),
|
|
(73135, 4289, 25, 'Spawn Point 190 - Rich Thorium'),
|
|
(73136, 4289, 25, 'Spawn Point 190 - Mithril'),
|
|
(73137, 4289, 10, 'Spawn Point 190 - Gold'),
|
|
(73138, 4289, 10, 'Spawn Point 190 - Truesilver'),
|
|
(73139, 4289, 5, 'Spawn Point 190 - Dark Iron'),
|
|
(73140, 4290, 0, 'Spawn Point 191 - Small Thorium'),
|
|
(73141, 4290, 25, 'Spawn Point 191 - Rich Thorium'),
|
|
(73142, 4290, 25, 'Spawn Point 191 - Mithril'),
|
|
(73143, 4290, 10, 'Spawn Point 191 - Gold'),
|
|
(73144, 4290, 10, 'Spawn Point 191 - Truesilver'),
|
|
(73145, 4290, 5, 'Spawn Point 191 - Dark Iron'),
|
|
(73146, 4291, 0, 'Spawn Point 192 - Small Thorium'),
|
|
(73147, 4291, 25, 'Spawn Point 192 - Rich Thorium'),
|
|
(73148, 4291, 25, 'Spawn Point 192 - Mithril'),
|
|
(73149, 4291, 10, 'Spawn Point 192 - Gold'),
|
|
(73150, 4291, 10, 'Spawn Point 192 - Truesilver'),
|
|
(73151, 4291, 5, 'Spawn Point 192 - Dark Iron'),
|
|
(73152, 4292, 0, 'Spawn Point 193 - Small Thorium'),
|
|
(73153, 4292, 25, 'Spawn Point 193 - Rich Thorium'),
|
|
(73154, 4292, 25, 'Spawn Point 193 - Mithril'),
|
|
(73155, 4292, 10, 'Spawn Point 193 - Gold'),
|
|
(73156, 4292, 10, 'Spawn Point 193 - Truesilver'),
|
|
(73157, 4292, 5, 'Spawn Point 193 - Dark Iron'),
|
|
(73158, 4293, 0, 'Spawn Point 194 - Small Thorium'),
|
|
(73159, 4293, 25, 'Spawn Point 194 - Rich Thorium'),
|
|
(73160, 4293, 25, 'Spawn Point 194 - Mithril'),
|
|
(73161, 4293, 10, 'Spawn Point 194 - Gold'),
|
|
(73162, 4293, 10, 'Spawn Point 194 - Truesilver'),
|
|
(73163, 4293, 5, 'Spawn Point 194 - Dark Iron'),
|
|
(73164, 4294, 0, 'Spawn Point 195 - Small Thorium'),
|
|
(73165, 4294, 25, 'Spawn Point 195 - Rich Thorium'),
|
|
(73166, 4294, 25, 'Spawn Point 195 - Mithril'),
|
|
(73167, 4294, 10, 'Spawn Point 195 - Gold'),
|
|
(73168, 4294, 10, 'Spawn Point 195 - Truesilver'),
|
|
(73169, 4294, 5, 'Spawn Point 195 - Dark Iron'),
|
|
(73170, 4295, 0, 'Spawn Point 196 - Small Thorium'),
|
|
(73171, 4295, 25, 'Spawn Point 196 - Rich Thorium'),
|
|
(73172, 4295, 25, 'Spawn Point 196 - Mithril'),
|
|
(73173, 4295, 10, 'Spawn Point 196 - Gold'),
|
|
(73174, 4295, 10, 'Spawn Point 196 - Truesilver'),
|
|
(73175, 4295, 5, 'Spawn Point 196 - Dark Iron'),
|
|
(73176, 4296, 0, 'Spawn Point 197 - Small Thorium'),
|
|
(73177, 4296, 25, 'Spawn Point 197 - Rich Thorium'),
|
|
(73178, 4296, 25, 'Spawn Point 197 - Mithril'),
|
|
(73179, 4296, 10, 'Spawn Point 197 - Gold'),
|
|
(73180, 4296, 10, 'Spawn Point 197 - Truesilver'),
|
|
(73181, 4296, 5, 'Spawn Point 197 - Dark Iron'),
|
|
(73182, 4297, 0, 'Spawn Point 198 - Small Thorium'),
|
|
(73183, 4297, 25, 'Spawn Point 198 - Rich Thorium'),
|
|
(73184, 4297, 25, 'Spawn Point 198 - Mithril'),
|
|
(73185, 4297, 10, 'Spawn Point 198 - Gold'),
|
|
(73186, 4297, 10, 'Spawn Point 198 - Truesilver'),
|
|
(73187, 4297, 5, 'Spawn Point 198 - Dark Iron'),
|
|
(73188, 4298, 0, 'Spawn Point 199 - Small Thorium'),
|
|
(73189, 4298, 25, 'Spawn Point 199 - Rich Thorium'),
|
|
(73190, 4298, 25, 'Spawn Point 199 - Mithril'),
|
|
(73191, 4298, 10, 'Spawn Point 199 - Gold'),
|
|
(73192, 4298, 10, 'Spawn Point 199 - Truesilver'),
|
|
(73193, 4298, 5, 'Spawn Point 199 - Dark Iron'),
|
|
(73194, 4299, 0, 'Spawn Point 200 - Small Thorium'),
|
|
(73195, 4299, 25, 'Spawn Point 200 - Rich Thorium'),
|
|
(73196, 4299, 25, 'Spawn Point 200 - Mithril'),
|
|
(73197, 4299, 10, 'Spawn Point 200 - Gold'),
|
|
(73198, 4299, 10, 'Spawn Point 200 - Truesilver'),
|
|
(73199, 4299, 5, 'Spawn Point 200 - Dark Iron'),
|
|
(73200, 4300, 0, 'Spawn Point 201 - Small Thorium'),
|
|
(73201, 4300, 25, 'Spawn Point 201 - Rich Thorium'),
|
|
(73202, 4300, 25, 'Spawn Point 201 - Mithril'),
|
|
(73203, 4300, 10, 'Spawn Point 201 - Gold'),
|
|
(73204, 4300, 10, 'Spawn Point 201 - Truesilver'),
|
|
(73205, 4300, 5, 'Spawn Point 201 - Dark Iron'),
|
|
(73206, 4301, 0, 'Spawn Point 202 - Small Thorium'),
|
|
(73207, 4301, 25, 'Spawn Point 202 - Rich Thorium'),
|
|
(73208, 4301, 25, 'Spawn Point 202 - Mithril'),
|
|
(73209, 4301, 10, 'Spawn Point 202 - Gold'),
|
|
(73210, 4301, 10, 'Spawn Point 202 - Truesilver'),
|
|
(73211, 4301, 5, 'Spawn Point 202 - Dark Iron'),
|
|
(73212, 4302, 0, 'Spawn Point 203 - Small Thorium'),
|
|
(73213, 4302, 25, 'Spawn Point 203 - Rich Thorium'),
|
|
(73214, 4302, 25, 'Spawn Point 203 - Mithril'),
|
|
(73215, 4302, 10, 'Spawn Point 203 - Gold'),
|
|
(73216, 4302, 10, 'Spawn Point 203 - Truesilver'),
|
|
(73217, 4302, 5, 'Spawn Point 203 - Dark Iron'),
|
|
(73218, 4303, 0, 'Spawn Point 204 - Small Thorium'),
|
|
(73219, 4303, 25, 'Spawn Point 204 - Rich Thorium'),
|
|
(73220, 4303, 25, 'Spawn Point 204 - Mithril'),
|
|
(73221, 4303, 10, 'Spawn Point 204 - Gold'),
|
|
(73222, 4303, 10, 'Spawn Point 204 - Truesilver'),
|
|
(73223, 4303, 5, 'Spawn Point 204 - Dark Iron'),
|
|
(73224, 4304, 0, 'Spawn Point 205 - Small Thorium'),
|
|
(73225, 4304, 25, 'Spawn Point 205 - Rich Thorium'),
|
|
(73226, 4304, 25, 'Spawn Point 205 - Mithril'),
|
|
(73227, 4304, 10, 'Spawn Point 205 - Gold'),
|
|
(73228, 4304, 10, 'Spawn Point 205 - Truesilver'),
|
|
(73229, 4304, 5, 'Spawn Point 205 - Dark Iron'),
|
|
(73230, 4305, 0, 'Spawn Point 206 - Small Thorium'),
|
|
(73231, 4305, 25, 'Spawn Point 206 - Rich Thorium'),
|
|
(73232, 4305, 25, 'Spawn Point 206 - Mithril'),
|
|
(73233, 4305, 10, 'Spawn Point 206 - Gold'),
|
|
(73234, 4305, 10, 'Spawn Point 206 - Truesilver'),
|
|
(73235, 4305, 5, 'Spawn Point 206 - Dark Iron'),
|
|
(73236, 4306, 0, 'Spawn Point 207 - Small Thorium'),
|
|
(73237, 4306, 25, 'Spawn Point 207 - Rich Thorium'),
|
|
(73238, 4306, 25, 'Spawn Point 207 - Mithril'),
|
|
(73239, 4306, 10, 'Spawn Point 207 - Gold'),
|
|
(73240, 4306, 10, 'Spawn Point 207 - Truesilver'),
|
|
(73241, 4306, 5, 'Spawn Point 207 - Dark Iron'),
|
|
(73242, 4307, 0, 'Spawn Point 208 - Small Thorium'),
|
|
(73243, 4307, 25, 'Spawn Point 208 - Rich Thorium'),
|
|
(73244, 4307, 25, 'Spawn Point 208 - Mithril'),
|
|
(73245, 4307, 10, 'Spawn Point 208 - Gold'),
|
|
(73246, 4307, 10, 'Spawn Point 208 - Truesilver'),
|
|
(73247, 4307, 5, 'Spawn Point 208 - Dark Iron'),
|
|
(73248, 4308, 0, 'Spawn Point 209 - Small Thorium'),
|
|
(73249, 4308, 25, 'Spawn Point 209 - Rich Thorium'),
|
|
(73250, 4308, 25, 'Spawn Point 209 - Mithril'),
|
|
(73251, 4308, 10, 'Spawn Point 209 - Gold'),
|
|
(73252, 4308, 10, 'Spawn Point 209 - Truesilver'),
|
|
(73253, 4308, 5, 'Spawn Point 209 - Dark Iron'),
|
|
(73254, 4309, 0, 'Spawn Point 210 - Small Thorium'),
|
|
(73255, 4309, 25, 'Spawn Point 210 - Rich Thorium'),
|
|
(73256, 4309, 25, 'Spawn Point 210 - Mithril'),
|
|
(73257, 4309, 10, 'Spawn Point 210 - Gold'),
|
|
(73258, 4309, 10, 'Spawn Point 210 - Truesilver'),
|
|
(73259, 4309, 5, 'Spawn Point 210 - Dark Iron'),
|
|
(73260, 4310, 0, 'Spawn Point 211 - Small Thorium'),
|
|
(73261, 4310, 25, 'Spawn Point 211 - Rich Thorium'),
|
|
(73262, 4310, 25, 'Spawn Point 211 - Mithril'),
|
|
(73263, 4310, 10, 'Spawn Point 211 - Gold'),
|
|
(73264, 4310, 10, 'Spawn Point 211 - Truesilver'),
|
|
(73265, 4310, 5, 'Spawn Point 211 - Dark Iron'),
|
|
(73266, 4311, 0, 'Spawn Point 212 - Small Thorium'),
|
|
(73267, 4311, 25, 'Spawn Point 212 - Rich Thorium'),
|
|
(73268, 4311, 25, 'Spawn Point 212 - Mithril'),
|
|
(73269, 4311, 10, 'Spawn Point 212 - Gold'),
|
|
(73270, 4311, 10, 'Spawn Point 212 - Truesilver'),
|
|
(73271, 4311, 5, 'Spawn Point 212 - Dark Iron'),
|
|
(73272, 4312, 0, 'Spawn Point 213 - Small Thorium'),
|
|
(73273, 4312, 25, 'Spawn Point 213 - Rich Thorium'),
|
|
(73274, 4312, 25, 'Spawn Point 213 - Mithril'),
|
|
(73275, 4312, 10, 'Spawn Point 213 - Gold'),
|
|
(73276, 4312, 10, 'Spawn Point 213 - Truesilver'),
|
|
(73277, 4312, 5, 'Spawn Point 213 - Dark Iron'),
|
|
(73278, 4313, 0, 'Spawn Point 214 - Small Thorium'),
|
|
(73279, 4313, 25, 'Spawn Point 214 - Rich Thorium'),
|
|
(73280, 4313, 25, 'Spawn Point 214 - Mithril'),
|
|
(73281, 4313, 10, 'Spawn Point 214 - Gold'),
|
|
(73282, 4313, 10, 'Spawn Point 214 - Truesilver'),
|
|
(73283, 4313, 5, 'Spawn Point 214 - Dark Iron'),
|
|
(73284, 4314, 0, 'Spawn Point 215 - Small Thorium'),
|
|
(73285, 4314, 25, 'Spawn Point 215 - Rich Thorium'),
|
|
(73286, 4314, 25, 'Spawn Point 215 - Mithril'),
|
|
(73287, 4314, 10, 'Spawn Point 215 - Gold'),
|
|
(73288, 4314, 10, 'Spawn Point 215 - Truesilver'),
|
|
(73289, 4314, 5, 'Spawn Point 215 - Dark Iron'),
|
|
(73290, 4315, 0, 'Spawn Point 216 - Small Thorium'),
|
|
(73291, 4315, 25, 'Spawn Point 216 - Rich Thorium'),
|
|
(73292, 4315, 25, 'Spawn Point 216 - Mithril'),
|
|
(73293, 4315, 10, 'Spawn Point 216 - Gold'),
|
|
(73294, 4315, 10, 'Spawn Point 216 - Truesilver'),
|
|
(73295, 4315, 5, 'Spawn Point 216 - Dark Iron'),
|
|
(73296, 4316, 0, 'Spawn Point 217 - Small Thorium'),
|
|
(73297, 4316, 25, 'Spawn Point 217 - Rich Thorium'),
|
|
(73298, 4316, 25, 'Spawn Point 217 - Mithril'),
|
|
(73299, 4316, 10, 'Spawn Point 217 - Gold'),
|
|
(73300, 4316, 10, 'Spawn Point 217 - Truesilver'),
|
|
(73301, 4316, 5, 'Spawn Point 217 - Dark Iron'),
|
|
(73302, 4317, 0, 'Spawn Point 218 - Small Thorium'),
|
|
(73303, 4317, 25, 'Spawn Point 218 - Rich Thorium'),
|
|
(73304, 4317, 25, 'Spawn Point 218 - Mithril'),
|
|
(73305, 4317, 10, 'Spawn Point 218 - Gold'),
|
|
(73306, 4317, 10, 'Spawn Point 218 - Truesilver'),
|
|
(73307, 4317, 5, 'Spawn Point 218 - Dark Iron'),
|
|
(73308, 4318, 0, 'Spawn Point 219 - Small Thorium'),
|
|
(73309, 4318, 25, 'Spawn Point 219 - Rich Thorium'),
|
|
(73310, 4318, 25, 'Spawn Point 219 - Mithril'),
|
|
(73311, 4318, 10, 'Spawn Point 219 - Gold'),
|
|
(73312, 4318, 10, 'Spawn Point 219 - Truesilver'),
|
|
(73313, 4318, 5, 'Spawn Point 219 - Dark Iron'),
|
|
(73314, 4319, 0, 'Spawn Point 220 - Small Thorium'),
|
|
(73315, 4319, 25, 'Spawn Point 220 - Rich Thorium'),
|
|
(73316, 4319, 25, 'Spawn Point 220 - Mithril'),
|
|
(73317, 4319, 10, 'Spawn Point 220 - Gold'),
|
|
(73318, 4319, 10, 'Spawn Point 220 - Truesilver'),
|
|
(73319, 4319, 5, 'Spawn Point 220 - Dark Iron'),
|
|
(73320, 4320, 0, 'Spawn Point 221 - Small Thorium'),
|
|
(73321, 4320, 25, 'Spawn Point 221 - Rich Thorium'),
|
|
(73322, 4320, 25, 'Spawn Point 221 - Mithril'),
|
|
(73323, 4320, 10, 'Spawn Point 221 - Gold'),
|
|
(73324, 4320, 10, 'Spawn Point 221 - Truesilver'),
|
|
(73325, 4320, 5, 'Spawn Point 221 - Dark Iron'),
|
|
(73326, 4321, 0, 'Spawn Point 222 - Small Thorium'),
|
|
(73327, 4321, 25, 'Spawn Point 222 - Rich Thorium'),
|
|
(73328, 4321, 25, 'Spawn Point 222 - Mithril'),
|
|
(73329, 4321, 10, 'Spawn Point 222 - Gold'),
|
|
(73330, 4321, 10, 'Spawn Point 222 - Truesilver'),
|
|
(73331, 4321, 5, 'Spawn Point 222 - Dark Iron'),
|
|
(73332, 4322, 0, 'Spawn Point 223 - Small Thorium'),
|
|
(73333, 4322, 25, 'Spawn Point 223 - Rich Thorium'),
|
|
(73334, 4322, 25, 'Spawn Point 223 - Mithril'),
|
|
(73335, 4322, 10, 'Spawn Point 223 - Gold'),
|
|
(73336, 4322, 10, 'Spawn Point 223 - Truesilver'),
|
|
(73337, 4322, 5, 'Spawn Point 223 - Dark Iron'),
|
|
(73338, 4323, 0, 'Spawn Point 224 - Small Thorium'),
|
|
(73339, 4323, 25, 'Spawn Point 224 - Rich Thorium'),
|
|
(73340, 4323, 25, 'Spawn Point 224 - Mithril'),
|
|
(73341, 4323, 10, 'Spawn Point 224 - Gold'),
|
|
(73342, 4323, 10, 'Spawn Point 224 - Truesilver'),
|
|
(73343, 4323, 5, 'Spawn Point 224 - Dark Iron'),
|
|
(73344, 4324, 0, 'Spawn Point 225 - Small Thorium'),
|
|
(73345, 4324, 25, 'Spawn Point 225 - Rich Thorium'),
|
|
(73346, 4324, 25, 'Spawn Point 225 - Mithril'),
|
|
(73347, 4324, 10, 'Spawn Point 225 - Gold'),
|
|
(73348, 4324, 10, 'Spawn Point 225 - Truesilver'),
|
|
(73349, 4324, 5, 'Spawn Point 225 - Dark Iron'),
|
|
(73350, 4325, 0, 'Spawn Point 226 - Small Thorium'),
|
|
(73351, 4325, 25, 'Spawn Point 226 - Rich Thorium'),
|
|
(73352, 4325, 25, 'Spawn Point 226 - Mithril'),
|
|
(73353, 4325, 10, 'Spawn Point 226 - Gold'),
|
|
(73354, 4325, 10, 'Spawn Point 226 - Truesilver'),
|
|
(73355, 4325, 5, 'Spawn Point 226 - Dark Iron'),
|
|
(73356, 4326, 0, 'Spawn Point 227 - Small Thorium'),
|
|
(73357, 4326, 25, 'Spawn Point 227 - Rich Thorium'),
|
|
(73358, 4326, 25, 'Spawn Point 227 - Mithril'),
|
|
(73359, 4326, 10, 'Spawn Point 227 - Gold'),
|
|
(73360, 4326, 10, 'Spawn Point 227 - Truesilver'),
|
|
(73361, 4326, 5, 'Spawn Point 227 - Dark Iron'),
|
|
(73362, 4327, 0, 'Spawn Point 228 - Small Thorium'),
|
|
(73363, 4327, 25, 'Spawn Point 228 - Rich Thorium'),
|
|
(73364, 4327, 25, 'Spawn Point 228 - Mithril'),
|
|
(73365, 4327, 10, 'Spawn Point 228 - Gold'),
|
|
(73366, 4327, 10, 'Spawn Point 228 - Truesilver'),
|
|
(73367, 4327, 5, 'Spawn Point 228 - Dark Iron'),
|
|
(73368, 4328, 0, 'Spawn Point 229 - Small Thorium'),
|
|
(73369, 4328, 25, 'Spawn Point 229 - Rich Thorium'),
|
|
(73370, 4328, 25, 'Spawn Point 229 - Mithril'),
|
|
(73371, 4328, 10, 'Spawn Point 229 - Gold'),
|
|
(73372, 4328, 10, 'Spawn Point 229 - Truesilver'),
|
|
(73373, 4328, 5, 'Spawn Point 229 - Dark Iron'),
|
|
(73374, 4329, 0, 'Spawn Point 230 - Small Thorium'),
|
|
(73375, 4329, 25, 'Spawn Point 230 - Rich Thorium'),
|
|
(73376, 4329, 25, 'Spawn Point 230 - Mithril'),
|
|
(73377, 4329, 10, 'Spawn Point 230 - Gold'),
|
|
(73378, 4329, 10, 'Spawn Point 230 - Truesilver'),
|
|
(73379, 4329, 5, 'Spawn Point 230 - Dark Iron'),
|
|
(73380, 4330, 0, 'Spawn Point 231 - Small Thorium'),
|
|
(73381, 4330, 25, 'Spawn Point 231 - Rich Thorium'),
|
|
(73382, 4330, 25, 'Spawn Point 231 - Mithril'),
|
|
(73383, 4330, 10, 'Spawn Point 231 - Gold'),
|
|
(73384, 4330, 10, 'Spawn Point 231 - Truesilver'),
|
|
(73385, 4330, 5, 'Spawn Point 231 - Dark Iron'),
|
|
(73386, 4331, 0, 'Spawn Point 232 - Small Thorium'),
|
|
(73387, 4331, 25, 'Spawn Point 232 - Rich Thorium'),
|
|
(73388, 4331, 25, 'Spawn Point 232 - Mithril'),
|
|
(73389, 4331, 10, 'Spawn Point 232 - Gold'),
|
|
(73390, 4331, 10, 'Spawn Point 232 - Truesilver'),
|
|
(73391, 4331, 5, 'Spawn Point 232 - Dark Iron'),
|
|
(73392, 4332, 0, 'Spawn Point 233 - Small Thorium'),
|
|
(73393, 4332, 25, 'Spawn Point 233 - Rich Thorium'),
|
|
(73394, 4332, 25, 'Spawn Point 233 - Mithril'),
|
|
(73395, 4332, 10, 'Spawn Point 233 - Gold'),
|
|
(73396, 4332, 10, 'Spawn Point 233 - Truesilver'),
|
|
(73397, 4332, 5, 'Spawn Point 233 - Dark Iron'),
|
|
(73410, 4335, 0, 'Spawn Point 236 - Small Thorium'),
|
|
(73411, 4335, 25, 'Spawn Point 236 - Rich Thorium'),
|
|
(73412, 4335, 25, 'Spawn Point 236 - Mithril'),
|
|
(73413, 4335, 10, 'Spawn Point 236 - Gold'),
|
|
(73414, 4335, 10, 'Spawn Point 236 - Truesilver'),
|
|
(73415, 4335, 5, 'Spawn Point 236 - Dark Iron'),
|
|
(73416, 4336, 0, 'Spawn Point 237 - Small Thorium'),
|
|
(73417, 4336, 25, 'Spawn Point 237 - Rich Thorium'),
|
|
(73418, 4336, 25, 'Spawn Point 237 - Mithril'),
|
|
(73419, 4336, 10, 'Spawn Point 237 - Gold'),
|
|
(73420, 4336, 10, 'Spawn Point 237 - Truesilver'),
|
|
(73421, 4336, 5, 'Spawn Point 237 - Dark Iron'),
|
|
(73428, 4338, 0, 'Spawn Point 239 - Small Thorium'),
|
|
(73429, 4338, 25, 'Spawn Point 239 - Rich Thorium'),
|
|
(73430, 4338, 25, 'Spawn Point 239 - Mithril'),
|
|
(73431, 4338, 10, 'Spawn Point 239 - Gold'),
|
|
(73432, 4338, 10, 'Spawn Point 239 - Truesilver'),
|
|
(73433, 4338, 5, 'Spawn Point 239 - Dark Iron'),
|
|
(73434, 4339, 0, 'Spawn Point 240 - Small Thorium'),
|
|
(73435, 4339, 25, 'Spawn Point 240 - Rich Thorium'),
|
|
(73436, 4339, 25, 'Spawn Point 240 - Mithril'),
|
|
(73437, 4339, 10, 'Spawn Point 240 - Gold'),
|
|
(73438, 4339, 10, 'Spawn Point 240 - Truesilver'),
|
|
(73439, 4339, 5, 'Spawn Point 240 - Dark Iron'),
|
|
(73500, 2008, 0, 'Spawn Point 1 - Copper'),
|
|
(73501, 2008, 0, 'Spawn Point 2 - Copper'),
|
|
(73502, 2008, 0, 'Spawn Point 3 - Copper'),
|
|
(73503, 2008, 0, 'Spawn Point 4 - Copper'),
|
|
(73504, 2008, 0, 'Spawn Point 5 - Copper'),
|
|
(73505, 2008, 0, 'Spawn Point 6 - Copper'),
|
|
(73506, 2008, 0, 'Spawn Point 7 - Copper'),
|
|
(73507, 2008, 0, 'Spawn Point 8 - Copper'),
|
|
(73508, 2008, 0, 'Spawn Point 9 - Copper'),
|
|
(73509, 2008, 0, 'Spawn Point 10 - Copper'),
|
|
(73510, 2008, 0, 'Spawn Point 11 - Copper'),
|
|
(73511, 2008, 0, 'Spawn Point 12 - Copper'),
|
|
(73512, 2008, 0, 'Spawn Point 13 - Copper'),
|
|
(73513, 2008, 0, 'Spawn Point 14 - Copper'),
|
|
(73514, 2008, 0, 'Spawn Point 15 - Copper'),
|
|
(73515, 2008, 0, 'Spawn Point 16 - Copper'),
|
|
(73516, 2008, 0, 'Spawn Point 17 - Copper'),
|
|
(73517, 2008, 0, 'Spawn Point 18 - Copper'),
|
|
(73518, 2008, 0, 'Spawn Point 19 - Copper'),
|
|
(73519, 2008, 0, 'Spawn Point 20 - Copper'),
|
|
(73520, 2008, 0, 'Spawn Point 21 - Copper'),
|
|
(73521, 2008, 0, 'Spawn Point 22 - Copper'),
|
|
(73522, 2008, 0, 'Spawn Point 23 - Copper'),
|
|
(73523, 2008, 0, 'Spawn Point 24 - Copper'),
|
|
(73524, 2008, 0, 'Spawn Point 25 - Copper'),
|
|
(73525, 2008, 0, 'Spawn Point 26 - Copper'),
|
|
(73526, 2008, 0, 'Spawn Point 27 - Copper'),
|
|
(73527, 2008, 0, 'Spawn Point 28 - Copper'),
|
|
(73528, 2008, 0, 'Spawn Point 29 - Copper'),
|
|
(73529, 2008, 0, 'Spawn Point 30 - Copper'),
|
|
(73530, 2008, 0, 'Spawn Point 31 - Copper'),
|
|
(73531, 2008, 0, 'Spawn Point 32 - Copper'),
|
|
(73532, 2008, 0, 'Spawn Point 33 - Copper'),
|
|
(73533, 2008, 0, 'Spawn Point 34 - Copper'),
|
|
(73534, 2008, 0, 'Spawn Point 35 - Copper'),
|
|
(73535, 2008, 0, 'Spawn Point 36 - Copper'),
|
|
(73536, 2008, 0, 'Spawn Point 37 - Copper'),
|
|
(73537, 2008, 0, 'Spawn Point 38 - Copper'),
|
|
(73538, 2008, 0, 'Spawn Point 39 - Copper'),
|
|
(73539, 2008, 0, 'Spawn Point 40 - Copper'),
|
|
(73540, 2008, 0, 'Spawn Point 41 - Copper'),
|
|
(73541, 2008, 0, 'Spawn Point 42 - Copper'),
|
|
(73542, 2008, 0, 'Spawn Point 43 - Copper'),
|
|
(73543, 2008, 0, 'Spawn Point 44 - Copper'),
|
|
(73544, 2008, 0, 'Spawn Point 45 - Copper'),
|
|
(73545, 2008, 0, 'Spawn Point 46 - Copper'),
|
|
(73546, 2008, 0, 'Spawn Point 47 - Copper'),
|
|
(73547, 2008, 0, 'Spawn Point 48 - Copper'),
|
|
(73548, 2008, 0, 'Spawn Point 49 - Copper'),
|
|
(73549, 2008, 0, 'Spawn Point 50 - Copper'),
|
|
(73550, 2008, 0, 'Spawn Point 51 - Copper'),
|
|
(73551, 2008, 0, 'Spawn Point 52 - Copper'),
|
|
(73552, 2008, 0, 'Spawn Point 53 - Copper'),
|
|
(73553, 2008, 0, 'Spawn Point 54 - Copper'),
|
|
(73554, 2008, 0, 'Spawn Point 55 - Copper'),
|
|
(73555, 2008, 0, 'Spawn Point 56 - Copper'),
|
|
(73556, 2008, 0, 'Spawn Point 57 - Copper'),
|
|
(73557, 2008, 0, 'Spawn Point 58 - Copper'),
|
|
(73558, 2008, 0, 'Spawn Point 59 - Copper'),
|
|
(73559, 2008, 0, 'Spawn Point 60 - Copper'),
|
|
(73560, 2008, 0, 'Spawn Point 61 - Copper'),
|
|
(73561, 2008, 0, 'Spawn Point 62 - Copper'),
|
|
(73562, 2008, 0, 'Spawn Point 63 - Copper'),
|
|
(73563, 2008, 0, 'Spawn Point 64 - Copper'),
|
|
(73564, 2008, 0, 'Spawn Point 65 - Copper'),
|
|
(73565, 2008, 0, 'Spawn Point 66 - Copper'),
|
|
(73566, 2008, 0, 'Spawn Point 67 - Copper'),
|
|
(73567, 2008, 0, 'Spawn Point 68 - Copper'),
|
|
(73568, 2008, 0, 'Spawn Point 69 - Copper'),
|
|
(73569, 2008, 0, 'Spawn Point 70 - Copper'),
|
|
(73570, 2008, 0, 'Spawn Point 71 - Copper'),
|
|
(73571, 2008, 0, 'Spawn Point 72 - Copper'),
|
|
(73572, 2008, 0, 'Spawn Point 73 - Copper'),
|
|
(73573, 2008, 0, 'Spawn Point 74 - Copper'),
|
|
(73574, 2008, 0, 'Spawn Point 75 - Copper'),
|
|
(73575, 2008, 0, 'Spawn Point 76 - Copper'),
|
|
(73576, 2008, 0, 'Spawn Point 77 - Copper'),
|
|
(73577, 2008, 0, 'Spawn Point 78 - Copper'),
|
|
(73578, 2008, 0, 'Spawn Point 79 - Copper'),
|
|
(73579, 2008, 0, 'Spawn Point 80 - Copper'),
|
|
(73580, 2008, 0, 'Spawn Point 81 - Copper'),
|
|
(73581, 2008, 0, 'Spawn Point 82 - Copper'),
|
|
(73582, 2008, 0, 'Spawn Point 83 - Copper'),
|
|
(73583, 2008, 0, 'Spawn Point 84 - Copper'),
|
|
(73584, 2008, 0, 'Spawn Point 85 - Copper'),
|
|
(73585, 2008, 0, 'Spawn Point 86 - Copper'),
|
|
(73586, 2008, 0, 'Spawn Point 87 - Copper'),
|
|
(73600, 4400, 0, 'Spawn Point 1 - Copper'),
|
|
(73601, 4400, 0, 'Spawn Point 1 - Tin'),
|
|
(73602, 4400, 0, 'Spawn Point 1 - Iron'),
|
|
(73603, 4400, 10, 'Spawn Point 1 - Silver'),
|
|
(73604, 4400, 10, 'Spawn Point 1 - Gold'),
|
|
(73605, 4401, 0, 'Spawn Point 2 - Copper'),
|
|
(73606, 4401, 0, 'Spawn Point 2 - Tin'),
|
|
(73607, 4401, 0, 'Spawn Point 2 - Iron'),
|
|
(73608, 4401, 10, 'Spawn Point 2 - Silver'),
|
|
(73609, 4401, 10, 'Spawn Point 2 - Gold'),
|
|
(73610, 4402, 0, 'Spawn Point 3 - Copper'),
|
|
(73611, 4402, 0, 'Spawn Point 3 - Tin'),
|
|
(73612, 4402, 0, 'Spawn Point 3 - Iron'),
|
|
(73613, 4402, 10, 'Spawn Point 3 - Silver'),
|
|
(73614, 4402, 10, 'Spawn Point 3 - Gold'),
|
|
(73615, 4403, 0, 'Spawn Point 4 - Copper'),
|
|
(73616, 4403, 0, 'Spawn Point 4 - Tin'),
|
|
(73617, 4403, 0, 'Spawn Point 4 - Iron'),
|
|
(73618, 4403, 10, 'Spawn Point 4 - Silver'),
|
|
(73619, 4403, 10, 'Spawn Point 4 - Gold'),
|
|
(73620, 4404, 0, 'Spawn Point 5 - Copper'),
|
|
(73621, 4404, 0, 'Spawn Point 5 - Tin'),
|
|
(73622, 4404, 0, 'Spawn Point 5 - Iron'),
|
|
(73623, 4404, 10, 'Spawn Point 5 - Silver'),
|
|
(73624, 4404, 10, 'Spawn Point 5 - Gold'),
|
|
(73625, 4405, 0, 'Spawn Point 6 - Copper'),
|
|
(73626, 4405, 0, 'Spawn Point 6 - Tin'),
|
|
(73627, 4405, 0, 'Spawn Point 6 - Iron'),
|
|
(73628, 4405, 10, 'Spawn Point 6 - Silver'),
|
|
(73629, 4405, 10, 'Spawn Point 6 - Gold'),
|
|
(73630, 4406, 0, 'Spawn Point 7 - Copper'),
|
|
(73631, 4406, 0, 'Spawn Point 7 - Tin'),
|
|
(73632, 4406, 0, 'Spawn Point 7 - Iron'),
|
|
(73633, 4406, 10, 'Spawn Point 7 - Silver'),
|
|
(73634, 4406, 10, 'Spawn Point 7 - Gold'),
|
|
(73635, 4407, 0, 'Spawn Point 8 - Copper'),
|
|
(73636, 4407, 0, 'Spawn Point 8 - Tin'),
|
|
(73637, 4407, 0, 'Spawn Point 8 - Iron'),
|
|
(73638, 4407, 10, 'Spawn Point 8 - Silver'),
|
|
(73639, 4407, 10, 'Spawn Point 8 - Gold'),
|
|
(73640, 4408, 0, 'Spawn Point 9 - Copper'),
|
|
(73641, 4408, 0, 'Spawn Point 9 - Tin'),
|
|
(73642, 4408, 0, 'Spawn Point 9 - Iron'),
|
|
(73643, 4408, 10, 'Spawn Point 9 - Silver'),
|
|
(73644, 4408, 10, 'Spawn Point 9 - Gold'),
|
|
(73645, 4409, 0, 'Spawn Point 10 - Copper'),
|
|
(73646, 4409, 0, 'Spawn Point 10 - Tin'),
|
|
(73647, 4409, 0, 'Spawn Point 10 - Iron'),
|
|
(73648, 4409, 10, 'Spawn Point 10 - Silver'),
|
|
(73649, 4409, 10, 'Spawn Point 10 - Gold'),
|
|
(73650, 4410, 0, 'Spawn Point 11 - Copper'),
|
|
(73651, 4410, 0, 'Spawn Point 11 - Tin'),
|
|
(73652, 4410, 0, 'Spawn Point 11 - Iron'),
|
|
(73653, 4410, 10, 'Spawn Point 11 - Silver'),
|
|
(73654, 4410, 10, 'Spawn Point 11 - Gold'),
|
|
(73655, 4411, 0, 'Spawn Point 12 - Copper'),
|
|
(73656, 4411, 0, 'Spawn Point 12 - Tin'),
|
|
(73657, 4411, 0, 'Spawn Point 12 - Iron'),
|
|
(73658, 4411, 10, 'Spawn Point 12 - Silver'),
|
|
(73659, 4411, 10, 'Spawn Point 12 - Gold'),
|
|
(73660, 4412, 0, 'Spawn Point 13 - Copper'),
|
|
(73661, 4412, 0, 'Spawn Point 13 - Tin'),
|
|
(73662, 4412, 0, 'Spawn Point 13 - Iron'),
|
|
(73663, 4412, 10, 'Spawn Point 13 - Silver'),
|
|
(73664, 4412, 10, 'Spawn Point 13 - Gold'),
|
|
(73665, 4413, 0, 'Spawn Point 14 - Copper'),
|
|
(73666, 4413, 0, 'Spawn Point 14 - Tin'),
|
|
(73667, 4413, 0, 'Spawn Point 14 - Iron'),
|
|
(73668, 4413, 10, 'Spawn Point 14 - Silver'),
|
|
(73669, 4413, 10, 'Spawn Point 14 - Gold'),
|
|
(73675, 4415, 0, 'Spawn Point 16 - Copper'),
|
|
(73676, 4415, 0, 'Spawn Point 16 - Tin'),
|
|
(73677, 4415, 0, 'Spawn Point 16 - Iron'),
|
|
(73678, 4415, 10, 'Spawn Point 16 - Silver'),
|
|
(73679, 4415, 10, 'Spawn Point 16 - Gold'),
|
|
(73680, 4416, 0, 'Spawn Point 17 - Copper'),
|
|
(73681, 4416, 0, 'Spawn Point 17 - Tin'),
|
|
(73682, 4416, 0, 'Spawn Point 17 - Iron'),
|
|
(73683, 4416, 10, 'Spawn Point 17 - Silver'),
|
|
(73684, 4416, 10, 'Spawn Point 17 - Gold'),
|
|
(73685, 4417, 0, 'Spawn Point 18 - Copper'),
|
|
(73686, 4417, 0, 'Spawn Point 18 - Tin'),
|
|
(73687, 4417, 0, 'Spawn Point 18 - Iron'),
|
|
(73688, 4417, 10, 'Spawn Point 18 - Silver'),
|
|
(73689, 4417, 10, 'Spawn Point 18 - Gold'),
|
|
(73690, 4418, 0, 'Spawn Point 19 - Copper'),
|
|
(73691, 4418, 0, 'Spawn Point 19 - Tin'),
|
|
(73692, 4418, 0, 'Spawn Point 19 - Iron'),
|
|
(73693, 4418, 10, 'Spawn Point 19 - Silver'),
|
|
(73694, 4418, 10, 'Spawn Point 19 - Gold'),
|
|
(73695, 4419, 0, 'Spawn Point 20 - Copper'),
|
|
(73696, 4419, 0, 'Spawn Point 20 - Tin'),
|
|
(73697, 4419, 0, 'Spawn Point 20 - Iron'),
|
|
(73698, 4419, 10, 'Spawn Point 20 - Silver'),
|
|
(73699, 4419, 10, 'Spawn Point 20 - Gold'),
|
|
(73700, 4420, 0, 'Spawn Point 21 - Copper'),
|
|
(73701, 4420, 0, 'Spawn Point 21 - Tin'),
|
|
(73702, 4420, 0, 'Spawn Point 21 - Iron'),
|
|
(73703, 4420, 10, 'Spawn Point 21 - Silver'),
|
|
(73704, 4420, 10, 'Spawn Point 21 - Gold'),
|
|
(73705, 4421, 0, 'Spawn Point 22 - Copper'),
|
|
(73706, 4421, 0, 'Spawn Point 22 - Tin'),
|
|
(73707, 4421, 0, 'Spawn Point 22 - Iron'),
|
|
(73708, 4421, 10, 'Spawn Point 22 - Silver'),
|
|
(73709, 4421, 10, 'Spawn Point 22 - Gold'),
|
|
(73710, 4422, 0, 'Spawn Point 23 - Copper'),
|
|
(73711, 4422, 0, 'Spawn Point 23 - Tin'),
|
|
(73712, 4422, 0, 'Spawn Point 23 - Iron'),
|
|
(73713, 4422, 10, 'Spawn Point 23 - Silver'),
|
|
(73714, 4422, 10, 'Spawn Point 23 - Gold'),
|
|
(73715, 4423, 0, 'Spawn Point 24 - Copper'),
|
|
(73716, 4423, 0, 'Spawn Point 24 - Tin'),
|
|
(73717, 4423, 0, 'Spawn Point 24 - Iron'),
|
|
(73718, 4423, 10, 'Spawn Point 24 - Silver'),
|
|
(73719, 4423, 10, 'Spawn Point 24 - Gold'),
|
|
(73720, 4424, 0, 'Spawn Point 25 - Copper'),
|
|
(73721, 4424, 0, 'Spawn Point 25 - Tin'),
|
|
(73722, 4424, 0, 'Spawn Point 25 - Iron'),
|
|
(73723, 4424, 10, 'Spawn Point 25 - Silver'),
|
|
(73724, 4424, 10, 'Spawn Point 25 - Gold'),
|
|
(73725, 4425, 0, 'Spawn Point 26 - Copper'),
|
|
(73726, 4425, 0, 'Spawn Point 26 - Tin'),
|
|
(73727, 4425, 0, 'Spawn Point 26 - Iron'),
|
|
(73728, 4425, 10, 'Spawn Point 26 - Silver'),
|
|
(73729, 4425, 10, 'Spawn Point 26 - Gold'),
|
|
(73730, 4426, 0, 'Spawn Point 27 - Copper'),
|
|
(73731, 4426, 0, 'Spawn Point 27 - Tin'),
|
|
(73732, 4426, 0, 'Spawn Point 27 - Iron'),
|
|
(73733, 4426, 10, 'Spawn Point 27 - Silver'),
|
|
(73734, 4426, 10, 'Spawn Point 27 - Gold'),
|
|
(73735, 4427, 0, 'Spawn Point 28 - Copper'),
|
|
(73736, 4427, 0, 'Spawn Point 28 - Tin'),
|
|
(73737, 4427, 0, 'Spawn Point 28 - Iron'),
|
|
(73738, 4427, 10, 'Spawn Point 28 - Silver'),
|
|
(73739, 4427, 10, 'Spawn Point 28 - Gold'),
|
|
(73740, 4428, 0, 'Spawn Point 29 - Copper'),
|
|
(73741, 4428, 0, 'Spawn Point 29 - Tin'),
|
|
(73742, 4428, 0, 'Spawn Point 29 - Iron'),
|
|
(73743, 4428, 10, 'Spawn Point 29 - Silver'),
|
|
(73744, 4428, 10, 'Spawn Point 29 - Gold'),
|
|
(73745, 4429, 0, 'Spawn Point 30 - Copper'),
|
|
(73746, 4429, 0, 'Spawn Point 30 - Tin'),
|
|
(73747, 4429, 0, 'Spawn Point 30 - Iron'),
|
|
(73748, 4429, 10, 'Spawn Point 30 - Silver'),
|
|
(73749, 4429, 10, 'Spawn Point 30 - Gold'),
|
|
(73750, 4430, 0, 'Spawn Point 31 - Copper'),
|
|
(73751, 4430, 0, 'Spawn Point 31 - Tin'),
|
|
(73752, 4430, 0, 'Spawn Point 31 - Iron'),
|
|
(73753, 4430, 10, 'Spawn Point 31 - Silver'),
|
|
(73754, 4430, 10, 'Spawn Point 31 - Gold'),
|
|
(73755, 4431, 0, 'Spawn Point 32 - Copper'),
|
|
(73756, 4431, 0, 'Spawn Point 32 - Tin'),
|
|
(73757, 4431, 0, 'Spawn Point 32 - Iron'),
|
|
(73758, 4431, 10, 'Spawn Point 32 - Silver'),
|
|
(73759, 4431, 10, 'Spawn Point 32 - Gold'),
|
|
(73760, 4432, 0, 'Spawn Point 33 - Copper'),
|
|
(73761, 4432, 0, 'Spawn Point 33 - Tin'),
|
|
(73762, 4432, 0, 'Spawn Point 33 - Iron'),
|
|
(73763, 4432, 10, 'Spawn Point 33 - Silver'),
|
|
(73764, 4432, 10, 'Spawn Point 33 - Gold'),
|
|
(73765, 4433, 0, 'Spawn Point 34 - Copper'),
|
|
(73766, 4433, 0, 'Spawn Point 34 - Tin'),
|
|
(73767, 4433, 0, 'Spawn Point 34 - Iron'),
|
|
(73768, 4433, 10, 'Spawn Point 34 - Silver'),
|
|
(73769, 4433, 10, 'Spawn Point 34 - Gold'),
|
|
(73770, 4434, 0, 'Spawn Point 35 - Copper'),
|
|
(73771, 4434, 0, 'Spawn Point 35 - Tin'),
|
|
(73772, 4434, 0, 'Spawn Point 35 - Iron'),
|
|
(73773, 4434, 10, 'Spawn Point 35 - Silver'),
|
|
(73774, 4434, 10, 'Spawn Point 35 - Gold'),
|
|
(73775, 4435, 0, 'Spawn Point 36 - Copper'),
|
|
(73776, 4435, 0, 'Spawn Point 36 - Tin'),
|
|
(73777, 4435, 0, 'Spawn Point 36 - Iron'),
|
|
(73778, 4435, 10, 'Spawn Point 36 - Silver'),
|
|
(73779, 4435, 10, 'Spawn Point 36 - Gold'),
|
|
(73780, 4436, 0, 'Spawn Point 37 - Copper'),
|
|
(73781, 4436, 0, 'Spawn Point 37 - Tin'),
|
|
(73782, 4436, 0, 'Spawn Point 37 - Iron'),
|
|
(73783, 4436, 10, 'Spawn Point 37 - Silver'),
|
|
(73784, 4436, 10, 'Spawn Point 37 - Gold'),
|
|
(73785, 4437, 0, 'Spawn Point 38 - Copper'),
|
|
(73786, 4437, 0, 'Spawn Point 38 - Tin'),
|
|
(73787, 4437, 0, 'Spawn Point 38 - Iron'),
|
|
(73788, 4437, 10, 'Spawn Point 38 - Silver'),
|
|
(73789, 4437, 10, 'Spawn Point 38 - Gold'),
|
|
(73790, 4438, 0, 'Spawn Point 39 - Copper'),
|
|
(73791, 4438, 0, 'Spawn Point 39 - Tin'),
|
|
(73792, 4438, 0, 'Spawn Point 39 - Iron'),
|
|
(73793, 4438, 10, 'Spawn Point 39 - Silver'),
|
|
(73794, 4438, 10, 'Spawn Point 39 - Gold'),
|
|
(73795, 4439, 0, 'Spawn Point 40 - Copper'),
|
|
(73796, 4439, 0, 'Spawn Point 40 - Tin'),
|
|
(73797, 4439, 0, 'Spawn Point 40 - Iron'),
|
|
(73798, 4439, 10, 'Spawn Point 40 - Silver'),
|
|
(73799, 4439, 10, 'Spawn Point 40 - Gold'),
|
|
(73800, 4440, 0, 'Spawn Point 41 - Copper'),
|
|
(73801, 4440, 0, 'Spawn Point 41 - Tin'),
|
|
(73802, 4440, 0, 'Spawn Point 41 - Iron'),
|
|
(73803, 4440, 10, 'Spawn Point 41 - Silver'),
|
|
(73804, 4440, 10, 'Spawn Point 41 - Gold'),
|
|
(73805, 4441, 0, 'Spawn Point 42 - Copper'),
|
|
(73806, 4441, 0, 'Spawn Point 42 - Tin'),
|
|
(73807, 4441, 0, 'Spawn Point 42 - Iron'),
|
|
(73808, 4441, 10, 'Spawn Point 42 - Silver'),
|
|
(73809, 4441, 10, 'Spawn Point 42 - Gold'),
|
|
(73810, 4442, 0, 'Spawn Point 43 - Copper'),
|
|
(73811, 4442, 0, 'Spawn Point 43 - Tin'),
|
|
(73812, 4442, 0, 'Spawn Point 43 - Iron'),
|
|
(73813, 4442, 10, 'Spawn Point 43 - Silver'),
|
|
(73814, 4442, 10, 'Spawn Point 43 - Gold'),
|
|
(73815, 4443, 0, 'Spawn Point 44 - Copper'),
|
|
(73816, 4443, 0, 'Spawn Point 44 - Tin'),
|
|
(73817, 4443, 0, 'Spawn Point 44 - Iron'),
|
|
(73818, 4443, 10, 'Spawn Point 44 - Silver'),
|
|
(73819, 4443, 10, 'Spawn Point 44 - Gold'),
|
|
(73820, 4444, 0, 'Spawn Point 45 - Copper'),
|
|
(73821, 4444, 0, 'Spawn Point 45 - Tin'),
|
|
(73822, 4444, 0, 'Spawn Point 45 - Iron'),
|
|
(73823, 4444, 10, 'Spawn Point 45 - Silver'),
|
|
(73824, 4444, 10, 'Spawn Point 45 - Gold'),
|
|
(73825, 4445, 0, 'Spawn Point 46 - Copper'),
|
|
(73826, 4445, 0, 'Spawn Point 46 - Tin'),
|
|
(73827, 4445, 0, 'Spawn Point 46 - Iron'),
|
|
(73828, 4445, 10, 'Spawn Point 46 - Silver'),
|
|
(73829, 4445, 10, 'Spawn Point 46 - Gold'),
|
|
(73830, 4446, 0, 'Spawn Point 47 - Copper'),
|
|
(73831, 4446, 0, 'Spawn Point 47 - Tin'),
|
|
(73832, 4446, 0, 'Spawn Point 47 - Iron'),
|
|
(73833, 4446, 10, 'Spawn Point 47 - Silver'),
|
|
(73834, 4446, 10, 'Spawn Point 47 - Gold'),
|
|
(73835, 4447, 0, 'Spawn Point 48 - Copper'),
|
|
(73836, 4447, 0, 'Spawn Point 48 - Tin'),
|
|
(73837, 4447, 0, 'Spawn Point 48 - Iron'),
|
|
(73838, 4447, 10, 'Spawn Point 48 - Silver'),
|
|
(73839, 4447, 10, 'Spawn Point 48 - Gold'),
|
|
(73840, 4448, 0, 'Spawn Point 49 - Copper'),
|
|
(73841, 4448, 0, 'Spawn Point 49 - Tin'),
|
|
(73842, 4448, 0, 'Spawn Point 49 - Iron'),
|
|
(73843, 4448, 10, 'Spawn Point 49 - Silver'),
|
|
(73844, 4448, 10, 'Spawn Point 49 - Gold'),
|
|
(73845, 4449, 0, 'Spawn Point 50 - Copper'),
|
|
(73846, 4449, 0, 'Spawn Point 50 - Tin'),
|
|
(73847, 4449, 0, 'Spawn Point 50 - Iron'),
|
|
(73848, 4449, 10, 'Spawn Point 50 - Silver'),
|
|
(73849, 4449, 10, 'Spawn Point 50 - Gold'),
|
|
(73850, 4450, 0, 'Spawn Point 51 - Copper'),
|
|
(73851, 4450, 0, 'Spawn Point 51 - Tin'),
|
|
(73852, 4450, 0, 'Spawn Point 51 - Iron'),
|
|
(73853, 4450, 10, 'Spawn Point 51 - Silver'),
|
|
(73854, 4450, 10, 'Spawn Point 51 - Gold'),
|
|
(73855, 4451, 0, 'Spawn Point 52 - Copper'),
|
|
(73856, 4451, 0, 'Spawn Point 52 - Tin'),
|
|
(73857, 4451, 0, 'Spawn Point 52 - Iron'),
|
|
(73858, 4451, 10, 'Spawn Point 52 - Silver'),
|
|
(73859, 4451, 10, 'Spawn Point 52 - Gold'),
|
|
(73860, 4452, 0, 'Spawn Point 53 - Copper'),
|
|
(73861, 4452, 0, 'Spawn Point 53 - Tin'),
|
|
(73862, 4452, 0, 'Spawn Point 53 - Iron'),
|
|
(73863, 4452, 10, 'Spawn Point 53 - Silver'),
|
|
(73864, 4452, 10, 'Spawn Point 53 - Gold'),
|
|
(73865, 4453, 0, 'Spawn Point 54 - Copper'),
|
|
(73866, 4453, 0, 'Spawn Point 54 - Tin'),
|
|
(73867, 4453, 0, 'Spawn Point 54 - Iron'),
|
|
(73868, 4453, 10, 'Spawn Point 54 - Silver'),
|
|
(73869, 4453, 10, 'Spawn Point 54 - Gold'),
|
|
(73870, 4454, 0, 'Spawn Point 55 - Copper'),
|
|
(73871, 4454, 0, 'Spawn Point 55 - Tin'),
|
|
(73872, 4454, 0, 'Spawn Point 55 - Iron'),
|
|
(73873, 4454, 10, 'Spawn Point 55 - Silver'),
|
|
(73874, 4454, 10, 'Spawn Point 55 - Gold'),
|
|
(73875, 4455, 0, 'Spawn Point 56 - Copper'),
|
|
(73876, 4455, 0, 'Spawn Point 56 - Tin'),
|
|
(73877, 4455, 0, 'Spawn Point 56 - Iron'),
|
|
(73878, 4455, 10, 'Spawn Point 56 - Silver'),
|
|
(73879, 4455, 10, 'Spawn Point 56 - Gold'),
|
|
(73880, 4456, 0, 'Spawn Point 57 - Copper'),
|
|
(73881, 4456, 0, 'Spawn Point 57 - Tin'),
|
|
(73882, 4456, 0, 'Spawn Point 57 - Iron'),
|
|
(73883, 4456, 10, 'Spawn Point 57 - Silver'),
|
|
(73884, 4456, 10, 'Spawn Point 57 - Gold'),
|
|
(73885, 4457, 0, 'Spawn Point 58 - Copper'),
|
|
(73886, 4457, 0, 'Spawn Point 58 - Tin'),
|
|
(73887, 4457, 0, 'Spawn Point 58 - Iron'),
|
|
(73888, 4457, 10, 'Spawn Point 58 - Silver'),
|
|
(73889, 4457, 10, 'Spawn Point 58 - Gold'),
|
|
(73890, 4458, 0, 'Spawn Point 59 - Copper'),
|
|
(73891, 4458, 0, 'Spawn Point 59 - Tin'),
|
|
(73892, 4458, 0, 'Spawn Point 59 - Iron'),
|
|
(73893, 4458, 10, 'Spawn Point 59 - Silver'),
|
|
(73894, 4458, 10, 'Spawn Point 59 - Gold'),
|
|
(73895, 4459, 0, 'Spawn Point 60 - Copper'),
|
|
(73896, 4459, 0, 'Spawn Point 60 - Tin'),
|
|
(73897, 4459, 0, 'Spawn Point 60 - Iron'),
|
|
(73898, 4459, 10, 'Spawn Point 60 - Silver'),
|
|
(73899, 4459, 10, 'Spawn Point 60 - Gold'),
|
|
(73900, 4460, 0, 'Spawn Point 61 - Copper'),
|
|
(73901, 4460, 0, 'Spawn Point 61 - Tin'),
|
|
(73902, 4460, 0, 'Spawn Point 61 - Iron'),
|
|
(73903, 4460, 10, 'Spawn Point 61 - Silver'),
|
|
(73904, 4460, 10, 'Spawn Point 61 - Gold'),
|
|
(73905, 4461, 0, 'Spawn Point 62 - Copper'),
|
|
(73906, 4461, 0, 'Spawn Point 62 - Tin'),
|
|
(73907, 4461, 0, 'Spawn Point 62 - Iron'),
|
|
(73908, 4461, 10, 'Spawn Point 62 - Silver'),
|
|
(73909, 4461, 10, 'Spawn Point 62 - Gold'),
|
|
(73910, 4462, 0, 'Spawn Point 63 - Copper'),
|
|
(73911, 4462, 0, 'Spawn Point 63 - Tin'),
|
|
(73912, 4462, 0, 'Spawn Point 63 - Iron'),
|
|
(73913, 4462, 10, 'Spawn Point 63 - Silver'),
|
|
(73914, 4462, 10, 'Spawn Point 63 - Gold'),
|
|
(73915, 4463, 0, 'Spawn Point 64 - Copper'),
|
|
(73916, 4463, 0, 'Spawn Point 64 - Tin'),
|
|
(73917, 4463, 0, 'Spawn Point 64 - Iron'),
|
|
(73918, 4463, 10, 'Spawn Point 64 - Silver'),
|
|
(73919, 4463, 10, 'Spawn Point 64 - Gold'),
|
|
(73920, 4464, 0, 'Spawn Point 65 - Copper'),
|
|
(73921, 4464, 0, 'Spawn Point 65 - Tin'),
|
|
(73922, 4464, 0, 'Spawn Point 65 - Iron'),
|
|
(73923, 4464, 10, 'Spawn Point 65 - Silver'),
|
|
(73924, 4464, 10, 'Spawn Point 65 - Gold'),
|
|
(73925, 4465, 0, 'Spawn Point 66 - Copper'),
|
|
(73926, 4465, 0, 'Spawn Point 66 - Tin'),
|
|
(73927, 4465, 0, 'Spawn Point 66 - Iron'),
|
|
(73928, 4465, 10, 'Spawn Point 66 - Silver'),
|
|
(73929, 4465, 10, 'Spawn Point 66 - Gold'),
|
|
(73930, 4466, 0, 'Spawn Point 67 - Copper'),
|
|
(73931, 4466, 0, 'Spawn Point 67 - Tin'),
|
|
(73932, 4466, 0, 'Spawn Point 67 - Iron'),
|
|
(73933, 4466, 10, 'Spawn Point 67 - Silver'),
|
|
(73934, 4466, 10, 'Spawn Point 67 - Gold'),
|
|
(73935, 4467, 0, 'Spawn Point 68 - Copper'),
|
|
(73936, 4467, 0, 'Spawn Point 68 - Tin'),
|
|
(73937, 4467, 0, 'Spawn Point 68 - Iron'),
|
|
(73938, 4467, 10, 'Spawn Point 68 - Silver'),
|
|
(73939, 4467, 10, 'Spawn Point 68 - Gold'),
|
|
(73940, 4468, 0, 'Spawn Point 69 - Copper'),
|
|
(73941, 4468, 0, 'Spawn Point 69 - Tin'),
|
|
(73942, 4468, 0, 'Spawn Point 69 - Iron'),
|
|
(73943, 4468, 10, 'Spawn Point 69 - Silver'),
|
|
(73944, 4468, 10, 'Spawn Point 69 - Gold'),
|
|
(73945, 4469, 0, 'Spawn Point 70 - Copper'),
|
|
(73946, 4469, 0, 'Spawn Point 70 - Tin'),
|
|
(73947, 4469, 0, 'Spawn Point 70 - Iron'),
|
|
(73948, 4469, 10, 'Spawn Point 70 - Silver'),
|
|
(73949, 4469, 10, 'Spawn Point 70 - Gold'),
|
|
(73950, 4470, 0, 'Spawn Point 71 - Copper'),
|
|
(73951, 4470, 0, 'Spawn Point 71 - Tin'),
|
|
(73952, 4470, 0, 'Spawn Point 71 - Iron'),
|
|
(73953, 4470, 10, 'Spawn Point 71 - Silver'),
|
|
(73954, 4470, 10, 'Spawn Point 71 - Gold'),
|
|
(73955, 4471, 0, 'Spawn Point 72 - Copper'),
|
|
(73956, 4471, 0, 'Spawn Point 72 - Tin'),
|
|
(73957, 4471, 0, 'Spawn Point 72 - Iron'),
|
|
(73958, 4471, 10, 'Spawn Point 72 - Silver'),
|
|
(73959, 4471, 10, 'Spawn Point 72 - Gold'),
|
|
(73960, 4472, 0, 'Spawn Point 73 - Copper'),
|
|
(73961, 4472, 0, 'Spawn Point 73 - Tin'),
|
|
(73962, 4472, 0, 'Spawn Point 73 - Iron'),
|
|
(73963, 4472, 10, 'Spawn Point 73 - Silver'),
|
|
(73964, 4472, 10, 'Spawn Point 73 - Gold'),
|
|
(73965, 4473, 0, 'Spawn Point 74 - Copper'),
|
|
(73966, 4473, 0, 'Spawn Point 74 - Tin'),
|
|
(73967, 4473, 0, 'Spawn Point 74 - Iron'),
|
|
(73968, 4473, 10, 'Spawn Point 74 - Silver'),
|
|
(73969, 4473, 10, 'Spawn Point 74 - Gold'),
|
|
(73970, 4474, 0, 'Spawn Point 75 - Copper'),
|
|
(73971, 4474, 0, 'Spawn Point 75 - Tin'),
|
|
(73972, 4474, 0, 'Spawn Point 75 - Iron'),
|
|
(73973, 4474, 10, 'Spawn Point 75 - Silver'),
|
|
(73974, 4474, 10, 'Spawn Point 75 - Gold'),
|
|
(73975, 4475, 0, 'Spawn Point 76 - Copper'),
|
|
(73976, 4475, 0, 'Spawn Point 76 - Tin'),
|
|
(73977, 4475, 0, 'Spawn Point 76 - Iron'),
|
|
(73978, 4475, 10, 'Spawn Point 76 - Silver'),
|
|
(73979, 4475, 10, 'Spawn Point 76 - Gold'),
|
|
(73980, 4476, 0, 'Spawn Point 77 - Copper'),
|
|
(73981, 4476, 0, 'Spawn Point 77 - Tin'),
|
|
(73982, 4476, 0, 'Spawn Point 77 - Iron'),
|
|
(73983, 4476, 10, 'Spawn Point 77 - Silver'),
|
|
(73984, 4476, 10, 'Spawn Point 77 - Gold'),
|
|
(73985, 4477, 0, 'Spawn Point 78 - Copper'),
|
|
(73986, 4477, 0, 'Spawn Point 78 - Tin'),
|
|
(73987, 4477, 0, 'Spawn Point 78 - Iron'),
|
|
(73988, 4477, 10, 'Spawn Point 78 - Silver'),
|
|
(73989, 4477, 10, 'Spawn Point 78 - Gold'),
|
|
(73990, 4478, 0, 'Spawn Point 79 - Copper'),
|
|
(73991, 4478, 0, 'Spawn Point 79 - Tin'),
|
|
(73992, 4478, 0, 'Spawn Point 79 - Iron'),
|
|
(73993, 4478, 10, 'Spawn Point 79 - Silver'),
|
|
(73994, 4478, 10, 'Spawn Point 79 - Gold'),
|
|
(73995, 4479, 0, 'Spawn Point 80 - Copper'),
|
|
(73996, 4479, 0, 'Spawn Point 80 - Tin'),
|
|
(73997, 4479, 0, 'Spawn Point 80 - Iron'),
|
|
(73998, 4479, 10, 'Spawn Point 80 - Silver'),
|
|
(73999, 4479, 10, 'Spawn Point 80 - Gold'),
|
|
(74000, 4480, 0, 'Spawn Point 81 - Copper'),
|
|
(74001, 4480, 0, 'Spawn Point 81 - Tin'),
|
|
(74002, 4480, 0, 'Spawn Point 81 - Iron'),
|
|
(74003, 4480, 10, 'Spawn Point 81 - Silver'),
|
|
(74004, 4480, 10, 'Spawn Point 81 - Gold'),
|
|
(74005, 4481, 0, 'Spawn Point 82 - Copper'),
|
|
(74006, 4481, 0, 'Spawn Point 82 - Tin'),
|
|
(74007, 4481, 0, 'Spawn Point 82 - Iron'),
|
|
(74008, 4481, 10, 'Spawn Point 82 - Silver'),
|
|
(74009, 4481, 10, 'Spawn Point 82 - Gold'),
|
|
(74010, 4482, 0, 'Spawn Point 83 - Copper'),
|
|
(74011, 4482, 0, 'Spawn Point 83 - Tin'),
|
|
(74012, 4482, 0, 'Spawn Point 83 - Iron'),
|
|
(74013, 4482, 10, 'Spawn Point 83 - Silver'),
|
|
(74014, 4482, 10, 'Spawn Point 83 - Gold'),
|
|
(74015, 4483, 0, 'Spawn Point 84 - Copper'),
|
|
(74016, 4483, 0, 'Spawn Point 84 - Tin'),
|
|
(74017, 4483, 0, 'Spawn Point 84 - Iron'),
|
|
(74018, 4483, 10, 'Spawn Point 84 - Silver'),
|
|
(74019, 4483, 10, 'Spawn Point 84 - Gold'),
|
|
(74020, 4484, 0, 'Spawn Point 85 - Copper'),
|
|
(74021, 4484, 0, 'Spawn Point 85 - Tin'),
|
|
(74022, 4484, 0, 'Spawn Point 85 - Iron'),
|
|
(74023, 4484, 10, 'Spawn Point 85 - Silver'),
|
|
(74024, 4484, 10, 'Spawn Point 85 - Gold'),
|
|
(74025, 4485, 0, 'Spawn Point 86 - Copper'),
|
|
(74026, 4485, 0, 'Spawn Point 86 - Tin'),
|
|
(74027, 4485, 0, 'Spawn Point 86 - Iron'),
|
|
(74028, 4485, 10, 'Spawn Point 86 - Silver'),
|
|
(74029, 4485, 10, 'Spawn Point 86 - Gold'),
|
|
(74035, 4487, 0, 'Spawn Point 88 - Copper'),
|
|
(74036, 4487, 0, 'Spawn Point 88 - Tin'),
|
|
(74037, 4487, 0, 'Spawn Point 88 - Iron'),
|
|
(74038, 4487, 10, 'Spawn Point 88 - Silver'),
|
|
(74039, 4487, 10, 'Spawn Point 88 - Gold'),
|
|
(74040, 4488, 0, 'Spawn Point 89 - Copper'),
|
|
(74041, 4488, 0, 'Spawn Point 89 - Tin'),
|
|
(74042, 4488, 0, 'Spawn Point 89 - Iron'),
|
|
(74043, 4488, 10, 'Spawn Point 89 - Silver'),
|
|
(74044, 4488, 10, 'Spawn Point 89 - Gold'),
|
|
(74055, 4491, 0, 'Spawn Point 92 - Copper'),
|
|
(74056, 4491, 0, 'Spawn Point 92 - Tin'),
|
|
(74057, 4491, 0, 'Spawn Point 92 - Iron'),
|
|
(74058, 4491, 10, 'Spawn Point 92 - Silver'),
|
|
(74059, 4491, 10, 'Spawn Point 92 - Gold'),
|
|
(74060, 4492, 0, 'Spawn Point 93 - Copper'),
|
|
(74061, 4492, 0, 'Spawn Point 93 - Tin'),
|
|
(74062, 4492, 0, 'Spawn Point 93 - Iron'),
|
|
(74063, 4492, 10, 'Spawn Point 93 - Silver'),
|
|
(74064, 4492, 10, 'Spawn Point 93 - Gold'),
|
|
(74065, 4493, 0, 'Spawn Point 94 - Copper'),
|
|
(74066, 4493, 0, 'Spawn Point 94 - Tin'),
|
|
(74067, 4493, 0, 'Spawn Point 94 - Iron'),
|
|
(74068, 4493, 10, 'Spawn Point 94 - Silver'),
|
|
(74069, 4493, 10, 'Spawn Point 94 - Gold'),
|
|
(74070, 4494, 0, 'Spawn Point 95 - Copper'),
|
|
(74071, 4494, 0, 'Spawn Point 95 - Tin'),
|
|
(74072, 4494, 0, 'Spawn Point 95 - Iron'),
|
|
(74073, 4494, 10, 'Spawn Point 95 - Silver'),
|
|
(74074, 4494, 10, 'Spawn Point 95 - Gold'),
|
|
(74080, 4496, 0, 'Spawn Point 97 - Copper'),
|
|
(74081, 4496, 0, 'Spawn Point 97 - Tin'),
|
|
(74082, 4496, 0, 'Spawn Point 97 - Iron'),
|
|
(74083, 4496, 10, 'Spawn Point 97 - Silver'),
|
|
(74084, 4496, 10, 'Spawn Point 97 - Gold'),
|
|
(74085, 4497, 0, 'Spawn Point 98 - Copper'),
|
|
(74086, 4497, 0, 'Spawn Point 98 - Tin'),
|
|
(74087, 4497, 0, 'Spawn Point 98 - Iron'),
|
|
(74088, 4497, 10, 'Spawn Point 98 - Silver'),
|
|
(74089, 4497, 10, 'Spawn Point 98 - Gold'),
|
|
(74095, 4499, 0, 'Spawn Point 100 - Copper'),
|
|
(74096, 4499, 0, 'Spawn Point 100 - Tin'),
|
|
(74097, 4499, 0, 'Spawn Point 100 - Iron'),
|
|
(74098, 4499, 10, 'Spawn Point 100 - Silver'),
|
|
(74099, 4499, 10, 'Spawn Point 100 - Gold'),
|
|
(74100, 4500, 0, 'Spawn Point 101 - Copper'),
|
|
(74101, 4500, 0, 'Spawn Point 101 - Tin'),
|
|
(74102, 4500, 0, 'Spawn Point 101 - Iron'),
|
|
(74103, 4500, 10, 'Spawn Point 101 - Silver'),
|
|
(74104, 4500, 10, 'Spawn Point 101 - Gold'),
|
|
(74105, 4501, 0, 'Spawn Point 102 - Copper'),
|
|
(74106, 4501, 0, 'Spawn Point 102 - Tin'),
|
|
(74107, 4501, 0, 'Spawn Point 102 - Iron'),
|
|
(74108, 4501, 10, 'Spawn Point 102 - Silver'),
|
|
(74109, 4501, 10, 'Spawn Point 102 - Gold'),
|
|
(74110, 4502, 0, 'Spawn Point 103 - Copper'),
|
|
(74111, 4502, 0, 'Spawn Point 103 - Tin'),
|
|
(74112, 4502, 0, 'Spawn Point 103 - Iron'),
|
|
(74113, 4502, 10, 'Spawn Point 103 - Silver'),
|
|
(74114, 4502, 10, 'Spawn Point 103 - Gold'),
|
|
(74115, 4503, 0, 'Spawn Point 104 - Copper'),
|
|
(74116, 4503, 0, 'Spawn Point 104 - Tin'),
|
|
(74117, 4503, 0, 'Spawn Point 104 - Iron'),
|
|
(74118, 4503, 10, 'Spawn Point 104 - Silver'),
|
|
(74119, 4503, 10, 'Spawn Point 104 - Gold'),
|
|
(74120, 4504, 0, 'Spawn Point 105 - Copper'),
|
|
(74121, 4504, 0, 'Spawn Point 105 - Tin'),
|
|
(74122, 4504, 0, 'Spawn Point 105 - Iron'),
|
|
(74123, 4504, 10, 'Spawn Point 105 - Silver'),
|
|
(74124, 4504, 10, 'Spawn Point 105 - Gold'),
|
|
(74125, 4505, 0, 'Spawn Point 106 - Copper'),
|
|
(74126, 4505, 0, 'Spawn Point 106 - Tin'),
|
|
(74127, 4505, 0, 'Spawn Point 106 - Iron'),
|
|
(74128, 4505, 10, 'Spawn Point 106 - Silver'),
|
|
(74129, 4505, 10, 'Spawn Point 106 - Gold'),
|
|
(74130, 4506, 0, 'Spawn Point 107 - Copper'),
|
|
(74131, 4506, 0, 'Spawn Point 107 - Tin'),
|
|
(74132, 4506, 0, 'Spawn Point 107 - Iron'),
|
|
(74133, 4506, 10, 'Spawn Point 107 - Silver'),
|
|
(74134, 4506, 10, 'Spawn Point 107 - Gold'),
|
|
(74145, 4509, 0, 'Spawn Point 110 - Copper'),
|
|
(74146, 4509, 0, 'Spawn Point 110 - Tin'),
|
|
(74147, 4509, 0, 'Spawn Point 110 - Iron'),
|
|
(74148, 4509, 10, 'Spawn Point 110 - Silver'),
|
|
(74149, 4509, 10, 'Spawn Point 110 - Gold'),
|
|
(74150, 4510, 0, 'Spawn Point 111 - Copper'),
|
|
(74151, 4510, 0, 'Spawn Point 111 - Tin'),
|
|
(74152, 4510, 0, 'Spawn Point 111 - Iron'),
|
|
(74153, 4510, 10, 'Spawn Point 111 - Silver'),
|
|
(74154, 4510, 10, 'Spawn Point 111 - Gold'),
|
|
(74155, 4511, 0, 'Spawn Point 112 - Copper'),
|
|
(74156, 4511, 0, 'Spawn Point 112 - Tin'),
|
|
(74157, 4511, 0, 'Spawn Point 112 - Iron'),
|
|
(74158, 4511, 10, 'Spawn Point 112 - Silver'),
|
|
(74159, 4511, 10, 'Spawn Point 112 - Gold'),
|
|
(74160, 4512, 0, 'Spawn Point 113 - Copper'),
|
|
(74161, 4512, 0, 'Spawn Point 113 - Tin'),
|
|
(74162, 4512, 0, 'Spawn Point 113 - Iron'),
|
|
(74163, 4512, 10, 'Spawn Point 113 - Silver'),
|
|
(74164, 4512, 10, 'Spawn Point 113 - Gold'),
|
|
(74200, 3133, 0, 'Spawn Point 134 - Iron'),
|
|
(74201, 3133, 10, 'Spawn Point 134 - Gold'),
|
|
(74202, 3133, 10, 'Spawn Point 134 - Silver'),
|
|
(74203, 3134, 0, 'Spawn Point 135 - Iron'),
|
|
(74204, 3134, 10, 'Spawn Point 135 - Gold'),
|
|
(74205, 3134, 10, 'Spawn Point 135 - Silver'),
|
|
(74206, 3135, 0, 'Spawn Point 136 - Iron'),
|
|
(74207, 3135, 10, 'Spawn Point 136 - Gold'),
|
|
(74208, 3135, 10, 'Spawn Point 136 - Silver'),
|
|
(74209, 3136, 0, 'Spawn Point 137 - Iron'),
|
|
(74210, 3136, 10, 'Spawn Point 137 - Gold'),
|
|
(74211, 3136, 10, 'Spawn Point 137 - Silver'),
|
|
(74212, 3137, 0, 'Spawn Point 138 - Iron'),
|
|
(74213, 3137, 10, 'Spawn Point 138 - Gold'),
|
|
(74214, 3137, 10, 'Spawn Point 138 - Silver'),
|
|
(74215, 3138, 0, 'Spawn Point 139 - Iron'),
|
|
(74216, 3138, 10, 'Spawn Point 139 - Gold'),
|
|
(74217, 3138, 10, 'Spawn Point 139 - Silver'),
|
|
(74218, 3139, 0, 'Spawn Point 140 - Iron'),
|
|
(74219, 3139, 10, 'Spawn Point 140 - Gold'),
|
|
(74220, 3139, 10, 'Spawn Point 140 - Silver'),
|
|
(74221, 3140, 0, 'Spawn Point 141 - Iron'),
|
|
(74222, 3140, 10, 'Spawn Point 141 - Gold'),
|
|
(74223, 3140, 10, 'Spawn Point 141 - Silver'),
|
|
(74224, 3141, 0, 'Spawn Point 142 - Iron'),
|
|
(74225, 3141, 10, 'Spawn Point 142 - Gold'),
|
|
(74226, 3141, 10, 'Spawn Point 142 - Silver'),
|
|
(74227, 3142, 0, 'Spawn Point 143 - Iron'),
|
|
(74228, 3142, 10, 'Spawn Point 143 - Gold'),
|
|
(74229, 3142, 10, 'Spawn Point 143 - Silver'),
|
|
(74230, 3143, 0, 'Spawn Point 144 - Iron'),
|
|
(74231, 3143, 10, 'Spawn Point 144 - Gold'),
|
|
(74232, 3143, 10, 'Spawn Point 144 - Silver'),
|
|
(74233, 3144, 0, 'Spawn Point 145 - Iron'),
|
|
(74234, 3144, 10, 'Spawn Point 145 - Gold'),
|
|
(74235, 3144, 10, 'Spawn Point 145 - Silver'),
|
|
(74236, 3145, 0, 'Spawn Point 146 - Iron'),
|
|
(74237, 3145, 10, 'Spawn Point 146 - Gold'),
|
|
(74238, 3145, 10, 'Spawn Point 146 - Silver'),
|
|
(74239, 3146, 0, 'Spawn Point 147 - Iron'),
|
|
(74240, 3146, 10, 'Spawn Point 147 - Gold'),
|
|
(74241, 3146, 10, 'Spawn Point 147 - Silver'),
|
|
(74242, 3147, 0, 'Spawn Point 148 - Iron'),
|
|
(74243, 3147, 10, 'Spawn Point 148 - Gold'),
|
|
(74244, 3147, 10, 'Spawn Point 148 - Silver'),
|
|
(74245, 3148, 0, 'Spawn Point 149 - Iron'),
|
|
(74246, 3148, 10, 'Spawn Point 149 - Gold'),
|
|
(74247, 3148, 10, 'Spawn Point 149 - Silver'),
|
|
(74248, 3149, 0, 'Spawn Point 150 - Iron'),
|
|
(74249, 3149, 10, 'Spawn Point 150 - Gold'),
|
|
(74250, 3149, 10, 'Spawn Point 150 - Silver'),
|
|
(74251, 3150, 0, 'Spawn Point 151 - Iron'),
|
|
(74252, 3150, 10, 'Spawn Point 151 - Gold'),
|
|
(74253, 3150, 10, 'Spawn Point 151 - Silver'),
|
|
(74254, 3151, 0, 'Spawn Point 152 - Iron'),
|
|
(74255, 3151, 10, 'Spawn Point 152 - Gold'),
|
|
(74256, 3151, 10, 'Spawn Point 152 - Silver'),
|
|
(74257, 3152, 0, 'Spawn Point 153 - Iron'),
|
|
(74258, 3152, 10, 'Spawn Point 153 - Gold'),
|
|
(74259, 3152, 10, 'Spawn Point 153 - Silver'),
|
|
(74260, 3153, 0, 'Spawn Point 154 - Iron'),
|
|
(74261, 3153, 10, 'Spawn Point 154 - Gold'),
|
|
(74262, 3153, 10, 'Spawn Point 154 - Silver'),
|
|
(74266, 3156, 0, 'Spawn Point 157 - Iron'),
|
|
(74267, 3156, 10, 'Spawn Point 157 - Gold'),
|
|
(74268, 3156, 10, 'Spawn Point 157 - Silver'),
|
|
(74269, 3157, 0, 'Spawn Point 158 - Iron'),
|
|
(74270, 3157, 10, 'Spawn Point 158 - Gold'),
|
|
(74271, 3157, 10, 'Spawn Point 158 - Silver'),
|
|
(74272, 3158, 0, 'Spawn Point 159 - Iron'),
|
|
(74273, 3158, 10, 'Spawn Point 159 - Gold'),
|
|
(74274, 3158, 10, 'Spawn Point 159 - Silver'),
|
|
(74275, 3159, 0, 'Spawn Point 160 - Iron'),
|
|
(74276, 3159, 10, 'Spawn Point 160 - Gold'),
|
|
(74277, 3159, 10, 'Spawn Point 160 - Silver'),
|
|
(74278, 3160, 0, 'Spawn Point 161 - Iron'),
|
|
(74279, 3160, 10, 'Spawn Point 161 - Gold'),
|
|
(74280, 3160, 10, 'Spawn Point 161 - Silver'),
|
|
(74300, 4600, 0, 'Spawn Point 1 - Mithril'),
|
|
(74301, 4600, 30, 'Spawn Point 1 - Small Thorium'),
|
|
(74302, 4600, 30, 'Spawn Point 1 - Rich Thorium'),
|
|
(74303, 4600, 10, 'Spawn Point 1 - Gold'),
|
|
(74304, 4600, 10, 'Spawn Point 1 - Truesilver'),
|
|
(74305, 4601, 0, 'Spawn Point 2 - Mithril'),
|
|
(74306, 4601, 30, 'Spawn Point 2 - Small Thorium'),
|
|
(74307, 4601, 30, 'Spawn Point 2 - Rich Thorium'),
|
|
(74308, 4601, 10, 'Spawn Point 2 - Gold'),
|
|
(74309, 4601, 10, 'Spawn Point 2 - Truesilver'),
|
|
(74310, 4602, 0, 'Spawn Point 3 - Mithril'),
|
|
(74311, 4602, 30, 'Spawn Point 3 - Small Thorium'),
|
|
(74312, 4602, 30, 'Spawn Point 3 - Rich Thorium'),
|
|
(74313, 4602, 10, 'Spawn Point 3 - Gold'),
|
|
(74314, 4602, 10, 'Spawn Point 3 - Truesilver'),
|
|
(74315, 4603, 0, 'Spawn Point 4 - Mithril'),
|
|
(74316, 4603, 30, 'Spawn Point 4 - Small Thorium'),
|
|
(74317, 4603, 30, 'Spawn Point 4 - Rich Thorium'),
|
|
(74318, 4603, 10, 'Spawn Point 4 - Gold'),
|
|
(74319, 4603, 10, 'Spawn Point 4 - Truesilver'),
|
|
(74320, 4604, 0, 'Spawn Point 5 - Mithril'),
|
|
(74321, 4604, 30, 'Spawn Point 5 - Small Thorium'),
|
|
(74322, 4604, 30, 'Spawn Point 5 - Rich Thorium'),
|
|
(74323, 4604, 10, 'Spawn Point 5 - Gold'),
|
|
(74324, 4604, 10, 'Spawn Point 5 - Truesilver'),
|
|
(74325, 4605, 0, 'Spawn Point 6 - Mithril'),
|
|
(74326, 4605, 30, 'Spawn Point 6 - Small Thorium'),
|
|
(74327, 4605, 30, 'Spawn Point 6 - Rich Thorium'),
|
|
(74328, 4605, 10, 'Spawn Point 6 - Gold'),
|
|
(74329, 4605, 10, 'Spawn Point 6 - Truesilver'),
|
|
(74330, 4606, 0, 'Spawn Point 7 - Mithril'),
|
|
(74331, 4606, 30, 'Spawn Point 7 - Small Thorium'),
|
|
(74332, 4606, 30, 'Spawn Point 7 - Rich Thorium'),
|
|
(74333, 4606, 10, 'Spawn Point 7 - Gold'),
|
|
(74334, 4606, 10, 'Spawn Point 7 - Truesilver'),
|
|
(74335, 4607, 0, 'Spawn Point 8 - Mithril'),
|
|
(74336, 4607, 30, 'Spawn Point 8 - Small Thorium'),
|
|
(74337, 4607, 30, 'Spawn Point 8 - Rich Thorium'),
|
|
(74338, 4607, 10, 'Spawn Point 8 - Gold'),
|
|
(74339, 4607, 10, 'Spawn Point 8 - Truesilver'),
|
|
(74340, 4608, 0, 'Spawn Point 9 - Mithril'),
|
|
(74341, 4608, 30, 'Spawn Point 9 - Small Thorium'),
|
|
(74342, 4608, 30, 'Spawn Point 9 - Rich Thorium'),
|
|
(74343, 4608, 10, 'Spawn Point 9 - Gold'),
|
|
(74344, 4608, 10, 'Spawn Point 9 - Truesilver'),
|
|
(74345, 4609, 0, 'Spawn Point 10 - Mithril'),
|
|
(74346, 4609, 30, 'Spawn Point 10 - Small Thorium'),
|
|
(74347, 4609, 30, 'Spawn Point 10 - Rich Thorium'),
|
|
(74348, 4609, 10, 'Spawn Point 10 - Gold'),
|
|
(74349, 4609, 10, 'Spawn Point 10 - Truesilver'),
|
|
(74350, 4610, 0, 'Spawn Point 11 - Mithril'),
|
|
(74351, 4610, 30, 'Spawn Point 11 - Small Thorium'),
|
|
(74352, 4610, 30, 'Spawn Point 11 - Rich Thorium'),
|
|
(74353, 4610, 10, 'Spawn Point 11 - Gold'),
|
|
(74354, 4610, 10, 'Spawn Point 11 - Truesilver'),
|
|
(74355, 4611, 0, 'Spawn Point 12 - Mithril'),
|
|
(74356, 4611, 30, 'Spawn Point 12 - Small Thorium'),
|
|
(74357, 4611, 30, 'Spawn Point 12 - Rich Thorium'),
|
|
(74358, 4611, 10, 'Spawn Point 12 - Gold'),
|
|
(74359, 4611, 10, 'Spawn Point 12 - Truesilver'),
|
|
(74360, 4612, 0, 'Spawn Point 13 - Mithril'),
|
|
(74361, 4612, 30, 'Spawn Point 13 - Small Thorium'),
|
|
(74362, 4612, 30, 'Spawn Point 13 - Rich Thorium'),
|
|
(74363, 4612, 10, 'Spawn Point 13 - Gold'),
|
|
(74364, 4612, 10, 'Spawn Point 13 - Truesilver'),
|
|
(74365, 4613, 0, 'Spawn Point 14 - Mithril'),
|
|
(74366, 4613, 30, 'Spawn Point 14 - Small Thorium'),
|
|
(74367, 4613, 30, 'Spawn Point 14 - Rich Thorium'),
|
|
(74368, 4613, 10, 'Spawn Point 14 - Gold'),
|
|
(74369, 4613, 10, 'Spawn Point 14 - Truesilver'),
|
|
(74370, 4614, 0, 'Spawn Point 15 - Mithril'),
|
|
(74371, 4614, 30, 'Spawn Point 15 - Small Thorium'),
|
|
(74372, 4614, 30, 'Spawn Point 15 - Rich Thorium'),
|
|
(74373, 4614, 10, 'Spawn Point 15 - Gold'),
|
|
(74374, 4614, 10, 'Spawn Point 15 - Truesilver'),
|
|
(74375, 4615, 0, 'Spawn Point 16 - Mithril'),
|
|
(74376, 4615, 30, 'Spawn Point 16 - Small Thorium'),
|
|
(74377, 4615, 30, 'Spawn Point 16 - Rich Thorium'),
|
|
(74378, 4615, 10, 'Spawn Point 16 - Gold'),
|
|
(74379, 4615, 10, 'Spawn Point 16 - Truesilver'),
|
|
(74380, 4616, 0, 'Spawn Point 17 - Mithril'),
|
|
(74381, 4616, 30, 'Spawn Point 17 - Small Thorium'),
|
|
(74382, 4616, 30, 'Spawn Point 17 - Rich Thorium'),
|
|
(74383, 4616, 10, 'Spawn Point 17 - Gold'),
|
|
(74384, 4616, 10, 'Spawn Point 17 - Truesilver'),
|
|
(74385, 4617, 0, 'Spawn Point 18 - Mithril'),
|
|
(74386, 4617, 30, 'Spawn Point 18 - Small Thorium'),
|
|
(74387, 4617, 30, 'Spawn Point 18 - Rich Thorium'),
|
|
(74388, 4617, 10, 'Spawn Point 18 - Gold'),
|
|
(74389, 4617, 10, 'Spawn Point 18 - Truesilver'),
|
|
(74390, 4618, 0, 'Spawn Point 19 - Mithril'),
|
|
(74391, 4618, 30, 'Spawn Point 19 - Small Thorium'),
|
|
(74392, 4618, 30, 'Spawn Point 19 - Rich Thorium'),
|
|
(74393, 4618, 10, 'Spawn Point 19 - Gold'),
|
|
(74394, 4618, 10, 'Spawn Point 19 - Truesilver'),
|
|
(74395, 4619, 0, 'Spawn Point 20 - Mithril'),
|
|
(74396, 4619, 30, 'Spawn Point 20 - Small Thorium'),
|
|
(74397, 4619, 30, 'Spawn Point 20 - Rich Thorium'),
|
|
(74398, 4619, 10, 'Spawn Point 20 - Gold'),
|
|
(74399, 4619, 10, 'Spawn Point 20 - Truesilver'),
|
|
(74400, 4620, 0, 'Spawn Point 21 - Mithril'),
|
|
(74401, 4620, 30, 'Spawn Point 21 - Small Thorium'),
|
|
(74402, 4620, 30, 'Spawn Point 21 - Rich Thorium'),
|
|
(74403, 4620, 10, 'Spawn Point 21 - Gold'),
|
|
(74404, 4620, 10, 'Spawn Point 21 - Truesilver'),
|
|
(74405, 4621, 0, 'Spawn Point 22 - Mithril'),
|
|
(74406, 4621, 30, 'Spawn Point 22 - Small Thorium'),
|
|
(74407, 4621, 30, 'Spawn Point 22 - Rich Thorium'),
|
|
(74408, 4621, 10, 'Spawn Point 22 - Gold'),
|
|
(74409, 4621, 10, 'Spawn Point 22 - Truesilver'),
|
|
(74410, 4622, 0, 'Spawn Point 23 - Mithril'),
|
|
(74411, 4622, 30, 'Spawn Point 23 - Small Thorium'),
|
|
(74412, 4622, 30, 'Spawn Point 23 - Rich Thorium'),
|
|
(74413, 4622, 10, 'Spawn Point 23 - Gold'),
|
|
(74414, 4622, 10, 'Spawn Point 23 - Truesilver'),
|
|
(74415, 4623, 0, 'Spawn Point 24 - Mithril'),
|
|
(74416, 4623, 30, 'Spawn Point 24 - Small Thorium'),
|
|
(74417, 4623, 30, 'Spawn Point 24 - Rich Thorium'),
|
|
(74418, 4623, 10, 'Spawn Point 24 - Gold'),
|
|
(74419, 4623, 10, 'Spawn Point 24 - Truesilver'),
|
|
(74420, 4624, 0, 'Spawn Point 25 - Mithril'),
|
|
(74421, 4624, 30, 'Spawn Point 25 - Small Thorium'),
|
|
(74422, 4624, 30, 'Spawn Point 25 - Rich Thorium'),
|
|
(74423, 4624, 10, 'Spawn Point 25 - Gold'),
|
|
(74424, 4624, 10, 'Spawn Point 25 - Truesilver'),
|
|
(74425, 4625, 0, 'Spawn Point 26 - Mithril'),
|
|
(74426, 4625, 30, 'Spawn Point 26 - Small Thorium'),
|
|
(74427, 4625, 30, 'Spawn Point 26 - Rich Thorium');
|
|
INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES
|
|
(74428, 4625, 10, 'Spawn Point 26 - Gold'),
|
|
(74429, 4625, 10, 'Spawn Point 26 - Truesilver'),
|
|
(74430, 4626, 0, 'Spawn Point 27 - Mithril'),
|
|
(74431, 4626, 30, 'Spawn Point 27 - Small Thorium'),
|
|
(74432, 4626, 30, 'Spawn Point 27 - Rich Thorium'),
|
|
(74433, 4626, 10, 'Spawn Point 27 - Gold'),
|
|
(74434, 4626, 10, 'Spawn Point 27 - Truesilver'),
|
|
(74435, 4627, 0, 'Spawn Point 28 - Mithril'),
|
|
(74436, 4627, 30, 'Spawn Point 28 - Small Thorium'),
|
|
(74437, 4627, 30, 'Spawn Point 28 - Rich Thorium'),
|
|
(74438, 4627, 10, 'Spawn Point 28 - Gold'),
|
|
(74439, 4627, 10, 'Spawn Point 28 - Truesilver'),
|
|
(74440, 4628, 0, 'Spawn Point 29 - Mithril'),
|
|
(74441, 4628, 30, 'Spawn Point 29 - Small Thorium'),
|
|
(74442, 4628, 30, 'Spawn Point 29 - Rich Thorium'),
|
|
(74443, 4628, 10, 'Spawn Point 29 - Gold'),
|
|
(74444, 4628, 10, 'Spawn Point 29 - Truesilver'),
|
|
(74445, 4629, 0, 'Spawn Point 30 - Mithril'),
|
|
(74446, 4629, 30, 'Spawn Point 30 - Small Thorium'),
|
|
(74447, 4629, 30, 'Spawn Point 30 - Rich Thorium'),
|
|
(74448, 4629, 10, 'Spawn Point 30 - Gold'),
|
|
(74449, 4629, 10, 'Spawn Point 30 - Truesilver'),
|
|
(74455, 4631, 0, 'Spawn Point 32 - Mithril'),
|
|
(74456, 4631, 30, 'Spawn Point 32 - Small Thorium'),
|
|
(74457, 4631, 30, 'Spawn Point 32 - Rich Thorium'),
|
|
(74458, 4631, 10, 'Spawn Point 32 - Gold'),
|
|
(74459, 4631, 10, 'Spawn Point 32 - Truesilver'),
|
|
(74460, 4632, 0, 'Spawn Point 33 - Mithril'),
|
|
(74461, 4632, 30, 'Spawn Point 33 - Small Thorium'),
|
|
(74462, 4632, 30, 'Spawn Point 33 - Rich Thorium'),
|
|
(74463, 4632, 10, 'Spawn Point 33 - Gold'),
|
|
(74464, 4632, 10, 'Spawn Point 33 - Truesilver'),
|
|
(74465, 4633, 0, 'Spawn Point 34 - Mithril'),
|
|
(74466, 4633, 30, 'Spawn Point 34 - Small Thorium'),
|
|
(74467, 4633, 30, 'Spawn Point 34 - Rich Thorium'),
|
|
(74468, 4633, 10, 'Spawn Point 34 - Gold'),
|
|
(74469, 4633, 10, 'Spawn Point 34 - Truesilver'),
|
|
(74470, 4634, 0, 'Spawn Point 35 - Mithril'),
|
|
(74471, 4634, 30, 'Spawn Point 35 - Small Thorium'),
|
|
(74472, 4634, 30, 'Spawn Point 35 - Rich Thorium'),
|
|
(74473, 4634, 10, 'Spawn Point 35 - Gold'),
|
|
(74474, 4634, 10, 'Spawn Point 35 - Truesilver'),
|
|
(74475, 4635, 0, 'Spawn Point 36 - Mithril'),
|
|
(74476, 4635, 30, 'Spawn Point 36 - Small Thorium'),
|
|
(74477, 4635, 30, 'Spawn Point 36 - Rich Thorium'),
|
|
(74478, 4635, 10, 'Spawn Point 36 - Gold'),
|
|
(74479, 4635, 10, 'Spawn Point 36 - Truesilver'),
|
|
(74480, 4636, 0, 'Spawn Point 37 - Mithril'),
|
|
(74481, 4636, 30, 'Spawn Point 37 - Small Thorium'),
|
|
(74482, 4636, 30, 'Spawn Point 37 - Rich Thorium'),
|
|
(74483, 4636, 10, 'Spawn Point 37 - Gold'),
|
|
(74484, 4636, 10, 'Spawn Point 37 - Truesilver'),
|
|
(74485, 4637, 0, 'Spawn Point 38 - Mithril'),
|
|
(74486, 4637, 30, 'Spawn Point 38 - Small Thorium'),
|
|
(74487, 4637, 30, 'Spawn Point 38 - Rich Thorium'),
|
|
(74488, 4637, 10, 'Spawn Point 38 - Gold'),
|
|
(74489, 4637, 10, 'Spawn Point 38 - Truesilver'),
|
|
(74490, 4638, 0, 'Spawn Point 39 - Mithril'),
|
|
(74491, 4638, 30, 'Spawn Point 39 - Small Thorium'),
|
|
(74492, 4638, 30, 'Spawn Point 39 - Rich Thorium'),
|
|
(74493, 4638, 10, 'Spawn Point 39 - Gold'),
|
|
(74494, 4638, 10, 'Spawn Point 39 - Truesilver'),
|
|
(74495, 4639, 0, 'Spawn Point 40 - Mithril'),
|
|
(74496, 4639, 30, 'Spawn Point 40 - Small Thorium'),
|
|
(74497, 4639, 30, 'Spawn Point 40 - Rich Thorium'),
|
|
(74498, 4639, 10, 'Spawn Point 40 - Gold'),
|
|
(74499, 4639, 10, 'Spawn Point 40 - Truesilver'),
|
|
(74500, 4640, 0, 'Spawn Point 41 - Mithril'),
|
|
(74501, 4640, 30, 'Spawn Point 41 - Small Thorium'),
|
|
(74502, 4640, 30, 'Spawn Point 41 - Rich Thorium'),
|
|
(74503, 4640, 10, 'Spawn Point 41 - Gold'),
|
|
(74504, 4640, 10, 'Spawn Point 41 - Truesilver'),
|
|
(74505, 4641, 0, 'Spawn Point 42 - Mithril'),
|
|
(74506, 4641, 30, 'Spawn Point 42 - Small Thorium'),
|
|
(74507, 4641, 30, 'Spawn Point 42 - Rich Thorium'),
|
|
(74508, 4641, 10, 'Spawn Point 42 - Gold'),
|
|
(74509, 4641, 10, 'Spawn Point 42 - Truesilver'),
|
|
(74510, 4642, 0, 'Spawn Point 43 - Mithril'),
|
|
(74511, 4642, 30, 'Spawn Point 43 - Small Thorium'),
|
|
(74512, 4642, 30, 'Spawn Point 43 - Rich Thorium'),
|
|
(74513, 4642, 10, 'Spawn Point 43 - Gold'),
|
|
(74514, 4642, 10, 'Spawn Point 43 - Truesilver'),
|
|
(74515, 4643, 0, 'Spawn Point 44 - Mithril'),
|
|
(74516, 4643, 30, 'Spawn Point 44 - Small Thorium'),
|
|
(74517, 4643, 30, 'Spawn Point 44 - Rich Thorium'),
|
|
(74518, 4643, 10, 'Spawn Point 44 - Gold'),
|
|
(74519, 4643, 10, 'Spawn Point 44 - Truesilver'),
|
|
(74525, 4645, 0, 'Spawn Point 46 - Mithril'),
|
|
(74526, 4645, 30, 'Spawn Point 46 - Small Thorium'),
|
|
(74527, 4645, 30, 'Spawn Point 46 - Rich Thorium'),
|
|
(74528, 4645, 10, 'Spawn Point 46 - Gold'),
|
|
(74529, 4645, 10, 'Spawn Point 46 - Truesilver'),
|
|
(74530, 4646, 0, 'Spawn Point 47 - Mithril'),
|
|
(74531, 4646, 30, 'Spawn Point 47 - Small Thorium'),
|
|
(74532, 4646, 30, 'Spawn Point 47 - Rich Thorium'),
|
|
(74533, 4646, 10, 'Spawn Point 47 - Gold'),
|
|
(74534, 4646, 10, 'Spawn Point 47 - Truesilver'),
|
|
(74535, 4647, 0, 'Spawn Point 48 - Mithril'),
|
|
(74536, 4647, 30, 'Spawn Point 48 - Small Thorium'),
|
|
(74537, 4647, 30, 'Spawn Point 48 - Rich Thorium'),
|
|
(74538, 4647, 10, 'Spawn Point 48 - Gold'),
|
|
(74539, 4647, 10, 'Spawn Point 48 - Truesilver'),
|
|
(74540, 4648, 0, 'Spawn Point 49 - Mithril'),
|
|
(74541, 4648, 30, 'Spawn Point 49 - Small Thorium'),
|
|
(74542, 4648, 30, 'Spawn Point 49 - Rich Thorium'),
|
|
(74543, 4648, 10, 'Spawn Point 49 - Gold'),
|
|
(74544, 4648, 10, 'Spawn Point 49 - Truesilver'),
|
|
(74545, 4649, 0, 'Spawn Point 50 - Mithril'),
|
|
(74546, 4649, 30, 'Spawn Point 50 - Small Thorium'),
|
|
(74547, 4649, 30, 'Spawn Point 50 - Rich Thorium'),
|
|
(74548, 4649, 10, 'Spawn Point 50 - Gold'),
|
|
(74549, 4649, 10, 'Spawn Point 50 - Truesilver'),
|
|
(74550, 4650, 0, 'Spawn Point 51 - Mithril'),
|
|
(74551, 4650, 30, 'Spawn Point 51 - Small Thorium'),
|
|
(74552, 4650, 30, 'Spawn Point 51 - Rich Thorium'),
|
|
(74553, 4650, 10, 'Spawn Point 51 - Gold'),
|
|
(74554, 4650, 10, 'Spawn Point 51 - Truesilver'),
|
|
(74555, 4651, 0, 'Spawn Point 52 - Mithril'),
|
|
(74556, 4651, 30, 'Spawn Point 52 - Small Thorium'),
|
|
(74557, 4651, 30, 'Spawn Point 52 - Rich Thorium'),
|
|
(74558, 4651, 10, 'Spawn Point 52 - Gold'),
|
|
(74559, 4651, 10, 'Spawn Point 52 - Truesilver'),
|
|
(74560, 4652, 0, 'Spawn Point 53 - Mithril'),
|
|
(74561, 4652, 30, 'Spawn Point 53 - Small Thorium'),
|
|
(74562, 4652, 30, 'Spawn Point 53 - Rich Thorium'),
|
|
(74563, 4652, 10, 'Spawn Point 53 - Gold'),
|
|
(74564, 4652, 10, 'Spawn Point 53 - Truesilver'),
|
|
(74570, 4654, 0, 'Spawn Point 55 - Mithril'),
|
|
(74571, 4654, 30, 'Spawn Point 55 - Small Thorium'),
|
|
(74572, 4654, 30, 'Spawn Point 55 - Rich Thorium'),
|
|
(74573, 4654, 10, 'Spawn Point 55 - Gold'),
|
|
(74574, 4654, 10, 'Spawn Point 55 - Truesilver'),
|
|
(74575, 4655, 0, 'Spawn Point 56 - Mithril'),
|
|
(74576, 4655, 30, 'Spawn Point 56 - Small Thorium'),
|
|
(74577, 4655, 30, 'Spawn Point 56 - Rich Thorium'),
|
|
(74578, 4655, 10, 'Spawn Point 56 - Gold'),
|
|
(74579, 4655, 10, 'Spawn Point 56 - Truesilver'),
|
|
(74580, 4656, 0, 'Spawn Point 57 - Mithril'),
|
|
(74581, 4656, 30, 'Spawn Point 57 - Small Thorium'),
|
|
(74582, 4656, 30, 'Spawn Point 57 - Rich Thorium'),
|
|
(74583, 4656, 10, 'Spawn Point 57 - Gold'),
|
|
(74584, 4656, 10, 'Spawn Point 57 - Truesilver'),
|
|
(74585, 4657, 0, 'Spawn Point 58 - Mithril'),
|
|
(74586, 4657, 30, 'Spawn Point 58 - Small Thorium'),
|
|
(74587, 4657, 30, 'Spawn Point 58 - Rich Thorium'),
|
|
(74588, 4657, 10, 'Spawn Point 58 - Gold'),
|
|
(74589, 4657, 10, 'Spawn Point 58 - Truesilver'),
|
|
(74590, 4658, 0, 'Spawn Point 59 - Mithril'),
|
|
(74591, 4658, 30, 'Spawn Point 59 - Small Thorium'),
|
|
(74592, 4658, 30, 'Spawn Point 59 - Rich Thorium'),
|
|
(74593, 4658, 10, 'Spawn Point 59 - Gold'),
|
|
(74594, 4658, 10, 'Spawn Point 59 - Truesilver'),
|
|
(74595, 4659, 0, 'Spawn Point 60 - Mithril'),
|
|
(74596, 4659, 30, 'Spawn Point 60 - Small Thorium'),
|
|
(74597, 4659, 30, 'Spawn Point 60 - Rich Thorium'),
|
|
(74598, 4659, 10, 'Spawn Point 60 - Gold'),
|
|
(74599, 4659, 10, 'Spawn Point 60 - Truesilver'),
|
|
(74600, 4660, 0, 'Spawn Point 61 - Mithril'),
|
|
(74601, 4660, 30, 'Spawn Point 61 - Small Thorium'),
|
|
(74602, 4660, 30, 'Spawn Point 61 - Rich Thorium'),
|
|
(74603, 4660, 10, 'Spawn Point 61 - Gold'),
|
|
(74604, 4660, 10, 'Spawn Point 61 - Truesilver'),
|
|
(74605, 4661, 0, 'Spawn Point 62 - Mithril'),
|
|
(74606, 4661, 30, 'Spawn Point 62 - Small Thorium'),
|
|
(74607, 4661, 30, 'Spawn Point 62 - Rich Thorium'),
|
|
(74608, 4661, 10, 'Spawn Point 62 - Gold'),
|
|
(74609, 4661, 10, 'Spawn Point 62 - Truesilver'),
|
|
(74610, 4662, 0, 'Spawn Point 63 - Mithril'),
|
|
(74611, 4662, 30, 'Spawn Point 63 - Small Thorium'),
|
|
(74612, 4662, 30, 'Spawn Point 63 - Rich Thorium'),
|
|
(74613, 4662, 10, 'Spawn Point 63 - Gold'),
|
|
(74614, 4662, 10, 'Spawn Point 63 - Truesilver'),
|
|
(74615, 4663, 0, 'Spawn Point 64 - Mithril'),
|
|
(74616, 4663, 30, 'Spawn Point 64 - Small Thorium'),
|
|
(74617, 4663, 30, 'Spawn Point 64 - Rich Thorium'),
|
|
(74618, 4663, 10, 'Spawn Point 64 - Gold'),
|
|
(74619, 4663, 10, 'Spawn Point 64 - Truesilver'),
|
|
(74620, 4664, 0, 'Spawn Point 65 - Mithril'),
|
|
(74621, 4664, 30, 'Spawn Point 65 - Small Thorium'),
|
|
(74622, 4664, 30, 'Spawn Point 65 - Rich Thorium'),
|
|
(74623, 4664, 10, 'Spawn Point 65 - Gold'),
|
|
(74624, 4664, 10, 'Spawn Point 65 - Truesilver'),
|
|
(74625, 4665, 0, 'Spawn Point 66 - Mithril'),
|
|
(74626, 4665, 30, 'Spawn Point 66 - Small Thorium'),
|
|
(74627, 4665, 30, 'Spawn Point 66 - Rich Thorium'),
|
|
(74628, 4665, 10, 'Spawn Point 66 - Gold'),
|
|
(74629, 4665, 10, 'Spawn Point 66 - Truesilver'),
|
|
(74630, 4666, 0, 'Spawn Point 67 - Mithril'),
|
|
(74631, 4666, 30, 'Spawn Point 67 - Small Thorium'),
|
|
(74632, 4666, 30, 'Spawn Point 67 - Rich Thorium'),
|
|
(74633, 4666, 10, 'Spawn Point 67 - Gold'),
|
|
(74634, 4666, 10, 'Spawn Point 67 - Truesilver'),
|
|
(74635, 4667, 0, 'Spawn Point 68 - Mithril'),
|
|
(74636, 4667, 30, 'Spawn Point 68 - Small Thorium'),
|
|
(74637, 4667, 30, 'Spawn Point 68 - Rich Thorium'),
|
|
(74638, 4667, 10, 'Spawn Point 68 - Gold'),
|
|
(74639, 4667, 10, 'Spawn Point 68 - Truesilver'),
|
|
(74640, 4668, 0, 'Spawn Point 69 - Mithril'),
|
|
(74641, 4668, 30, 'Spawn Point 69 - Small Thorium'),
|
|
(74642, 4668, 30, 'Spawn Point 69 - Rich Thorium'),
|
|
(74643, 4668, 10, 'Spawn Point 69 - Gold'),
|
|
(74644, 4668, 10, 'Spawn Point 69 - Truesilver'),
|
|
(74645, 4669, 0, 'Spawn Point 70 - Mithril'),
|
|
(74646, 4669, 30, 'Spawn Point 70 - Small Thorium'),
|
|
(74647, 4669, 30, 'Spawn Point 70 - Rich Thorium'),
|
|
(74648, 4669, 10, 'Spawn Point 70 - Gold'),
|
|
(74649, 4669, 10, 'Spawn Point 70 - Truesilver'),
|
|
(74650, 4670, 0, 'Spawn Point 71 - Mithril'),
|
|
(74651, 4670, 30, 'Spawn Point 71 - Small Thorium'),
|
|
(74652, 4670, 30, 'Spawn Point 71 - Rich Thorium'),
|
|
(74653, 4670, 10, 'Spawn Point 71 - Gold'),
|
|
(74654, 4670, 10, 'Spawn Point 71 - Truesilver'),
|
|
(74660, 4672, 0, 'Spawn Point 73 - Mithril'),
|
|
(74661, 4672, 30, 'Spawn Point 73 - Small Thorium'),
|
|
(74662, 4672, 30, 'Spawn Point 73 - Rich Thorium'),
|
|
(74663, 4672, 10, 'Spawn Point 73 - Gold'),
|
|
(74664, 4672, 10, 'Spawn Point 73 - Truesilver'),
|
|
(74665, 4673, 0, 'Spawn Point 74 - Mithril'),
|
|
(74666, 4673, 30, 'Spawn Point 74 - Small Thorium'),
|
|
(74667, 4673, 30, 'Spawn Point 74 - Rich Thorium'),
|
|
(74668, 4673, 10, 'Spawn Point 74 - Gold'),
|
|
(74669, 4673, 10, 'Spawn Point 74 - Truesilver'),
|
|
(74670, 4674, 0, 'Spawn Point 75 - Mithril'),
|
|
(74671, 4674, 30, 'Spawn Point 75 - Small Thorium'),
|
|
(74672, 4674, 30, 'Spawn Point 75 - Rich Thorium'),
|
|
(74673, 4674, 10, 'Spawn Point 75 - Gold'),
|
|
(74674, 4674, 10, 'Spawn Point 75 - Truesilver'),
|
|
(74675, 4675, 0, 'Spawn Point 76 - Mithril'),
|
|
(74676, 4675, 30, 'Spawn Point 76 - Small Thorium'),
|
|
(74677, 4675, 30, 'Spawn Point 76 - Rich Thorium'),
|
|
(74678, 4675, 10, 'Spawn Point 76 - Gold'),
|
|
(74679, 4675, 10, 'Spawn Point 76 - Truesilver'),
|
|
(74680, 4676, 0, 'Spawn Point 77 - Mithril'),
|
|
(74681, 4676, 30, 'Spawn Point 77 - Small Thorium'),
|
|
(74682, 4676, 30, 'Spawn Point 77 - Rich Thorium'),
|
|
(74683, 4676, 10, 'Spawn Point 77 - Gold'),
|
|
(74684, 4676, 10, 'Spawn Point 77 - Truesilver'),
|
|
(74800, 2011, 0, 'Spawn Point 1 - Copper'),
|
|
(74801, 2011, 0, 'Spawn Point 2 - Copper'),
|
|
(74802, 2011, 0, 'Spawn Point 3 - Copper'),
|
|
(74803, 2011, 0, 'Spawn Point 4 - Copper'),
|
|
(74804, 2011, 0, 'Spawn Point 5 - Copper'),
|
|
(74805, 2011, 0, 'Spawn Point 6 - Copper'),
|
|
(74806, 2011, 0, 'Spawn Point 7 - Copper'),
|
|
(74807, 2011, 0, 'Spawn Point 8 - Copper'),
|
|
(74808, 2011, 0, 'Spawn Point 9 - Copper'),
|
|
(74809, 2011, 0, 'Spawn Point 10 - Copper'),
|
|
(74810, 2011, 0, 'Spawn Point 11 - Copper'),
|
|
(74811, 2011, 0, 'Spawn Point 12 - Copper'),
|
|
(74812, 2011, 0, 'Spawn Point 13 - Copper'),
|
|
(74813, 2011, 0, 'Spawn Point 14 - Copper'),
|
|
(74814, 2011, 0, 'Spawn Point 15 - Copper'),
|
|
(74815, 2011, 0, 'Spawn Point 16 - Copper'),
|
|
(74816, 2011, 0, 'Spawn Point 17 - Copper'),
|
|
(74817, 2011, 0, 'Spawn Point 18 - Copper'),
|
|
(74818, 2011, 0, 'Spawn Point 19 - Copper'),
|
|
(74819, 2011, 0, 'Spawn Point 20 - Copper'),
|
|
(74820, 2011, 0, 'Spawn Point 21 - Copper'),
|
|
(74821, 2011, 0, 'Spawn Point 22 - Copper'),
|
|
(74822, 2011, 0, 'Spawn Point 23 - Copper'),
|
|
(74823, 2011, 0, 'Spawn Point 24 - Copper'),
|
|
(74824, 2011, 0, 'Spawn Point 25 - Copper'),
|
|
(74825, 2011, 0, 'Spawn Point 26 - Copper'),
|
|
(74826, 2011, 0, 'Spawn Point 27 - Copper'),
|
|
(74827, 2011, 0, 'Spawn Point 28 - Copper'),
|
|
(74828, 2011, 0, 'Spawn Point 29 - Copper'),
|
|
(74829, 2011, 0, 'Spawn Point 30 - Copper'),
|
|
(74830, 2011, 0, 'Spawn Point 31 - Copper'),
|
|
(74831, 2011, 0, 'Spawn Point 32 - Copper'),
|
|
(74832, 2011, 0, 'Spawn Point 33 - Copper'),
|
|
(74833, 2011, 0, 'Spawn Point 34 - Copper'),
|
|
(74834, 2011, 0, 'Spawn Point 35 - Copper'),
|
|
(74835, 2011, 0, 'Spawn Point 36 - Copper'),
|
|
(74836, 2011, 0, 'Spawn Point 37 - Copper'),
|
|
(74837, 2011, 0, 'Spawn Point 38 - Copper'),
|
|
(74838, 2011, 0, 'Spawn Point 39 - Copper'),
|
|
(74839, 2011, 0, 'Spawn Point 40 - Copper'),
|
|
(74840, 2011, 0, 'Spawn Point 41 - Copper'),
|
|
(74841, 2011, 0, 'Spawn Point 42 - Copper'),
|
|
(74842, 2011, 0, 'Spawn Point 43 - Copper'),
|
|
(74843, 2011, 0, 'Spawn Point 44 - Copper'),
|
|
(74844, 2011, 0, 'Spawn Point 45 - Copper'),
|
|
(74845, 2011, 0, 'Spawn Point 46 - Copper'),
|
|
(74846, 2011, 0, 'Spawn Point 47 - Copper'),
|
|
(74847, 2011, 0, 'Spawn Point 48 - Copper'),
|
|
(74848, 2011, 0, 'Spawn Point 49 - Copper'),
|
|
(74849, 2011, 0, 'Spawn Point 50 - Copper'),
|
|
(74850, 2011, 0, 'Spawn Point 51 - Copper'),
|
|
(74851, 2011, 0, 'Spawn Point 52 - Copper'),
|
|
(74852, 2011, 0, 'Spawn Point 53 - Copper'),
|
|
(74853, 2011, 0, 'Spawn Point 54 - Copper'),
|
|
(74854, 2011, 0, 'Spawn Point 55 - Copper'),
|
|
(74855, 2011, 0, 'Spawn Point 56 - Copper'),
|
|
(74856, 2011, 0, 'Spawn Point 57 - Copper'),
|
|
(74857, 2011, 0, 'Spawn Point 58 - Copper'),
|
|
(74858, 2011, 0, 'Spawn Point 59 - Copper'),
|
|
(74859, 2011, 0, 'Spawn Point 60 - Copper'),
|
|
(74860, 2011, 0, 'Spawn Point 61 - Copper'),
|
|
(74861, 2011, 0, 'Spawn Point 62 - Copper'),
|
|
(74862, 2011, 0, 'Spawn Point 63 - Copper'),
|
|
(74863, 2011, 0, 'Spawn Point 64 - Copper'),
|
|
(74864, 2011, 0, 'Spawn Point 65 - Copper'),
|
|
(74865, 2011, 0, 'Spawn Point 66 - Copper'),
|
|
(74866, 2011, 0, 'Spawn Point 67 - Copper'),
|
|
(74867, 2011, 0, 'Spawn Point 68 - Copper'),
|
|
(74868, 2011, 0, 'Spawn Point 69 - Copper'),
|
|
(74869, 2011, 0, 'Spawn Point 70 - Copper'),
|
|
(74870, 2011, 0, 'Spawn Point 71 - Copper'),
|
|
(74871, 2011, 0, 'Spawn Point 72 - Copper'),
|
|
(74872, 2011, 0, 'Spawn Point 73 - Copper'),
|
|
(74873, 2011, 0, 'Spawn Point 74 - Copper'),
|
|
(74874, 2011, 0, 'Spawn Point 75 - Copper'),
|
|
(74875, 2011, 0, 'Spawn Point 76 - Copper'),
|
|
(74876, 2011, 0, 'Spawn Point 77 - Copper'),
|
|
(74877, 2011, 0, 'Spawn Point 78 - Copper'),
|
|
(74878, 2011, 0, 'Spawn Point 79 - Copper'),
|
|
(74879, 2011, 0, 'Spawn Point 80 - Copper'),
|
|
(74880, 2011, 0, 'Spawn Point 81 - Copper'),
|
|
(74881, 2011, 0, 'Spawn Point 82 - Copper'),
|
|
(74882, 2011, 0, 'Spawn Point 83 - Copper'),
|
|
(74883, 2011, 0, 'Spawn Point 84 - Copper'),
|
|
(74884, 2011, 0, 'Spawn Point 85 - Copper'),
|
|
(74885, 2011, 0, 'Spawn Point 86 - Copper'),
|
|
(74886, 2011, 0, 'Spawn Point 87 - Copper'),
|
|
(74887, 2011, 0, 'Spawn Point 88 - Copper'),
|
|
(74888, 2011, 0, 'Spawn Point 89 - Copper'),
|
|
(74889, 2011, 0, 'Spawn Point 90 - Copper'),
|
|
(74890, 2011, 0, 'Spawn Point 91 - Copper'),
|
|
(74891, 2011, 0, 'Spawn Point 92 - Copper'),
|
|
(74892, 2011, 0, 'Spawn Point 93 - Copper'),
|
|
(74893, 2011, 0, 'Spawn Point 94 - Copper'),
|
|
(74894, 2011, 0, 'Spawn Point 95 - Copper'),
|
|
(74895, 2011, 0, 'Spawn Point 96 - Copper'),
|
|
(74896, 2011, 0, 'Spawn Point 97 - Copper'),
|
|
(74897, 2011, 0, 'Spawn Point 98 - Copper'),
|
|
(74898, 2011, 0, 'Spawn Point 99 - Copper'),
|
|
(74899, 2011, 0, 'Spawn Point 100 - Copper'),
|
|
(74900, 2011, 0, 'Spawn Point 101 - Copper'),
|
|
(74930, 11644, 0, 'Eversong Woods, Copper Vein, spawn 1'),
|
|
(74931, 11644, 0, 'Eversong Woods, Copper Vein, spawn 2'),
|
|
(74932, 11644, 0, 'Eversong Woods, Copper Vein, spawn 3'),
|
|
(74933, 11644, 0, 'Eversong Woods, Copper Vein, spawn 4'),
|
|
(74934, 11644, 0, 'Eversong Woods, Copper Vein, spawn 5'),
|
|
(74935, 11644, 0, 'Eversong Woods, Copper Vein, spawn 6'),
|
|
(74936, 11644, 0, 'Eversong Woods, Copper Vein, spawn 7'),
|
|
(74937, 11644, 0, 'Eversong Woods, Copper Vein, spawn 8'),
|
|
(74938, 11644, 0, 'Eversong Woods, Copper Vein, spawn 9'),
|
|
(74939, 11644, 0, 'Eversong Woods, Copper Vein, spawn 10'),
|
|
(74940, 11644, 0, 'Eversong Woods, Copper Vein, spawn 11'),
|
|
(74941, 11644, 0, 'Eversong Woods, Copper Vein, spawn 12'),
|
|
(74942, 11644, 0, 'Eversong Woods, Copper Vein, spawn 13'),
|
|
(74943, 11644, 0, 'Eversong Woods, Copper Vein, spawn 14'),
|
|
(74944, 11644, 0, 'Eversong Woods, Copper Vein, spawn 15'),
|
|
(74945, 11644, 0, 'Eversong Woods, Copper Vein, spawn 16'),
|
|
(74946, 11644, 0, 'Eversong Woods, Copper Vein, spawn 17'),
|
|
(74947, 11644, 0, 'Eversong Woods, Copper Vein, spawn 18'),
|
|
(74948, 11644, 0, 'Eversong Woods, Copper Vein, spawn 19'),
|
|
(74949, 11644, 0, 'Eversong Woods, Copper Vein, spawn 20'),
|
|
(74950, 11644, 0, 'Eversong Woods, Copper Vein, spawn 21'),
|
|
(74951, 11644, 0, 'Eversong Woods, Copper Vein, spawn 22'),
|
|
(74952, 11644, 0, 'Eversong Woods, Copper Vein, spawn 23'),
|
|
(74953, 11644, 0, 'Eversong Woods, Copper Vein, spawn 24'),
|
|
(74954, 11644, 0, 'Eversong Woods, Copper Vein, spawn 25'),
|
|
(74955, 11644, 0, 'Eversong Woods, Copper Vein, spawn 26'),
|
|
(74956, 11644, 0, 'Eversong Woods, Copper Vein, spawn 27'),
|
|
(74957, 11644, 0, 'Eversong Woods, Copper Vein, spawn 28'),
|
|
(74958, 11644, 0, 'Eversong Woods, Copper Vein, spawn 29'),
|
|
(74959, 11644, 0, 'Eversong Woods, Copper Vein, spawn 30'),
|
|
(74960, 11644, 0, 'Eversong Woods, Copper Vein, spawn 31'),
|
|
(74961, 11644, 0, 'Eversong Woods, Copper Vein, spawn 32'),
|
|
(74962, 11644, 0, 'Eversong Woods, Copper Vein, spawn 33'),
|
|
(74963, 11644, 0, 'Eversong Woods, Copper Vein, spawn 34'),
|
|
(74964, 11644, 0, 'Eversong Woods, Copper Vein, spawn 35'),
|
|
(74965, 11644, 0, 'Eversong Woods, Copper Vein, spawn 36'),
|
|
(74966, 11644, 0, 'Eversong Woods, Copper Vein, spawn 37'),
|
|
(74967, 11644, 0, 'Eversong Woods, Copper Vein, spawn 38'),
|
|
(74968, 11644, 0, 'Eversong Woods, Copper Vein, spawn 39'),
|
|
(74969, 11644, 0, 'Eversong Woods, Copper Vein, spawn 40'),
|
|
(74970, 11644, 0, 'Eversong Woods, Copper Vein, spawn 41'),
|
|
(74971, 11644, 0, 'Eversong Woods, Copper Vein, spawn 42'),
|
|
(74972, 11644, 0, 'Eversong Woods, Copper Vein, spawn 43'),
|
|
(74973, 11644, 0, 'Eversong Woods, Copper Vein, spawn 44'),
|
|
(74974, 11644, 0, 'Eversong Woods, Copper Vein, spawn 45'),
|
|
(74975, 11644, 0, 'Eversong Woods, Copper Vein, spawn 46'),
|
|
(74976, 11644, 0, 'Eversong Woods, Copper Vein, spawn 47'),
|
|
(74977, 11644, 0, 'Eversong Woods, Copper Vein, spawn 48'),
|
|
(74978, 11644, 0, 'Eversong Woods, Copper Vein, spawn 49'),
|
|
(74979, 11644, 0, 'Eversong Woods, Copper Vein, spawn 50'),
|
|
(74980, 11644, 0, 'Eversong Woods, Copper Vein, spawn 51'),
|
|
(74981, 11644, 0, 'Eversong Woods, Copper Vein, spawn 52'),
|
|
(74982, 11644, 0, 'Eversong Woods, Copper Vein, spawn 53'),
|
|
(74983, 11644, 0, 'Eversong Woods, Copper Vein, spawn 54'),
|
|
(74984, 11644, 0, 'Eversong Woods, Copper Vein, spawn 55'),
|
|
(74985, 11644, 0, 'Eversong Woods, Copper Vein, spawn 56'),
|
|
(74986, 11644, 0, 'Eversong Woods, Copper Vein, spawn 57'),
|
|
(74987, 11644, 0, 'Eversong Woods, Copper Vein, spawn 58'),
|
|
(75000, 4700, 60, 'Ghostlands Spawn Point 1 (Copper)'),
|
|
(75001, 4700, 30, 'Ghostlands Spawn Point 1 (Tin)'),
|
|
(75002, 4700, 10, 'Ghostlands Spawn Point 1 (Silver)'),
|
|
(75003, 4701, 60, 'Ghostlands Spawn Point 2 (Copper)'),
|
|
(75004, 4701, 30, 'Ghostlands Spawn Point 2 (Tin)'),
|
|
(75005, 4701, 10, 'Ghostlands Spawn Point 2 (Silver)'),
|
|
(75006, 4702, 60, 'Ghostlands Spawn Point 3 (Copper)'),
|
|
(75007, 4702, 30, 'Ghostlands Spawn Point 3 (Tin)'),
|
|
(75008, 4702, 10, 'Ghostlands Spawn Point 3 (Silver)'),
|
|
(75009, 4703, 60, 'Ghostlands Spawn Point 4 (Copper)'),
|
|
(75010, 4703, 30, 'Ghostlands Spawn Point 4 (Tin)'),
|
|
(75011, 4703, 10, 'Ghostlands Spawn Point 4 (Silver)'),
|
|
(75012, 4704, 60, 'Ghostlands Spawn Point 5 (Copper)'),
|
|
(75013, 4704, 30, 'Ghostlands Spawn Point 5 (Tin)'),
|
|
(75014, 4704, 10, 'Ghostlands Spawn Point 5 (Silver)'),
|
|
(75015, 4705, 60, 'Ghostlands Spawn Point 6 (Copper)'),
|
|
(75016, 4705, 30, 'Ghostlands Spawn Point 6 (Tin)'),
|
|
(75017, 4705, 10, 'Ghostlands Spawn Point 6 (Silver)'),
|
|
(75018, 4706, 60, 'Ghostlands Spawn Point 7 (Copper)'),
|
|
(75019, 4706, 30, 'Ghostlands Spawn Point 7 (Tin)'),
|
|
(75020, 4706, 10, 'Ghostlands Spawn Point 7 (Silver)'),
|
|
(75021, 4707, 60, 'Ghostlands Spawn Point 8 (Copper)'),
|
|
(75022, 4707, 30, 'Ghostlands Spawn Point 8 (Tin)'),
|
|
(75023, 4707, 10, 'Ghostlands Spawn Point 8 (Silver)'),
|
|
(75024, 4708, 60, 'Ghostlands Spawn Point 9 (Copper)'),
|
|
(75025, 4708, 30, 'Ghostlands Spawn Point 9 (Tin)'),
|
|
(75026, 4708, 10, 'Ghostlands Spawn Point 9 (Silver)'),
|
|
(75027, 4709, 60, 'Ghostlands Spawn Point 10 (Copper)'),
|
|
(75028, 4709, 30, 'Ghostlands Spawn Point 10 (Tin)'),
|
|
(75029, 4709, 10, 'Ghostlands Spawn Point 10 (Silver)'),
|
|
(75030, 4710, 60, 'Ghostlands Spawn Point 11 (Copper)'),
|
|
(75031, 4710, 30, 'Ghostlands Spawn Point 11 (Tin)'),
|
|
(75032, 4710, 10, 'Ghostlands Spawn Point 11 (Silver)'),
|
|
(75033, 4711, 60, 'Ghostlands Spawn Point 12 (Copper)'),
|
|
(75034, 4711, 30, 'Ghostlands Spawn Point 12 (Tin)'),
|
|
(75035, 4711, 10, 'Ghostlands Spawn Point 12 (Silver)'),
|
|
(75036, 4712, 60, 'Ghostlands Spawn Point 13 (Copper)'),
|
|
(75037, 4712, 30, 'Ghostlands Spawn Point 13 (Tin)'),
|
|
(75038, 4712, 10, 'Ghostlands Spawn Point 13 (Silver)'),
|
|
(75039, 4713, 60, 'Ghostlands Spawn Point 14 (Copper)'),
|
|
(75040, 4713, 30, 'Ghostlands Spawn Point 14 (Tin)'),
|
|
(75041, 4713, 10, 'Ghostlands Spawn Point 14 (Silver)'),
|
|
(75042, 4714, 60, 'Ghostlands Spawn Point 15 (Copper)'),
|
|
(75043, 4714, 30, 'Ghostlands Spawn Point 15 (Tin)'),
|
|
(75044, 4714, 10, 'Ghostlands Spawn Point 15 (Silver)'),
|
|
(75045, 4715, 60, 'Ghostlands Spawn Point 16 (Copper)'),
|
|
(75046, 4715, 30, 'Ghostlands Spawn Point 16 (Tin)'),
|
|
(75047, 4715, 10, 'Ghostlands Spawn Point 16 (Silver)'),
|
|
(75048, 4716, 60, 'Ghostlands Spawn Point 17 (Copper)'),
|
|
(75049, 4716, 30, 'Ghostlands Spawn Point 17 (Tin)'),
|
|
(75050, 4716, 10, 'Ghostlands Spawn Point 17 (Silver)'),
|
|
(75051, 4717, 60, 'Ghostlands Spawn Point 18 (Copper)'),
|
|
(75052, 4717, 30, 'Ghostlands Spawn Point 18 (Tin)'),
|
|
(75053, 4717, 10, 'Ghostlands Spawn Point 18 (Silver)'),
|
|
(75054, 4718, 60, 'Ghostlands Spawn Point 19 (Copper)'),
|
|
(75055, 4718, 30, 'Ghostlands Spawn Point 19 (Tin)'),
|
|
(75056, 4718, 10, 'Ghostlands Spawn Point 19 (Silver)'),
|
|
(75057, 4719, 60, 'Ghostlands Spawn Point 20 (Copper)'),
|
|
(75058, 4719, 30, 'Ghostlands Spawn Point 20 (Tin)'),
|
|
(75059, 4719, 10, 'Ghostlands Spawn Point 20 (Silver)'),
|
|
(75060, 4720, 60, 'Ghostlands Spawn Point 21 (Copper)'),
|
|
(75061, 4720, 30, 'Ghostlands Spawn Point 21 (Tin)'),
|
|
(75062, 4720, 10, 'Ghostlands Spawn Point 21 (Silver)'),
|
|
(75063, 4721, 60, 'Ghostlands Spawn Point 22 (Copper)'),
|
|
(75064, 4721, 30, 'Ghostlands Spawn Point 22 (Tin)'),
|
|
(75065, 4721, 10, 'Ghostlands Spawn Point 22 (Silver)'),
|
|
(75066, 4722, 60, 'Ghostlands Spawn Point 23 (Copper)'),
|
|
(75067, 4722, 30, 'Ghostlands Spawn Point 23 (Tin)'),
|
|
(75068, 4722, 10, 'Ghostlands Spawn Point 23 (Silver)'),
|
|
(75069, 4723, 60, 'Ghostlands Spawn Point 24 (Copper)'),
|
|
(75070, 4723, 30, 'Ghostlands Spawn Point 24 (Tin)'),
|
|
(75071, 4723, 10, 'Ghostlands Spawn Point 24 (Silver)'),
|
|
(75072, 4724, 60, 'Ghostlands Spawn Point 25 (Copper)'),
|
|
(75073, 4724, 30, 'Ghostlands Spawn Point 25 (Tin)'),
|
|
(75074, 4724, 10, 'Ghostlands Spawn Point 25 (Silver)'),
|
|
(75075, 4725, 60, 'Ghostlands Spawn Point 26 (Copper)'),
|
|
(75076, 4725, 30, 'Ghostlands Spawn Point 26 (Tin)'),
|
|
(75077, 4725, 10, 'Ghostlands Spawn Point 26 (Silver)'),
|
|
(75078, 4726, 60, 'Ghostlands Spawn Point 27 (Copper)'),
|
|
(75079, 4726, 30, 'Ghostlands Spawn Point 27 (Tin)'),
|
|
(75080, 4726, 10, 'Ghostlands Spawn Point 27 (Silver)'),
|
|
(75081, 4727, 60, 'Ghostlands Spawn Point 28 (Copper)'),
|
|
(75082, 4727, 30, 'Ghostlands Spawn Point 28 (Tin)'),
|
|
(75083, 4727, 10, 'Ghostlands Spawn Point 28 (Silver)'),
|
|
(75084, 4728, 60, 'Ghostlands Spawn Point 29 (Copper)'),
|
|
(75085, 4728, 30, 'Ghostlands Spawn Point 29 (Tin)'),
|
|
(75086, 4728, 10, 'Ghostlands Spawn Point 29 (Silver)'),
|
|
(75087, 4729, 60, 'Ghostlands Spawn Point 30 (Copper)'),
|
|
(75088, 4729, 30, 'Ghostlands Spawn Point 30 (Tin)'),
|
|
(75089, 4729, 10, 'Ghostlands Spawn Point 30 (Silver)'),
|
|
(75090, 4730, 60, 'Ghostlands Spawn Point 31 (Copper)'),
|
|
(75091, 4730, 30, 'Ghostlands Spawn Point 31 (Tin)'),
|
|
(75092, 4730, 10, 'Ghostlands Spawn Point 31 (Silver)'),
|
|
(75093, 4731, 60, 'Ghostlands Spawn Point 32 (Copper)'),
|
|
(75094, 4731, 30, 'Ghostlands Spawn Point 32 (Tin)'),
|
|
(75095, 4731, 10, 'Ghostlands Spawn Point 32 (Silver)'),
|
|
(75096, 4732, 60, 'Ghostlands Spawn Point 33 (Copper)'),
|
|
(75097, 4732, 30, 'Ghostlands Spawn Point 33 (Tin)'),
|
|
(75098, 4732, 10, 'Ghostlands Spawn Point 33 (Silver)'),
|
|
(75099, 4733, 60, 'Ghostlands Spawn Point 34 (Copper)'),
|
|
(75100, 4733, 30, 'Ghostlands Spawn Point 34 (Tin)'),
|
|
(75101, 4733, 10, 'Ghostlands Spawn Point 34 (Silver)'),
|
|
(75102, 4734, 60, 'Ghostlands Spawn Point 35 (Copper)'),
|
|
(75103, 4734, 30, 'Ghostlands Spawn Point 35 (Tin)'),
|
|
(75104, 4734, 10, 'Ghostlands Spawn Point 35 (Silver)'),
|
|
(75105, 4735, 60, 'Ghostlands Spawn Point 36 (Copper)'),
|
|
(75106, 4735, 30, 'Ghostlands Spawn Point 36 (Tin)'),
|
|
(75107, 4735, 10, 'Ghostlands Spawn Point 36 (Silver)'),
|
|
(75108, 4736, 60, 'Ghostlands Spawn Point 37 (Copper)'),
|
|
(75109, 4736, 30, 'Ghostlands Spawn Point 37 (Tin)'),
|
|
(75110, 4736, 10, 'Ghostlands Spawn Point 37 (Silver)'),
|
|
(75111, 4737, 60, 'Ghostlands Spawn Point 38 (Copper)'),
|
|
(75112, 4737, 30, 'Ghostlands Spawn Point 38 (Tin)'),
|
|
(75113, 4737, 10, 'Ghostlands Spawn Point 38 (Silver)'),
|
|
(75114, 4738, 60, 'Ghostlands Spawn Point 39 (Copper)'),
|
|
(75115, 4738, 30, 'Ghostlands Spawn Point 39 (Tin)'),
|
|
(75116, 4738, 10, 'Ghostlands Spawn Point 39 (Silver)'),
|
|
(75117, 4739, 60, 'Ghostlands Spawn Point 40 (Copper)'),
|
|
(75118, 4739, 30, 'Ghostlands Spawn Point 40 (Tin)'),
|
|
(75119, 4739, 10, 'Ghostlands Spawn Point 40 (Silver)'),
|
|
(75200, 4750, 0, 'Spawn Point 1 - Copper'),
|
|
(75203, 4751, 0, 'Spawn Point 2 - Copper'),
|
|
(75206, 4752, 0, 'Spawn Point 3 - Copper'),
|
|
(75209, 4753, 0, 'Spawn Point 4 - Copper'),
|
|
(75212, 4754, 0, 'Spawn Point 5 - Copper'),
|
|
(75215, 4755, 0, 'Spawn Point 6 - Copper'),
|
|
(75218, 4756, 0, 'Spawn Point 7 - Copper'),
|
|
(75221, 4757, 0, 'Spawn Point 8 - Copper'),
|
|
(75224, 4758, 0, 'Spawn Point 9 - Copper'),
|
|
(75227, 4759, 0, 'Spawn Point 10 - Copper'),
|
|
(75230, 4760, 0, 'Spawn Point 11 - Copper'),
|
|
(75233, 4761, 0, 'Spawn Point 12 - Copper'),
|
|
(75236, 4762, 0, 'Spawn Point 13 - Copper'),
|
|
(75242, 4764, 0, 'Spawn Point 15 - Copper'),
|
|
(75245, 4765, 0, 'Spawn Point 16 - Copper'),
|
|
(75248, 4766, 0, 'Spawn Point 17 - Copper'),
|
|
(75251, 4767, 0, 'Spawn Point 18 - Copper'),
|
|
(75254, 4768, 0, 'Spawn Point 19 - Copper'),
|
|
(75260, 4770, 0, 'Spawn Point 21 - Copper'),
|
|
(75263, 4771, 0, 'Spawn Point 22 - Copper'),
|
|
(75266, 4772, 0, 'Spawn Point 23 - Copper'),
|
|
(75269, 4773, 0, 'Spawn Point 24 - Copper'),
|
|
(75272, 4774, 0, 'Spawn Point 25 - Copper'),
|
|
(75275, 4775, 0, 'Spawn Point 26 - Copper'),
|
|
(75278, 4776, 0, 'Spawn Point 27 - Copper'),
|
|
(75281, 4777, 0, 'Spawn Point 28 - Copper'),
|
|
(75284, 4778, 0, 'Spawn Point 29 - Copper'),
|
|
(75287, 4779, 0, 'Spawn Point 30 - Copper'),
|
|
(75290, 4780, 0, 'Spawn Point 31 - Copper'),
|
|
(75293, 4781, 0, 'Spawn Point 32 - Copper'),
|
|
(75296, 4782, 0, 'Spawn Point 33 - Copper'),
|
|
(75299, 4783, 0, 'Spawn Point 34 - Copper'),
|
|
(75302, 4784, 0, 'Spawn Point 35 - Copper'),
|
|
(75305, 4785, 0, 'Spawn Point 36 - Copper'),
|
|
(75308, 4786, 0, 'Spawn Point 37 - Copper'),
|
|
(75311, 4787, 0, 'Spawn Point 38 - Copper'),
|
|
(75314, 4788, 0, 'Spawn Point 39 - Copper'),
|
|
(75317, 4789, 0, 'Spawn Point 40 - Copper'),
|
|
(75320, 4790, 0, 'Spawn Point 41 - Copper'),
|
|
(75323, 4791, 0, 'Spawn Point 42 - Copper'),
|
|
(75326, 4792, 0, 'Spawn Point 43 - Copper'),
|
|
(75329, 4793, 0, 'Spawn Point 44 - Copper'),
|
|
(75332, 4794, 0, 'Spawn Point 45 - Copper'),
|
|
(75335, 4795, 0, 'Spawn Point 46 - Copper'),
|
|
(75338, 4796, 0, 'Spawn Point 47 - Copper'),
|
|
(75341, 4797, 0, 'Spawn Point 48 - Copper'),
|
|
(75344, 4798, 0, 'Spawn Point 49 - Copper'),
|
|
(75347, 4799, 0, 'Spawn Point 50 - Copper'),
|
|
(75350, 4800, 0, 'Spawn Point 51 - Copper'),
|
|
(75353, 4801, 0, 'Spawn Point 52 - Copper'),
|
|
(75356, 4802, 0, 'Spawn Point 53 - Copper'),
|
|
(75359, 4803, 0, 'Spawn Point 54 - Copper'),
|
|
(75362, 4804, 0, 'Spawn Point 55 - Copper'),
|
|
(75365, 4805, 0, 'Spawn Point 56 - Copper'),
|
|
(75368, 4806, 0, 'Spawn Point 57 - Copper'),
|
|
(75371, 4807, 0, 'Spawn Point 58 - Copper'),
|
|
(75374, 4808, 0, 'Spawn Point 59 - Copper'),
|
|
(75377, 4809, 0, 'Spawn Point 60 - Copper'),
|
|
(75380, 4810, 0, 'Spawn Point 61 - Copper'),
|
|
(75383, 4811, 0, 'Spawn Point 62 - Copper'),
|
|
(75386, 4812, 0, 'Spawn Point 63 - Copper'),
|
|
(75389, 4813, 0, 'Spawn Point 64 - Copper'),
|
|
(75392, 4814, 0, 'Spawn Point 65 - Copper'),
|
|
(75395, 4815, 0, 'Spawn Point 66 - Copper'),
|
|
(75398, 4816, 0, 'Spawn Point 67 - Copper'),
|
|
(75401, 4817, 0, 'Spawn Point 68 - Copper'),
|
|
(75404, 4818, 0, 'Spawn Point 69 - Copper'),
|
|
(75407, 4819, 0, 'Spawn Point 70 - Iron'),
|
|
(75408, 4819, 40, 'Spawn Point 70 - Mithril'),
|
|
(75409, 4819, 5, 'Spawn Point 70 - Gold'),
|
|
(75410, 4819, 30, 'Spawn Point 70 - Truesilver'),
|
|
(75411, 4820, 0, 'Spawn Point 71 - Iron'),
|
|
(75412, 4820, 40, 'Spawn Point 71 - Mithril'),
|
|
(75413, 4820, 5, 'Spawn Point 71 - Gold'),
|
|
(75414, 4820, 30, 'Spawn Point 71 - Truesilver'),
|
|
(75415, 4821, 0, 'Spawn Point 72 - Iron'),
|
|
(75416, 4821, 40, 'Spawn Point 72 - Mithril'),
|
|
(75417, 4821, 5, 'Spawn Point 72 - Gold'),
|
|
(75418, 4821, 30, 'Spawn Point 72 - Truesilver'),
|
|
(75419, 4822, 0, 'Spawn Point 73 - Iron'),
|
|
(75420, 4822, 40, 'Spawn Point 73 - Mithril'),
|
|
(75421, 4822, 5, 'Spawn Point 73 - Gold'),
|
|
(75422, 4822, 30, 'Spawn Point 73 - Truesilver'),
|
|
(75423, 4823, 0, 'Spawn Point 74 - Iron'),
|
|
(75424, 4823, 40, 'Spawn Point 74 - Mithril'),
|
|
(75425, 4823, 5, 'Spawn Point 74 - Gold'),
|
|
(75426, 4823, 30, 'Spawn Point 74 - Truesilver'),
|
|
(75427, 4824, 0, 'Spawn Point 75 - Iron'),
|
|
(75428, 4824, 40, 'Spawn Point 75 - Mithril'),
|
|
(75429, 4824, 5, 'Spawn Point 75 - Gold'),
|
|
(75430, 4824, 30, 'Spawn Point 75 - Truesilver'),
|
|
(75431, 4825, 0, 'Spawn Point 76 - Iron'),
|
|
(75432, 4825, 40, 'Spawn Point 76 - Mithril'),
|
|
(75433, 4825, 5, 'Spawn Point 76 - Gold'),
|
|
(75434, 4825, 30, 'Spawn Point 76 - Truesilver'),
|
|
(75435, 4826, 0, 'Spawn Point 77 - Iron'),
|
|
(75436, 4826, 40, 'Spawn Point 77 - Mithril'),
|
|
(75437, 4826, 5, 'Spawn Point 77 - Gold'),
|
|
(75438, 4826, 30, 'Spawn Point 77 - Truesilver'),
|
|
(75439, 4827, 0, 'Spawn Point 78 - Iron'),
|
|
(75440, 4827, 40, 'Spawn Point 78 - Mithril'),
|
|
(75441, 4827, 5, 'Spawn Point 78 - Gold'),
|
|
(75442, 4827, 30, 'Spawn Point 78 - Truesilver'),
|
|
(75443, 4828, 0, 'Spawn Point 79 - Iron'),
|
|
(75444, 4828, 40, 'Spawn Point 79 - Mithril'),
|
|
(75445, 4828, 5, 'Spawn Point 79 - Gold'),
|
|
(75446, 4828, 30, 'Spawn Point 79 - Truesilver'),
|
|
(75447, 4829, 0, 'Spawn Point 80 - Iron'),
|
|
(75448, 4829, 40, 'Spawn Point 80 - Mithril'),
|
|
(75449, 4829, 5, 'Spawn Point 80 - Gold'),
|
|
(75450, 4829, 30, 'Spawn Point 80 - Truesilver'),
|
|
(75451, 4830, 0, 'Spawn Point 81 - Iron'),
|
|
(75452, 4830, 40, 'Spawn Point 81 - Mithril'),
|
|
(75453, 4830, 5, 'Spawn Point 81 - Gold'),
|
|
(75454, 4830, 30, 'Spawn Point 81 - Truesilver'),
|
|
(75455, 4831, 0, 'Spawn Point 82 - Iron'),
|
|
(75456, 4831, 40, 'Spawn Point 82 - Mithril'),
|
|
(75457, 4831, 5, 'Spawn Point 82 - Gold'),
|
|
(75458, 4831, 30, 'Spawn Point 82 - Truesilver'),
|
|
(75459, 4832, 0, 'Spawn Point 83 - Iron'),
|
|
(75460, 4832, 40, 'Spawn Point 83 - Mithril'),
|
|
(75461, 4832, 5, 'Spawn Point 83 - Gold'),
|
|
(75462, 4832, 30, 'Spawn Point 83 - Truesilver'),
|
|
(75463, 4833, 0, 'Spawn Point 84 - Iron'),
|
|
(75464, 4833, 40, 'Spawn Point 84 - Mithril'),
|
|
(75465, 4833, 5, 'Spawn Point 84 - Gold'),
|
|
(75466, 4833, 30, 'Spawn Point 84 - Truesilver'),
|
|
(75467, 4834, 0, 'Spawn Point 85 - Iron'),
|
|
(75468, 4834, 40, 'Spawn Point 85 - Mithril'),
|
|
(75469, 4834, 5, 'Spawn Point 85 - Gold'),
|
|
(75470, 4834, 30, 'Spawn Point 85 - Truesilver'),
|
|
(75471, 4835, 0, 'Spawn Point 86 - Iron'),
|
|
(75472, 4835, 40, 'Spawn Point 86 - Mithril'),
|
|
(75473, 4835, 5, 'Spawn Point 86 - Gold'),
|
|
(75474, 4835, 30, 'Spawn Point 86 - Truesilver'),
|
|
(75475, 4836, 0, 'Spawn Point 87 - Iron'),
|
|
(75476, 4836, 40, 'Spawn Point 87 - Mithril'),
|
|
(75477, 4836, 5, 'Spawn Point 87 - Gold'),
|
|
(75478, 4836, 30, 'Spawn Point 87 - Truesilver'),
|
|
(75479, 4837, 0, 'Spawn Point 88 - Iron'),
|
|
(75480, 4837, 40, 'Spawn Point 88 - Mithril'),
|
|
(75481, 4837, 5, 'Spawn Point 88 - Gold'),
|
|
(75482, 4837, 30, 'Spawn Point 88 - Truesilver'),
|
|
(75483, 4838, 0, 'Spawn Point 89 - Iron'),
|
|
(75484, 4838, 40, 'Spawn Point 89 - Mithril'),
|
|
(75485, 4838, 5, 'Spawn Point 89 - Gold'),
|
|
(75486, 4838, 30, 'Spawn Point 89 - Truesilver'),
|
|
(75487, 4839, 0, 'Spawn Point 90 - Iron'),
|
|
(75488, 4839, 40, 'Spawn Point 90 - Mithril'),
|
|
(75489, 4839, 5, 'Spawn Point 90 - Gold'),
|
|
(75490, 4839, 30, 'Spawn Point 90 - Truesilver'),
|
|
(75491, 4840, 0, 'Spawn Point 91 - Iron'),
|
|
(75492, 4840, 40, 'Spawn Point 91 - Mithril'),
|
|
(75493, 4840, 5, 'Spawn Point 91 - Gold'),
|
|
(75494, 4840, 30, 'Spawn Point 91 - Truesilver'),
|
|
(75495, 4841, 0, 'Spawn Point 92 - Iron'),
|
|
(75496, 4841, 40, 'Spawn Point 92 - Mithril'),
|
|
(75497, 4841, 5, 'Spawn Point 92 - Gold'),
|
|
(75498, 4841, 30, 'Spawn Point 92 - Truesilver'),
|
|
(75499, 4842, 0, 'Spawn Point 93 - Iron'),
|
|
(75500, 4842, 40, 'Spawn Point 93 - Mithril'),
|
|
(75501, 4842, 5, 'Spawn Point 93 - Gold'),
|
|
(75502, 4842, 30, 'Spawn Point 93 - Truesilver'),
|
|
(75503, 4843, 0, 'Spawn Point 94 - Iron'),
|
|
(75504, 4843, 40, 'Spawn Point 94 - Mithril'),
|
|
(75505, 4843, 5, 'Spawn Point 94 - Gold'),
|
|
(75506, 4843, 30, 'Spawn Point 94 - Truesilver'),
|
|
(75507, 4844, 0, 'Spawn Point 95 - Iron'),
|
|
(75508, 4844, 40, 'Spawn Point 95 - Mithril'),
|
|
(75509, 4844, 5, 'Spawn Point 95 - Gold'),
|
|
(75510, 4844, 30, 'Spawn Point 95 - Truesilver'),
|
|
(75511, 4845, 0, 'Spawn Point 96 - Iron'),
|
|
(75512, 4845, 40, 'Spawn Point 96 - Mithril'),
|
|
(75513, 4845, 5, 'Spawn Point 96 - Gold'),
|
|
(75514, 4845, 30, 'Spawn Point 96 - Truesilver'),
|
|
(75515, 4846, 0, 'Spawn Point 97 - Iron'),
|
|
(75516, 4846, 40, 'Spawn Point 97 - Mithril'),
|
|
(75517, 4846, 5, 'Spawn Point 97 - Gold'),
|
|
(75518, 4846, 30, 'Spawn Point 97 - Truesilver'),
|
|
(75519, 4847, 0, 'Spawn Point 98 - Iron'),
|
|
(75520, 4847, 40, 'Spawn Point 98 - Mithril'),
|
|
(75521, 4847, 5, 'Spawn Point 98 - Gold'),
|
|
(75522, 4847, 30, 'Spawn Point 98 - Truesilver'),
|
|
(75523, 2016, 0, 'Spawn Point 1 - Tin'),
|
|
(75524, 2016, 0, 'Spawn Point 2 - Tin'),
|
|
(75525, 2016, 0, 'Spawn Point 3 - Tin'),
|
|
(75526, 2016, 0, 'Spawn Point 4 - Tin'),
|
|
(75527, 2016, 0, 'Spawn Point 5 - Tin'),
|
|
(75528, 2016, 0, 'Spawn Point 6 - Tin'),
|
|
(75600, 4880, 0, 'Spawn Point 1 - Copper'),
|
|
(75603, 4881, 0, 'Spawn Point 2 - Copper'),
|
|
(75606, 4882, 0, 'Spawn Point 3 - Copper'),
|
|
(75609, 4883, 0, 'Spawn Point 4 - Copper'),
|
|
(75612, 4884, 0, 'Spawn Point 5 - Copper'),
|
|
(75615, 4885, 0, 'Spawn Point 6 - Copper'),
|
|
(75618, 4886, 0, 'Spawn Point 7 - Copper'),
|
|
(75621, 4887, 0, 'Spawn Point 8 - Copper'),
|
|
(75624, 4888, 0, 'Spawn Point 9 - Copper'),
|
|
(75627, 4889, 0, 'Spawn Point 10 - Copper'),
|
|
(75630, 4890, 0, 'Spawn Point 11 - Copper'),
|
|
(75633, 4891, 0, 'Spawn Point 12 - Copper'),
|
|
(75636, 4892, 0, 'Spawn Point 13 - Copper'),
|
|
(75639, 4893, 0, 'Spawn Point 14 - Copper'),
|
|
(75642, 4894, 0, 'Spawn Point 15 - Copper'),
|
|
(75645, 4895, 0, 'Spawn Point 16 - Copper'),
|
|
(75648, 4896, 0, 'Spawn Point 17 - Copper'),
|
|
(75651, 4897, 0, 'Spawn Point 18 - Copper'),
|
|
(75654, 4898, 0, 'Spawn Point 19 - Copper'),
|
|
(75657, 4899, 0, 'Spawn Point 20 - Copper'),
|
|
(75660, 4900, 0, 'Spawn Point 21 - Copper'),
|
|
(75663, 4901, 0, 'Spawn Point 22 - Copper'),
|
|
(75666, 4902, 0, 'Spawn Point 23 - Copper'),
|
|
(75669, 4903, 0, 'Spawn Point 24 - Copper'),
|
|
(75672, 4904, 0, 'Spawn Point 25 - Copper'),
|
|
(75675, 4905, 0, 'Spawn Point 26 - Copper'),
|
|
(75678, 4906, 0, 'Spawn Point 27 - Copper'),
|
|
(75681, 4907, 0, 'Spawn Point 28 - Copper'),
|
|
(75684, 4908, 0, 'Spawn Point 29 - Copper'),
|
|
(75687, 4909, 0, 'Spawn Point 30 - Copper'),
|
|
(75690, 4910, 0, 'Spawn Point 31 - Copper'),
|
|
(75693, 4911, 0, 'Spawn Point 32 - Copper'),
|
|
(75696, 4912, 0, 'Spawn Point 33 - Copper'),
|
|
(75699, 4913, 0, 'Spawn Point 34 - Copper'),
|
|
(75702, 4914, 0, 'Spawn Point 35 - Copper'),
|
|
(75705, 4915, 0, 'Spawn Point 36 - Copper'),
|
|
(75708, 4916, 0, 'Spawn Point 37 - Copper'),
|
|
(75711, 4917, 0, 'Spawn Point 38 - Copper'),
|
|
(75714, 4918, 0, 'Spawn Point 39 - Copper'),
|
|
(75717, 4919, 0, 'Spawn Point 40 - Copper'),
|
|
(75720, 4920, 0, 'Spawn Point 41 - Copper'),
|
|
(75723, 4921, 0, 'Spawn Point 42 - Copper'),
|
|
(75726, 4922, 0, 'Spawn Point 43 - Copper'),
|
|
(75729, 4923, 0, 'Spawn Point 44 - Copper'),
|
|
(75732, 4924, 0, 'Spawn Point 45 - Copper'),
|
|
(75735, 4925, 0, 'Spawn Point 46 - Copper'),
|
|
(75738, 4926, 0, 'Spawn Point 47 - Copper'),
|
|
(75741, 4927, 0, 'Spawn Point 48 - Copper'),
|
|
(75744, 4928, 0, 'Spawn Point 49 - Copper'),
|
|
(75747, 4929, 0, 'Spawn Point 50 - Copper'),
|
|
(75750, 4930, 0, 'Spawn Point 51 - Copper'),
|
|
(75753, 4931, 0, 'Spawn Point 52 - Copper'),
|
|
(75756, 4932, 0, 'Spawn Point 53 - Copper'),
|
|
(75759, 4933, 0, 'Spawn Point 54 - Copper'),
|
|
(75765, 4935, 0, 'Spawn Point 56 - Copper'),
|
|
(75768, 4936, 0, 'Spawn Point 57 - Copper'),
|
|
(75771, 4937, 0, 'Spawn Point 58 - Copper'),
|
|
(75774, 4938, 0, 'Spawn Point 59 - Copper'),
|
|
(75777, 4939, 0, 'Spawn Point 60 - Copper'),
|
|
(75780, 4940, 0, 'Spawn Point 61 - Copper'),
|
|
(75783, 4941, 0, 'Spawn Point 62 - Copper'),
|
|
(75786, 4942, 0, 'Spawn Point 63 - Copper'),
|
|
(75789, 4943, 0, 'Spawn Point 64 - Copper'),
|
|
(75792, 4944, 0, 'Spawn Point 65 - Copper'),
|
|
(75795, 4945, 0, 'Spawn Point 66 - Copper'),
|
|
(75798, 4946, 0, 'Spawn Point 67 - Copper'),
|
|
(75801, 4947, 0, 'Spawn Point 68 - Copper'),
|
|
(75804, 4948, 0, 'Spawn Point 69 - Copper'),
|
|
(75807, 4949, 0, 'Spawn Point 70 - Copper'),
|
|
(75810, 4950, 0, 'Spawn Point 71 - Copper'),
|
|
(75813, 4951, 0, 'Spawn Point 72 - Copper'),
|
|
(75816, 4952, 0, 'Spawn Point 73 - Copper'),
|
|
(75819, 4953, 0, 'Spawn Point 74 - Copper'),
|
|
(75822, 4954, 0, 'Spawn Point 75 - Copper'),
|
|
(75825, 4955, 0, 'Spawn Point 76 - Copper'),
|
|
(75828, 4956, 0, 'Spawn Point 77 - Copper'),
|
|
(75831, 4957, 0, 'Spawn Point 78 - Copper'),
|
|
(75834, 4958, 0, 'Spawn Point 79 - Copper'),
|
|
(75837, 4959, 0, 'Spawn Point 80 - Copper'),
|
|
(75840, 4960, 0, 'Spawn Point 81 - Copper'),
|
|
(75843, 4961, 0, 'Spawn Point 82 - Copper'),
|
|
(75846, 4962, 0, 'Spawn Point 83 - Copper'),
|
|
(75849, 4963, 0, 'Spawn Point 84 - Copper'),
|
|
(75852, 4964, 0, 'Spawn Point 85 - Copper'),
|
|
(75855, 4965, 0, 'Spawn Point 86 - Copper'),
|
|
(75858, 4966, 0, 'Spawn Point 87 - Copper'),
|
|
(75861, 4967, 0, 'Spawn Point 88 - Copper'),
|
|
(75864, 4968, 0, 'Spawn Point 89 - Copper'),
|
|
(75867, 4969, 0, 'Spawn Point 90 - Copper'),
|
|
(75870, 4970, 0, 'Spawn Point 91 - Copper'),
|
|
(75873, 4971, 0, 'Spawn Point 92 - Copper'),
|
|
(75876, 4972, 0, 'Spawn Point 93 - Copper'),
|
|
(75879, 4973, 0, 'Spawn Point 94 - Copper'),
|
|
(75882, 4974, 0, 'Spawn Point 95 - Copper'),
|
|
(75885, 4975, 0, 'Spawn Point 96 - Copper'),
|
|
(75888, 4976, 0, 'Spawn Point 97 - Copper'),
|
|
(75891, 4977, 0, 'Spawn Point 98 - Copper'),
|
|
(75894, 4978, 0, 'Spawn Point 99 - Copper'),
|
|
(75897, 4979, 0, 'Spawn Point 100 - Copper'),
|
|
(75900, 4980, 0, 'Spawn Point 101 - Copper'),
|
|
(75903, 4981, 0, 'Spawn Point 102 - Copper'),
|
|
(75906, 4982, 0, 'Spawn Point 103 - Copper'),
|
|
(75909, 4983, 0, 'Spawn Point 104 - Copper'),
|
|
(75912, 4984, 0, 'Spawn Point 105 - Copper'),
|
|
(75915, 4985, 0, 'Spawn Point 106 - Copper'),
|
|
(75918, 4986, 0, 'Spawn Point 107 - Copper'),
|
|
(75921, 4987, 0, 'Spawn Point 108 - Copper'),
|
|
(75924, 4988, 0, 'Spawn Point 109 - Copper'),
|
|
(75927, 4989, 0, 'Spawn Point 110 - Copper'),
|
|
(75930, 4990, 0, 'Spawn Point 111 - Copper'),
|
|
(75936, 4992, 0, 'Spawn Point 113 - Copper'),
|
|
(76055, 547, 0, 'Copper Vein Durotar Skull Rock 1'),
|
|
(76056, 547, 0, 'Copper Vein Durotar Skull Rock 2'),
|
|
(76057, 547, 0, 'Copper Vein Durotar Skull Rock 3'),
|
|
(76058, 547, 0, 'Copper Vein Durotar Skull Rock 4'),
|
|
(76059, 547, 0, 'Copper Vein Durotar Skull Rock 5'),
|
|
(76060, 547, 0, 'Copper Vein Durotar Skull Rock 6'),
|
|
(76061, 547, 0, 'Copper Vein Durotar Skull Rock 7'),
|
|
(76062, 547, 0, 'Copper Vein Durotar Skull Rock 8'),
|
|
(76063, 547, 0, 'Copper Vein Durotar Skull Rock 9'),
|
|
(76064, 547, 0, 'Copper Vein Durotar Skull Rock 10'),
|
|
(76065, 547, 0, 'Copper Vein Durotar Skull Rock 11'),
|
|
(76066, 547, 0, 'Copper Vein Durotar Skull Rock 12'),
|
|
(76067, 548, 0, 'Copper Vein Durotar Outside Skull Rock North 1'),
|
|
(76068, 548, 0, 'Copper Vein Durotar Outside Skull Rock North 2'),
|
|
(76069, 548, 0, 'Copper Vein Durotar Outside Skull Rock North 3'),
|
|
(76070, 548, 0, 'Copper Vein Durotar Outside Skull Rock North 4'),
|
|
(76071, 548, 0, 'Copper Vein Durotar Outside Skull Rock North 5'),
|
|
(76072, 548, 0, 'Copper Vein Durotar Outside Skull Rock North 6'),
|
|
(76073, 548, 0, 'Copper Vein Durotar Outside Skull Rock North 7'),
|
|
(76074, 548, 0, 'Copper Vein Durotar Outside Skull Rock North 8'),
|
|
(76075, 548, 0, 'Copper Vein Durotar Outside Skull Rock North 9'),
|
|
(76076, 548, 0, 'Copper Vein Durotar Outside Skull Rock North 10'),
|
|
(76077, 548, 0, 'Copper Vein Durotar Outside Skull Rock North 11'),
|
|
(76078, 548, 0, 'Copper Vein Durotar Outside Skull Rock North 12'),
|
|
(76079, 549, 0, 'Copper Vein Durotar Outside Skull Rock South 1'),
|
|
(76080, 549, 0, 'Copper Vein Durotar Outside Skull Rock South 2'),
|
|
(76081, 549, 0, 'Copper Vein Durotar Outside Skull Rock South 3'),
|
|
(76082, 549, 0, 'Copper Vein Durotar Outside Skull Rock South 4'),
|
|
(76083, 549, 0, 'Copper Vein Durotar Outside Skull Rock South 5'),
|
|
(76084, 549, 0, 'Copper Vein Durotar Outside Skull Rock South 6'),
|
|
(76085, 549, 0, 'Copper Vein Durotar Outside Skull Rock South 7'),
|
|
(76086, 549, 0, 'Copper Vein Durotar Outside Skull Rock South 8'),
|
|
(76087, 550, 0, 'Copper Vein Durotar Dustwind Cave 1'),
|
|
(76088, 550, 0, 'Copper Vein Durotar Dustwind Cave 2'),
|
|
(76089, 550, 0, 'Copper Vein Durotar Dustwind Cave 3'),
|
|
(76090, 550, 0, 'Copper Vein Durotar Dustwind Cave 4'),
|
|
(76091, 550, 0, 'Copper Vein Durotar Dustwind Cave 5'),
|
|
(76092, 550, 0, 'Copper Vein Durotar Dustwind Cave 6'),
|
|
(76093, 550, 0, 'Copper Vein Durotar Dustwind Cave 7'),
|
|
(76094, 550, 0, 'Copper Vein Durotar Dustwind Cave 8'),
|
|
(76095, 551, 0, 'Copper Vein Durotar Eastern Harpy Area 1'),
|
|
(76096, 551, 0, 'Copper Vein Durotar Eastern Harpy Area 2'),
|
|
(76097, 551, 0, 'Copper Vein Durotar Eastern Harpy Area 3'),
|
|
(76098, 551, 0, 'Copper Vein Durotar Eastern Harpy Area 4'),
|
|
(76099, 551, 0, 'Copper Vein Durotar Eastern Harpy Area 5'),
|
|
(76100, 551, 0, 'Copper Vein Durotar Eastern Harpy Area 6'),
|
|
(76101, 551, 0, 'Copper Vein Durotar Eastern Harpy Area 7'),
|
|
(76102, 551, 0, 'Copper Vein Durotar Eastern Harpy Area 8'),
|
|
(76103, 551, 0, 'Copper Vein Durotar Eastern Harpy Area 9'),
|
|
(76104, 551, 0, 'Copper Vein Durotar Eastern Harpy Area 10'),
|
|
(76105, 552, 0, 'Copper Vein Durotar Western Harpy Area 1'),
|
|
(76106, 552, 0, 'Copper Vein Durotar Western Harpy Area 2'),
|
|
(76107, 552, 0, 'Copper Vein Durotar Western Harpy Area 3'),
|
|
(76108, 552, 0, 'Copper Vein Durotar Western Harpy Area 4'),
|
|
(76109, 552, 0, 'Copper Vein Durotar Western Harpy Area 5'),
|
|
(76110, 553, 0, 'Copper Vein Durotar Tor\'kren Farm West 1'),
|
|
(76111, 553, 0, 'Copper Vein Durotar Tor\'kren Farm West 2'),
|
|
(76112, 553, 0, 'Copper Vein Durotar Tor\'kren Farm West 3'),
|
|
(76113, 553, 0, 'Copper Vein Durotar Tor\'kren Farm West 4'),
|
|
(76114, 553, 0, 'Copper Vein Durotar Tor\'kren Farm West 5'),
|
|
(76115, 553, 0, 'Copper Vein Durotar Tor\'kren Farm West 6'),
|
|
(76116, 554, 0, 'Copper Vein Durotar Tor\'kren Farm East 1'),
|
|
(76117, 554, 0, 'Copper Vein Durotar Tor\'kren Farm East 2'),
|
|
(76118, 554, 0, 'Copper Vein Durotar Tor\'kren Farm East 3'),
|
|
(76119, 554, 0, 'Copper Vein Durotar Tor\'kren Farm East 4'),
|
|
(76120, 554, 0, 'Copper Vein Durotar Tor\'kren Farm East 5'),
|
|
(76121, 556, 0, 'Copper Vein Durotar Above Thunder Ridge 1'),
|
|
(76122, 556, 0, 'Copper Vein Durotar Above Thunder Ridge 2'),
|
|
(76123, 556, 0, 'Copper Vein Durotar Above Thunder Ridge 3'),
|
|
(76124, 556, 0, 'Copper Vein Durotar Above Thunder Ridge 4'),
|
|
(76125, 556, 0, 'Copper Vein Durotar Above Thunder Ridge 5'),
|
|
(76126, 556, 0, 'Copper Vein Durotar Above Thunder Ridge 6'),
|
|
(76127, 556, 0, 'Copper Vein Durotar Above Thunder Ridge 7'),
|
|
(76128, 556, 0, 'Copper Vein Durotar Above Thunder Ridge 8'),
|
|
(76129, 556, 0, 'Copper Vein Durotar Above Thunder Ridge 9'),
|
|
(76130, 557, 0, 'Copper Vein Durotar Inside Thunder Ridge 1'),
|
|
(76131, 557, 0, 'Copper Vein Durotar Inside Thunder Ridge 2'),
|
|
(76132, 557, 0, 'Copper Vein Durotar Inside Thunder Ridge 3'),
|
|
(76133, 557, 0, 'Copper Vein Durotar Inside Thunder Ridge 4'),
|
|
(76134, 557, 0, 'Copper Vein Durotar Inside Thunder Ridge 5'),
|
|
(76135, 557, 0, 'Copper Vein Durotar Inside Thunder Ridge 6'),
|
|
(76136, 557, 0, 'Copper Vein Durotar Inside Thunder Ridge 7'),
|
|
(76137, 557, 0, 'Copper Vein Durotar Inside Thunder Ridge 8'),
|
|
(76138, 557, 0, 'Copper Vein Durotar Inside Thunder Ridge 9'),
|
|
(76139, 558, 0, 'Copper Vein Durotar Razormane Grounds SW 1'),
|
|
(76140, 558, 0, 'Copper Vein Durotar Razormane Grounds SW 2'),
|
|
(76141, 558, 0, 'Copper Vein Durotar Razormane Grounds SW 3'),
|
|
(76142, 558, 0, 'Copper Vein Durotar Razormane Grounds SW 4'),
|
|
(76143, 558, 0, 'Copper Vein Durotar Razormane Grounds SW 5'),
|
|
(76144, 558, 0, 'Copper Vein Durotar Razormane Grounds SW 6'),
|
|
(76145, 558, 0, 'Copper Vein Durotar Razormane Grounds SW 7'),
|
|
(76146, 558, 0, 'Copper Vein Durotar Razormane Grounds SW 8'),
|
|
(76147, 558, 0, 'Copper Vein Durotar Razormane Grounds SW 9'),
|
|
(76148, 559, 0, 'Copper Vein Durotar Razormane Grounds East 1'),
|
|
(76149, 559, 0, 'Copper Vein Durotar Razormane Grounds East 2'),
|
|
(76150, 560, 0, 'Copper Vein Durotar South of Razormane Grounds 1'),
|
|
(76151, 560, 0, 'Copper Vein Durotar South of Razormane Grounds 2'),
|
|
(76152, 560, 0, 'Copper Vein Durotar South of Razormane Grounds 3'),
|
|
(76153, 560, 0, 'Copper Vein Durotar South of Razormane Grounds 4'),
|
|
(76154, 560, 0, 'Copper Vein Durotar South of Razormane Grounds 5'),
|
|
(76155, 560, 0, 'Copper Vein Durotar South of Razormane Grounds 6'),
|
|
(76156, 560, 0, 'Copper Vein Durotar South of Razormane Grounds 7'),
|
|
(76157, 560, 0, 'Copper Vein Durotar South of Razormane Grounds 8'),
|
|
(76158, 561, 0, 'Copper Vein Durotar Tiragarde Keep 1'),
|
|
(76159, 561, 0, 'Copper Vein Durotar Tiragarde Keep 2'),
|
|
(76160, 561, 0, 'Copper Vein Durotar Tiragarde Keep 3'),
|
|
(76161, 561, 0, 'Copper Vein Durotar Tiragarde Keep 4'),
|
|
(76162, 561, 0, 'Copper Vein Durotar Tiragarde Keep 5'),
|
|
(76163, 561, 0, 'Copper Vein Durotar Tiragarde Keep 6'),
|
|
(76164, 561, 0, 'Copper Vein Durotar Tiragarde Keep 7'),
|
|
(76165, 562, 0, 'Copper Vein Durotar Around Sen\'Jin Village 1'),
|
|
(76166, 562, 0, 'Copper Vein Durotar Around Sen\'Jin Village 2'),
|
|
(76167, 562, 0, 'Copper Vein Durotar Around Sen\'Jin Village 3'),
|
|
(76168, 562, 0, 'Copper Vein Durotar Around Sen\'Jin Village 4'),
|
|
(76169, 562, 0, 'Copper Vein Durotar Around Sen\'Jin Village 5'),
|
|
(76170, 562, 0, 'Copper Vein Durotar Around Sen\'Jin Village 6'),
|
|
(76171, 562, 0, 'Copper Vein Durotar Around Sen\'Jin Village 7'),
|
|
(76172, 562, 0, 'Copper Vein Durotar Around Sen\'Jin Village 8'),
|
|
(76173, 562, 0, 'Copper Vein Durotar Around Sen\'Jin Village 9'),
|
|
(76174, 563, 0, 'Copper Vein Durotar Kolkar Crag 1'),
|
|
(76175, 563, 0, 'Copper Vein Durotar Kolkar Crag 2'),
|
|
(76176, 563, 0, 'Copper Vein Durotar Kolkar Crag 3'),
|
|
(76177, 563, 0, 'Copper Vein Durotar Kolkar Crag 4'),
|
|
(76178, 563, 0, 'Copper Vein Durotar Kolkar Crag 5'),
|
|
(76179, 555, 0, 'Copper Vein Durotar Echo Isles 1'),
|
|
(76180, 555, 0, 'Copper Vein Durotar Echo Isles 2'),
|
|
(76181, 555, 0, 'Copper Vein Durotar Echo Isles 3'),
|
|
(76182, 555, 0, 'Copper Vein Durotar Echo Isles 4'),
|
|
(81151, 50001, 0, 'Raised Mud type 3 (190778) - Spawn 4'),
|
|
(81152, 50001, 0, 'Raised Mud type 3 (190778) - Spawn 3'),
|
|
(81153, 50001, 0, 'Raised Mud type 3 (190778) - Spawn 2'),
|
|
(81154, 50001, 0, 'Raised Mud type 3 (190778) - Spawn 1'),
|
|
(85302, 729, 0, 'Silverleaf'),
|
|
(85303, 729, 0, 'Silverleaf'),
|
|
(85304, 729, 0, 'Silverleaf'),
|
|
(85305, 729, 0, 'Silverleaf'),
|
|
(85306, 729, 0, 'Silverleaf'),
|
|
(85308, 729, 0, 'Silverleaf'),
|
|
(85309, 729, 0, 'Silverleaf'),
|
|
(85310, 729, 0, 'Silverleaf'),
|
|
(85311, 732, 0, 'Silverleaf'),
|
|
(85312, 728, 0, 'Peacebloom'),
|
|
(85313, 728, 0, 'Peacebloom'),
|
|
(85314, 728, 0, 'Peacebloom'),
|
|
(85315, 728, 0, 'Peacebloom'),
|
|
(85316, 728, 0, 'Peacebloom'),
|
|
(85317, 728, 0, 'Peacebloom'),
|
|
(85318, 728, 0, 'Peacebloom'),
|
|
(85319, 733, 0, 'Earthroot'),
|
|
(85320, 730, 0, 'Earthroot'),
|
|
(85321, 730, 0, 'Earthroot'),
|
|
(85323, 730, 0, 'Earthroot'),
|
|
(85324, 730, 0, 'Earthroot'),
|
|
(85325, 733, 0, 'Earthroot'),
|
|
(85326, 730, 0, 'Earthroot'),
|
|
(85329, 729, 0, 'Silverleaf'),
|
|
(85332, 729, 0, 'Silverleaf'),
|
|
(85333, 729, 0, 'Silverleaf'),
|
|
(85338, 729, 0, 'Silverleaf'),
|
|
(85348, 729, 0, 'Silverleaf'),
|
|
(85352, 729, 0, 'Silverleaf'),
|
|
(85356, 729, 0, 'Silverleaf'),
|
|
(85364, 728, 0, 'Peacebloom'),
|
|
(85369, 728, 0, 'Peacebloom'),
|
|
(85372, 728, 0, 'Peacebloom'),
|
|
(85387, 730, 0, 'Earthroot'),
|
|
(85388, 730, 0, 'Earthroot'),
|
|
(85436, 952, 0, 'Silverleaf zone 38, node 211'),
|
|
(85439, 952, 0, 'Silverleaf zone 38, node 213'),
|
|
(85444, 950, 0, 'Earthroot zone 44, node 196'),
|
|
(85445, 950, 0, 'Earthroot zone 44, node 197'),
|
|
(85447, 950, 0, 'Earthroot zone 44, node 199'),
|
|
(85448, 950, 0, 'Earthroot zone 44, node 200'),
|
|
(85449, 950, 0, 'Earthroot zone 44, node 201'),
|
|
(85451, 950, 0, 'Mageroyal zone 44, node 203'),
|
|
(85453, 995, 0, 'Mageroyal zone 10, node 303'),
|
|
(85454, 950, 0, 'Mageroyal zone 44, node 205'),
|
|
(85455, 950, 0, 'Mageroyal zone 44, node 206'),
|
|
(85457, 950, 0, 'Briarthorn zone 44, node 207'),
|
|
(85460, 950, 0, 'Briarthorn zone 44, node 209'),
|
|
(85461, 950, 0, 'Briarthorn zone 44, node 210'),
|
|
(85462, 950, 0, 'Bruiseweed zone 44, node 211'),
|
|
(85466, 950, 0, 'Bruiseweed zone 44, node 215'),
|
|
(85653, 11640, 0, 'Battered Chest, Elwyn Forest, node 5'),
|
|
(85693, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(85694, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(85695, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(85696, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(85697, 11656, 0, 'Solid Chest, Desolace, node 2'),
|
|
(85706, 11658, 0, 'Solid Chest, Dustwallow Marsh, node 8'),
|
|
(85708, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(85709, 11658, 0, 'Solid Chest, Dustwallow Marsh, node 4'),
|
|
(85710, 11655, 0, 'Solid Chest, Arathi Highlands, node 8'),
|
|
(85711, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(85712, 11656, 0, 'Solid Chest, Desolace, node 7'),
|
|
(85713, 11656, 0, 'Solid Chest, Desolace, node 11'),
|
|
(85714, 11658, 0, 'Solid Chest, Dustwallow Marsh, node 5'),
|
|
(85717, 11659, 0, 'Solid Chest, Tanaris, node 8'),
|
|
(85718, 11658, 0, 'Solid Chest, Dustwallow Marsh, node 15'),
|
|
(85720, 11659, 0, 'Solid Chest, Tanaris, node 9'),
|
|
(85721, 11658, 0, 'Solid Chest, Dustwallow Marsh, node 16'),
|
|
(85722, 11658, 0, 'Solid Chest, Dustwallow Marsh, node 17'),
|
|
(85723, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(85724, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(85725, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(85726, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(85729, 11659, 0, 'Solid Chest, Tanaris, node 10'),
|
|
(85730, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(85731, 11659, 0, 'Solid Chest, Tanaris, node 11'),
|
|
(85732, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(85733, 11659, 0, 'Solid Chest, Tanaris, node 12'),
|
|
(85734, 11658, 0, 'Solid Chest, Dustwallow Marsh, node 18'),
|
|
(85735, 11658, 0, 'Solid Chest, Dustwallow Marsh, node 19'),
|
|
(85736, 11659, 0, 'Solid Chest, Tanaris, node 13'),
|
|
(85737, 11659, 0, 'Solid Chest, Tanaris, node 14'),
|
|
(85738, 11659, 0, 'Solid Chest, Tanaris, node 15'),
|
|
(85781, 11659, 0, 'Solid Chest, Tanaris, node 16'),
|
|
(85782, 11659, 0, 'Solid Chest, Tanaris, node 17'),
|
|
(85783, 11659, 0, 'Solid Chest, Tanaris, node 18'),
|
|
(85784, 11659, 0, 'Solid Chest, Tanaris, node 19'),
|
|
(85791, 11652, 0, 'Treasures - Eastern Plaguelands'),
|
|
(85792, 11652, 0, 'Treasures - Eastern Plaguelands'),
|
|
(85793, 11652, 0, 'Treasures - Eastern Plaguelands'),
|
|
(85795, 11652, 0, 'Treasures - Eastern Plaguelands'),
|
|
(85816, 11639, 0, 'Battered Chest, Coldridge Valley, node 1'),
|
|
(85817, 11639, 0, 'Battered Chest, Coldridge Valley, node 2'),
|
|
(85818, 11641, 0, 'Battered Chest, Tirisfall, node 3'),
|
|
(85832, 11641, 0, 'Battered Chest, Tirisfall, node 4'),
|
|
(85851, 11655, 0, 'Solid Chest, Arathi Highlands, node 4'),
|
|
(85852, 11656, 0, 'Solid Chest, Desolace, node 6'),
|
|
(85853, 11656, 0, 'Solid Chest, Desolace, node 4'),
|
|
(85860, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(85861, 11656, 0, 'Solid Chest, Desolace, node 15'),
|
|
(85862, 11656, 0, 'Solid Chest, Desolace, node 12'),
|
|
(85863, 11656, 0, 'Solid Chest, Desolace, node 9'),
|
|
(85864, 11658, 0, 'Solid Chest, Dustwallow Marsh, node 7'),
|
|
(85873, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(85875, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(85895, 11659, 0, 'Solid Chest, Tanaris, node 20'),
|
|
(85896, 11659, 0, 'Solid Chest, Tanaris, node 21'),
|
|
(85916, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(85917, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(85918, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(85919, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(85920, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(85921, 8078, 0, 'Felweed - Zangarmarsh'),
|
|
(85922, 8080, 0, 'Felweed - Zangarmarsh'),
|
|
(85923, 8083, 0, 'Felweed - Zangarmarsh'),
|
|
(85924, 8078, 0, 'Felweed - Zangarmarsh'),
|
|
(85925, 8078, 0, 'Felweed - Zangarmarsh'),
|
|
(85926, 8079, 0, 'Felweed - Zangarmarsh'),
|
|
(85927, 8079, 0, 'Felweed - Zangarmarsh'),
|
|
(85928, 8080, 0, 'Felweed - Zangarmarsh'),
|
|
(85929, 8083, 0, 'Felweed - Zangarmarsh'),
|
|
(85930, 8082, 0, 'Felweed - Zangarmarsh'),
|
|
(85931, 8097, 0, 'Blindweed - Zangarmarsh'),
|
|
(85932, 8097, 0, 'Blindweed - Zangarmarsh'),
|
|
(85933, 8098, 0, 'Blindweed - Zangarmarsh'),
|
|
(85934, 982, 0, 'Goldclover zone 3711, node 85'),
|
|
(85935, 987, 0, 'Goldclover zone 3537, node 45'),
|
|
(85936, 986, 0, 'Goldclover zone 495, node 82'),
|
|
(85937, 987, 0, 'Goldclover zone 3537, node 46'),
|
|
(85938, 986, 0, 'Goldclover zone 495, node 83'),
|
|
(85939, 982, 0, 'Goldclover zone 3711, node 86'),
|
|
(85940, 982, 0, 'Goldclover zone 3711, node 87'),
|
|
(85941, 982, 0, 'Goldclover zone 3711, node 88'),
|
|
(85942, 987, 0, 'Goldclover zone 3537, node 47'),
|
|
(85943, 982, 0, 'Goldclover zone 3711, node 89'),
|
|
(85944, 987, 0, 'Goldclover zone 3537, node 48'),
|
|
(85945, 987, 0, 'Goldclover zone 3537, node 49'),
|
|
(85946, 984, 0, 'Goldclover zone 394, node 51'),
|
|
(85947, 987, 0, 'Goldclover zone 3537, node 50'),
|
|
(85948, 986, 0, 'Goldclover zone 495, node 84'),
|
|
(85949, 986, 0, 'Goldclover zone 495, node 85'),
|
|
(85950, 986, 0, 'Goldclover zone 495, node 86'),
|
|
(85951, 987, 0, 'Goldclover zone 3537, node 51'),
|
|
(85952, 982, 0, 'Goldclover zone 3711, node 90'),
|
|
(85953, 987, 0, 'Goldclover zone 3537, node 52'),
|
|
(85954, 984, 0, 'Goldclover zone 394, node 52'),
|
|
(85955, 986, 0, 'Goldclover zone 495, node 87'),
|
|
(85956, 982, 0, 'Goldclover zone 3711, node 91'),
|
|
(85957, 986, 0, 'Goldclover zone 495, node 88'),
|
|
(85958, 984, 0, 'Goldclover zone 394, node 53'),
|
|
(85959, 987, 0, 'Goldclover zone 3537, node 53'),
|
|
(85960, 987, 0, 'Goldclover zone 3537, node 54'),
|
|
(85961, 8246, 0, 'Felweed - Netherstorm - Eco-Dome Sutheron'),
|
|
(85962, 8026, 0, 'Felweed - Hellfire Peninsula'),
|
|
(85963, 8269, 0, 'Felweed - Shadowmoon Valley'),
|
|
(85964, 8166, 0, 'Felweed - Nagrand'),
|
|
(85965, 8016, 0, 'Felweed - Hellfire Peninsula'),
|
|
(85966, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(85967, 8269, 0, 'Felweed - Shadowmoon Valley'),
|
|
(85968, 8165, 0, 'Felweed - Nagrand'),
|
|
(85969, 8197, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(85970, 8031, 0, 'Felweed - Hellfire Peninsula'),
|
|
(85971, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(85972, 8040, 0, 'Felweed - Hellfire Peninsula'),
|
|
(85973, 8040, 0, 'Felweed - Hellfire Peninsula'),
|
|
(85974, 8036, 0, 'Felweed - Hellfire Peninsula'),
|
|
(85975, 8040, 0, 'Felweed - Hellfire Peninsula'),
|
|
(85976, 8026, 0, 'Felweed - Hellfire Peninsula'),
|
|
(85977, 8195, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(85978, 8040, 0, 'Felweed - Hellfire Peninsula'),
|
|
(85979, 8206, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(85980, 8280, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(85981, 8280, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(85982, 8170, 0, 'Dreaming Glory - Nagrand'),
|
|
(85983, 8170, 0, 'Dreaming Glory - Nagrand'),
|
|
(85984, 8012, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(85985, 8030, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(85986, 8030, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(85987, 8030, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(85988, 8205, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(85989, 8203, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(85990, 8030, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(85991, 8025, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(86014, 8276, 0, 'Terocone - Shadowmoon Valley'),
|
|
(86015, 8274, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(86016, 8211, 0, 'Nightmare Vine - Blade\'s Edge Mountains'),
|
|
(86017, 8210, 0, 'Nightmare Vine - Blade\'s Edge Mountains'),
|
|
(86018, 8211, 0, 'Nightmare Vine - Blade\'s Edge Mountains'),
|
|
(86019, 8210, 0, 'Nightmare Vine - Blade\'s Edge Mountains'),
|
|
(86020, 8145, 0, 'Mana Thistle - Terokkar Forest'),
|
|
(86021, 982, 0, 'Adder\'s Tongue zone 3711, node 92'),
|
|
(86022, 982, 0, 'Adder\'s Tongue zone 3711, node 93'),
|
|
(86023, 982, 0, 'Adder\'s Tongue zone 3711, node 94'),
|
|
(86024, 982, 0, 'Adder\'s Tongue zone 3711, node 95'),
|
|
(86025, 982, 0, 'Adder\'s Tongue zone 3711, node 96'),
|
|
(86026, 982, 0, 'Adder\'s Tongue zone 3711, node 97'),
|
|
(86027, 982, 0, 'Adder\'s Tongue zone 3711, node 98'),
|
|
(86028, 982, 0, 'Adder\'s Tongue zone 3711, node 99'),
|
|
(86029, 982, 0, 'Adder\'s Tongue zone 3711, node 100'),
|
|
(86030, 982, 0, 'Adder\'s Tongue zone 3711, node 101'),
|
|
(86031, 982, 0, 'Adder\'s Tongue zone 3711, node 102'),
|
|
(86032, 982, 0, 'Adder\'s Tongue zone 3711, node 103'),
|
|
(86033, 982, 0, 'Adder\'s Tongue zone 3711, node 104'),
|
|
(86034, 982, 0, 'Adder\'s Tongue zone 3711, node 105'),
|
|
(86035, 982, 0, 'Adder\'s Tongue zone 3711, node 106'),
|
|
(86036, 982, 0, 'Adder\'s Tongue zone 3711, node 107'),
|
|
(86037, 982, 0, 'Adder\'s Tongue zone 3711, node 108'),
|
|
(86038, 982, 0, 'Adder\'s Tongue zone 3711, node 109'),
|
|
(86039, 982, 0, 'Adder\'s Tongue zone 3711, node 110'),
|
|
(86040, 982, 0, 'Adder\'s Tongue zone 3711, node 111'),
|
|
(86041, 982, 0, 'Adder\'s Tongue zone 3711, node 112'),
|
|
(86042, 982, 0, 'Adder\'s Tongue zone 3711, node 113'),
|
|
(86043, 963, 0, 'Firebloom zone 440, node 103'),
|
|
(86044, 947, 0, 'Firebloom zone 51, node 56'),
|
|
(86045, 947, 0, 'Firebloom zone 51, node 57'),
|
|
(86046, 947, 0, 'Firebloom zone 51, node 58'),
|
|
(86047, 963, 0, 'Firebloom zone 440, node 104'),
|
|
(86048, 963, 0, 'Firebloom zone 440, node 105'),
|
|
(86049, 963, 0, 'Firebloom zone 440, node 106'),
|
|
(86050, 963, 0, 'Firebloom zone 440, node 107'),
|
|
(86051, 963, 0, 'Firebloom zone 440, node 108'),
|
|
(86052, 963, 0, 'Firebloom zone 440, node 109'),
|
|
(86053, 963, 0, 'Firebloom zone 440, node 110'),
|
|
(86054, 964, 0, 'Purple Lotus zone 357, node 150'),
|
|
(86055, 964, 0, 'Purple Lotus zone 357, node 151'),
|
|
(86056, 965, 0, 'Purple Lotus zone 47, node 307'),
|
|
(86057, 963, 0, 'Purple Lotus zone 440, node 111'),
|
|
(86058, 963, 0, 'Purple Lotus zone 440, node 112'),
|
|
(86059, 964, 0, 'Purple Lotus zone 357, node 152'),
|
|
(86060, 963, 0, 'Purple Lotus zone 440, node 113'),
|
|
(86061, 964, 0, 'Purple Lotus zone 357, node 153'),
|
|
(86062, 964, 0, 'Purple Lotus zone 357, node 154'),
|
|
(86063, 964, 0, 'Purple Lotus zone 357, node 155'),
|
|
(86064, 964, 0, 'Purple Lotus zone 357, node 156'),
|
|
(86065, 964, 0, 'Purple Lotus zone 357, node 157'),
|
|
(86066, 964, 0, 'Purple Lotus zone 357, node 158'),
|
|
(86067, 988, 0, 'Purple Lotus zone 33, node 660'),
|
|
(86068, 988, 0, 'Purple Lotus zone 33, node 661'),
|
|
(86069, 988, 0, 'Purple Lotus zone 33, node 662'),
|
|
(86070, 963, 0, 'Purple Lotus zone 440, node 114'),
|
|
(86071, 965, 0, 'Purple Lotus zone 47, node 308'),
|
|
(86072, 964, 0, 'Purple Lotus zone 357, node 159'),
|
|
(86073, 990, 0, 'Purple Lotus zone 16, node 504'),
|
|
(86074, 963, 0, 'Purple Lotus zone 440, node 115'),
|
|
(86075, 990, 0, 'Purple Lotus zone 16, node 505'),
|
|
(86076, 964, 0, 'Purple Lotus zone 357, node 160'),
|
|
(86077, 963, 0, 'Purple Lotus zone 440, node 116'),
|
|
(86078, 990, 0, 'Purple Lotus zone 16, node 506'),
|
|
(86079, 954, 0, 'Arthas\' Tears zone 28, node 213'),
|
|
(86080, 968, 0, 'Arthas\' Tears zone 139, node 410'),
|
|
(86081, 954, 0, 'Arthas\' Tears zone 28, node 214'),
|
|
(86082, 968, 0, 'Arthas\' Tears zone 139, node 411'),
|
|
(86083, 968, 0, 'Arthas\' Tears zone 139, node 412'),
|
|
(86084, 954, 0, 'Arthas\' Tears zone 28, node 215'),
|
|
(86085, 968, 0, 'Arthas\' Tears zone 139, node 413'),
|
|
(86086, 968, 0, 'Arthas\' Tears zone 139, node 414'),
|
|
(86087, 968, 0, 'Arthas\' Tears zone 139, node 415'),
|
|
(86088, 954, 0, 'Arthas\' Tears zone 28, node 216'),
|
|
(86089, 968, 0, 'Sungrass zone 139, node 416'),
|
|
(86090, 966, 0, 'Sungrass zone 490, node 277'),
|
|
(86091, 948, 0, 'Sungrass zone 1377, node 65'),
|
|
(86092, 964, 0, 'Sungrass zone 357, node 161'),
|
|
(86093, 964, 0, 'Sungrass zone 357, node 162'),
|
|
(86094, 965, 0, 'Sungrass zone 47, node 309'),
|
|
(86095, 965, 0, 'Sungrass zone 47, node 310'),
|
|
(86096, 964, 0, 'Sungrass zone 357, node 163'),
|
|
(86097, 966, 0, 'Sungrass zone 490, node 278'),
|
|
(86098, 965, 0, 'Sungrass zone 47, node 311'),
|
|
(86099, 964, 0, 'Sungrass zone 357, node 164'),
|
|
(86100, 964, 0, 'Sungrass zone 357, node 165'),
|
|
(86101, 964, 0, 'Sungrass zone 357, node 166'),
|
|
(86102, 964, 0, 'Sungrass zone 357, node 167'),
|
|
(86103, 964, 0, 'Sungrass zone 357, node 168'),
|
|
(86104, 964, 0, 'Sungrass zone 357, node 169'),
|
|
(86105, 968, 0, 'Sungrass zone 139, node 417'),
|
|
(86106, 965, 0, 'Sungrass zone 47, node 312'),
|
|
(86107, 966, 0, 'Sungrass zone 490, node 279'),
|
|
(86108, 965, 0, 'Sungrass zone 47, node 313'),
|
|
(86109, 965, 0, 'Sungrass zone 47, node 314'),
|
|
(86110, 964, 0, 'Sungrass zone 357, node 170'),
|
|
(86111, 964, 0, 'Sungrass zone 357, node 171'),
|
|
(86112, 968, 0, 'Sungrass zone 139, node 418'),
|
|
(86113, 964, 0, 'Sungrass zone 357, node 172'),
|
|
(86114, 964, 0, 'Sungrass zone 357, node 173'),
|
|
(86115, 964, 0, 'Sungrass zone 357, node 174'),
|
|
(86116, 964, 0, 'Sungrass zone 357, node 175'),
|
|
(86117, 964, 0, 'Sungrass zone 357, node 176'),
|
|
(86118, 964, 0, 'Sungrass zone 357, node 177'),
|
|
(86119, 964, 0, 'Sungrass zone 357, node 178'),
|
|
(86120, 964, 0, 'Sungrass zone 357, node 179'),
|
|
(86121, 964, 0, 'Sungrass zone 357, node 180'),
|
|
(86122, 964, 0, 'Sungrass zone 357, node 181'),
|
|
(86123, 964, 0, 'Sungrass zone 357, node 182'),
|
|
(86124, 964, 0, 'Sungrass zone 357, node 183'),
|
|
(86125, 964, 0, 'Sungrass zone 357, node 184'),
|
|
(86126, 990, 0, 'Sungrass zone 16, node 507'),
|
|
(86127, 966, 0, 'Blindweed zone 490, node 280'),
|
|
(86128, 996, 0, 'Blindweed zone 8, node 382'),
|
|
(86129, 996, 0, 'Blindweed zone 8, node 383'),
|
|
(86130, 996, 0, 'Blindweed zone 8, node 384'),
|
|
(86131, 996, 0, 'Blindweed zone 8, node 385'),
|
|
(86132, 996, 0, 'Blindweed zone 8, node 386'),
|
|
(86133, 996, 0, 'Blindweed zone 8, node 387'),
|
|
(86134, 996, 0, 'Blindweed zone 8, node 388'),
|
|
(86135, 8076, 0, 'Ghost Mushroom - Zangarmarsh'),
|
|
(86136, 8076, 0, 'Ghost Mushroom - Zangarmarsh'),
|
|
(86137, 8076, 0, 'Ghost Mushroom - Zangarmarsh'),
|
|
(86138, 965, 0, 'Ghost Mushroom zone 47, node 315'),
|
|
(86139, 965, 0, 'Ghost Mushroom zone 47, node 316'),
|
|
(86140, 965, 0, 'Ghost Mushroom zone 47, node 317'),
|
|
(86141, 8076, 0, 'Ghost Mushroom - Zangarmarsh'),
|
|
(86142, 8076, 0, 'Ghost Mushroom - Zangarmarsh'),
|
|
(86143, 825, 0, 'Gromsblood,Zone 405,602,node 156'),
|
|
(86144, 987, 0, 'Firethorn zone 3537, node 55'),
|
|
(86145, 987, 0, 'Firethorn zone 3537, node 56'),
|
|
(86146, 987, 0, 'Firethorn zone 3537, node 57'),
|
|
(86147, 987, 0, 'Firethorn zone 3537, node 58'),
|
|
(86148, 987, 0, 'Firethorn zone 3537, node 59'),
|
|
(86149, 987, 0, 'Firethorn zone 3537, node 60'),
|
|
(86150, 987, 0, 'Firethorn zone 3537, node 61'),
|
|
(86151, 987, 0, 'Firethorn zone 3537, node 62'),
|
|
(86152, 987, 0, 'Firethorn zone 3537, node 63'),
|
|
(86153, 987, 0, 'Firethorn zone 3537, node 64'),
|
|
(86154, 987, 0, 'Firethorn zone 3537, node 65'),
|
|
(86160, 951, 0, 'Silverleaf zone 40, node 302'),
|
|
(86161, 729, 0, 'Silverleaf'),
|
|
(86172, 951, 0, 'Silverleaf zone 40, node 303'),
|
|
(86173, 729, 0, 'Silverleaf'),
|
|
(86179, 745, 0, 'Briarthorn'),
|
|
(86180, 729, 0, 'Silverleaf'),
|
|
(86182, 956, 0, 'Silverleaf zone 130, node 208'),
|
|
(86183, 956, 0, 'Silverleaf zone 130, node 209'),
|
|
(86191, 729, 0, 'Silverleaf'),
|
|
(86192, 742, 0, 'Peacebloom'),
|
|
(86193, 729, 0, 'Silverleaf'),
|
|
(86194, 729, 0, 'Silverleaf'),
|
|
(86195, 961, 0, 'Silverleaf zone 148, node 357'),
|
|
(86197, 728, 0, 'Peacebloom'),
|
|
(86212, 961, 0, 'Peacebloom zone 148, node 358'),
|
|
(86213, 741, 0, 'Silverleaf'),
|
|
(86215, 961, 0, 'Peacebloom zone 148, node 359'),
|
|
(86218, 728, 0, 'Peacebloom'),
|
|
(86221, 730, 0, 'Earthroot'),
|
|
(86237, 747, 0, 'Stranglekelp'),
|
|
(86238, 956, 0, 'Earthroot zone 130, node 210'),
|
|
(86242, 730, 0, 'Earthroot'),
|
|
(86243, 730, 0, 'Earthroot'),
|
|
(86244, 730, 0, 'Earthroot'),
|
|
(86245, 951, 0, 'Mageroyal zone 40, node 304'),
|
|
(86247, 961, 0, 'Mageroyal zone 148, node 360'),
|
|
(86250, 960, 0, 'Mageroyal zone 331, node 427'),
|
|
(86251, 961, 0, 'Mageroyal zone 148, node 361'),
|
|
(86252, 745, 0, 'Briarthorn'),
|
|
(86253, 956, 0, 'Mageroyal zone 130, node 211'),
|
|
(86254, 956, 0, 'Mageroyal zone 130, node 212'),
|
|
(86255, 956, 0, 'Mageroyal zone 130, node 213'),
|
|
(86256, 958, 0, 'Mageroyal zone 267, node 250'),
|
|
(86257, 995, 0, 'Mageroyal zone 10, node 306'),
|
|
(86258, 994, 0, 'Mageroyal zone 11, node 379'),
|
|
(86259, 961, 0, 'Mageroyal zone 148, node 362'),
|
|
(86260, 949, 0, 'Mageroyal zone 406, node 259'),
|
|
(86261, 961, 0, 'Mageroyal zone 148, node 363'),
|
|
(86262, 958, 0, 'Briarthorn zone 267, node 251'),
|
|
(86263, 950, 0, 'Briarthorn zone 44, node 216'),
|
|
(86264, 994, 0, 'Briarthorn zone 11, node 380'),
|
|
(86265, 994, 0, 'Briarthorn zone 11, node 381'),
|
|
(86266, 960, 0, 'Briarthorn zone 331, node 428'),
|
|
(86267, 741, 0, 'Silverleaf'),
|
|
(86268, 958, 0, 'Briarthorn zone 267, node 252'),
|
|
(86269, 956, 0, 'Briarthorn zone 130, node 214'),
|
|
(86270, 958, 0, 'Briarthorn zone 267, node 253'),
|
|
(86271, 995, 0, 'Briarthorn zone 10, node 307'),
|
|
(86272, 949, 0, 'Briarthorn zone 406, node 260'),
|
|
(86273, 949, 0, 'Briarthorn zone 406, node 261'),
|
|
(86274, 949, 0, 'Briarthorn zone 406, node 262'),
|
|
(86275, 960, 0, 'Briarthorn zone 331, node 429'),
|
|
(86276, 961, 0, 'Briarthorn zone 148, node 364'),
|
|
(86277, 949, 0, 'Bruiseweed zone 406, node 263'),
|
|
(86278, 949, 0, 'Bruiseweed zone 406, node 264'),
|
|
(86279, 958, 0, 'Bruiseweed zone 267, node 254'),
|
|
(86280, 958, 0, 'Bruiseweed zone 267, node 255'),
|
|
(86283, 962, 0, 'Bruiseweed zone 400, node 111'),
|
|
(86284, 962, 0, 'Bruiseweed zone 400, node 112'),
|
|
(86285, 962, 0, 'Bruiseweed zone 400, node 113'),
|
|
(86286, 958, 0, 'Bruiseweed zone 267, node 256'),
|
|
(86287, 956, 0, 'Bruiseweed zone 130, node 215'),
|
|
(86288, 826, 0, 'Bruiseweed,Zone 405,607,node 157'),
|
|
(86289, 956, 0, 'Bruiseweed zone 130, node 216'),
|
|
(86290, 958, 0, 'Bruiseweed zone 267, node 257'),
|
|
(86291, 994, 0, 'Bruiseweed zone 11, node 382'),
|
|
(86292, 994, 0, 'Bruiseweed zone 11, node 383'),
|
|
(86293, 949, 0, 'Bruiseweed zone 406, node 265'),
|
|
(86294, 949, 0, 'Bruiseweed zone 406, node 266'),
|
|
(86295, 949, 0, 'Bruiseweed zone 406, node 267'),
|
|
(86296, 961, 0, 'Bruiseweed zone 148, node 365'),
|
|
(86297, 961, 0, 'Bruiseweed zone 148, node 366'),
|
|
(86298, 962, 0, 'Wild Steelbloom zone 400, node 114'),
|
|
(86299, 962, 0, 'Wild Steelbloom zone 400, node 115'),
|
|
(86300, 988, 0, 'Wild Steelbloom zone 33, node 663'),
|
|
(86301, 962, 0, 'Wild Steelbloom zone 400, node 116'),
|
|
(86302, 988, 0, 'Wild Steelbloom zone 33, node 664'),
|
|
(86303, 960, 0, 'Wild Steelbloom zone 331, node 430'),
|
|
(86304, 949, 0, 'Wild Steelbloom zone 406, node 268'),
|
|
(86305, 949, 0, 'Wild Steelbloom zone 406, node 269'),
|
|
(86306, 988, 0, 'Wild Steelbloom zone 33, node 665'),
|
|
(86307, 988, 0, 'Wild Steelbloom zone 33, node 666'),
|
|
(86308, 988, 0, 'Wild Steelbloom zone 33, node 667'),
|
|
(86309, 959, 0, 'Wild Steelbloom zone 45, node 511'),
|
|
(86310, 949, 0, 'Wild Steelbloom zone 406, node 270'),
|
|
(86311, 949, 0, 'Wild Steelbloom zone 406, node 271'),
|
|
(86312, 962, 0, 'Wild Steelbloom zone 400, node 117'),
|
|
(86313, 962, 0, 'Kingsblood zone 400, node 118'),
|
|
(86314, 962, 0, 'Kingsblood zone 400, node 119'),
|
|
(86315, 962, 0, 'Kingsblood zone 400, node 120'),
|
|
(86316, 809, 0, 'Kingsblood,Zone 17,Area 1156,node 849'),
|
|
(86317, 822, 0, 'Kingsblood,Zone 405,405,node 158'),
|
|
(86318, 949, 0, 'Kingsblood zone 406, node 272'),
|
|
(86319, 959, 0, 'Kingsblood zone 45, node 512'),
|
|
(86320, 988, 0, 'Kingsblood zone 33, node 668'),
|
|
(86321, 995, 0, 'Kingsblood zone 10, node 308'),
|
|
(86322, 809, 0, 'Kingsblood,Zone 17,Area 1156,node 850'),
|
|
(86323, 565, 0, 'Kingsblood in Alterac Mountains'),
|
|
(86324, 991, 0, 'Kingsblood zone 15, node 58'),
|
|
(86325, 949, 0, 'Kingsblood zone 406, node 273'),
|
|
(86326, 821, 0, 'Kingsblood,Zone 405,599,node 159'),
|
|
(86327, 995, 0, 'Kingsblood zone 10, node 309'),
|
|
(86328, 988, 0, 'Kingsblood zone 33, node 669'),
|
|
(86329, 988, 0, 'Kingsblood zone 33, node 670'),
|
|
(86330, 988, 0, 'Kingsblood zone 33, node 671'),
|
|
(86331, 988, 0, 'Kingsblood zone 33, node 672'),
|
|
(86332, 991, 0, 'Kingsblood zone 15, node 59'),
|
|
(86333, 994, 0, 'Kingsblood zone 11, node 384'),
|
|
(86334, 960, 0, 'Kingsblood zone 331, node 431'),
|
|
(86335, 959, 0, 'Kingsblood zone 45, node 513'),
|
|
(86336, 565, 0, 'Kingsblood in Alterac Mountains'),
|
|
(86337, 809, 0, 'Kingsblood,Zone 17,Area 1156,node 851'),
|
|
(86338, 988, 0, 'Kingsblood zone 33, node 673'),
|
|
(86339, 988, 0, 'Kingsblood zone 33, node 674'),
|
|
(86340, 949, 0, 'Kingsblood zone 406, node 274'),
|
|
(86341, 959, 0, 'Kingsblood zone 45, node 514'),
|
|
(86342, 991, 0, 'Kingsblood zone 15, node 60'),
|
|
(86343, 959, 0, 'Kingsblood zone 45, node 515'),
|
|
(86344, 958, 0, 'Kingsblood zone 267, node 258'),
|
|
(86345, 949, 0, 'Kingsblood zone 406, node 275'),
|
|
(86346, 960, 0, 'Kingsblood zone 331, node 432'),
|
|
(86347, 960, 0, 'Kingsblood zone 331, node 433'),
|
|
(86348, 822, 0, 'Grave Moss,Zone 405,405,node 160'),
|
|
(86349, 995, 0, 'Grave Moss zone 10, node 310'),
|
|
(86350, 823, 0, 'Grave Moss,Zone 405,596,node 161'),
|
|
(86382, 966, 0, 'Golden Sansam zone 490, node 281'),
|
|
(86383, 965, 0, 'Golden Sansam zone 47, node 318'),
|
|
(86384, 964, 0, 'Golden Sansam zone 357, node 185'),
|
|
(86385, 966, 0, 'Golden Sansam zone 490, node 282'),
|
|
(86386, 964, 0, 'Golden Sansam zone 357, node 186'),
|
|
(86387, 966, 0, 'Golden Sansam zone 490, node 283'),
|
|
(86388, 968, 0, 'Golden Sansam zone 139, node 419'),
|
|
(86389, 968, 0, 'Golden Sansam zone 139, node 420'),
|
|
(86390, 968, 0, 'Golden Sansam zone 139, node 421'),
|
|
(86391, 8096, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(86392, 965, 0, 'Golden Sansam zone 47, node 319'),
|
|
(86393, 990, 0, 'Golden Sansam zone 16, node 508'),
|
|
(86394, 965, 0, 'Golden Sansam zone 47, node 320'),
|
|
(86395, 990, 0, 'Golden Sansam zone 16, node 509'),
|
|
(86396, 8042, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(86398, 8248, 0, 'Golden Sansam - Netherstorm - Eco-Dome Sutheron'),
|
|
(86399, 8029, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(86400, 8042, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(86401, 8042, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(86402, 8096, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(86403, 8096, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(86404, 8042, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(86405, 966, 0, 'Dreamfoil zone 490, node 284'),
|
|
(86406, 966, 0, 'Dreamfoil zone 490, node 285'),
|
|
(86407, 948, 0, 'Dreamfoil zone 1377, node 66'),
|
|
(86408, 966, 0, 'Dreamfoil zone 490, node 286'),
|
|
(86409, 966, 0, 'Dreamfoil zone 490, node 287'),
|
|
(86410, 968, 0, 'Dreamfoil zone 139, node 422'),
|
|
(86411, 968, 0, 'Dreamfoil zone 139, node 423'),
|
|
(86412, 968, 0, 'Dreamfoil zone 139, node 424'),
|
|
(86413, 968, 0, 'Dreamfoil zone 139, node 425'),
|
|
(86414, 954, 0, 'Dreamfoil zone 28, node 217'),
|
|
(86415, 954, 0, 'Dreamfoil zone 28, node 218'),
|
|
(86416, 50003, 0, 'Dreamfoil zone 46, node 56'),
|
|
(86417, 954, 0, 'Dreamfoil zone 28, node 219'),
|
|
(86418, 968, 0, 'Dreamfoil zone 139, node 426'),
|
|
(86419, 968, 0, 'Dreamfoil zone 139, node 427'),
|
|
(86420, 968, 0, 'Dreamfoil zone 139, node 428'),
|
|
(86421, 968, 0, 'Dreamfoil zone 139, node 429'),
|
|
(86422, 968, 0, 'Dreamfoil zone 139, node 430'),
|
|
(86423, 990, 0, 'Dreamfoil zone 16, node 510'),
|
|
(86424, 948, 0, 'Dreamfoil zone 1377, node 67'),
|
|
(86425, 990, 0, 'Dreamfoil zone 16, node 511'),
|
|
(86426, 990, 0, 'Dreamfoil zone 16, node 512'),
|
|
(86427, 8027, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(86428, 990, 0, 'Dreamfoil zone 16, node 513'),
|
|
(86429, 8041, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(86430, 8032, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(86431, 8027, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(86432, 8041, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(86433, 8041, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(86434, 8022, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(86435, 966, 0, 'Mountain Silversage zone 490, node 288'),
|
|
(86436, 967, 0, 'Mountain Silversage zone 618, node 255'),
|
|
(86437, 968, 0, 'Mountain Silversage zone 139, node 431'),
|
|
(86438, 966, 0, 'Mountain Silversage zone 490, node 289'),
|
|
(86439, 990, 0, 'Mountain Silversage zone 16, node 514'),
|
|
(86440, 968, 0, 'Mountain Silversage zone 139, node 432'),
|
|
(86441, 954, 0, 'Mountain Silversage zone 28, node 220'),
|
|
(86442, 967, 0, 'Mountain Silversage zone 618, node 256'),
|
|
(86443, 967, 0, 'Mountain Silversage zone 618, node 257'),
|
|
(86444, 967, 0, 'Mountain Silversage zone 618, node 258'),
|
|
(86445, 967, 0, 'Mountain Silversage zone 618, node 259'),
|
|
(86446, 968, 0, 'Mountain Silversage zone 139, node 433'),
|
|
(86447, 967, 0, 'Mountain Silversage zone 618, node 260'),
|
|
(86448, 968, 0, 'Mountain Silversage zone 139, node 434'),
|
|
(86449, 967, 0, 'Mountain Silversage zone 618, node 261'),
|
|
(86450, 990, 0, 'Mountain Silversage zone 16, node 515'),
|
|
(86451, 967, 0, 'Mountain Silversage zone 618, node 262'),
|
|
(86452, 967, 0, 'Mountain Silversage zone 618, node 263'),
|
|
(86453, 967, 0, 'Mountain Silversage zone 618, node 264'),
|
|
(86454, 967, 0, 'Mountain Silversage zone 618, node 265'),
|
|
(86455, 8014, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(86456, 8038, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(86457, 8014, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(86458, 8028, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(86459, 8038, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(86460, 8038, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(86461, 8028, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(86462, 8028, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(86463, 8028, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(86464, 8033, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(86465, 8028, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(86466, 968, 0, 'Plaguebloom zone 139, node 435'),
|
|
(86467, 954, 0, 'Plaguebloom zone 28, node 221'),
|
|
(86468, 968, 0, 'Plaguebloom zone 139, node 436'),
|
|
(86469, 968, 0, 'Plaguebloom zone 139, node 437'),
|
|
(86470, 968, 0, 'Plaguebloom zone 139, node 438'),
|
|
(86471, 968, 0, 'Plaguebloom zone 139, node 439'),
|
|
(86472, 968, 0, 'Plaguebloom zone 139, node 440'),
|
|
(86473, 954, 0, 'Plaguebloom zone 28, node 222'),
|
|
(86474, 954, 0, 'Plaguebloom zone 28, node 223'),
|
|
(86475, 968, 0, 'Plaguebloom zone 139, node 441'),
|
|
(86476, 968, 0, 'Plaguebloom zone 139, node 442'),
|
|
(86477, 968, 0, 'Plaguebloom zone 139, node 443'),
|
|
(86478, 968, 0, 'Plaguebloom zone 139, node 444'),
|
|
(86479, 967, 0, 'Icecap zone 618, node 266'),
|
|
(86480, 967, 0, 'Icecap zone 618, node 267'),
|
|
(86481, 967, 0, 'Icecap zone 618, node 268'),
|
|
(86482, 967, 0, 'Icecap zone 618, node 269'),
|
|
(86483, 967, 0, 'Icecap zone 618, node 270'),
|
|
(86484, 967, 0, 'Icecap zone 618, node 271'),
|
|
(86485, 967, 0, 'Icecap zone 618, node 272'),
|
|
(86486, 967, 0, 'Icecap zone 618, node 273'),
|
|
(86487, 967, 0, 'Icecap zone 618, node 274'),
|
|
(86488, 967, 0, 'Icecap zone 618, node 275'),
|
|
(86489, 967, 0, 'Icecap zone 618, node 276'),
|
|
(86490, 967, 0, 'Icecap zone 618, node 277'),
|
|
(86491, 967, 0, 'Icecap zone 618, node 278'),
|
|
(86492, 967, 0, 'Icecap zone 618, node 279'),
|
|
(86493, 967, 0, 'Icecap zone 618, node 280'),
|
|
(86494, 967, 0, 'Icecap zone 618, node 281'),
|
|
(86495, 967, 0, 'Icecap zone 618, node 282'),
|
|
(86496, 967, 0, 'Icecap zone 618, node 283'),
|
|
(86497, 967, 0, 'Icecap zone 618, node 284'),
|
|
(86498, 967, 0, 'Icecap zone 618, node 285'),
|
|
(86499, 967, 0, 'Icecap zone 618, node 286'),
|
|
(86500, 967, 0, 'Icecap zone 618, node 287'),
|
|
(86501, 967, 0, 'Icecap zone 618, node 288'),
|
|
(86502, 967, 0, 'Icecap zone 618, node 289'),
|
|
(86503, 968, 0, 'Black Lotus zone 139, node 445'),
|
|
(86504, 967, 0, 'Black Lotus zone 618, node 290'),
|
|
(86505, 986, 0, 'Tiger Lily zone 495, node 89'),
|
|
(86506, 982, 0, 'Tiger Lily zone 3711, node 114'),
|
|
(86507, 982, 0, 'Tiger Lily zone 3711, node 115'),
|
|
(86508, 982, 0, 'Tiger Lily zone 3711, node 116'),
|
|
(86509, 982, 0, 'Tiger Lily zone 3711, node 117'),
|
|
(86510, 982, 0, 'Tiger Lily zone 3711, node 118'),
|
|
(86511, 984, 0, 'Tiger Lily zone 394, node 54'),
|
|
(86512, 986, 0, 'Tiger Lily zone 495, node 90'),
|
|
(86513, 986, 0, 'Tiger Lily zone 495, node 91'),
|
|
(86514, 986, 0, 'Tiger Lily zone 495, node 92'),
|
|
(86515, 987, 0, 'Tiger Lily zone 3537, node 66'),
|
|
(86516, 987, 0, 'Tiger Lily zone 3537, node 67'),
|
|
(86517, 986, 0, 'Tiger Lily zone 495, node 93'),
|
|
(86518, 984, 0, 'Tiger Lily zone 394, node 55'),
|
|
(86519, 987, 0, 'Tiger Lily zone 3537, node 68'),
|
|
(86520, 982, 0, 'Tiger Lily zone 3711, node 119'),
|
|
(86521, 982, 0, 'Tiger Lily zone 3711, node 120'),
|
|
(86522, 984, 0, 'Tiger Lily zone 394, node 56'),
|
|
(86523, 984, 0, 'Tiger Lily zone 394, node 57'),
|
|
(86524, 984, 0, 'Tiger Lily zone 394, node 58'),
|
|
(86525, 987, 0, 'Tiger Lily zone 3537, node 69'),
|
|
(86526, 982, 0, 'Tiger Lily zone 3711, node 121'),
|
|
(86527, 982, 0, 'Tiger Lily zone 3711, node 122'),
|
|
(86528, 982, 0, 'Tiger Lily zone 3711, node 123'),
|
|
(86529, 982, 0, 'Tiger Lily zone 3711, node 124'),
|
|
(86530, 982, 0, 'Tiger Lily zone 3711, node 125'),
|
|
(86531, 987, 0, 'Tiger Lily zone 3537, node 70'),
|
|
(86532, 987, 0, 'Tiger Lily zone 3537, node 71'),
|
|
(86533, 987, 0, 'Tiger Lily zone 3537, node 72'),
|
|
(86534, 987, 0, 'Tiger Lily zone 3537, node 73'),
|
|
(86535, 987, 0, 'Tiger Lily zone 3537, node 74'),
|
|
(86536, 982, 0, 'Tiger Lily zone 3711, node 126'),
|
|
(86537, 982, 0, 'Tiger Lily zone 3711, node 127'),
|
|
(86538, 982, 0, 'Tiger Lily zone 3711, node 128'),
|
|
(86539, 987, 0, 'Tiger Lily zone 3537, node 75'),
|
|
(86540, 984, 0, 'Tiger Lily zone 394, node 59'),
|
|
(86541, 986, 0, 'Tiger Lily zone 495, node 94'),
|
|
(86542, 986, 0, 'Tiger Lily zone 495, node 95'),
|
|
(86543, 984, 0, 'Tiger Lily zone 394, node 60'),
|
|
(86544, 982, 0, 'Tiger Lily zone 3711, node 129'),
|
|
(86545, 986, 0, 'Tiger Lily zone 495, node 96'),
|
|
(86546, 982, 0, 'Tiger Lily zone 3711, node 130'),
|
|
(86547, 986, 0, 'Tiger Lily zone 495, node 97'),
|
|
(86548, 984, 0, 'Tiger Lily zone 394, node 61'),
|
|
(86549, 984, 0, 'Tiger Lily zone 394, node 62'),
|
|
(86550, 987, 0, 'Tiger Lily zone 3537, node 76'),
|
|
(86551, 987, 0, 'Tiger Lily zone 3537, node 77'),
|
|
(86552, 984, 0, 'Tiger Lily zone 394, node 63'),
|
|
(86553, 987, 0, 'Tiger Lily zone 3537, node 78'),
|
|
(86554, 982, 0, 'Tiger Lily zone 3711, node 131'),
|
|
(86555, 987, 0, 'Tiger Lily zone 3537, node 79'),
|
|
(86556, 984, 0, 'Tiger Lily zone 394, node 64'),
|
|
(86557, 984, 0, 'Tiger Lily zone 394, node 65'),
|
|
(86558, 982, 0, 'Tiger Lily zone 3711, node 132'),
|
|
(86559, 982, 0, 'Tiger Lily zone 3711, node 133'),
|
|
(86560, 983, 0, 'Talandra\'s Rose zone 66, node 71'),
|
|
(86561, 984, 0, 'Talandra\'s Rose zone 394, node 66'),
|
|
(86562, 983, 0, 'Talandra\'s Rose zone 66, node 72'),
|
|
(86563, 983, 0, 'Talandra\'s Rose zone 66, node 73'),
|
|
(86564, 983, 0, 'Talandra\'s Rose zone 66, node 74'),
|
|
(86565, 983, 0, 'Talandra\'s Rose zone 66, node 75'),
|
|
(86566, 983, 0, 'Talandra\'s Rose zone 66, node 76'),
|
|
(86567, 983, 0, 'Talandra\'s Rose zone 66, node 77'),
|
|
(86568, 983, 0, 'Talandra\'s Rose zone 66, node 78'),
|
|
(86569, 983, 0, 'Talandra\'s Rose zone 66, node 79'),
|
|
(86570, 983, 0, 'Talandra\'s Rose zone 66, node 80'),
|
|
(86571, 983, 0, 'Talandra\'s Rose zone 66, node 81'),
|
|
(86572, 983, 0, 'Talandra\'s Rose zone 66, node 82'),
|
|
(86573, 983, 0, 'Talandra\'s Rose zone 66, node 83'),
|
|
(86574, 983, 0, 'Talandra\'s Rose zone 66, node 84'),
|
|
(86575, 983, 0, 'Talandra\'s Rose zone 66, node 85'),
|
|
(86576, 983, 0, 'Talandra\'s Rose zone 66, node 86'),
|
|
(86577, 983, 0, 'Talandra\'s Rose zone 66, node 87'),
|
|
(86578, 983, 0, 'Talandra\'s Rose zone 66, node 88'),
|
|
(86579, 983, 0, 'Talandra\'s Rose zone 66, node 89'),
|
|
(86580, 983, 0, 'Talandra\'s Rose zone 66, node 90'),
|
|
(86581, 983, 0, 'Talandra\'s Rose zone 66, node 91'),
|
|
(86582, 983, 0, 'Talandra\'s Rose zone 66, node 92'),
|
|
(86583, 983, 0, 'Talandra\'s Rose zone 66, node 93'),
|
|
(86584, 983, 0, 'Talandra\'s Rose zone 66, node 94'),
|
|
(86585, 983, 0, 'Talandra\'s Rose zone 66, node 95'),
|
|
(86586, 980, 0, 'Lichbloom zone 210, node 75'),
|
|
(86587, 980, 0, 'Lichbloom zone 210, node 76'),
|
|
(86588, 980, 0, 'Lichbloom zone 210, node 77'),
|
|
(86589, 980, 0, 'Lichbloom zone 210, node 78'),
|
|
(86590, 981, 0, 'Lichbloom zone 67, node 27'),
|
|
(86591, 981, 0, 'Lichbloom zone 67, node 28'),
|
|
(86592, 981, 0, 'Lichbloom zone 67, node 29'),
|
|
(86593, 980, 0, 'Lichbloom zone 210, node 79'),
|
|
(86594, 981, 0, 'Lichbloom zone 67, node 30'),
|
|
(86595, 981, 0, 'Lichbloom zone 67, node 31'),
|
|
(86596, 980, 0, 'Lichbloom zone 210, node 80'),
|
|
(86597, 980, 0, 'Lichbloom zone 210, node 81'),
|
|
(86598, 980, 0, 'Lichbloom zone 210, node 82'),
|
|
(86599, 979, 0, 'Lichbloom zone 4197, node 27'),
|
|
(86600, 981, 0, 'Lichbloom zone 67, node 32'),
|
|
(86601, 980, 0, 'Lichbloom zone 210, node 83'),
|
|
(86602, 981, 0, 'Lichbloom zone 67, node 33'),
|
|
(86603, 979, 0, 'Lichbloom zone 4197, node 28'),
|
|
(86604, 980, 0, 'Lichbloom zone 210, node 84'),
|
|
(86605, 980, 0, 'Lichbloom zone 210, node 85'),
|
|
(86606, 979, 0, 'Lichbloom zone 4197, node 29'),
|
|
(86607, 980, 0, 'Lichbloom zone 210, node 86'),
|
|
(86608, 980, 0, 'Lichbloom zone 210, node 87'),
|
|
(86609, 980, 0, 'Lichbloom zone 210, node 88'),
|
|
(86610, 981, 0, 'Lichbloom zone 67, node 34'),
|
|
(86611, 981, 0, 'Lichbloom zone 67, node 35'),
|
|
(86612, 981, 0, 'Lichbloom zone 67, node 36'),
|
|
(86613, 981, 0, 'Lichbloom zone 67, node 37'),
|
|
(86614, 981, 0, 'Lichbloom zone 67, node 38'),
|
|
(86615, 981, 0, 'Lichbloom zone 67, node 39'),
|
|
(86616, 981, 0, 'Lichbloom zone 67, node 40'),
|
|
(86617, 981, 0, 'Lichbloom zone 67, node 41'),
|
|
(86618, 980, 0, 'Lichbloom zone 210, node 89'),
|
|
(86619, 980, 0, 'Lichbloom zone 210, node 90'),
|
|
(86620, 981, 0, 'Lichbloom zone 67, node 42'),
|
|
(86621, 981, 0, 'Lichbloom zone 67, node 43'),
|
|
(86622, 979, 0, 'Lichbloom zone 4197, node 30'),
|
|
(86623, 981, 0, 'Lichbloom zone 67, node 44'),
|
|
(86624, 981, 0, 'Lichbloom zone 67, node 45'),
|
|
(86625, 981, 0, 'Lichbloom zone 67, node 46'),
|
|
(86626, 981, 0, 'Lichbloom zone 67, node 47'),
|
|
(86627, 981, 0, 'Lichbloom zone 67, node 48'),
|
|
(86628, 980, 0, 'Lichbloom zone 210, node 91'),
|
|
(86629, 980, 0, 'Lichbloom zone 210, node 92'),
|
|
(86630, 981, 0, 'Lichbloom zone 67, node 49'),
|
|
(86631, 981, 0, 'Lichbloom zone 67, node 50'),
|
|
(86632, 981, 0, 'Lichbloom zone 67, node 51'),
|
|
(86633, 980, 0, 'Lichbloom zone 210, node 93'),
|
|
(86634, 980, 0, 'Lichbloom zone 210, node 94'),
|
|
(86635, 980, 0, 'Lichbloom zone 210, node 95'),
|
|
(86636, 980, 0, 'Lichbloom zone 210, node 96'),
|
|
(86637, 981, 0, 'Lichbloom zone 67, node 52'),
|
|
(86638, 980, 0, 'Lichbloom zone 210, node 97'),
|
|
(86639, 981, 0, 'Lichbloom zone 67, node 53'),
|
|
(86640, 981, 0, 'Lichbloom zone 67, node 54'),
|
|
(86641, 981, 0, 'Lichbloom zone 67, node 55'),
|
|
(86642, 981, 0, 'Lichbloom zone 67, node 56'),
|
|
(86643, 981, 0, 'Lichbloom zone 67, node 57'),
|
|
(86644, 981, 0, 'Lichbloom zone 67, node 58'),
|
|
(86645, 980, 0, 'Lichbloom zone 210, node 98'),
|
|
(86646, 980, 0, 'Lichbloom zone 210, node 99'),
|
|
(86647, 981, 0, 'Lichbloom zone 67, node 59'),
|
|
(86648, 981, 0, 'Lichbloom zone 67, node 60'),
|
|
(86649, 981, 0, 'Lichbloom zone 67, node 61'),
|
|
(86650, 981, 0, 'Lichbloom zone 67, node 62'),
|
|
(86651, 981, 0, 'Lichbloom zone 67, node 63'),
|
|
(86652, 980, 0, 'Lichbloom zone 210, node 100'),
|
|
(86653, 980, 0, 'Lichbloom zone 210, node 101'),
|
|
(86654, 980, 0, 'Lichbloom zone 210, node 102'),
|
|
(86655, 980, 0, 'Lichbloom zone 210, node 103'),
|
|
(86656, 980, 0, 'Lichbloom zone 210, node 104'),
|
|
(86657, 980, 0, 'Lichbloom zone 210, node 105'),
|
|
(86658, 980, 0, 'Lichbloom zone 210, node 106'),
|
|
(86659, 980, 0, 'Lichbloom zone 210, node 107'),
|
|
(86660, 980, 0, 'Lichbloom zone 210, node 108'),
|
|
(86661, 980, 0, 'Lichbloom zone 210, node 109'),
|
|
(86662, 980, 0, 'Lichbloom zone 210, node 110'),
|
|
(86663, 980, 0, 'Lichbloom zone 210, node 111'),
|
|
(86664, 980, 0, 'Lichbloom zone 210, node 112'),
|
|
(86665, 980, 0, 'Lichbloom zone 210, node 113'),
|
|
(86666, 980, 0, 'Lichbloom zone 210, node 114'),
|
|
(86667, 980, 0, 'Lichbloom zone 210, node 115'),
|
|
(86668, 980, 0, 'Lichbloom zone 210, node 116'),
|
|
(86669, 980, 0, 'Lichbloom zone 210, node 117'),
|
|
(86670, 980, 0, 'Lichbloom zone 210, node 118'),
|
|
(86671, 980, 0, 'Lichbloom zone 210, node 119'),
|
|
(86672, 980, 0, 'Lichbloom zone 210, node 120'),
|
|
(86673, 980, 0, 'Lichbloom zone 210, node 121'),
|
|
(86674, 980, 0, 'Lichbloom zone 210, node 122'),
|
|
(86675, 981, 0, 'Lichbloom zone 67, node 64'),
|
|
(86676, 981, 0, 'Lichbloom zone 67, node 65'),
|
|
(86677, 980, 0, 'Lichbloom zone 210, node 123'),
|
|
(86678, 980, 0, 'Lichbloom zone 210, node 124'),
|
|
(86679, 980, 0, 'Icethorn zone 210, node 125'),
|
|
(86680, 981, 0, 'Icethorn zone 67, node 66'),
|
|
(86681, 981, 0, 'Icethorn zone 67, node 67'),
|
|
(86682, 981, 0, 'Icethorn zone 67, node 68'),
|
|
(86683, 980, 0, 'Icethorn zone 210, node 126'),
|
|
(86684, 981, 0, 'Icethorn zone 67, node 69'),
|
|
(86685, 981, 0, 'Icethorn zone 67, node 70'),
|
|
(86686, 980, 0, 'Icethorn zone 210, node 127'),
|
|
(86687, 980, 0, 'Icethorn zone 210, node 128'),
|
|
(86688, 980, 0, 'Icethorn zone 210, node 129'),
|
|
(86689, 979, 0, 'Icethorn zone 4197, node 31'),
|
|
(86690, 980, 0, 'Icethorn zone 210, node 130'),
|
|
(86691, 980, 0, 'Icethorn zone 210, node 131'),
|
|
(86692, 980, 0, 'Icethorn zone 210, node 132'),
|
|
(86693, 981, 0, 'Icethorn zone 67, node 71'),
|
|
(86694, 981, 0, 'Icethorn zone 67, node 72'),
|
|
(86695, 981, 0, 'Icethorn zone 67, node 73'),
|
|
(86696, 981, 0, 'Icethorn zone 67, node 74'),
|
|
(86697, 981, 0, 'Icethorn zone 67, node 75'),
|
|
(86698, 981, 0, 'Icethorn zone 67, node 76'),
|
|
(86699, 981, 0, 'Icethorn zone 67, node 77'),
|
|
(86700, 981, 0, 'Icethorn zone 67, node 78'),
|
|
(86701, 979, 0, 'Icethorn zone 4197, node 32'),
|
|
(86702, 981, 0, 'Icethorn zone 67, node 79'),
|
|
(86703, 981, 0, 'Icethorn zone 67, node 80'),
|
|
(86704, 980, 0, 'Icethorn zone 210, node 133'),
|
|
(86705, 980, 0, 'Icethorn zone 210, node 134'),
|
|
(86706, 981, 0, 'Icethorn zone 67, node 81'),
|
|
(86707, 981, 0, 'Icethorn zone 67, node 82'),
|
|
(86708, 981, 0, 'Icethorn zone 67, node 83'),
|
|
(86709, 981, 0, 'Icethorn zone 67, node 84'),
|
|
(86710, 980, 0, 'Icethorn zone 210, node 135'),
|
|
(86711, 981, 0, 'Icethorn zone 67, node 85'),
|
|
(86712, 981, 0, 'Icethorn zone 67, node 86'),
|
|
(86713, 980, 0, 'Icethorn zone 210, node 136'),
|
|
(86714, 980, 0, 'Icethorn zone 210, node 137'),
|
|
(86715, 981, 0, 'Icethorn zone 67, node 87'),
|
|
(86716, 981, 0, 'Icethorn zone 67, node 88'),
|
|
(86717, 981, 0, 'Icethorn zone 67, node 89'),
|
|
(86718, 981, 0, 'Icethorn zone 67, node 90'),
|
|
(86719, 980, 0, 'Icethorn zone 210, node 138'),
|
|
(86720, 980, 0, 'Icethorn zone 210, node 139'),
|
|
(86721, 980, 0, 'Icethorn zone 210, node 140'),
|
|
(86722, 980, 0, 'Icethorn zone 210, node 141'),
|
|
(86723, 980, 0, 'Icethorn zone 210, node 142'),
|
|
(86724, 980, 0, 'Icethorn zone 210, node 143'),
|
|
(86725, 980, 0, 'Icethorn zone 210, node 144'),
|
|
(86726, 980, 0, 'Icethorn zone 210, node 145'),
|
|
(86727, 980, 0, 'Icethorn zone 210, node 146'),
|
|
(86728, 981, 0, 'Icethorn zone 67, node 91'),
|
|
(86729, 979, 0, 'Icethorn zone 4197, node 33'),
|
|
(86730, 985, 0, 'Frozen Herb zone 65, node 112'),
|
|
(86731, 985, 0, 'Frozen Herb zone 65, node 113'),
|
|
(86732, 985, 0, 'Frozen Herb zone 65, node 114'),
|
|
(86733, 985, 0, 'Frozen Herb zone 65, node 115'),
|
|
(86734, 985, 0, 'Frozen Herb zone 65, node 116'),
|
|
(86735, 985, 0, 'Frozen Herb zone 65, node 117'),
|
|
(86736, 985, 0, 'Frozen Herb zone 65, node 118'),
|
|
(86737, 985, 0, 'Frozen Herb zone 65, node 119'),
|
|
(86738, 985, 0, 'Frozen Herb zone 65, node 120'),
|
|
(86739, 985, 0, 'Frozen Herb zone 65, node 121'),
|
|
(86740, 985, 0, 'Frozen Herb zone 65, node 122'),
|
|
(86741, 985, 0, 'Frozen Herb zone 65, node 123'),
|
|
(86742, 985, 0, 'Frozen Herb zone 65, node 124'),
|
|
(86743, 985, 0, 'Frozen Herb zone 65, node 125'),
|
|
(86744, 985, 0, 'Frozen Herb zone 65, node 126'),
|
|
(86745, 985, 0, 'Frozen Herb zone 65, node 127'),
|
|
(86746, 985, 0, 'Frozen Herb zone 65, node 128'),
|
|
(86747, 985, 0, 'Frozen Herb zone 65, node 129'),
|
|
(86748, 985, 0, 'Frozen Herb zone 65, node 130'),
|
|
(86749, 985, 0, 'Frozen Herb zone 65, node 131'),
|
|
(86750, 983, 0, 'Frozen Herb zone 66, node 96'),
|
|
(86751, 983, 0, 'Frozen Herb zone 66, node 97'),
|
|
(86752, 983, 0, 'Frozen Herb zone 66, node 98'),
|
|
(86753, 979, 0, 'Frozen Herb zone 4197, node 34'),
|
|
(86754, 979, 0, 'Frozen Herb zone 4197, node 35'),
|
|
(86755, 979, 0, 'Frozen Herb zone 4197, node 36'),
|
|
(86756, 979, 0, 'Frozen Herb zone 4197, node 37'),
|
|
(86757, 983, 0, 'Frozen Herb zone 66, node 99'),
|
|
(86758, 983, 0, 'Frozen Herb zone 66, node 100'),
|
|
(86759, 983, 0, 'Frozen Herb zone 66, node 101'),
|
|
(86760, 983, 0, 'Frozen Herb zone 66, node 102'),
|
|
(86761, 979, 0, 'Frozen Herb zone 4197, node 38'),
|
|
(86762, 979, 0, 'Frozen Herb zone 4197, node 39'),
|
|
(86763, 983, 0, 'Frozen Herb zone 66, node 103'),
|
|
(86764, 983, 0, 'Frozen Herb zone 66, node 104'),
|
|
(86765, 983, 0, 'Frozen Herb zone 66, node 105'),
|
|
(86766, 979, 0, 'Frozen Herb zone 4197, node 40'),
|
|
(86767, 983, 0, 'Frozen Herb zone 66, node 106'),
|
|
(86768, 983, 0, 'Frozen Herb zone 66, node 107'),
|
|
(86769, 983, 0, 'Frozen Herb zone 66, node 108'),
|
|
(86770, 983, 0, 'Frozen Herb zone 66, node 109'),
|
|
(86771, 983, 0, 'Frozen Herb zone 66, node 110'),
|
|
(86772, 983, 0, 'Frozen Herb zone 66, node 111'),
|
|
(86773, 983, 0, 'Frozen Herb zone 66, node 112'),
|
|
(86774, 979, 0, 'Frozen Herb zone 4197, node 41'),
|
|
(86775, 983, 0, 'Frozen Herb zone 66, node 113'),
|
|
(86776, 983, 0, 'Frozen Herb zone 66, node 114'),
|
|
(86777, 983, 0, 'Frozen Herb zone 66, node 115'),
|
|
(86778, 983, 0, 'Frozen Herb zone 66, node 116'),
|
|
(86779, 983, 0, 'Frozen Herb zone 66, node 117'),
|
|
(86780, 983, 0, 'Frozen Herb zone 66, node 118'),
|
|
(86781, 983, 0, 'Frozen Herb zone 66, node 119'),
|
|
(86782, 983, 0, 'Frozen Herb zone 66, node 120'),
|
|
(86783, 983, 0, 'Frozen Herb zone 66, node 121'),
|
|
(86784, 983, 0, 'Frozen Herb zone 66, node 122'),
|
|
(86785, 983, 0, 'Frozen Herb zone 66, node 123'),
|
|
(86786, 983, 0, 'Frozen Herb zone 66, node 124'),
|
|
(86787, 983, 0, 'Frozen Herb zone 66, node 125'),
|
|
(86788, 983, 0, 'Frozen Herb zone 66, node 126'),
|
|
(86789, 983, 0, 'Frozen Herb zone 66, node 127'),
|
|
(86790, 983, 0, 'Frozen Herb zone 66, node 128'),
|
|
(86791, 983, 0, 'Frozen Herb zone 66, node 129'),
|
|
(86792, 983, 0, 'Frozen Herb zone 66, node 130'),
|
|
(86793, 983, 0, 'Frozen Herb zone 66, node 131'),
|
|
(86794, 983, 0, 'Frozen Herb zone 66, node 132'),
|
|
(86795, 983, 0, 'Frozen Herb zone 66, node 133'),
|
|
(86796, 983, 0, 'Frozen Herb zone 66, node 134'),
|
|
(86797, 979, 0, 'Frozen Herb zone 4197, node 42'),
|
|
(86798, 983, 0, 'Frozen Herb zone 66, node 135'),
|
|
(86799, 964, 0, 'Liferoot zone 357, node 187'),
|
|
(86800, 964, 0, 'Liferoot zone 357, node 188'),
|
|
(86801, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(86802, 991, 0, 'Liferoot zone 15, node 61'),
|
|
(86803, 991, 0, 'Liferoot zone 15, node 62'),
|
|
(86804, 964, 0, 'Liferoot zone 357, node 189'),
|
|
(86805, 991, 0, 'Liferoot zone 15, node 63'),
|
|
(86806, 991, 0, 'Liferoot zone 15, node 64'),
|
|
(86807, 988, 0, 'Liferoot zone 33, node 675'),
|
|
(86808, 571, 0, 'Liferoot in Alterac Mountains'),
|
|
(86809, 964, 0, 'Liferoot zone 357, node 190'),
|
|
(86810, 964, 0, 'Liferoot zone 357, node 191'),
|
|
(86811, 964, 0, 'Liferoot zone 357, node 192'),
|
|
(86812, 964, 0, 'Liferoot zone 357, node 193'),
|
|
(86813, 988, 0, 'Liferoot zone 33, node 676'),
|
|
(86814, 988, 0, 'Liferoot zone 33, node 677'),
|
|
(86815, 996, 0, 'Liferoot zone 8, node 389'),
|
|
(86816, 996, 0, 'Liferoot zone 8, node 390'),
|
|
(86817, 996, 0, 'Liferoot zone 8, node 391'),
|
|
(86818, 991, 0, 'Liferoot zone 15, node 65'),
|
|
(86819, 988, 0, 'Liferoot zone 33, node 678'),
|
|
(86820, 965, 0, 'Liferoot zone 47, node 321'),
|
|
(86821, 964, 0, 'Liferoot zone 357, node 194'),
|
|
(86822, 964, 0, 'Liferoot zone 357, node 195'),
|
|
(86823, 991, 0, 'Liferoot zone 15, node 66'),
|
|
(86824, 991, 0, 'Liferoot zone 15, node 67'),
|
|
(86825, 988, 0, 'Liferoot zone 33, node 679'),
|
|
(86826, 988, 0, 'Liferoot zone 33, node 680'),
|
|
(86827, 822, 0, 'Liferoot,Zone 405,405,node 162'),
|
|
(86828, 964, 0, 'Liferoot zone 357, node 196'),
|
|
(86829, 964, 0, 'Liferoot zone 357, node 197'),
|
|
(86830, 991, 0, 'Liferoot zone 15, node 68'),
|
|
(86831, 991, 0, 'Liferoot zone 15, node 69'),
|
|
(86832, 991, 0, 'Liferoot zone 15, node 70'),
|
|
(86833, 991, 0, 'Liferoot zone 15, node 71'),
|
|
(86834, 991, 0, 'Liferoot zone 15, node 72'),
|
|
(86835, 822, 0, 'Liferoot,Zone 405,405,node 163'),
|
|
(86836, 572, 0, 'Fadeleaf in Alterac Mountains'),
|
|
(86837, 965, 0, 'Fadeleaf zone 47, node 322'),
|
|
(86838, 988, 0, 'Fadeleaf zone 33, node 681'),
|
|
(86839, 988, 0, 'Fadeleaf zone 33, node 682'),
|
|
(86840, 965, 0, 'Fadeleaf zone 47, node 323'),
|
|
(86841, 965, 0, 'Fadeleaf zone 47, node 324'),
|
|
(86842, 991, 0, 'Khadgar\'s Whisker zone 15, node 73'),
|
|
(86843, 964, 0, 'Khadgar\'s Whisker zone 357, node 198'),
|
|
(86844, 964, 0, 'Khadgar\'s Whisker zone 357, node 199'),
|
|
(86845, 964, 0, 'Khadgar\'s Whisker zone 357, node 200'),
|
|
(86846, 991, 0, 'Khadgar\'s Whisker zone 15, node 74'),
|
|
(86847, 964, 0, 'Khadgar\'s Whisker zone 357, node 201'),
|
|
(86848, 964, 0, 'Khadgar\'s Whisker zone 357, node 202'),
|
|
(86849, 964, 0, 'Khadgar\'s Whisker zone 357, node 203'),
|
|
(86850, 988, 0, 'Khadgar\'s Whisker zone 33, node 683'),
|
|
(86851, 996, 0, 'Khadgar\'s Whisker zone 8, node 392'),
|
|
(86852, 990, 0, 'Khadgar\'s Whisker zone 16, node 516'),
|
|
(86853, 964, 0, 'Khadgar\'s Whisker zone 357, node 204'),
|
|
(86854, 959, 0, 'Khadgar\'s Whisker zone 45, node 516'),
|
|
(86855, 991, 0, 'Khadgar\'s Whisker zone 15, node 75'),
|
|
(86856, 991, 0, 'Khadgar\'s Whisker zone 15, node 76'),
|
|
(86857, 991, 0, 'Khadgar\'s Whisker zone 15, node 77'),
|
|
(86858, 988, 0, 'Khadgar\'s Whisker zone 33, node 684'),
|
|
(86859, 988, 0, 'Khadgar\'s Whisker zone 33, node 685'),
|
|
(86860, 964, 0, 'Khadgar\'s Whisker zone 357, node 205'),
|
|
(86861, 964, 0, 'Khadgar\'s Whisker zone 357, node 206'),
|
|
(86862, 991, 0, 'Khadgar\'s Whisker zone 15, node 78'),
|
|
(86863, 964, 0, 'Khadgar\'s Whisker zone 357, node 207'),
|
|
(86864, 990, 0, 'Khadgar\'s Whisker zone 16, node 517'),
|
|
(86869, 963, 0, 'Stranglekelp zone 440, node 117'),
|
|
(86870, 964, 0, 'Stranglekelp zone 357, node 208'),
|
|
(86871, 964, 0, 'Stranglekelp zone 357, node 209'),
|
|
(86872, 960, 0, 'Stranglekelp zone 331, node 434'),
|
|
(86873, 991, 0, 'Stranglekelp zone 15, node 79'),
|
|
(86874, 961, 0, 'Stranglekelp zone 148, node 367'),
|
|
(86875, 964, 0, 'Stranglekelp zone 357, node 210'),
|
|
(86876, 961, 0, 'Stranglekelp zone 148, node 368'),
|
|
(86877, 963, 0, 'Stranglekelp zone 440, node 118'),
|
|
(86878, 964, 0, 'Stranglekelp zone 357, node 211'),
|
|
(86879, 964, 0, 'Stranglekelp zone 357, node 212'),
|
|
(86880, 961, 0, 'Stranglekelp zone 148, node 369'),
|
|
(86881, 958, 0, 'Stranglekelp zone 267, node 259'),
|
|
(86882, 964, 0, 'Stranglekelp zone 357, node 213'),
|
|
(86883, 961, 0, 'Stranglekelp zone 148, node 370'),
|
|
(86884, 961, 0, 'Stranglekelp zone 148, node 371'),
|
|
(86885, 961, 0, 'Stranglekelp zone 148, node 372'),
|
|
(86886, 964, 0, 'Stranglekelp zone 357, node 214'),
|
|
(86887, 964, 0, 'Stranglekelp zone 357, node 215'),
|
|
(86888, 964, 0, 'Stranglekelp zone 357, node 216'),
|
|
(86889, 964, 0, 'Stranglekelp zone 357, node 217'),
|
|
(86890, 964, 0, 'Stranglekelp zone 357, node 218'),
|
|
(86891, 960, 0, 'Stranglekelp zone 331, node 435'),
|
|
(86892, 958, 0, 'Stranglekelp zone 267, node 260'),
|
|
(86893, 958, 0, 'Stranglekelp zone 267, node 261'),
|
|
(86894, 958, 0, 'Stranglekelp zone 267, node 262'),
|
|
(86895, 994, 0, 'Stranglekelp zone 11, node 385'),
|
|
(86896, 958, 0, 'Stranglekelp zone 267, node 263'),
|
|
(86897, 991, 0, 'Stranglekelp zone 15, node 80'),
|
|
(86898, 994, 0, 'Stranglekelp zone 11, node 386'),
|
|
(86899, 964, 0, 'Stranglekelp zone 357, node 219'),
|
|
(86900, 988, 0, 'Stranglekelp zone 33, node 686'),
|
|
(86901, 994, 0, 'Stranglekelp zone 11, node 387'),
|
|
(86902, 994, 0, 'Stranglekelp zone 11, node 388'),
|
|
(86903, 961, 0, 'Stranglekelp zone 148, node 373'),
|
|
(86904, 991, 0, 'Stranglekelp zone 15, node 81'),
|
|
(86905, 961, 0, 'Stranglekelp zone 148, node 374'),
|
|
(86907, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 852'),
|
|
(86909, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 853'),
|
|
(86910, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 854'),
|
|
(86911, 988, 0, 'Stranglekelp zone 33, node 687'),
|
|
(86912, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 855'),
|
|
(86913, 988, 0, 'Stranglekelp zone 33, node 688'),
|
|
(86914, 994, 0, 'Stranglekelp zone 11, node 389'),
|
|
(86915, 988, 0, 'Stranglekelp zone 33, node 689'),
|
|
(86916, 961, 0, 'Stranglekelp zone 148, node 375'),
|
|
(86917, 961, 0, 'Stranglekelp zone 148, node 376'),
|
|
(86918, 964, 0, 'Stranglekelp zone 357, node 220'),
|
|
(86919, 964, 0, 'Stranglekelp zone 357, node 221'),
|
|
(86920, 961, 0, 'Stranglekelp zone 148, node 377'),
|
|
(86923, 961, 0, 'Stranglekelp zone 148, node 378'),
|
|
(86924, 988, 0, 'Stranglekelp zone 33, node 690'),
|
|
(86925, 988, 0, 'Stranglekelp zone 33, node 691'),
|
|
(86926, 988, 0, 'Stranglekelp zone 33, node 692'),
|
|
(86927, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 856'),
|
|
(86928, 988, 0, 'Stranglekelp zone 33, node 693'),
|
|
(86929, 988, 0, 'Stranglekelp zone 33, node 694'),
|
|
(86930, 988, 0, 'Stranglekelp zone 33, node 695'),
|
|
(86931, 746, 0, 'Bruiseweed'),
|
|
(86932, 994, 0, 'Stranglekelp zone 11, node 390'),
|
|
(86933, 994, 0, 'Stranglekelp zone 11, node 391'),
|
|
(86934, 961, 0, 'Stranglekelp zone 148, node 379'),
|
|
(86935, 991, 0, 'Stranglekelp zone 15, node 82'),
|
|
(86936, 961, 0, 'Stranglekelp zone 148, node 380'),
|
|
(86937, 963, 0, 'Stranglekelp zone 440, node 119'),
|
|
(86938, 960, 0, 'Stranglekelp zone 331, node 436'),
|
|
(86939, 960, 0, 'Stranglekelp zone 331, node 437'),
|
|
(86940, 960, 0, 'Stranglekelp zone 331, node 438'),
|
|
(86941, 961, 0, 'Stranglekelp zone 148, node 381'),
|
|
(86942, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 857'),
|
|
(86943, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 858'),
|
|
(86946, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 859'),
|
|
(86947, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 860'),
|
|
(86948, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 861'),
|
|
(86949, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 862'),
|
|
(86950, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 863'),
|
|
(86951, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 864'),
|
|
(86952, 991, 0, 'Goldthorn zone 15, node 83'),
|
|
(86953, 964, 0, 'Goldthorn zone 357, node 222'),
|
|
(86954, 964, 0, 'Goldthorn zone 357, node 223'),
|
|
(86955, 991, 0, 'Goldthorn zone 15, node 84'),
|
|
(86956, 964, 0, 'Goldthorn zone 357, node 224'),
|
|
(86957, 991, 0, 'Goldthorn zone 15, node 85'),
|
|
(86958, 964, 0, 'Goldthorn zone 357, node 225'),
|
|
(86959, 964, 0, 'Goldthorn zone 357, node 226'),
|
|
(86960, 988, 0, 'Goldthorn zone 33, node 696'),
|
|
(86961, 959, 0, 'Goldthorn zone 45, node 517'),
|
|
(86963, 964, 0, 'Goldthorn zone 357, node 227'),
|
|
(86964, 965, 0, 'Goldthorn zone 47, node 325'),
|
|
(86965, 964, 0, 'Goldthorn zone 357, node 228'),
|
|
(86966, 964, 0, 'Goldthorn zone 357, node 229'),
|
|
(86968, 964, 0, 'Goldthorn zone 357, node 230'),
|
|
(86969, 964, 0, 'Goldthorn zone 357, node 231'),
|
|
(86970, 964, 0, 'Goldthorn zone 357, node 232'),
|
|
(86971, 988, 0, 'Goldthorn zone 33, node 697'),
|
|
(86972, 988, 0, 'Goldthorn zone 33, node 698'),
|
|
(86973, 988, 0, 'Goldthorn zone 33, node 699'),
|
|
(86974, 959, 0, 'Goldthorn zone 45, node 518'),
|
|
(86975, 991, 0, 'Goldthorn zone 15, node 86'),
|
|
(86976, 959, 0, 'Goldthorn zone 45, node 519'),
|
|
(86977, 959, 0, 'Goldthorn zone 45, node 520'),
|
|
(86978, 991, 0, 'Goldthorn zone 15, node 87'),
|
|
(86979, 988, 0, 'Goldthorn zone 33, node 700'),
|
|
(86980, 988, 0, 'Goldthorn zone 33, node 701'),
|
|
(86981, 988, 0, 'Goldthorn zone 33, node 702'),
|
|
(86982, 988, 0, 'Goldthorn zone 33, node 703'),
|
|
(86983, 959, 0, 'Goldthorn zone 45, node 521'),
|
|
(86984, 964, 0, 'Goldthorn zone 357, node 233'),
|
|
(86985, 965, 0, 'Goldthorn zone 47, node 326'),
|
|
(86986, 964, 0, 'Goldthorn zone 357, node 234'),
|
|
(86987, 964, 0, 'Goldthorn zone 357, node 235'),
|
|
(86988, 964, 0, 'Goldthorn zone 357, node 236'),
|
|
(87000, 963, 0, 'Firebloom zone 440, node 120'),
|
|
(87001, 963, 0, 'Purple Lotus zone 440, node 121'),
|
|
(87002, 963, 0, 'Purple Lotus zone 440, node 122'),
|
|
(87003, 963, 0, 'Purple Lotus zone 440, node 123'),
|
|
(87004, 966, 0, 'Golden Sansam zone 490, node 290'),
|
|
(87005, 966, 0, 'Golden Sansam zone 490, node 291'),
|
|
(87006, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 865'),
|
|
(87007, 986, 0, 'Goldclover zone 495, node 98'),
|
|
(87008, 986, 0, 'Goldclover zone 495, node 99'),
|
|
(87009, 986, 0, 'Goldclover zone 495, node 100'),
|
|
(87010, 985, 0, 'Goldclover zone 65, node 132'),
|
|
(87012, 983, 0, 'Talandra\'s Rose zone 66, node 136'),
|
|
(87013, 983, 0, 'Talandra\'s Rose zone 66, node 137'),
|
|
(87014, 981, 0, 'Lichbloom zone 67, node 92'),
|
|
(87015, 981, 0, 'Lichbloom zone 67, node 93'),
|
|
(87016, 981, 0, 'Lichbloom zone 67, node 94'),
|
|
(87017, 981, 0, 'Lichbloom zone 67, node 95'),
|
|
(87018, 981, 0, 'Lichbloom zone 67, node 96'),
|
|
(87019, 981, 0, 'Lichbloom zone 67, node 97'),
|
|
(87020, 981, 0, 'Lichbloom zone 67, node 98'),
|
|
(87021, 981, 0, 'Lichbloom zone 67, node 99'),
|
|
(87022, 981, 0, 'Icethorn zone 67, node 100'),
|
|
(87023, 981, 0, 'Icethorn zone 67, node 101'),
|
|
(87024, 981, 0, 'Icethorn zone 67, node 102'),
|
|
(87025, 981, 0, 'Icethorn zone 67, node 103'),
|
|
(87026, 981, 0, 'Icethorn zone 67, node 104'),
|
|
(87027, 981, 0, 'Icethorn zone 67, node 105'),
|
|
(87028, 981, 0, 'Icethorn zone 67, node 106'),
|
|
(87029, 981, 0, 'Icethorn zone 67, node 107'),
|
|
(87030, 981, 0, 'Icethorn zone 67, node 108'),
|
|
(87031, 980, 0, 'Icethorn zone 210, node 147'),
|
|
(87032, 985, 0, 'Frozen Herb zone 65, node 133'),
|
|
(87033, 979, 0, 'Frozen Herb zone 4197, node 43'),
|
|
(87034, 983, 0, 'Frozen Herb zone 66, node 138'),
|
|
(87035, 983, 0, 'Frozen Herb zone 66, node 139'),
|
|
(87036, 983, 0, 'Frozen Herb zone 66, node 140'),
|
|
(87037, 983, 0, 'Frozen Herb zone 66, node 141'),
|
|
(87038, 983, 0, 'Frozen Herb zone 66, node 142'),
|
|
(87039, 983, 0, 'Frozen Herb zone 66, node 143'),
|
|
(87040, 983, 0, 'Frozen Herb zone 66, node 144'),
|
|
(87041, 948, 0, 'Dreamfoil zone 1377, node 68'),
|
|
(87042, 950, 0, 'Earthroot zone 44, node 217'),
|
|
(87043, 995, 0, 'Bruiseweed zone 10, node 311'),
|
|
(87044, 995, 0, 'Grave Moss zone 10, node 312'),
|
|
(87045, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(87046, 8098, 0, 'Blindweed - Zangarmarsh'),
|
|
(87047, 8197, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(87048, 8196, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(87049, 8271, 0, 'Felweed - Shadowmoon Valley'),
|
|
(87050, 8197, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(87051, 8212, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(87052, 8135, 0, 'Dreaming Glory - Terokkar Forest'),
|
|
(87053, 8030, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(87054, 8272, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(87055, 8042, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(87056, 8089, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(87057, 8089, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(87058, 745, 0, 'Briarthorn'),
|
|
(87059, 730, 0, 'Earthroot'),
|
|
(87060, 967, 0, 'Icecap zone 618, node 291'),
|
|
(87061, 961, 0, 'Stranglekelp zone 148, node 382'),
|
|
(87062, 991, 0, 'Stranglekelp zone 15, node 88'),
|
|
(87063, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 866'),
|
|
(87064, 964, 0, 'Purple Lotus zone 357, node 237'),
|
|
(87078, 984, 0, 'Goldclover zone 394, node 67'),
|
|
(87079, 986, 0, 'Goldclover zone 495, node 101'),
|
|
(87080, 982, 0, 'Goldclover zone 3711, node 134'),
|
|
(87081, 982, 0, 'Goldclover zone 3711, node 135'),
|
|
(87082, 984, 0, 'Goldclover zone 394, node 68'),
|
|
(87083, 982, 0, 'Adder\'s Tongue zone 3711, node 136'),
|
|
(87084, 982, 0, 'Adder\'s Tongue zone 3711, node 137'),
|
|
(87085, 982, 0, 'Adder\'s Tongue zone 3711, node 138'),
|
|
(87086, 982, 0, 'Adder\'s Tongue zone 3711, node 139'),
|
|
(87087, 982, 0, 'Adder\'s Tongue zone 3711, node 140'),
|
|
(87088, 984, 0, 'Tiger Lily zone 394, node 69'),
|
|
(87089, 984, 0, 'Tiger Lily zone 394, node 70'),
|
|
(87090, 982, 0, 'Tiger Lily zone 3711, node 141'),
|
|
(87091, 982, 0, 'Tiger Lily zone 3711, node 142'),
|
|
(87092, 983, 0, 'Talandra\'s Rose zone 66, node 145'),
|
|
(87093, 983, 0, 'Talandra\'s Rose zone 66, node 146'),
|
|
(87094, 983, 0, 'Talandra\'s Rose zone 66, node 147'),
|
|
(87095, 980, 0, 'Lichbloom zone 210, node 148'),
|
|
(87096, 980, 0, 'Lichbloom zone 210, node 149'),
|
|
(87097, 981, 0, 'Lichbloom zone 67, node 109'),
|
|
(87098, 981, 0, 'Lichbloom zone 67, node 110'),
|
|
(87099, 981, 0, 'Lichbloom zone 67, node 111'),
|
|
(87100, 981, 0, 'Lichbloom zone 67, node 112'),
|
|
(87101, 981, 0, 'Icethorn zone 67, node 113'),
|
|
(87102, 981, 0, 'Icethorn zone 67, node 114'),
|
|
(87103, 980, 0, 'Icethorn zone 210, node 150'),
|
|
(87104, 981, 0, 'Icethorn zone 67, node 115'),
|
|
(87105, 981, 0, 'Icethorn zone 67, node 116'),
|
|
(87106, 981, 0, 'Icethorn zone 67, node 117'),
|
|
(87107, 981, 0, 'Icethorn zone 67, node 118'),
|
|
(87108, 981, 0, 'Icethorn zone 67, node 119'),
|
|
(87109, 981, 0, 'Icethorn zone 67, node 120'),
|
|
(87110, 981, 0, 'Icethorn zone 67, node 121'),
|
|
(87111, 985, 0, 'Frozen Herb zone 65, node 134'),
|
|
(87112, 983, 0, 'Frozen Herb zone 66, node 148'),
|
|
(87113, 983, 0, 'Frozen Herb zone 66, node 149'),
|
|
(87114, 983, 0, 'Frozen Herb zone 66, node 150'),
|
|
(87115, 983, 0, 'Frozen Herb zone 66, node 151'),
|
|
(87116, 983, 0, 'Frozen Herb zone 66, node 152'),
|
|
(87117, 985, 0, 'Goldclover zone 65, node 135'),
|
|
(87118, 956, 0, 'Silverleaf zone 130, node 217'),
|
|
(87119, 994, 0, 'Briarthorn zone 11, node 392'),
|
|
(87120, 958, 0, 'Briarthorn zone 267, node 264'),
|
|
(87121, 956, 0, 'Briarthorn zone 130, node 218'),
|
|
(87122, 956, 0, 'Briarthorn zone 130, node 219'),
|
|
(87125, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(87126, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(87127, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(87128, 8085, 0, 'Ragveil - Zangarmarsh'),
|
|
(87129, 8083, 0, 'Felweed - Zangarmarsh'),
|
|
(87130, 8084, 0, 'Felweed - Zangarmarsh'),
|
|
(87131, 8078, 0, 'Felweed - Zangarmarsh'),
|
|
(87132, 8078, 0, 'Felweed - Zangarmarsh'),
|
|
(87133, 8097, 0, 'Blindweed - Zangarmarsh'),
|
|
(87134, 8097, 0, 'Blindweed - Zangarmarsh'),
|
|
(87135, 986, 0, 'Goldclover zone 495, node 102'),
|
|
(87136, 986, 0, 'Goldclover zone 495, node 103'),
|
|
(87137, 986, 0, 'Goldclover zone 495, node 104'),
|
|
(87138, 987, 0, 'Goldclover zone 3537, node 80'),
|
|
(87139, 986, 0, 'Goldclover zone 495, node 105'),
|
|
(87140, 986, 0, 'Goldclover zone 495, node 106'),
|
|
(87141, 986, 0, 'Goldclover zone 495, node 107'),
|
|
(87142, 986, 0, 'Goldclover zone 495, node 108'),
|
|
(87143, 986, 0, 'Goldclover zone 495, node 109'),
|
|
(87144, 8132, 0, 'Felweed - Terokkar Forest'),
|
|
(87145, 8164, 0, 'Felweed - Nagrand'),
|
|
(87146, 8133, 0, 'Felweed - Terokkar Forest'),
|
|
(87147, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(87148, 8195, 0, 'Felweed - Blade\'s Edge Mountains'),
|
|
(87149, 8202, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(87150, 8173, 0, 'Dreaming Glory - Nagrand'),
|
|
(87151, 8240, 0, 'Dreaming Glory - Netherstorm'),
|
|
(87152, 8247, 0, 'Dreaming Glory - Netherstorm - Eco-Dome Sutheron'),
|
|
(87153, 8202, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(87154, 8030, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(87157, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(87158, 8233, 0, 'Netherbloom - Netherstorm'),
|
|
(87159, 8233, 0, 'Netherbloom - Netherstorm'),
|
|
(87160, 8230, 0, 'Netherbloom - Netherstorm'),
|
|
(87161, 8146, 0, 'Mana Thistle - Terokkar Forest'),
|
|
(87162, 947, 0, 'Firebloom zone 51, node 59'),
|
|
(87163, 963, 0, 'Firebloom zone 440, node 124'),
|
|
(87164, 988, 0, 'Purple Lotus zone 33, node 704'),
|
|
(87165, 964, 0, 'Purple Lotus zone 357, node 238'),
|
|
(87166, 964, 0, 'Purple Lotus zone 357, node 239'),
|
|
(87167, 965, 0, 'Purple Lotus zone 47, node 327'),
|
|
(87168, 965, 0, 'Purple Lotus zone 47, node 328'),
|
|
(87169, 965, 0, 'Purple Lotus zone 47, node 329'),
|
|
(87170, 990, 0, 'Purple Lotus zone 16, node 518'),
|
|
(87171, 964, 0, 'Purple Lotus zone 357, node 240'),
|
|
(87172, 990, 0, 'Purple Lotus zone 16, node 519'),
|
|
(87173, 964, 0, 'Purple Lotus zone 357, node 241'),
|
|
(87174, 954, 0, 'Arthas\' Tears zone 28, node 224'),
|
|
(87175, 954, 0, 'Arthas\' Tears zone 28, node 225'),
|
|
(87176, 954, 0, 'Sungrass zone 28, node 226'),
|
|
(87177, 50003, 0, 'Sungrass zone 46, node 19'),
|
|
(87178, 968, 0, 'Sungrass zone 139, node 446'),
|
|
(87179, 948, 0, 'Sungrass zone 1377, node 69'),
|
|
(87180, 948, 0, 'Sungrass zone 1377, node 70'),
|
|
(87181, 964, 0, 'Sungrass zone 357, node 242'),
|
|
(87182, 964, 0, 'Sungrass zone 357, node 243'),
|
|
(87183, 948, 0, 'Sungrass zone 1377, node 71'),
|
|
(87184, 964, 0, 'Sungrass zone 357, node 244'),
|
|
(87185, 996, 0, 'Blindweed zone 8, node 393'),
|
|
(87186, 996, 0, 'Blindweed zone 8, node 394'),
|
|
(87187, 996, 0, 'Blindweed zone 8, node 395'),
|
|
(87188, 996, 0, 'Blindweed zone 8, node 396'),
|
|
(87189, 996, 0, 'Blindweed zone 8, node 397'),
|
|
(87190, 8077, 0, 'Ghost Mushroom - Zangarmarsh'),
|
|
(87191, 952, 0, 'Silverleaf zone 38, node 215'),
|
|
(87202, 718, 0, 'Silverleaf'),
|
|
(87207, 956, 0, 'Peacebloom zone 130, node 220'),
|
|
(87212, 956, 0, 'Earthroot zone 130, node 221'),
|
|
(87217, 956, 0, 'Mageroyal zone 130, node 222'),
|
|
(87218, 952, 0, 'Mageroyal zone 38, node 216'),
|
|
(87219, 952, 0, 'Mageroyal zone 38, node 217'),
|
|
(87220, 952, 0, 'Mageroyal zone 38, node 218'),
|
|
(87221, 951, 0, 'Mageroyal zone 40, node 305'),
|
|
(87222, 994, 0, 'Mageroyal zone 11, node 393'),
|
|
(87223, 994, 0, 'Mageroyal zone 11, node 394'),
|
|
(87224, 956, 0, 'Mageroyal zone 130, node 223'),
|
|
(87226, 949, 0, 'Mageroyal zone 406, node 276'),
|
|
(87227, 949, 0, 'Mageroyal zone 406, node 277'),
|
|
(87228, 949, 0, 'Mageroyal zone 406, node 278'),
|
|
(87230, 958, 0, 'Briarthorn zone 267, node 265'),
|
|
(87231, 951, 0, 'Briarthorn zone 40, node 306'),
|
|
(87232, 951, 0, 'Briarthorn zone 40, node 307'),
|
|
(87233, 952, 0, 'Briarthorn zone 38, node 219'),
|
|
(87234, 994, 0, 'Briarthorn zone 11, node 395'),
|
|
(87235, 994, 0, 'Briarthorn zone 11, node 396'),
|
|
(87236, 949, 0, 'Briarthorn zone 406, node 279'),
|
|
(87237, 949, 0, 'Briarthorn zone 406, node 280'),
|
|
(87238, 949, 0, 'Briarthorn zone 406, node 281'),
|
|
(87239, 949, 0, 'Briarthorn zone 406, node 282'),
|
|
(87240, 949, 0, 'Briarthorn zone 406, node 283'),
|
|
(87241, 960, 0, 'Briarthorn zone 331, node 439'),
|
|
(87242, 951, 0, 'Bruiseweed zone 40, node 308'),
|
|
(87243, 994, 0, 'Bruiseweed zone 11, node 397'),
|
|
(87244, 951, 0, 'Bruiseweed zone 40, node 309'),
|
|
(87245, 959, 0, 'Bruiseweed zone 45, node 522'),
|
|
(87246, 952, 0, 'Bruiseweed zone 38, node 220'),
|
|
(87247, 958, 0, 'Bruiseweed zone 267, node 266'),
|
|
(87248, 994, 0, 'Bruiseweed zone 11, node 398'),
|
|
(87249, 564, 0, 'Bruiseweed in Alterac Mountains'),
|
|
(87250, 821, 0, 'Bruiseweed,Zone 405,599,node 164'),
|
|
(87251, 949, 0, 'Bruiseweed zone 406, node 284'),
|
|
(87252, 960, 0, 'Bruiseweed zone 331, node 440'),
|
|
(87253, 949, 0, 'Bruiseweed zone 406, node 285'),
|
|
(87254, 949, 0, 'Bruiseweed zone 406, node 286'),
|
|
(87255, 949, 0, 'Bruiseweed zone 406, node 287'),
|
|
(87256, 962, 0, 'Bruiseweed zone 400, node 121'),
|
|
(87257, 949, 0, 'Bruiseweed zone 406, node 288'),
|
|
(87258, 988, 0, 'Wild Steelbloom zone 33, node 705'),
|
|
(87259, 958, 0, 'Wild Steelbloom zone 267, node 267'),
|
|
(87260, 949, 0, 'Wild Steelbloom zone 406, node 289'),
|
|
(87261, 949, 0, 'Wild Steelbloom zone 406, node 290'),
|
|
(87262, 949, 0, 'Wild Steelbloom zone 406, node 291'),
|
|
(87263, 962, 0, 'Wild Steelbloom zone 400, node 122'),
|
|
(87264, 995, 0, 'Kingsblood zone 10, node 313'),
|
|
(87265, 958, 0, 'Kingsblood zone 267, node 268'),
|
|
(87266, 959, 0, 'Kingsblood zone 45, node 523'),
|
|
(87267, 994, 0, 'Kingsblood zone 11, node 399'),
|
|
(87268, 994, 0, 'Kingsblood zone 11, node 400'),
|
|
(87269, 994, 0, 'Kingsblood zone 11, node 401'),
|
|
(87270, 994, 0, 'Kingsblood zone 11, node 402'),
|
|
(87271, 998, 0, 'Kingsblood zone 3, node 166'),
|
|
(87272, 823, 0, 'Kingsblood,Zone 405,596,node 165'),
|
|
(87273, 960, 0, 'Kingsblood zone 331, node 441'),
|
|
(87274, 824, 0, 'Kingsblood,Zone 405,598,node 166'),
|
|
(87275, 949, 0, 'Kingsblood zone 406, node 292'),
|
|
(87276, 949, 0, 'Kingsblood zone 406, node 293'),
|
|
(87277, 960, 0, 'Kingsblood zone 331, node 442'),
|
|
(87278, 960, 0, 'Kingsblood zone 331, node 443'),
|
|
(87279, 960, 0, 'Kingsblood zone 331, node 444'),
|
|
(87280, 962, 0, 'Kingsblood zone 400, node 123'),
|
|
(87281, 807, 0, 'Kingsblood,Zone 17,Area 390,node 867'),
|
|
(87282, 822, 0, 'Grave Moss,Zone 405,405,node 167'),
|
|
(87297, 964, 0, 'Golden Sansam zone 357, node 245'),
|
|
(87298, 968, 0, 'Golden Sansam zone 139, node 447'),
|
|
(87299, 8248, 0, 'Golden Sansam - Netherstorm - Eco-Dome Sutheron'),
|
|
(87300, 8095, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(87301, 8024, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(87302, 8096, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(87303, 8024, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(87304, 8042, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(87305, 50003, 0, 'Dreamfoil zone 46, node 57'),
|
|
(87306, 948, 0, 'Dreamfoil zone 1377, node 72'),
|
|
(87307, 8041, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(87308, 967, 0, 'Mountain Silversage zone 618, node 292'),
|
|
(87309, 967, 0, 'Mountain Silversage zone 618, node 293'),
|
|
(87310, 990, 0, 'Mountain Silversage zone 16, node 520'),
|
|
(87311, 968, 0, 'Mountain Silversage zone 139, node 448'),
|
|
(87312, 968, 0, 'Plaguebloom zone 139, node 449'),
|
|
(87313, 968, 0, 'Plaguebloom zone 139, node 450'),
|
|
(87314, 954, 0, 'Plaguebloom zone 28, node 227'),
|
|
(87315, 968, 0, 'Plaguebloom zone 139, node 451'),
|
|
(87316, 968, 0, 'Black Lotus zone 139, node 452'),
|
|
(87317, 986, 0, 'Tiger Lily zone 495, node 110'),
|
|
(87318, 984, 0, 'Tiger Lily zone 394, node 71'),
|
|
(87319, 984, 0, 'Tiger Lily zone 394, node 72'),
|
|
(87320, 984, 0, 'Tiger Lily zone 394, node 73'),
|
|
(87321, 983, 0, 'Talandra\'s Rose zone 66, node 153'),
|
|
(87322, 981, 0, 'Lichbloom zone 67, node 122'),
|
|
(87323, 980, 0, 'Lichbloom zone 210, node 151'),
|
|
(87324, 981, 0, 'Lichbloom zone 67, node 123'),
|
|
(87325, 980, 0, 'Icethorn zone 210, node 152'),
|
|
(87326, 981, 0, 'Icethorn zone 67, node 124'),
|
|
(87327, 981, 0, 'Icethorn zone 67, node 125'),
|
|
(87328, 981, 0, 'Icethorn zone 67, node 126'),
|
|
(87329, 985, 0, 'Frozen Herb zone 65, node 136'),
|
|
(87330, 983, 0, 'Frozen Herb zone 66, node 154'),
|
|
(87331, 983, 0, 'Frozen Herb zone 66, node 155'),
|
|
(87332, 983, 0, 'Frozen Herb zone 66, node 156'),
|
|
(87333, 983, 0, 'Frozen Herb zone 66, node 157'),
|
|
(87334, 983, 0, 'Frozen Herb zone 66, node 158'),
|
|
(87335, 983, 0, 'Frozen Herb zone 66, node 159'),
|
|
(87336, 996, 0, 'Liferoot zone 8, node 398'),
|
|
(87337, 959, 0, 'Liferoot zone 45, node 524'),
|
|
(87338, 988, 0, 'Liferoot zone 33, node 706'),
|
|
(87339, 988, 0, 'Liferoot zone 33, node 707'),
|
|
(87340, 994, 0, 'Liferoot zone 11, node 403'),
|
|
(87341, 994, 0, 'Liferoot zone 11, node 404'),
|
|
(87342, 994, 0, 'Liferoot zone 11, node 405'),
|
|
(87343, 960, 0, 'Liferoot zone 331, node 445'),
|
|
(87344, 991, 0, 'Liferoot zone 15, node 89'),
|
|
(87345, 991, 0, 'Liferoot zone 15, node 90'),
|
|
(87346, 959, 0, 'Fadeleaf zone 45, node 525'),
|
|
(87347, 965, 0, 'Fadeleaf zone 47, node 330'),
|
|
(87348, 965, 0, 'Fadeleaf zone 47, node 331'),
|
|
(87349, 991, 0, 'Fadeleaf zone 15, node 91'),
|
|
(87350, 988, 0, 'Khadgar\'s Whisker zone 33, node 708'),
|
|
(87351, 996, 0, 'Khadgar\'s Whisker zone 8, node 399'),
|
|
(87352, 988, 0, 'Khadgar\'s Whisker zone 33, node 709'),
|
|
(87353, 959, 0, 'Khadgar\'s Whisker zone 45, node 526'),
|
|
(87354, 964, 0, 'Khadgar\'s Whisker zone 357, node 246'),
|
|
(87355, 964, 0, 'Khadgar\'s Whisker zone 357, node 247'),
|
|
(87356, 964, 0, 'Khadgar\'s Whisker zone 357, node 248'),
|
|
(87357, 965, 0, 'Stranglekelp zone 47, node 332'),
|
|
(87358, 960, 0, 'Stranglekelp zone 331, node 446'),
|
|
(87359, 958, 0, 'Stranglekelp zone 267, node 269'),
|
|
(87360, 988, 0, 'Stranglekelp zone 33, node 710'),
|
|
(87361, 988, 0, 'Stranglekelp zone 33, node 711'),
|
|
(87362, 960, 0, 'Stranglekelp zone 331, node 447'),
|
|
(87364, 960, 0, 'Stranglekelp zone 331, node 448'),
|
|
(87365, 964, 0, 'Goldthorn zone 357, node 249'),
|
|
(87366, 988, 0, 'Goldthorn zone 33, node 712'),
|
|
(87367, 964, 0, 'Goldthorn zone 357, node 250'),
|
|
(87368, 959, 0, 'Goldthorn zone 45, node 527'),
|
|
(87369, 988, 0, 'Goldthorn zone 33, node 713'),
|
|
(87370, 996, 0, 'Goldthorn zone 8, node 400'),
|
|
(87371, 988, 0, 'Goldthorn zone 33, node 714'),
|
|
(87372, 959, 0, 'Goldthorn zone 45, node 528'),
|
|
(87373, 964, 0, 'Goldthorn zone 357, node 251'),
|
|
(87374, 991, 0, 'Goldthorn zone 15, node 92'),
|
|
(87375, 964, 0, 'Goldthorn zone 357, node 252'),
|
|
(87384, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(87385, 11655, 0, 'Solid Chest, Arathi Highlands, node 7'),
|
|
(87386, 11658, 0, 'Solid Chest, Dustwallow Marsh, node 1'),
|
|
(87388, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(87398, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(87399, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(87400, 8078, 0, 'Felweed - Zangarmarsh'),
|
|
(87401, 8078, 0, 'Felweed - Zangarmarsh'),
|
|
(87402, 8078, 0, 'Felweed - Zangarmarsh'),
|
|
(87403, 8098, 0, 'Blindweed - Zangarmarsh'),
|
|
(87404, 986, 0, 'Goldclover zone 495, node 111'),
|
|
(87405, 986, 0, 'Goldclover zone 495, node 112'),
|
|
(87406, 986, 0, 'Goldclover zone 495, node 113'),
|
|
(87407, 987, 0, 'Goldclover zone 3537, node 81'),
|
|
(87408, 986, 0, 'Goldclover zone 495, node 114'),
|
|
(87409, 987, 0, 'Goldclover zone 3537, node 82'),
|
|
(87410, 8040, 0, 'Felweed - Hellfire Peninsula'),
|
|
(87411, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(87412, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(87413, 8167, 0, 'Felweed - Nagrand'),
|
|
(87414, 8134, 0, 'Felweed - Terokkar Forest'),
|
|
(87415, 8040, 0, 'Felweed - Hellfire Peninsula'),
|
|
(87416, 8166, 0, 'Felweed - Nagrand'),
|
|
(87417, 8166, 0, 'Felweed - Nagrand'),
|
|
(87418, 8134, 0, 'Felweed - Terokkar Forest'),
|
|
(87419, 8134, 0, 'Felweed - Terokkar Forest'),
|
|
(87420, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(87421, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(87422, 8011, 0, 'Felweed - Hellfire Peninsula'),
|
|
(87423, 8011, 0, 'Felweed - Hellfire Peninsula'),
|
|
(87424, 8016, 0, 'Felweed - Hellfire Peninsula'),
|
|
(87425, 8036, 0, 'Felweed - Hellfire Peninsula'),
|
|
(87426, 8036, 0, 'Felweed - Hellfire Peninsula'),
|
|
(87427, 8170, 0, 'Dreaming Glory - Nagrand'),
|
|
(87428, 8025, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(87429, 8170, 0, 'Dreaming Glory - Nagrand'),
|
|
(87430, 8170, 0, 'Dreaming Glory - Nagrand'),
|
|
(87431, 8171, 0, 'Dreaming Glory - Nagrand'),
|
|
(87432, 8170, 0, 'Dreaming Glory - Nagrand'),
|
|
(87433, 8020, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(87434, 8025, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(87435, 8030, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(87436, 8039, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(87437, 982, 0, 'Adder\'s Tongue zone 3711, node 143'),
|
|
(87438, 982, 0, 'Adder\'s Tongue zone 3711, node 144'),
|
|
(87439, 982, 0, 'Adder\'s Tongue zone 3711, node 145'),
|
|
(87440, 982, 0, 'Adder\'s Tongue zone 3711, node 146'),
|
|
(87441, 947, 0, 'Firebloom zone 51, node 60'),
|
|
(87442, 963, 0, 'Firebloom zone 440, node 125'),
|
|
(87443, 965, 0, 'Purple Lotus zone 47, node 333'),
|
|
(87444, 965, 0, 'Purple Lotus zone 47, node 334'),
|
|
(87445, 965, 0, 'Purple Lotus zone 47, node 335'),
|
|
(87446, 965, 0, 'Purple Lotus zone 47, node 336'),
|
|
(87447, 965, 0, 'Purple Lotus zone 47, node 337'),
|
|
(87448, 965, 0, 'Purple Lotus zone 47, node 338'),
|
|
(87449, 965, 0, 'Sungrass zone 47, node 339'),
|
|
(87450, 965, 0, 'Sungrass zone 47, node 340'),
|
|
(87451, 965, 0, 'Sungrass zone 47, node 341'),
|
|
(87452, 965, 0, 'Sungrass zone 47, node 342'),
|
|
(87453, 965, 0, 'Sungrass zone 47, node 343'),
|
|
(87454, 965, 0, 'Sungrass zone 47, node 344'),
|
|
(87455, 965, 0, 'Sungrass zone 47, node 345'),
|
|
(87456, 968, 0, 'Sungrass zone 139, node 453'),
|
|
(87457, 954, 0, 'Sungrass zone 28, node 228'),
|
|
(87458, 966, 0, 'Sungrass zone 490, node 292'),
|
|
(87459, 966, 0, 'Sungrass zone 490, node 293'),
|
|
(87460, 965, 0, 'Ghost Mushroom zone 47, node 346'),
|
|
(87461, 951, 0, 'Earthroot zone 40, node 310'),
|
|
(87462, 961, 0, 'Earthroot zone 148, node 383'),
|
|
(87463, 960, 0, 'Mageroyal zone 331, node 449'),
|
|
(87464, 951, 0, 'Mageroyal zone 40, node 311'),
|
|
(87465, 960, 0, 'Briarthorn zone 331, node 450'),
|
|
(87467, 951, 0, 'Briarthorn zone 40, node 312'),
|
|
(87468, 960, 0, 'Briarthorn zone 331, node 451'),
|
|
(87469, 960, 0, 'Briarthorn zone 331, node 452'),
|
|
(87470, 951, 0, 'Bruiseweed zone 40, node 313'),
|
|
(87471, 962, 0, 'Bruiseweed zone 400, node 124'),
|
|
(87474, 958, 0, 'Wild Steelbloom zone 267, node 270'),
|
|
(87475, 958, 0, 'Wild Steelbloom zone 267, node 271'),
|
|
(87477, 960, 0, 'Kingsblood zone 331, node 453'),
|
|
(87478, 960, 0, 'Kingsblood zone 331, node 454'),
|
|
(87481, 949, 0, 'Kingsblood zone 406, node 294'),
|
|
(87483, 823, 0, 'Grave Moss,Zone 405,596,node 168'),
|
|
(87485, 965, 0, 'Golden Sansam zone 47, node 347'),
|
|
(87486, 965, 0, 'Golden Sansam zone 47, node 348'),
|
|
(87487, 966, 0, 'Golden Sansam zone 490, node 294'),
|
|
(87488, 966, 0, 'Golden Sansam zone 490, node 295'),
|
|
(87489, 966, 0, 'Golden Sansam zone 490, node 296'),
|
|
(87490, 8024, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(87491, 8024, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(87492, 8024, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(87493, 966, 0, 'Dreamfoil zone 490, node 297'),
|
|
(87494, 966, 0, 'Dreamfoil zone 490, node 298'),
|
|
(87495, 966, 0, 'Dreamfoil zone 490, node 299'),
|
|
(87496, 8022, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(87497, 8032, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(87498, 8015, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(87499, 8089, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(87500, 968, 0, 'Mountain Silversage zone 139, node 454'),
|
|
(87501, 967, 0, 'Mountain Silversage zone 618, node 294'),
|
|
(87503, 967, 0, 'Mountain Silversage zone 618, node 295'),
|
|
(87504, 8023, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(87505, 8014, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(87506, 968, 0, 'Plaguebloom zone 139, node 455'),
|
|
(87507, 968, 0, 'Plaguebloom zone 139, node 456'),
|
|
(87508, 968, 0, 'Plaguebloom zone 139, node 457'),
|
|
(87509, 968, 0, 'Plaguebloom zone 139, node 458'),
|
|
(87510, 968, 0, 'Plaguebloom zone 139, node 459'),
|
|
(87511, 968, 0, 'Plaguebloom zone 139, node 460'),
|
|
(87512, 968, 0, 'Plaguebloom zone 139, node 461'),
|
|
(87513, 967, 0, 'Icecap zone 618, node 296'),
|
|
(87514, 967, 0, 'Icecap zone 618, node 297'),
|
|
(87515, 967, 0, 'Icecap zone 618, node 298'),
|
|
(87516, 967, 0, 'Icecap zone 618, node 299'),
|
|
(87517, 986, 0, 'Tiger Lily zone 495, node 115'),
|
|
(87518, 982, 0, 'Tiger Lily zone 3711, node 147'),
|
|
(87519, 987, 0, 'Tiger Lily zone 3537, node 83'),
|
|
(87520, 982, 0, 'Tiger Lily zone 3711, node 148'),
|
|
(87521, 983, 0, 'Talandra\'s Rose zone 66, node 160'),
|
|
(87522, 983, 0, 'Talandra\'s Rose zone 66, node 161'),
|
|
(87523, 980, 0, 'Lichbloom zone 210, node 153'),
|
|
(87524, 979, 0, 'Lichbloom zone 4197, node 44'),
|
|
(87525, 979, 0, 'Lichbloom zone 4197, node 45'),
|
|
(87526, 979, 0, 'Lichbloom zone 4197, node 46'),
|
|
(87527, 981, 0, 'Lichbloom zone 67, node 127'),
|
|
(87528, 980, 0, 'Lichbloom zone 210, node 154'),
|
|
(87529, 980, 0, 'Lichbloom zone 210, node 155'),
|
|
(87530, 980, 0, 'Lichbloom zone 210, node 156'),
|
|
(87531, 980, 0, 'Lichbloom zone 210, node 157'),
|
|
(87532, 981, 0, 'Lichbloom zone 67, node 128'),
|
|
(87533, 980, 0, 'Icethorn zone 210, node 158'),
|
|
(87534, 979, 0, 'Icethorn zone 4197, node 47'),
|
|
(87535, 981, 0, 'Icethorn zone 67, node 129'),
|
|
(87536, 980, 0, 'Icethorn zone 210, node 159'),
|
|
(87537, 980, 0, 'Icethorn zone 210, node 160'),
|
|
(87538, 980, 0, 'Icethorn zone 210, node 161'),
|
|
(87539, 980, 0, 'Icethorn zone 210, node 162'),
|
|
(87540, 985, 0, 'Frozen Herb zone 65, node 137'),
|
|
(87541, 985, 0, 'Frozen Herb zone 65, node 138'),
|
|
(87542, 985, 0, 'Frozen Herb zone 65, node 139'),
|
|
(87543, 985, 0, 'Frozen Herb zone 65, node 140'),
|
|
(87544, 985, 0, 'Frozen Herb zone 65, node 141'),
|
|
(87545, 979, 0, 'Frozen Herb zone 4197, node 48'),
|
|
(87546, 979, 0, 'Frozen Herb zone 4197, node 49'),
|
|
(87549, 964, 0, 'Liferoot zone 357, node 253'),
|
|
(87551, 965, 0, 'Fadeleaf zone 47, node 349'),
|
|
(87557, 965, 0, 'Khadgar\'s Whisker zone 47, node 350'),
|
|
(87560, 964, 0, 'Khadgar\'s Whisker zone 357, node 254'),
|
|
(87561, 960, 0, 'Stranglekelp zone 331, node 455'),
|
|
(87562, 951, 0, 'Stranglekelp zone 40, node 314'),
|
|
(87563, 951, 0, 'Stranglekelp zone 40, node 315'),
|
|
(87566, 958, 0, 'Stranglekelp zone 267, node 272'),
|
|
(87567, 960, 0, 'Stranglekelp zone 331, node 456'),
|
|
(87572, 808, 0, 'Stranglekelp,Zone 17,Area 391,node 868'),
|
|
(87574, 965, 0, 'Goldthorn zone 47, node 351'),
|
|
(87575, 965, 0, 'Goldthorn zone 47, node 352'),
|
|
(87576, 965, 0, 'Goldthorn zone 47, node 353'),
|
|
(87577, 965, 0, 'Goldthorn zone 47, node 354'),
|
|
(99814, 8011, 0, 'Felweed - Hellfire Peninsula'),
|
|
(99815, 8009, 0, 'Nightmare Vine - Hellfire Peninsula'),
|
|
(99816, 8008, 0, 'Nightmare Vine - Hellfire Peninsula'),
|
|
(100026, 7000, 0, 'Dart\'s Nest spawn point 1'),
|
|
(100027, 7000, 0, 'Dart\'s Nest spawn point 2'),
|
|
(100028, 7000, 0, 'Dart\'s Nest spawn point 3'),
|
|
(100029, 7000, 0, 'Dart\'s Nest spawn point 4'),
|
|
(100067, 11655, 0, 'Solid Chest, Arathi Highlands, node 2'),
|
|
(100068, 11655, 0, 'Solid Chest, Arathi Highlands, node 5'),
|
|
(100069, 11654, 0, 'Treasures - Stranglethorn Vale'),
|
|
(100070, 11655, 0, 'Solid Chest, Arathi Highlands, node 11'),
|
|
(100198, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(100357, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(100358, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(100359, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(100360, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(100361, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(100362, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(100363, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(100364, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(100365, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(100366, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(100367, 1047, 0, 'Coilskar Chest (184716)'),
|
|
(100374, 104, 0, 'Ever-burning Ash (184948)'),
|
|
(100510, 371, 0, 'Slagtree\'s Lost Tools Spawn 2'),
|
|
(100511, 371, 0, 'Slagtree\'s Lost Tools Spawn 3'),
|
|
(100512, 371, 0, 'Slagtree\'s Lost Tools Spawn 4'),
|
|
(100513, 371, 0, 'Slagtree\'s Lost Tools Spawn 5'),
|
|
(101000, 12000, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101001, 12000, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101002, 12001, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101003, 12001, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101004, 12002, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101005, 12002, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101006, 12003, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101007, 12003, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101008, 12004, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101009, 12004, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101010, 12005, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101011, 12005, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101012, 12006, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101013, 12006, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101014, 12007, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101015, 12007, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101016, 12008, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101017, 12008, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101018, 12009, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101019, 12009, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101020, 12010, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101021, 12010, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101022, 12011, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101023, 12011, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101024, 12012, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101025, 12012, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101026, 12013, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101027, 12013, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101028, 12014, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101029, 12014, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101030, 12015, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101031, 12015, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101032, 12016, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101033, 12016, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101034, 12017, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101035, 12017, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101036, 12018, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101037, 12018, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101038, 12019, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101039, 12019, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101040, 12020, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101041, 12020, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101042, 12021, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101043, 12021, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101044, 12022, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101045, 12022, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101046, 12023, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101047, 12023, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101048, 12024, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101049, 12024, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101050, 12025, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101051, 12025, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101052, 12026, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101053, 12026, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101054, 12027, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101055, 12027, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101056, 12028, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101057, 12028, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101058, 12029, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101059, 12029, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101060, 12030, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101061, 12030, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101062, 12031, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101063, 12031, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101064, 12032, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101065, 12032, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101066, 12033, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101067, 12033, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101068, 12034, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101069, 12034, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101070, 12035, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101071, 12035, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101072, 12036, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101073, 12036, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101074, 12037, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101075, 12037, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101076, 12038, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101077, 12038, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101078, 12039, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101079, 12039, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101080, 12040, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101081, 12040, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101082, 12041, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101083, 12041, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101084, 12042, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101085, 12042, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101086, 12043, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101087, 12043, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101088, 12044, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101089, 12044, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101090, 12045, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101091, 12045, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101092, 12046, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101093, 12046, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101094, 12047, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101095, 12047, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101096, 12048, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101097, 12048, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101098, 12049, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101099, 12049, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101100, 12050, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101101, 12050, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101102, 12051, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101103, 12051, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101104, 12052, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101105, 12052, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101106, 12053, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101107, 12053, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101108, 12054, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101109, 12054, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101110, 12055, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101111, 12055, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101112, 12056, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101113, 12056, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101114, 12057, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101115, 12057, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101116, 12058, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101117, 12058, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101118, 12059, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101119, 12059, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101120, 12060, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101121, 12060, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101122, 12061, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101123, 12061, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101124, 12062, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101125, 12062, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101126, 12063, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101127, 12063, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101128, 12064, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101129, 12064, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101130, 12065, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101131, 12065, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101132, 12066, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101133, 12066, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101134, 12067, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101135, 12067, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101136, 12068, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101137, 12068, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101138, 12069, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101139, 12069, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101140, 12070, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101141, 12070, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101142, 12071, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101143, 12071, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101144, 12072, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101145, 12072, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101146, 12073, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101147, 12073, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101148, 12074, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101149, 12074, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101150, 12075, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101151, 12075, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101152, 12076, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101153, 12076, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101154, 12077, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101155, 12077, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101156, 12078, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101157, 12078, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101158, 12079, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101159, 12079, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101160, 12080, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101161, 12080, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101162, 12081, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101163, 12081, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101164, 12082, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101165, 12082, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101166, 12083, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101167, 12083, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101168, 12084, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101169, 12084, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101170, 12085, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101171, 12085, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101172, 12086, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101173, 12086, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101174, 12087, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101175, 12087, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101176, 12088, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101177, 12088, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101178, 12089, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101179, 12089, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101180, 12090, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101181, 12090, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101182, 12091, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101183, 12091, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101184, 12092, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101185, 12092, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101186, 12093, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101187, 12093, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101188, 12094, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101189, 12094, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101190, 12095, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101191, 12095, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101192, 12096, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101193, 12096, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101194, 12097, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101195, 12097, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101196, 12098, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101197, 12098, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101198, 12099, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101199, 12099, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101200, 12100, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101201, 12100, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101202, 12101, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101203, 12101, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101204, 12102, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101205, 12102, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101206, 12103, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101207, 12103, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101208, 12104, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101209, 12104, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101210, 12105, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101211, 12105, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101212, 12106, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101213, 12106, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101214, 12107, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101215, 12107, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101216, 12108, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101217, 12108, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101218, 12109, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101219, 12109, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101220, 12110, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101221, 12110, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101222, 12111, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101223, 12111, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101224, 12112, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101225, 12112, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101226, 12113, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101227, 12113, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101228, 12114, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101229, 12114, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101230, 12115, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101231, 12115, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101232, 12116, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101233, 12116, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101234, 12117, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101235, 12117, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101236, 12118, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101237, 12118, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101238, 12119, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101239, 12119, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101240, 12120, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101241, 12120, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101242, 12121, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101243, 12121, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101244, 12122, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101245, 12122, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101246, 12123, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101247, 12123, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101248, 12124, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101249, 12124, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101250, 12125, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101251, 12125, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101252, 12126, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101253, 12126, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101254, 12127, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101255, 12127, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101256, 12128, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101257, 12128, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101258, 12129, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101259, 12129, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101260, 12130, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101261, 12130, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101262, 12131, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101263, 12131, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101264, 12132, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101265, 12132, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101266, 12133, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101267, 12133, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101268, 12134, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101269, 12134, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101270, 12135, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101271, 12135, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101272, 12136, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101273, 12136, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101274, 12137, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101275, 12137, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101276, 12138, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101277, 12138, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101278, 12139, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101279, 12139, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101280, 12140, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101281, 12140, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101282, 12141, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101283, 12141, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101284, 12142, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101285, 12142, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101286, 12143, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101287, 12143, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101288, 12144, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101289, 12144, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101290, 12145, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101291, 12145, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101292, 12146, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101293, 12146, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101294, 12147, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101295, 12147, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101296, 12148, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101297, 12148, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101298, 12149, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101299, 12149, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101300, 12150, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101301, 12150, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101302, 12151, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101303, 12151, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101304, 12152, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101305, 12152, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101306, 12153, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101307, 12153, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101308, 12154, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101309, 12154, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101310, 12155, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101311, 12155, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101312, 12156, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101313, 12156, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101314, 12157, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101315, 12157, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101316, 12158, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101317, 12158, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101318, 12159, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101319, 12159, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101320, 12160, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101321, 12160, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101322, 12161, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101323, 12161, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101324, 12162, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101325, 12162, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101326, 12163, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101327, 12163, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101328, 12164, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101329, 12164, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101330, 12165, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101331, 12165, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101332, 12166, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101333, 12166, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101334, 12167, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101335, 12167, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101336, 12168, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101337, 12168, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101338, 12169, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101339, 12169, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101340, 12170, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101341, 12170, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101342, 12171, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101343, 12171, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101344, 12172, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101345, 12172, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101346, 12173, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101347, 12173, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101348, 12174, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101349, 12174, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101350, 12175, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101351, 12175, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101352, 12176, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101353, 12176, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101354, 12177, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101355, 12177, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101356, 12178, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101357, 12178, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101358, 12179, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101359, 12179, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101360, 12180, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101361, 12180, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101362, 12181, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101363, 12181, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101364, 12182, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101365, 12182, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101366, 12183, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101367, 12183, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101368, 12184, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101369, 12184, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101370, 12185, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101371, 12185, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101372, 12186, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101373, 12186, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101374, 12187, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101375, 12187, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101376, 12188, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101377, 12188, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101378, 12189, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101379, 12189, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101380, 12190, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101381, 12190, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101382, 12191, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101383, 12191, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101384, 12192, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101385, 12192, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101386, 12193, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101387, 12193, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101388, 12194, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101389, 12194, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101390, 12195, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101391, 12195, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101392, 12196, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101393, 12196, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101394, 12197, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101395, 12197, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101396, 12198, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101397, 12198, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101398, 12199, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101399, 12199, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101400, 12200, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101401, 12200, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101402, 12201, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101403, 12201, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101404, 12202, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101405, 12202, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101406, 12203, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101407, 12203, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101408, 12204, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101409, 12204, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101410, 12205, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101411, 12205, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101412, 12206, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101413, 12206, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101414, 12207, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101415, 12207, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101416, 12208, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101417, 12208, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101418, 12209, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101419, 12209, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101420, 12210, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101421, 12210, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101422, 12211, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101423, 12211, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101424, 12212, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101425, 12212, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101426, 12213, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101427, 12213, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101428, 12214, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101429, 12214, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101430, 12215, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101431, 12215, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101432, 12216, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101433, 12216, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101434, 12217, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101435, 12217, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101436, 12218, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101437, 12218, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101438, 12219, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101439, 12219, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101440, 12220, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101441, 12220, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101442, 12221, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101443, 12221, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101444, 12222, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101445, 12222, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101446, 12223, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101447, 12223, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101448, 12224, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101449, 12224, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101450, 12225, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101451, 12225, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101452, 12226, 0, 'Fel Iron Deposit - Hellfire Peninsula'),
|
|
(101453, 12226, 1, 'Khorium for Fel Iron - Hellfire Peninsula'),
|
|
(101454, 8008, 0, 'Nightmare Vine - Hellfire Peninsula'),
|
|
(101455, 8008, 0, 'Nightmare Vine - Hellfire Peninsula'),
|
|
(101456, 8008, 0, 'Nightmare Vine - Hellfire Peninsula'),
|
|
(101457, 8008, 0, 'Nightmare Vine - Hellfire Peninsula'),
|
|
(101458, 8009, 0, 'Nightmare Vine - Hellfire Peninsula'),
|
|
(101459, 8009, 0, 'Nightmare Vine - Hellfire Peninsula'),
|
|
(101460, 8009, 0, 'Nightmare Vine - Hellfire Peninsula'),
|
|
(101461, 8009, 0, 'Nightmare Vine - Hellfire Peninsula'),
|
|
(101462, 8010, 0, 'Nightmare Vine - Hellfire Peninsula'),
|
|
(101463, 8010, 0, 'Nightmare Vine - Hellfire Peninsula'),
|
|
(101464, 8010, 0, 'Nightmare Vine - Hellfire Peninsula'),
|
|
(101465, 8010, 0, 'Nightmare Vine - Hellfire Peninsula'),
|
|
(101466, 8011, 0, 'Felweed - Hellfire Peninsula'),
|
|
(101467, 8011, 0, 'Felweed - Hellfire Peninsula'),
|
|
(101468, 8012, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(101469, 8013, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(101470, 8013, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(101471, 8015, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(101472, 8015, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(101473, 8015, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(101474, 8016, 0, 'Felweed - Hellfire Peninsula'),
|
|
(101475, 8016, 0, 'Felweed - Hellfire Peninsula'),
|
|
(101476, 8016, 0, 'Felweed - Hellfire Peninsula'),
|
|
(101477, 8017, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(101478, 8019, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(101479, 8019, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(101480, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(101481, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(101482, 8021, 0, 'Felweed - Hellfire Peninsula'),
|
|
(101483, 8022, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(101484, 8022, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(101485, 8023, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(101486, 8024, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(101487, 8024, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(101488, 8024, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(101489, 8025, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(101490, 8026, 0, 'Felweed - Hellfire Peninsula'),
|
|
(101491, 8026, 0, 'Felweed - Hellfire Peninsula'),
|
|
(101492, 8027, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(101493, 8028, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(101494, 8028, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(101495, 8030, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(101496, 8031, 0, 'Felweed - Hellfire Peninsula'),
|
|
(101497, 8032, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(101498, 8032, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(101499, 8035, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(101500, 8036, 0, 'Felweed - Hellfire Peninsula'),
|
|
(101501, 8036, 0, 'Felweed - Hellfire Peninsula'),
|
|
(101502, 8038, 0, 'Mountain Silversage - Hellfire Peninsula'),
|
|
(101503, 8039, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(101504, 8039, 0, 'Dreaming Glory - Hellfire Peninsula'),
|
|
(101505, 8040, 0, 'Felweed - Hellfire Peninsula'),
|
|
(101506, 8040, 0, 'Felweed - Hellfire Peninsula'),
|
|
(101507, 8040, 0, 'Felweed - Hellfire Peninsula'),
|
|
(101508, 8040, 0, 'Felweed - Hellfire Peninsula'),
|
|
(101509, 8041, 0, 'Dreamfoil - Hellfire Peninsula'),
|
|
(101510, 8042, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(101511, 8042, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(101512, 8042, 0, 'Golden Sansam - Hellfire Peninsula'),
|
|
(101513, 12227, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101514, 12227, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101515, 12228, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101516, 12228, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101517, 12229, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101518, 12229, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101519, 12230, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101520, 12230, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101521, 12231, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101522, 12231, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101523, 12232, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101524, 12232, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101525, 12233, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101526, 12233, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101527, 12234, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101528, 12234, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101529, 12235, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101530, 12235, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101531, 12236, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101532, 12236, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101533, 12237, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101534, 12237, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101535, 12238, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101536, 12238, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101537, 12239, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101538, 12239, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101539, 12240, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101540, 12240, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101541, 12241, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101542, 12241, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101543, 12242, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101544, 12242, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101545, 12243, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101546, 12243, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101547, 12244, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101548, 12244, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101549, 12245, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101550, 12245, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101551, 12246, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101552, 12246, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101553, 12247, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101554, 12247, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101555, 12248, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101556, 12248, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101557, 12249, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101558, 12249, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101559, 12250, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101560, 12250, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101561, 12251, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101562, 12251, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101563, 12252, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101564, 12252, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101565, 12253, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101566, 12253, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101567, 12254, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101568, 12254, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101569, 12255, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101570, 12255, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101571, 12256, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101572, 12256, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101573, 12257, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101574, 12257, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101575, 12258, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101576, 12258, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101577, 12259, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101578, 12259, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101579, 12260, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101580, 12260, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101581, 12261, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101582, 12261, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101583, 12262, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101584, 12262, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101585, 12263, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101586, 12263, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101587, 12264, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101588, 12264, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101589, 12265, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101590, 12265, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101591, 12266, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101592, 12266, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101593, 12267, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101594, 12267, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101595, 12268, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101596, 12268, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101597, 12269, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101598, 12269, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101599, 12270, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101600, 12270, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101601, 12271, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101602, 12271, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101603, 12272, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101604, 12272, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101605, 12273, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101606, 12273, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101607, 12274, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101608, 12274, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101609, 12275, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101610, 12275, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101611, 12276, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101612, 12276, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101613, 12277, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101614, 12277, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101615, 12278, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101616, 12278, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101617, 12279, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101618, 12279, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101619, 12280, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101620, 12280, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101621, 12281, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101622, 12281, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101623, 12282, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101624, 12282, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101625, 12283, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101626, 12283, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101627, 12284, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101628, 12284, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101629, 12285, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101630, 12285, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101631, 12286, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101632, 12286, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101633, 12287, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101634, 12287, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101635, 12288, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101636, 12288, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101637, 12289, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101638, 12289, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101639, 12290, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101640, 12290, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101641, 12291, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101642, 12291, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101643, 12292, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101644, 12292, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101645, 12293, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101646, 12293, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101647, 12294, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101648, 12294, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101649, 12295, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101650, 12295, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101651, 12296, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101652, 12296, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101653, 12297, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101654, 12297, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101655, 12298, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101656, 12298, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101657, 12299, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101658, 12299, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101659, 12300, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101660, 12300, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101661, 12301, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101662, 12301, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101663, 12302, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101664, 12302, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101665, 12303, 0, 'Fel Iron Deposit - Zangarmarsh'),
|
|
(101666, 12303, 1, 'Khorium for Fel Iron - Zangarmarsh'),
|
|
(101667, 12304, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101668, 12304, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101669, 12305, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101670, 12305, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101671, 12306, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101672, 12306, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101673, 12307, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101674, 12307, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101675, 12308, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101676, 12308, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101677, 12309, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101678, 12309, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101679, 12310, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101680, 12310, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101681, 12311, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101682, 12311, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101683, 12312, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101684, 12312, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101685, 12313, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101686, 12313, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101687, 12314, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101688, 12314, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101689, 12315, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101690, 12315, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101691, 12316, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101692, 12316, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101693, 12317, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101694, 12317, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101695, 12318, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101696, 12318, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101697, 12319, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101698, 12319, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101699, 12320, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101700, 12320, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101701, 12321, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101702, 12321, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101703, 12322, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101704, 12322, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101705, 12323, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101706, 12323, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101707, 12324, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101708, 12324, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101709, 12325, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101710, 12325, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101711, 12326, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101712, 12326, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101713, 12327, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101714, 12327, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101715, 12328, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101716, 12328, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101717, 12329, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101718, 12329, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101719, 12330, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101720, 12330, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101721, 12331, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101722, 12331, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101723, 12332, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101724, 12332, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101725, 12333, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101726, 12333, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101727, 12334, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101728, 12334, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101729, 12335, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101730, 12335, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101731, 12336, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101732, 12336, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101733, 12337, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101734, 12337, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101735, 12338, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101736, 12338, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101737, 12339, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101738, 12339, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101739, 12340, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101740, 12340, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101741, 12341, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101742, 12341, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101743, 12342, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101744, 12342, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101745, 12343, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101746, 12343, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101747, 12344, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101748, 12344, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101749, 12345, 0, 'Adamantite Deposit - Zangarmarsh'),
|
|
(101750, 12345, 3, 'Khorium for Adamantite - Zangarmarsh'),
|
|
(101751, 8076, 0, 'Ghost Mushroom - Zangarmarsh'),
|
|
(101752, 8076, 0, 'Ghost Mushroom - Zangarmarsh'),
|
|
(101753, 8077, 0, 'Ghost Mushroom - Zangarmarsh'),
|
|
(101754, 8077, 0, 'Ghost Mushroom - Zangarmarsh'),
|
|
(101755, 8077, 0, 'Ghost Mushroom - Zangarmarsh'),
|
|
(101756, 8077, 0, 'Ghost Mushroom - Zangarmarsh'),
|
|
(101757, 8077, 0, 'Ghost Mushroom - Zangarmarsh'),
|
|
(101758, 8086, 0, 'Ragveil - Zangarmarsh'),
|
|
(101759, 8087, 0, 'Flame Cap - Zangarmarsh'),
|
|
(101760, 8089, 0, 'Dreamfoil - Zangarmarsh'),
|
|
(101761, 8093, 0, 'Dreaming Glory - Zangarmarsh'),
|
|
(101762, 8095, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(101763, 8096, 0, 'Golden Sansam - Zangarmarsh'),
|
|
(101764, 12346, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101765, 12346, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101766, 12347, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101767, 12347, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101768, 12348, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101769, 12348, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101770, 12349, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101771, 12349, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101772, 12350, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101773, 12350, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101774, 12351, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101775, 12351, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101776, 12352, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101777, 12352, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101778, 12353, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101779, 12353, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101780, 12354, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101781, 12354, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101782, 12355, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101783, 12355, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101784, 12356, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101785, 12356, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101786, 12357, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101787, 12357, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101788, 12358, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101789, 12358, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101790, 12359, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101791, 12359, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101792, 12360, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101793, 12360, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101794, 12361, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101795, 12361, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101796, 12362, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101797, 12362, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101798, 12363, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101799, 12363, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101800, 12364, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101801, 12364, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101802, 12365, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101803, 12365, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101804, 12366, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101805, 12366, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101806, 12367, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101807, 12367, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101808, 12368, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101809, 12368, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101810, 12369, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101811, 12369, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101812, 12370, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101813, 12370, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101814, 12371, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101815, 12371, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101816, 12372, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101817, 12372, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101818, 12373, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101819, 12373, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101820, 12374, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101821, 12374, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101822, 12375, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101823, 12375, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101824, 12376, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101825, 12376, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101826, 12377, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101827, 12377, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101828, 12378, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101829, 12378, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101830, 12379, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101831, 12379, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101832, 12380, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101833, 12380, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101834, 12381, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101835, 12381, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101836, 12382, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101837, 12382, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101838, 12383, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101839, 12383, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101840, 12384, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101841, 12384, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101842, 12385, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101843, 12385, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101844, 12386, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101845, 12386, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101846, 12387, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101847, 12387, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101848, 12388, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101849, 12388, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101850, 12389, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101851, 12389, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101852, 12390, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101853, 12390, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101854, 12391, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101855, 12391, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101856, 12392, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101857, 12392, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101858, 12393, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101859, 12393, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101860, 12394, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101861, 12394, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101862, 12395, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101863, 12395, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101864, 12396, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101865, 12396, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101866, 12397, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101867, 12397, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101868, 12398, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101869, 12398, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101870, 12399, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101871, 12399, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101872, 12400, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101873, 12400, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101874, 12401, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101875, 12401, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101876, 12402, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101877, 12402, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101878, 12403, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101879, 12403, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101880, 12404, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101881, 12404, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101882, 12405, 0, 'Fel Iron Deposit - Terokkar Forest'),
|
|
(101883, 12405, 1, 'Khorium for Fel Iron - Terokkar Forest'),
|
|
(101884, 12406, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101885, 12406, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101886, 12407, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101887, 12407, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101888, 12408, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101889, 12408, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101890, 12409, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101891, 12409, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101892, 12410, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101893, 12410, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101894, 12411, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101895, 12411, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101896, 12412, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101897, 12412, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101898, 12413, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101899, 12413, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101900, 12414, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101901, 12414, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101902, 12415, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101903, 12415, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101904, 12416, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101905, 12416, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101906, 12417, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101907, 12417, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101908, 12418, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101909, 12418, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101910, 12419, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101911, 12419, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101912, 12420, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101913, 12420, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101914, 12421, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101915, 12421, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101916, 12422, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101917, 12422, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101918, 12423, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101919, 12423, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101920, 12424, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101921, 12424, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101922, 12425, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101923, 12425, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101924, 12426, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101925, 12426, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101926, 12427, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101927, 12427, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101928, 12428, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101929, 12428, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101930, 12429, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101931, 12429, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101932, 12430, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101933, 12430, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101934, 12431, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101935, 12431, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101936, 12432, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101937, 12432, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101938, 12433, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101939, 12433, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101940, 12434, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101941, 12434, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101942, 12435, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101943, 12435, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101944, 12436, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101945, 12436, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101946, 12437, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101947, 12437, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101948, 12438, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101949, 12438, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101950, 12439, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101951, 12439, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101952, 12440, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101953, 12440, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101954, 12441, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101955, 12441, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101956, 12442, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101957, 12442, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101958, 12443, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101959, 12443, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101960, 12444, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101961, 12444, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101962, 12445, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101963, 12445, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101964, 12446, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101965, 12446, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101966, 12447, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101967, 12447, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101968, 12448, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101969, 12448, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101970, 12449, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101971, 12449, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101972, 12450, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101973, 12450, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101974, 12451, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101975, 12451, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101976, 12452, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101977, 12452, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101978, 12453, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101979, 12453, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101980, 12454, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101981, 12454, 3, 'Khorium for Adamantite - Terokkar Forest'),
|
|
(101982, 12455, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101983, 12455, 4, 'Khorium for Rich Adamantite - Terokkar Forest'),
|
|
(101984, 12455, 30, 'Rich Adamantite Deposit - Terokkar Forest'),
|
|
(101985, 12456, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101986, 12456, 4, 'Khorium for Rich Adamantite - Terokkar Forest'),
|
|
(101987, 12456, 30, 'Rich Adamantite Deposit - Terokkar Forest'),
|
|
(101988, 12457, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101989, 12457, 4, 'Khorium for Rich Adamantite - Terokkar Forest'),
|
|
(101990, 12457, 30, 'Rich Adamantite Deposit - Terokkar Forest'),
|
|
(101991, 12458, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101992, 12458, 4, 'Khorium for Rich Adamantite - Terokkar Forest'),
|
|
(101993, 12458, 30, 'Rich Adamantite Deposit - Terokkar Forest'),
|
|
(101994, 12459, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101995, 12459, 4, 'Khorium for Rich Adamantite - Terokkar Forest'),
|
|
(101996, 12459, 30, 'Rich Adamantite Deposit - Terokkar Forest'),
|
|
(101997, 12460, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(101998, 12460, 4, 'Khorium for Rich Adamantite - Terokkar Forest'),
|
|
(101999, 12460, 30, 'Rich Adamantite Deposit - Terokkar Forest'),
|
|
(102000, 12461, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(102001, 12461, 4, 'Khorium for Rich Adamantite - Terokkar Forest'),
|
|
(102002, 12461, 30, 'Rich Adamantite Deposit - Terokkar Forest'),
|
|
(102003, 12462, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(102004, 12462, 4, 'Khorium for Rich Adamantite - Terokkar Forest'),
|
|
(102005, 12462, 30, 'Rich Adamantite Deposit - Terokkar Forest'),
|
|
(102006, 12463, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(102007, 12463, 4, 'Khorium for Rich Adamantite - Terokkar Forest'),
|
|
(102008, 12463, 30, 'Rich Adamantite Deposit - Terokkar Forest'),
|
|
(102009, 12464, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(102010, 12464, 4, 'Khorium for Rich Adamantite - Terokkar Forest'),
|
|
(102011, 12464, 30, 'Rich Adamantite Deposit - Terokkar Forest'),
|
|
(102012, 12465, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(102013, 12465, 4, 'Khorium for Rich Adamantite - Terokkar Forest'),
|
|
(102014, 12465, 30, 'Rich Adamantite Deposit - Terokkar Forest'),
|
|
(102015, 12466, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(102016, 12466, 4, 'Khorium for Rich Adamantite - Terokkar Forest'),
|
|
(102017, 12466, 30, 'Rich Adamantite Deposit - Terokkar Forest'),
|
|
(102018, 12467, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(102019, 12467, 4, 'Khorium for Rich Adamantite - Terokkar Forest'),
|
|
(102020, 12467, 30, 'Rich Adamantite Deposit - Terokkar Forest'),
|
|
(102021, 12468, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(102022, 12468, 4, 'Khorium for Rich Adamantite - Terokkar Forest'),
|
|
(102023, 12468, 30, 'Rich Adamantite Deposit - Terokkar Forest'),
|
|
(102024, 12469, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(102025, 12469, 4, 'Khorium for Rich Adamantite - Terokkar Forest'),
|
|
(102026, 12469, 30, 'Rich Adamantite Deposit - Terokkar Forest'),
|
|
(102027, 12470, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(102028, 12470, 4, 'Khorium for Rich Adamantite - Terokkar Forest'),
|
|
(102029, 12470, 30, 'Rich Adamantite Deposit - Terokkar Forest'),
|
|
(102030, 12471, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(102031, 12471, 4, 'Khorium for Rich Adamantite - Terokkar Forest'),
|
|
(102032, 12471, 30, 'Rich Adamantite Deposit - Terokkar Forest'),
|
|
(102033, 12472, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(102034, 12472, 4, 'Khorium for Rich Adamantite - Terokkar Forest'),
|
|
(102035, 12472, 30, 'Rich Adamantite Deposit - Terokkar Forest'),
|
|
(102036, 12473, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(102037, 12473, 4, 'Khorium for Rich Adamantite - Terokkar Forest'),
|
|
(102038, 12473, 30, 'Rich Adamantite Deposit - Terokkar Forest'),
|
|
(102039, 12474, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(102040, 12474, 4, 'Khorium for Rich Adamantite - Terokkar Forest'),
|
|
(102041, 12474, 30, 'Rich Adamantite Deposit - Terokkar Forest'),
|
|
(102042, 12475, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(102043, 12475, 4, 'Khorium for Rich Adamantite - Terokkar Forest'),
|
|
(102044, 12475, 30, 'Rich Adamantite Deposit - Terokkar Forest'),
|
|
(102045, 12476, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(102046, 12476, 4, 'Khorium for Rich Adamantite - Terokkar Forest'),
|
|
(102047, 12476, 30, 'Rich Adamantite Deposit - Terokkar Forest'),
|
|
(102048, 12477, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(102049, 12477, 4, 'Khorium for Rich Adamantite - Terokkar Forest'),
|
|
(102050, 12477, 30, 'Rich Adamantite Deposit - Terokkar Forest'),
|
|
(102051, 12478, 0, 'Adamantite Deposit - Terokkar Forest'),
|
|
(102052, 12478, 4, 'Khorium for Rich Adamantite - Terokkar Forest'),
|
|
(102053, 12478, 30, 'Rich Adamantite Deposit - Terokkar Forest'),
|
|
(102054, 8128, 0, 'Terocone - Terokkar Forest'),
|
|
(102055, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(102056, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(102057, 8129, 0, 'Terocone - Terokkar Forest'),
|
|
(102058, 8133, 0, 'Felweed - Terokkar Forest'),
|
|
(102059, 12479, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102060, 12479, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102061, 12480, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102062, 12480, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102063, 12481, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102064, 12481, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102065, 12482, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102066, 12482, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102067, 12483, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102068, 12483, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102069, 12484, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102070, 12484, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102071, 12485, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102072, 12485, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102073, 12486, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102074, 12486, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102075, 12487, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102076, 12487, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102077, 12488, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102078, 12488, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102079, 12489, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102080, 12489, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102081, 12490, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102082, 12490, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102083, 12491, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102084, 12491, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102085, 12492, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102086, 12492, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102087, 12493, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102088, 12493, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102089, 12494, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102090, 12494, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102091, 12495, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102092, 12495, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102093, 12496, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102094, 12496, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102095, 12497, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102096, 12497, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102097, 12498, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102098, 12498, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102099, 12499, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102100, 12499, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102101, 12500, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102102, 12500, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102103, 12501, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102104, 12501, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102105, 12502, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102106, 12502, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102107, 12503, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102108, 12503, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102109, 12504, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102110, 12504, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102111, 12505, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102112, 12505, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102113, 12506, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102114, 12506, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102115, 12507, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102116, 12507, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102117, 12508, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102118, 12508, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102119, 12509, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102120, 12509, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102121, 12510, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102122, 12510, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102123, 12511, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102124, 12511, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102125, 12512, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102126, 12512, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102127, 12513, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102128, 12513, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102129, 12514, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102130, 12514, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102131, 12515, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102132, 12515, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102133, 12516, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102134, 12516, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102135, 12517, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102136, 12517, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102137, 12518, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102138, 12518, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102139, 12519, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102140, 12519, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102141, 12520, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102142, 12520, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102143, 12521, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102144, 12521, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102145, 12522, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102146, 12522, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102147, 12523, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102148, 12523, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102149, 12524, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102150, 12524, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102151, 12525, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102152, 12525, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102153, 12526, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102154, 12526, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102155, 12527, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102156, 12527, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102157, 12528, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102158, 12528, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102159, 12529, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102160, 12529, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102161, 12530, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102162, 12530, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102163, 12531, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102164, 12531, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102165, 12532, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102166, 12532, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102167, 12533, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102168, 12533, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102169, 12534, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102170, 12534, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102171, 12535, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102172, 12535, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102173, 12536, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102174, 12536, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102175, 12537, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102176, 12537, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102177, 12538, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102178, 12538, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102179, 12539, 0, 'Fel Iron Deposit - Nagrand'),
|
|
(102180, 12539, 1, 'Khorium for Fel Iron - Nagrand'),
|
|
(102181, 12540, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102182, 12540, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102183, 12540, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102184, 12541, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102185, 12541, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102186, 12541, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102187, 12542, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102188, 12542, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102189, 12542, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102190, 12543, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102191, 12543, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102192, 12543, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102193, 12544, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102194, 12544, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102195, 12544, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102196, 12545, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102197, 12545, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102198, 12545, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102199, 12546, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102200, 12546, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102201, 12546, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102202, 12547, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102203, 12547, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102204, 12547, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102205, 12548, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102206, 12548, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102207, 12548, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102208, 12549, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102209, 12549, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102210, 12549, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102211, 12550, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102212, 12550, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102213, 12550, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102214, 12551, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102215, 12551, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102216, 12551, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102217, 12552, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102218, 12552, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102219, 12552, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102220, 12553, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102221, 12553, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102222, 12553, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102223, 12554, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102224, 12554, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102225, 12554, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102226, 12555, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102227, 12555, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102228, 12555, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102229, 12556, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102230, 12556, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102231, 12556, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102232, 12557, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102233, 12557, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102234, 12557, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102235, 12558, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102236, 12558, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102237, 12558, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102238, 12559, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102239, 12559, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102240, 12559, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102241, 12560, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102242, 12560, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102243, 12560, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102244, 12561, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102245, 12561, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102246, 12561, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102247, 12562, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102248, 12562, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102249, 12562, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102250, 12563, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102251, 12563, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102252, 12563, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102253, 12564, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102254, 12564, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102255, 12564, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102256, 12565, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102257, 12565, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102258, 12565, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102259, 12566, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102260, 12566, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102261, 12566, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102262, 12567, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102263, 12567, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102264, 12567, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102265, 12568, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102266, 12568, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102267, 12568, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102268, 12569, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102269, 12569, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102270, 12569, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102271, 12570, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102272, 12570, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102273, 12570, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102274, 12571, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102275, 12571, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102276, 12571, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102277, 12572, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102278, 12572, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102279, 12572, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102280, 12573, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102281, 12573, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102282, 12573, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102283, 12574, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102284, 12574, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102285, 12574, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102286, 12575, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102287, 12575, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102288, 12575, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102289, 12576, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102290, 12576, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102291, 12576, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102292, 12577, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102293, 12577, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102294, 12577, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102295, 12578, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102296, 12578, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102297, 12578, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102298, 12579, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102299, 12579, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102300, 12579, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102301, 12580, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102302, 12580, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102303, 12580, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102304, 12581, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102305, 12581, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102306, 12581, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102307, 12582, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102308, 12582, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102309, 12582, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102310, 12583, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102311, 12583, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102312, 12583, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102313, 12584, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102314, 12584, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102315, 12584, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102316, 12585, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102317, 12585, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102318, 12585, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102319, 12586, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102320, 12586, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102321, 12586, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102322, 12587, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102323, 12587, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102324, 12587, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102325, 12588, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102326, 12588, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102327, 12588, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102328, 12589, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102329, 12589, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102330, 12589, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102331, 12590, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102332, 12590, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102333, 12590, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102334, 12591, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102335, 12591, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102336, 12591, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102337, 12592, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102338, 12592, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102339, 12592, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102340, 12593, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102341, 12593, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102342, 12593, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102343, 12594, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102344, 12594, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102345, 12594, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102346, 12595, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102347, 12595, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102348, 12595, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102349, 12596, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102350, 12596, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102351, 12596, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102352, 12597, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102353, 12597, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102354, 12597, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102355, 12598, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102356, 12598, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102357, 12598, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102358, 12599, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102359, 12599, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102360, 12599, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102361, 12600, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102362, 12600, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102363, 12600, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102364, 12601, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102365, 12601, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102366, 12601, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102367, 12602, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102368, 12602, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102369, 12602, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102370, 12603, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102371, 12603, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102372, 12603, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102373, 12604, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102374, 12604, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102375, 12604, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102376, 12605, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102377, 12605, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102378, 12605, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102379, 12606, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102380, 12606, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102381, 12606, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102382, 12607, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102383, 12607, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102384, 12607, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102385, 12608, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102386, 12608, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102387, 12608, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102388, 12609, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102389, 12609, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102390, 12609, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102391, 12610, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102392, 12610, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102393, 12610, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102394, 12611, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102395, 12611, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102396, 12611, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102397, 12612, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102398, 12612, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102399, 12612, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102400, 12613, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102401, 12613, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102402, 12613, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102403, 12614, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102404, 12614, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102405, 12614, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102406, 12615, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102407, 12615, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102408, 12615, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102409, 12616, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102410, 12616, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102411, 12616, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102412, 12617, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102413, 12617, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102414, 12617, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102415, 12618, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102416, 12618, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102417, 12618, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102418, 12619, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102419, 12619, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102420, 12619, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102421, 12620, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102422, 12620, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102423, 12620, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102424, 12621, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102425, 12621, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102426, 12621, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102427, 12622, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102428, 12622, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102429, 12622, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102430, 12623, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102431, 12623, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102432, 12623, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102433, 12624, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102434, 12624, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102435, 12624, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102436, 12625, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102437, 12625, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102438, 12625, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102439, 12626, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102440, 12626, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102441, 12626, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102442, 12627, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102443, 12627, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102444, 12627, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102445, 12628, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102446, 12628, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102447, 12628, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102448, 12629, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102449, 12629, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102450, 12629, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102451, 12630, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102452, 12630, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102453, 12630, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102454, 12631, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102455, 12631, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102456, 12631, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102457, 12632, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102458, 12632, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102459, 12632, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102460, 12633, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102461, 12633, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102462, 12633, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102463, 12634, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102464, 12634, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102465, 12634, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102466, 12635, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102467, 12635, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102468, 12635, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102469, 12636, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102470, 12636, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102471, 12636, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102472, 12637, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102473, 12637, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102474, 12637, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102475, 12638, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102476, 12638, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102477, 12638, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102478, 12639, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102479, 12639, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102480, 12639, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102481, 12640, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102482, 12640, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102483, 12640, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102484, 12641, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102485, 12641, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102486, 12641, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102487, 12642, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102488, 12642, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102489, 12642, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102490, 12643, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102491, 12643, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102492, 12643, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102493, 12644, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102494, 12644, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102495, 12644, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102496, 12645, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102497, 12645, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102498, 12645, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102499, 12646, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102500, 12646, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102501, 12646, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102502, 12647, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102503, 12647, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102504, 12647, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102505, 12648, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102506, 12648, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102507, 12648, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102508, 12649, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102509, 12649, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102510, 12649, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102511, 12650, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102512, 12650, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102513, 12650, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102514, 12651, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102515, 12651, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102516, 12651, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102517, 12652, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102518, 12652, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102519, 12652, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102520, 12653, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102521, 12653, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102522, 12653, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102523, 12654, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102524, 12654, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102525, 12654, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102526, 12655, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102527, 12655, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102528, 12655, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102529, 12656, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102530, 12656, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102531, 12656, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102532, 12657, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102533, 12657, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102534, 12657, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102535, 12658, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102536, 12658, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102537, 12658, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102538, 12659, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102539, 12659, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102540, 12659, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102541, 12660, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102542, 12660, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102543, 12660, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102544, 12661, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102545, 12661, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102546, 12661, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102547, 12662, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102548, 12662, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102549, 12662, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102550, 12663, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102551, 12663, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102552, 12663, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102553, 12664, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102554, 12664, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102555, 12664, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102556, 12665, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102557, 12665, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102558, 12665, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102559, 12666, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102560, 12666, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102561, 12666, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102562, 12667, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102563, 12667, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102564, 12667, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102565, 12668, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102566, 12668, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102567, 12668, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102568, 12669, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102569, 12669, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102570, 12669, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102571, 12670, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102572, 12670, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102573, 12670, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102574, 12671, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102575, 12671, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102576, 12671, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102577, 12672, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102578, 12672, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102579, 12672, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102580, 12673, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102581, 12673, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102582, 12673, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102583, 12674, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102584, 12674, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102585, 12674, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102586, 12675, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102587, 12675, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102588, 12675, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102589, 12676, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102590, 12676, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102591, 12676, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102592, 12677, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102593, 12677, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102594, 12677, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102595, 12678, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102596, 12678, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102597, 12678, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102598, 12679, 0, 'Adamantite Deposit - Nagrand'),
|
|
(102599, 12679, 4, 'Khorium for Rich Adamantite - Nagrand'),
|
|
(102600, 12679, 30, 'Rich Adamantite Deposit - Nagrand'),
|
|
(102601, 8164, 0, 'Felweed - Nagrand'),
|
|
(102602, 8165, 0, 'Felweed - Nagrand'),
|
|
(102603, 8166, 0, 'Felweed - Nagrand'),
|
|
(102604, 8166, 0, 'Felweed - Nagrand'),
|
|
(102605, 8167, 0, 'Felweed - Nagrand'),
|
|
(102606, 8167, 0, 'Felweed - Nagrand'),
|
|
(102607, 8169, 0, 'Dreaming Glory - Nagrand'),
|
|
(102608, 8171, 0, 'Dreaming Glory - Nagrand'),
|
|
(102609, 8172, 0, 'Dreaming Glory - Nagrand'),
|
|
(102610, 8173, 0, 'Dreaming Glory - Nagrand'),
|
|
(102611, 12680, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102612, 12680, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102613, 12681, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102614, 12681, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102615, 12682, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102616, 12682, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102617, 12683, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102618, 12683, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102619, 12684, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102620, 12684, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102621, 12685, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102622, 12685, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102623, 12686, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102624, 12686, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102625, 12687, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102626, 12687, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102627, 12688, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102628, 12688, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102629, 12689, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102630, 12689, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102631, 12690, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102632, 12690, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102633, 12691, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102634, 12691, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102635, 12692, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102636, 12692, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102637, 12693, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102638, 12693, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102639, 12694, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102640, 12694, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102641, 12695, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102642, 12695, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102643, 12696, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102644, 12696, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102645, 12697, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102646, 12697, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102647, 12698, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102648, 12698, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102649, 12699, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102650, 12699, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102651, 12700, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102652, 12700, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102653, 12701, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102654, 12701, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102655, 12702, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102656, 12702, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102657, 12703, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102658, 12703, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102659, 12704, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102660, 12704, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102661, 12705, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102662, 12705, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102663, 12706, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102664, 12706, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102665, 12707, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102666, 12707, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102667, 12708, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102668, 12708, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102669, 12709, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102670, 12709, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102671, 12710, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102672, 12710, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102673, 12711, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102674, 12711, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102675, 12712, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102676, 12712, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102677, 12713, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102678, 12713, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102679, 12714, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102680, 12714, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102681, 12715, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102682, 12715, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102683, 12716, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102684, 12716, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102685, 12717, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102686, 12717, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102687, 12718, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102688, 12718, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102689, 12719, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102690, 12719, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102691, 12720, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102692, 12720, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102693, 12721, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102694, 12721, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102695, 12722, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102696, 12722, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102697, 12723, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102698, 12723, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102699, 12724, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102700, 12724, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102701, 12725, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102702, 12725, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102703, 12726, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102704, 12726, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102705, 12727, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102706, 12727, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102707, 12728, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102708, 12728, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102709, 12729, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102710, 12729, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102711, 12730, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102712, 12730, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102713, 12731, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102714, 12731, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102715, 12732, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102716, 12732, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102717, 12733, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102718, 12733, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102719, 12734, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102720, 12734, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102721, 12735, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102722, 12735, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102723, 12736, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102724, 12736, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102725, 12737, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102726, 12737, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102727, 12738, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102728, 12738, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102729, 12739, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102730, 12739, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102731, 12740, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102732, 12740, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102733, 12741, 0, 'Fel Iron Deposit - Blade\'s Edge Mountains'),
|
|
(102734, 12741, 1, 'Khorium for Fel Iron - Blade\'s Edge Mountains'),
|
|
(102735, 12742, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102736, 12742, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102737, 12743, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102738, 12743, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102739, 12744, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102740, 12744, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102741, 12745, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102742, 12745, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102743, 12746, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102744, 12746, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102745, 12747, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102746, 12747, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102747, 12748, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102748, 12748, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102749, 12749, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102750, 12749, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102751, 12750, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102752, 12750, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102753, 12751, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102754, 12751, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102755, 12752, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102756, 12752, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102757, 12753, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102758, 12753, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102759, 12754, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102760, 12754, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102761, 12755, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102762, 12755, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102763, 12756, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102764, 12756, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102765, 12757, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102766, 12757, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102767, 12758, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102768, 12758, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102769, 12759, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102770, 12759, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102771, 12760, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102772, 12760, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102773, 12761, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102774, 12761, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102775, 12762, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102776, 12762, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102777, 12763, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102778, 12763, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102779, 12764, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102780, 12764, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102781, 12765, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102782, 12765, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102783, 12766, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102784, 12766, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102785, 12767, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102786, 12767, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102787, 12768, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102788, 12768, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102789, 12769, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102790, 12769, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102791, 12770, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102792, 12770, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102793, 12771, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102794, 12771, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102795, 12772, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102796, 12772, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102797, 12773, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102798, 12773, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102799, 12774, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102800, 12774, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102801, 12775, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102802, 12775, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102803, 12776, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102804, 12776, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102805, 12777, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102806, 12777, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102807, 12778, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102808, 12778, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102809, 12779, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102810, 12779, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102811, 12780, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102812, 12780, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102813, 12781, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102814, 12781, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102815, 12782, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102816, 12782, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102817, 12783, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102818, 12783, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102819, 12784, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102820, 12784, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102821, 12785, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102822, 12785, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102823, 12786, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102824, 12786, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102825, 12787, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102826, 12787, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102827, 12788, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102828, 12788, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102829, 12789, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102830, 12789, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102831, 12790, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102832, 12790, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102833, 12791, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102834, 12791, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102835, 12792, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102836, 12792, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102837, 12793, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102838, 12793, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102839, 12794, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102840, 12794, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102841, 12795, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102842, 12795, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102843, 12796, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102844, 12796, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102845, 12797, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102846, 12797, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102847, 12798, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102848, 12798, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102849, 12799, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102850, 12799, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102851, 12800, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102852, 12800, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102853, 12801, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102854, 12801, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102855, 12802, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102856, 12802, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102857, 12803, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102858, 12803, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102859, 12804, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102860, 12804, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102861, 12805, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102862, 12805, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102863, 12806, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102864, 12806, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102865, 12807, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102866, 12807, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102867, 12808, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102868, 12808, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102869, 12809, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102870, 12809, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102871, 12810, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102872, 12810, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102873, 12811, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102874, 12811, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102875, 12812, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102876, 12812, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102877, 12813, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102878, 12813, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102879, 12814, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102880, 12814, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102881, 12815, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102882, 12815, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102883, 12816, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102884, 12816, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102885, 12817, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102886, 12817, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102887, 12818, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102888, 12818, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102889, 12819, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102890, 12819, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102891, 12820, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102892, 12820, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102893, 12821, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102894, 12821, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102895, 12822, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102896, 12822, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102897, 12823, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102898, 12823, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102899, 12824, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102900, 12824, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102901, 12825, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102902, 12825, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102903, 12826, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102904, 12826, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102905, 12827, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102906, 12827, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102907, 12828, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102908, 12828, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102909, 12829, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102910, 12829, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102911, 12830, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102912, 12830, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102913, 12831, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102914, 12831, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102915, 12832, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102916, 12832, 3, 'Khorium for Adamantite - Blade\'s Edge Mountains'),
|
|
(102917, 12833, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102918, 12833, 4, 'Khorium for Rich Adamantite - Blade\'s Edge Mountains'),
|
|
(102919, 12833, 30, 'Rich Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102920, 12834, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102921, 12834, 4, 'Khorium for Rich Adamantite - Blade\'s Edge Mountains'),
|
|
(102922, 12834, 30, 'Rich Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102923, 12835, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102924, 12835, 4, 'Khorium for Rich Adamantite - Blade\'s Edge Mountains'),
|
|
(102925, 12835, 30, 'Rich Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102926, 12836, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102927, 12836, 4, 'Khorium for Rich Adamantite - Blade\'s Edge Mountains'),
|
|
(102928, 12836, 30, 'Rich Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102929, 12837, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102930, 12837, 4, 'Khorium for Rich Adamantite - Blade\'s Edge Mountains'),
|
|
(102931, 12837, 30, 'Rich Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102932, 12838, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102933, 12838, 4, 'Khorium for Rich Adamantite - Blade\'s Edge Mountains'),
|
|
(102934, 12838, 30, 'Rich Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102935, 12839, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102936, 12839, 4, 'Khorium for Rich Adamantite - Blade\'s Edge Mountains'),
|
|
(102937, 12839, 30, 'Rich Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102938, 12840, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102939, 12840, 4, 'Khorium for Rich Adamantite - Blade\'s Edge Mountains'),
|
|
(102940, 12840, 30, 'Rich Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102941, 12841, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102942, 12841, 4, 'Khorium for Rich Adamantite - Blade\'s Edge Mountains'),
|
|
(102943, 12841, 30, 'Rich Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102944, 12842, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102945, 12842, 4, 'Khorium for Rich Adamantite - Blade\'s Edge Mountains'),
|
|
(102946, 12842, 30, 'Rich Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102947, 12843, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102948, 12843, 4, 'Khorium for Rich Adamantite - Blade\'s Edge Mountains'),
|
|
(102949, 12843, 30, 'Rich Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102950, 12844, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102951, 12844, 4, 'Khorium for Rich Adamantite - Blade\'s Edge Mountains'),
|
|
(102952, 12844, 30, 'Rich Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102953, 12845, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102954, 12845, 4, 'Khorium for Rich Adamantite - Blade\'s Edge Mountains'),
|
|
(102955, 12845, 30, 'Rich Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102956, 12846, 0, 'Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102957, 12846, 4, 'Khorium for Rich Adamantite - Blade\'s Edge Mountains'),
|
|
(102958, 12846, 30, 'Rich Adamantite Deposit - Blade\'s Edge Mountains'),
|
|
(102959, 8201, 0, 'Dreaming Glory - Blade\'s Edge Mountains'),
|
|
(102960, 8209, 0, 'Nightmare Vine - Blade\'s Edge Mountains'),
|
|
(102961, 8209, 0, 'Nightmare Vine - Blade\'s Edge Mountains'),
|
|
(102962, 8209, 0, 'Nightmare Vine - Blade\'s Edge Mountains'),
|
|
(102963, 8209, 0, 'Nightmare Vine - Blade\'s Edge Mountains'),
|
|
(102964, 8210, 0, 'Nightmare Vine - Blade\'s Edge Mountains'),
|
|
(102965, 8210, 0, 'Nightmare Vine - Blade\'s Edge Mountains'),
|
|
(102966, 8210, 0, 'Nightmare Vine - Blade\'s Edge Mountains'),
|
|
(102967, 8211, 0, 'Nightmare Vine - Blade\'s Edge Mountains'),
|
|
(102968, 8211, 0, 'Nightmare Vine - Blade\'s Edge Mountains'),
|
|
(102969, 8211, 0, 'Nightmare Vine - Blade\'s Edge Mountains'),
|
|
(102970, 8211, 0, 'Nightmare Vine - Blade\'s Edge Mountains'),
|
|
(102971, 12847, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(102972, 12847, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(102973, 12848, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(102974, 12848, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(102975, 12849, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(102976, 12849, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(102977, 12850, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(102978, 12850, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(102979, 12851, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(102980, 12851, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(102981, 12852, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(102982, 12852, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(102983, 12853, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(102984, 12853, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(102985, 12854, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(102986, 12854, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(102987, 12855, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(102988, 12855, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(102989, 12856, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(102990, 12856, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(102991, 12857, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(102992, 12857, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(102993, 12858, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(102994, 12858, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(102995, 12859, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(102996, 12859, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(102997, 12860, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(102998, 12860, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(102999, 12861, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(103000, 12861, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(103001, 12862, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(103002, 12862, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(103003, 12863, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(103004, 12863, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(103005, 12864, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(103006, 12864, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(103007, 12865, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(103008, 12865, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(103009, 12866, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(103010, 12866, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(103011, 12867, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(103012, 12867, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(103013, 12868, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(103014, 12868, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(103015, 12869, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(103016, 12869, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(103017, 12870, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(103018, 12870, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(103019, 12871, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(103020, 12871, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(103021, 12872, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(103022, 12872, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(103023, 12873, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(103024, 12873, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(103025, 12874, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(103026, 12874, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(103027, 12875, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(103028, 12875, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(103029, 12876, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(103030, 12876, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(103031, 12877, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(103032, 12877, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(103033, 12878, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(103034, 12878, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(103035, 12879, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(103036, 12879, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(103037, 12880, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(103038, 12880, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(103039, 12881, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(103040, 12881, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(103041, 12882, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(103042, 12882, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(103043, 12883, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(103044, 12883, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(103045, 12884, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(103046, 12884, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(103047, 12885, 0, 'Fel Iron Deposit - Netherstorm'),
|
|
(103048, 12885, 1, 'Khorium for Fel Iron - Netherstorm'),
|
|
(103049, 12886, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103050, 12886, 4, 'Khorium Vein - Netherstorm'),
|
|
(103051, 12886, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103052, 12887, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103053, 12887, 4, 'Khorium Vein - Netherstorm'),
|
|
(103054, 12887, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103055, 12888, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103056, 12888, 4, 'Khorium Vein - Netherstorm'),
|
|
(103057, 12888, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103058, 12889, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103059, 12889, 4, 'Khorium Vein - Netherstorm'),
|
|
(103060, 12889, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103061, 12890, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103062, 12890, 4, 'Khorium Vein - Netherstorm'),
|
|
(103063, 12890, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103064, 12891, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103065, 12891, 4, 'Khorium Vein - Netherstorm'),
|
|
(103066, 12891, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103067, 12892, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103068, 12892, 4, 'Khorium Vein - Netherstorm'),
|
|
(103069, 12892, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103070, 12893, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103071, 12893, 4, 'Khorium Vein - Netherstorm'),
|
|
(103072, 12893, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103073, 12894, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103074, 12894, 4, 'Khorium Vein - Netherstorm'),
|
|
(103075, 12894, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103076, 12895, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103077, 12895, 4, 'Khorium Vein - Netherstorm'),
|
|
(103078, 12895, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103079, 12896, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103080, 12896, 4, 'Khorium Vein - Netherstorm'),
|
|
(103081, 12896, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103082, 12897, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103083, 12897, 4, 'Khorium Vein - Netherstorm'),
|
|
(103084, 12897, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103085, 12898, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103086, 12898, 4, 'Khorium Vein - Netherstorm'),
|
|
(103087, 12898, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103088, 12899, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103089, 12899, 4, 'Khorium Vein - Netherstorm'),
|
|
(103090, 12899, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103091, 12900, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103092, 12900, 4, 'Khorium Vein - Netherstorm'),
|
|
(103093, 12900, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103094, 12901, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103095, 12901, 4, 'Khorium Vein - Netherstorm'),
|
|
(103096, 12901, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103097, 12902, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103098, 12902, 4, 'Khorium Vein - Netherstorm'),
|
|
(103099, 12902, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103100, 12903, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103101, 12903, 4, 'Khorium Vein - Netherstorm'),
|
|
(103102, 12903, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103103, 12904, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103104, 12904, 4, 'Khorium Vein - Netherstorm'),
|
|
(103105, 12904, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103106, 12905, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103107, 12905, 4, 'Khorium Vein - Netherstorm'),
|
|
(103108, 12905, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103109, 12906, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103110, 12906, 4, 'Khorium Vein - Netherstorm'),
|
|
(103111, 12906, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103112, 12907, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103113, 12907, 4, 'Khorium Vein - Netherstorm'),
|
|
(103114, 12907, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103115, 12908, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103116, 12908, 4, 'Khorium Vein - Netherstorm'),
|
|
(103117, 12908, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103118, 12909, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103119, 12909, 4, 'Khorium Vein - Netherstorm'),
|
|
(103120, 12909, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103121, 12910, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103122, 12910, 4, 'Khorium Vein - Netherstorm'),
|
|
(103123, 12910, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103124, 12911, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103125, 12911, 4, 'Khorium Vein - Netherstorm'),
|
|
(103126, 12911, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103127, 12912, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103128, 12912, 4, 'Khorium Vein - Netherstorm'),
|
|
(103129, 12912, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103130, 12913, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103131, 12913, 4, 'Khorium Vein - Netherstorm'),
|
|
(103132, 12913, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103133, 12914, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103134, 12914, 4, 'Khorium Vein - Netherstorm'),
|
|
(103135, 12914, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103136, 12915, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103137, 12915, 4, 'Khorium Vein - Netherstorm'),
|
|
(103138, 12915, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103139, 12916, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103140, 12916, 4, 'Khorium Vein - Netherstorm'),
|
|
(103141, 12916, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103142, 12917, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103143, 12917, 4, 'Khorium Vein - Netherstorm'),
|
|
(103144, 12917, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103145, 12918, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103146, 12918, 4, 'Khorium Vein - Netherstorm'),
|
|
(103147, 12918, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103148, 12919, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103149, 12919, 4, 'Khorium Vein - Netherstorm'),
|
|
(103150, 12919, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103151, 12920, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103152, 12920, 4, 'Khorium Vein - Netherstorm'),
|
|
(103153, 12920, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103154, 12921, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103155, 12921, 4, 'Khorium Vein - Netherstorm'),
|
|
(103156, 12921, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103157, 12922, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103158, 12922, 4, 'Khorium Vein - Netherstorm'),
|
|
(103159, 12922, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103160, 12923, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103161, 12923, 4, 'Khorium Vein - Netherstorm'),
|
|
(103162, 12923, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103163, 12924, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103164, 12924, 4, 'Khorium Vein - Netherstorm'),
|
|
(103165, 12924, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103166, 12925, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103167, 12925, 4, 'Khorium Vein - Netherstorm'),
|
|
(103168, 12925, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103169, 12926, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103170, 12926, 4, 'Khorium Vein - Netherstorm'),
|
|
(103171, 12926, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103172, 12927, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103173, 12927, 4, 'Khorium Vein - Netherstorm'),
|
|
(103174, 12927, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103175, 12928, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103176, 12928, 4, 'Khorium Vein - Netherstorm'),
|
|
(103177, 12928, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103178, 12929, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103179, 12929, 4, 'Khorium Vein - Netherstorm'),
|
|
(103180, 12929, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103181, 12930, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103182, 12930, 4, 'Khorium Vein - Netherstorm'),
|
|
(103183, 12930, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103184, 12931, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103185, 12931, 4, 'Khorium Vein - Netherstorm'),
|
|
(103186, 12931, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103187, 12932, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103188, 12932, 4, 'Khorium Vein - Netherstorm'),
|
|
(103189, 12932, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103190, 12933, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103191, 12933, 4, 'Khorium Vein - Netherstorm'),
|
|
(103192, 12933, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103193, 12934, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103194, 12934, 4, 'Khorium Vein - Netherstorm'),
|
|
(103195, 12934, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103196, 12935, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103197, 12935, 4, 'Khorium Vein - Netherstorm'),
|
|
(103198, 12935, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103199, 12936, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103200, 12936, 4, 'Khorium Vein - Netherstorm'),
|
|
(103201, 12936, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103202, 12937, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103203, 12937, 4, 'Khorium Vein - Netherstorm'),
|
|
(103204, 12937, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103205, 12938, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103206, 12938, 4, 'Khorium Vein - Netherstorm'),
|
|
(103207, 12938, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103208, 12939, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103209, 12939, 4, 'Khorium Vein - Netherstorm'),
|
|
(103210, 12939, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103211, 12940, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103212, 12940, 4, 'Khorium Vein - Netherstorm'),
|
|
(103213, 12940, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103214, 12941, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103215, 12941, 4, 'Khorium Vein - Netherstorm'),
|
|
(103216, 12941, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103217, 12942, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103218, 12942, 4, 'Khorium Vein - Netherstorm'),
|
|
(103219, 12942, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103220, 12943, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103221, 12943, 4, 'Khorium Vein - Netherstorm'),
|
|
(103222, 12943, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103223, 12944, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103224, 12944, 4, 'Khorium Vein - Netherstorm'),
|
|
(103225, 12944, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103226, 12945, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103227, 12945, 4, 'Khorium Vein - Netherstorm'),
|
|
(103228, 12945, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103229, 12946, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103230, 12946, 4, 'Khorium Vein - Netherstorm'),
|
|
(103231, 12946, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103232, 12947, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103233, 12947, 4, 'Khorium Vein - Netherstorm'),
|
|
(103234, 12947, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103235, 12948, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103236, 12948, 4, 'Khorium Vein - Netherstorm'),
|
|
(103237, 12948, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103238, 12949, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103239, 12949, 4, 'Khorium Vein - Netherstorm'),
|
|
(103240, 12949, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103241, 12950, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103242, 12950, 4, 'Khorium Vein - Netherstorm'),
|
|
(103243, 12950, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103244, 12951, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103245, 12951, 4, 'Khorium Vein - Netherstorm'),
|
|
(103246, 12951, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103247, 12952, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103248, 12952, 4, 'Khorium Vein - Netherstorm'),
|
|
(103249, 12952, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103250, 12953, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103251, 12953, 4, 'Khorium Vein - Netherstorm'),
|
|
(103252, 12953, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103253, 12954, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103254, 12954, 4, 'Khorium Vein - Netherstorm'),
|
|
(103255, 12954, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103256, 12955, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103257, 12955, 4, 'Khorium Vein - Netherstorm'),
|
|
(103258, 12955, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103259, 12956, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103260, 12956, 4, 'Khorium Vein - Netherstorm'),
|
|
(103261, 12956, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103262, 12957, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103263, 12957, 4, 'Khorium Vein - Netherstorm'),
|
|
(103264, 12957, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103265, 12958, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103266, 12958, 4, 'Khorium Vein - Netherstorm'),
|
|
(103267, 12958, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103268, 12959, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103269, 12959, 4, 'Khorium Vein - Netherstorm'),
|
|
(103270, 12959, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103271, 12960, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103272, 12960, 4, 'Khorium Vein - Netherstorm'),
|
|
(103273, 12960, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103274, 12961, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103275, 12961, 4, 'Khorium Vein - Netherstorm'),
|
|
(103276, 12961, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103277, 12962, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103278, 12962, 4, 'Khorium Vein - Netherstorm'),
|
|
(103279, 12962, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103280, 12963, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103281, 12963, 4, 'Khorium Vein - Netherstorm'),
|
|
(103282, 12963, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103283, 12964, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103284, 12964, 4, 'Khorium Vein - Netherstorm'),
|
|
(103285, 12964, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103286, 12965, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103287, 12965, 4, 'Khorium Vein - Netherstorm'),
|
|
(103288, 12965, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103289, 12966, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103290, 12966, 4, 'Khorium Vein - Netherstorm'),
|
|
(103291, 12966, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103292, 12967, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103293, 12967, 4, 'Khorium Vein - Netherstorm'),
|
|
(103294, 12967, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103295, 12968, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103296, 12968, 4, 'Khorium Vein - Netherstorm'),
|
|
(103297, 12968, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103298, 12969, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103299, 12969, 4, 'Khorium Vein - Netherstorm'),
|
|
(103300, 12969, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103301, 12970, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103302, 12970, 4, 'Khorium Vein - Netherstorm'),
|
|
(103303, 12970, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103304, 12971, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103305, 12971, 4, 'Khorium Vein - Netherstorm'),
|
|
(103306, 12971, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103307, 12972, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103308, 12972, 4, 'Khorium Vein - Netherstorm'),
|
|
(103309, 12972, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103310, 12973, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103311, 12973, 4, 'Khorium Vein - Netherstorm'),
|
|
(103312, 12973, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103313, 12974, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103314, 12974, 4, 'Khorium Vein - Netherstorm'),
|
|
(103315, 12974, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103316, 12975, 0, 'Adamantite Deposit - Netherstorm'),
|
|
(103317, 12975, 4, 'Khorium Vein - Netherstorm'),
|
|
(103318, 12975, 30, 'Rich Adamantite Deposit - Netherstorm'),
|
|
(103319, 8229, 0, 'Netherbloom - Netherstorm'),
|
|
(103320, 8230, 0, 'Netherbloom - Netherstorm'),
|
|
(103321, 8230, 0, 'Netherbloom - Netherstorm'),
|
|
(103322, 8230, 0, 'Netherbloom - Netherstorm'),
|
|
(103323, 8230, 0, 'Netherbloom - Netherstorm'),
|
|
(103324, 8230, 0, 'Netherbloom - Netherstorm'),
|
|
(103325, 8230, 0, 'Netherbloom - Netherstorm'),
|
|
(103326, 8230, 0, 'Netherbloom - Netherstorm'),
|
|
(103327, 8230, 0, 'Netherbloom - Netherstorm'),
|
|
(103328, 8230, 0, 'Netherbloom - Netherstorm'),
|
|
(103329, 8230, 0, 'Netherbloom - Netherstorm'),
|
|
(103330, 8230, 0, 'Netherbloom - Netherstorm'),
|
|
(103331, 8231, 0, 'Netherbloom - Netherstorm'),
|
|
(103332, 8231, 0, 'Netherbloom - Netherstorm'),
|
|
(103333, 8231, 0, 'Netherbloom - Netherstorm'),
|
|
(103334, 8231, 0, 'Netherbloom - Netherstorm'),
|
|
(103335, 8231, 0, 'Netherbloom - Netherstorm'),
|
|
(103336, 8232, 0, 'Netherbloom - Netherstorm'),
|
|
(103337, 8232, 0, 'Netherbloom - Netherstorm'),
|
|
(103338, 8232, 0, 'Netherbloom - Netherstorm'),
|
|
(103339, 8232, 0, 'Netherbloom - Netherstorm'),
|
|
(103340, 8232, 0, 'Netherbloom - Netherstorm'),
|
|
(103341, 8232, 0, 'Netherbloom - Netherstorm'),
|
|
(103342, 8233, 0, 'Netherbloom - Netherstorm'),
|
|
(103343, 8233, 0, 'Netherbloom - Netherstorm'),
|
|
(103344, 8233, 0, 'Netherbloom - Netherstorm'),
|
|
(103345, 8233, 0, 'Netherbloom - Netherstorm'),
|
|
(103346, 8233, 0, 'Netherbloom - Netherstorm'),
|
|
(103347, 8233, 0, 'Netherbloom - Netherstorm'),
|
|
(103348, 8233, 0, 'Netherbloom - Netherstorm'),
|
|
(103349, 8234, 0, 'Netherbloom - Netherstorm'),
|
|
(103350, 8234, 0, 'Netherbloom - Netherstorm'),
|
|
(103351, 8234, 0, 'Netherbloom - Netherstorm'),
|
|
(103352, 8234, 0, 'Netherbloom - Netherstorm'),
|
|
(103353, 8234, 0, 'Netherbloom - Netherstorm'),
|
|
(103354, 8234, 0, 'Netherbloom - Netherstorm'),
|
|
(103355, 8234, 0, 'Netherbloom - Netherstorm'),
|
|
(103356, 12976, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103357, 12976, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103358, 12977, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103359, 12977, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103360, 12978, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103361, 12978, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103362, 12979, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103363, 12979, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103364, 12980, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103365, 12980, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103366, 12981, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103367, 12981, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103368, 12982, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103369, 12982, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103370, 12983, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103371, 12983, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103372, 12984, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103373, 12984, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103374, 12985, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103375, 12985, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103376, 12986, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103377, 12986, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103378, 12987, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103379, 12987, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103380, 12988, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103381, 12988, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103382, 12989, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103383, 12989, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103384, 12990, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103385, 12990, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103386, 12991, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103387, 12991, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103388, 12992, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103389, 12992, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103390, 12993, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103391, 12993, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103392, 12994, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103393, 12994, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103394, 12995, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103395, 12995, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103396, 12996, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103397, 12996, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103398, 12997, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103399, 12997, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103400, 12998, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103401, 12998, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103402, 12999, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103403, 12999, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103404, 13000, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103405, 13000, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103406, 13001, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103407, 13001, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103408, 13002, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103409, 13002, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103410, 13003, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103411, 13003, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103412, 13004, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103413, 13004, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103414, 13005, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103415, 13005, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103416, 13006, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103417, 13006, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103418, 13007, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103419, 13007, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103420, 13008, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103421, 13008, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103422, 13009, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103423, 13009, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103424, 13010, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103425, 13010, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103426, 13011, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103427, 13011, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103428, 13012, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103429, 13012, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103430, 13013, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103431, 13013, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103432, 13014, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103433, 13014, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103434, 13015, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103435, 13015, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103436, 13016, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103437, 13016, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103438, 13017, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103439, 13017, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103440, 13018, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103441, 13018, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103442, 13019, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103443, 13019, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103444, 13020, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103445, 13020, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103446, 13021, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103447, 13021, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103448, 13022, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103449, 13022, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103450, 13023, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103451, 13023, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103452, 13024, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103453, 13024, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103454, 13025, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103455, 13025, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103456, 13026, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103457, 13026, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103458, 13027, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103459, 13027, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103460, 13028, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103461, 13028, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103462, 13029, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103463, 13029, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103464, 13030, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103465, 13030, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103466, 13031, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103467, 13031, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103468, 13032, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103469, 13032, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103470, 13033, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103471, 13033, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103472, 13034, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103473, 13034, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103474, 13035, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103475, 13035, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103476, 13036, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103477, 13036, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103478, 13037, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103479, 13037, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103480, 13038, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103481, 13038, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103482, 13039, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103483, 13039, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103484, 13040, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103485, 13040, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103486, 13041, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103487, 13041, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103488, 13042, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103489, 13042, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103490, 13043, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103491, 13043, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103492, 13044, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103493, 13044, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103494, 13045, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103495, 13045, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103496, 13046, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103497, 13046, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103498, 13047, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103499, 13047, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103500, 13048, 0, 'Fel Iron Deposit - Shadowmoon Valley'),
|
|
(103501, 13048, 1, 'Khorium for Fel Iron - Shadowmoon Valley'),
|
|
(103502, 13049, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103503, 13049, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103504, 13049, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103505, 13050, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103506, 13050, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103507, 13050, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103508, 13051, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103509, 13051, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103510, 13051, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103511, 13052, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103512, 13052, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103513, 13052, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103514, 13053, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103515, 13053, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103516, 13053, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103517, 13054, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103518, 13054, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103519, 13054, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103520, 13055, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103521, 13055, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103522, 13055, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103523, 13056, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103524, 13056, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103525, 13056, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103526, 13057, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103527, 13057, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103528, 13057, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103529, 13058, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103530, 13058, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103531, 13058, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103532, 13059, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103533, 13059, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103534, 13059, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103535, 13060, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103536, 13060, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103537, 13060, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103538, 13061, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103539, 13061, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103540, 13061, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103541, 13062, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103542, 13062, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103543, 13062, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103544, 13063, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103545, 13063, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103546, 13063, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103547, 13064, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103548, 13064, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103549, 13064, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103550, 13065, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103551, 13065, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103552, 13065, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103553, 13066, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103554, 13066, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103555, 13066, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103556, 13067, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103557, 13067, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103558, 13067, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103559, 13068, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103560, 13068, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103561, 13068, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103562, 13069, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103563, 13069, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103564, 13069, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103565, 13070, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103566, 13070, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103567, 13070, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103568, 13071, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103569, 13071, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103570, 13071, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103571, 13072, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103572, 13072, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103573, 13072, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103574, 13073, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103575, 13073, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103576, 13073, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103577, 13074, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103578, 13074, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103579, 13074, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103580, 13075, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103581, 13075, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103582, 13075, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103583, 13076, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103584, 13076, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103585, 13076, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103586, 13077, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103587, 13077, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103588, 13077, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103589, 13078, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103590, 13078, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103591, 13078, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103592, 13079, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103593, 13079, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103594, 13079, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103595, 13080, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103596, 13080, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103597, 13080, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103598, 13081, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103599, 13081, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103600, 13081, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103601, 13082, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103602, 13082, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103603, 13082, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103604, 13083, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103605, 13083, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103606, 13083, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103607, 13084, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103608, 13084, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103609, 13084, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103610, 13085, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103611, 13085, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103612, 13085, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103613, 13086, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103614, 13086, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103615, 13086, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103616, 13087, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103617, 13087, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103618, 13087, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103619, 13088, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103620, 13088, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103621, 13088, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103622, 13089, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103623, 13089, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103624, 13089, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103625, 13090, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103626, 13090, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103627, 13090, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103628, 13091, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103629, 13091, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103630, 13091, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103631, 13092, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103632, 13092, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103633, 13092, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103634, 13093, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103635, 13093, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103636, 13093, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103637, 13094, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103638, 13094, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103639, 13094, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103640, 13095, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103641, 13095, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103642, 13095, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103643, 13096, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103644, 13096, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103645, 13096, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103646, 13097, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103647, 13097, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103648, 13097, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103649, 13098, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103650, 13098, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103651, 13098, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103652, 13099, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103653, 13099, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103654, 13099, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103655, 13100, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103656, 13100, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103657, 13100, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103658, 13101, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103659, 13101, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103660, 13101, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103661, 13102, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103662, 13102, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103663, 13102, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103664, 13103, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103665, 13103, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103666, 13103, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103667, 13104, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103668, 13104, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103669, 13104, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103670, 13105, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103671, 13105, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103672, 13105, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103673, 13106, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103674, 13106, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103675, 13106, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103676, 13107, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103677, 13107, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103678, 13107, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103679, 13108, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103680, 13108, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103681, 13108, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103682, 13109, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103683, 13109, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103684, 13109, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103685, 13110, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103686, 13110, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103687, 13110, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103688, 13111, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103689, 13111, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103690, 13111, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103691, 13112, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103692, 13112, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103693, 13112, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103694, 13113, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103695, 13113, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103696, 13113, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103697, 13114, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103698, 13114, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103699, 13114, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103700, 13115, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103701, 13115, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103702, 13115, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103703, 13116, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103704, 13116, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103705, 13116, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103706, 13117, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103707, 13117, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103708, 13117, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103709, 13118, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103710, 13118, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103711, 13118, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103712, 13119, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103713, 13119, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103714, 13119, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103715, 13120, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103716, 13120, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103717, 13120, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103718, 13121, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103719, 13121, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103720, 13121, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103721, 13122, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103722, 13122, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103723, 13122, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103724, 13123, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103725, 13123, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103726, 13123, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103727, 13124, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103728, 13124, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103729, 13124, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103730, 13125, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103731, 13125, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103732, 13125, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103733, 13126, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103734, 13126, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103735, 13126, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103736, 13127, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103737, 13127, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103738, 13127, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103739, 13128, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103740, 13128, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103741, 13128, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103742, 13129, 0, 'Adamantite Deposit - Shadowmoon Valley'),
|
|
(103743, 13129, 4, 'Khorium for Rich Adamantite - Shadowmoon Valley'),
|
|
(103744, 13129, 30, 'Rich Adamantite Deposit - Shadowmoon Valley'),
|
|
(103745, 8269, 0, 'Felweed - Shadowmoon Valley'),
|
|
(103746, 8269, 0, 'Felweed - Shadowmoon Valley'),
|
|
(103747, 8269, 0, 'Felweed - Shadowmoon Valley'),
|
|
(103748, 8269, 0, 'Felweed - Shadowmoon Valley'),
|
|
(103749, 8270, 0, 'Felweed - Shadowmoon Valley'),
|
|
(103750, 8270, 0, 'Felweed - Shadowmoon Valley'),
|
|
(103751, 8271, 0, 'Felweed - Shadowmoon Valley'),
|
|
(103752, 8272, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103753, 8272, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103754, 8272, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103755, 8272, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103756, 8272, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103757, 8272, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103758, 8272, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103759, 8272, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103760, 8273, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103761, 8273, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103762, 8273, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103763, 8273, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103764, 8273, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103765, 8273, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103766, 8273, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103767, 8273, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103768, 8273, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103769, 8273, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103770, 8273, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103771, 8273, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103772, 8273, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103773, 8273, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103774, 8273, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103775, 8273, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103776, 8273, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103777, 8273, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103778, 8273, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103779, 8274, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103780, 8274, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103781, 8274, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103782, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103783, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103784, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103785, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103786, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103787, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103788, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103789, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103790, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103791, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103792, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103793, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103794, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103795, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103796, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103797, 8275, 0, 'Nightmare Vine - Shadowmoon Valley'),
|
|
(103798, 8277, 0, 'Terocone - Shadowmoon Valley'),
|
|
(103799, 8278, 0, 'Terocone - Shadowmoon Valley'),
|
|
(103800, 8279, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(103801, 8279, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(103802, 8279, 0, 'Dreaming Glory - Shadowmoon Valley'),
|
|
(103803, 13130, 0, 'Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103804, 13130, 4, 'Khorium for Rich Adamantite - Isle of Quel\'Danas'),
|
|
(103805, 13130, 30, 'Rich Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103806, 13131, 0, 'Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103807, 13131, 4, 'Khorium for Rich Adamantite - Isle of Quel\'Danas'),
|
|
(103808, 13131, 30, 'Rich Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103809, 13132, 0, 'Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103810, 13132, 4, 'Khorium for Rich Adamantite - Isle of Quel\'Danas'),
|
|
(103811, 13132, 30, 'Rich Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103812, 13133, 0, 'Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103813, 13133, 4, 'Khorium for Rich Adamantite - Isle of Quel\'Danas'),
|
|
(103814, 13133, 30, 'Rich Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103815, 13134, 0, 'Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103816, 13134, 4, 'Khorium for Rich Adamantite - Isle of Quel\'Danas'),
|
|
(103817, 13134, 30, 'Rich Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103818, 13135, 0, 'Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103819, 13135, 4, 'Khorium for Rich Adamantite - Isle of Quel\'Danas'),
|
|
(103820, 13135, 30, 'Rich Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103821, 13136, 0, 'Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103822, 13136, 4, 'Khorium for Rich Adamantite - Isle of Quel\'Danas'),
|
|
(103823, 13136, 30, 'Rich Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103824, 13137, 0, 'Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103825, 13137, 4, 'Khorium for Rich Adamantite - Isle of Quel\'Danas'),
|
|
(103826, 13137, 30, 'Rich Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103827, 13138, 0, 'Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103828, 13138, 4, 'Khorium for Rich Adamantite - Isle of Quel\'Danas'),
|
|
(103829, 13138, 30, 'Rich Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103830, 13139, 0, 'Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103831, 13139, 4, 'Khorium for Rich Adamantite - Isle of Quel\'Danas'),
|
|
(103832, 13139, 30, 'Rich Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103833, 13140, 0, 'Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103834, 13140, 4, 'Khorium for Rich Adamantite - Isle of Quel\'Danas'),
|
|
(103835, 13140, 30, 'Rich Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103836, 13141, 0, 'Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103837, 13141, 4, 'Khorium for Rich Adamantite - Isle of Quel\'Danas'),
|
|
(103838, 13141, 30, 'Rich Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103839, 13142, 0, 'Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103840, 13142, 4, 'Khorium for Rich Adamantite - Isle of Quel\'Danas'),
|
|
(103841, 13142, 30, 'Rich Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103842, 13143, 0, 'Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103843, 13143, 4, 'Khorium for Rich Adamantite - Isle of Quel\'Danas'),
|
|
(103844, 13143, 30, 'Rich Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103845, 13144, 0, 'Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103846, 13144, 4, 'Khorium for Rich Adamantite - Isle of Quel\'Danas'),
|
|
(103847, 13144, 30, 'Rich Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103848, 13145, 0, 'Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103849, 13145, 4, 'Khorium for Rich Adamantite - Isle of Quel\'Danas'),
|
|
(103850, 13145, 30, 'Rich Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103851, 13146, 0, 'Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103852, 13146, 4, 'Khorium for Rich Adamantite - Isle of Quel\'Danas'),
|
|
(103853, 13146, 30, 'Rich Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103854, 13147, 0, 'Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103855, 13147, 4, 'Khorium for Rich Adamantite - Isle of Quel\'Danas'),
|
|
(103856, 13147, 30, 'Rich Adamantite Deposit - Isle of Quel\'Danas'),
|
|
(103857, 8286, 0, 'Mana Thistle - Isle of Quel\'Danas'),
|
|
(103858, 8286, 0, 'Mana Thistle - Isle of Quel\'Danas'),
|
|
(103859, 8286, 0, 'Mana Thistle - Isle of Quel\'Danas'),
|
|
(103860, 8287, 0, 'Mana Thistle - Isle of Quel\'Danas'),
|
|
(103861, 8287, 0, 'Mana Thistle - Isle of Quel\'Danas'),
|
|
(103862, 8287, 0, 'Mana Thistle - Isle of Quel\'Danas'),
|
|
(103863, 8287, 0, 'Mana Thistle - Isle of Quel\'Danas'),
|
|
(103864, 8287, 0, 'Mana Thistle - Isle of Quel\'Danas'),
|
|
(103865, 8288, 0, 'Mana Thistle - Isle of Quel\'Danas'),
|
|
(103866, 8288, 0, 'Mana Thistle - Isle of Quel\'Danas'),
|
|
(103867, 8288, 0, 'Mana Thistle - Isle of Quel\'Danas'),
|
|
(103868, 8288, 0, 'Mana Thistle - Isle of Quel\'Danas'),
|
|
(103869, 8288, 0, 'Mana Thistle - Isle of Quel\'Danas'),
|
|
(103870, 8288, 0, 'Mana Thistle - Isle of Quel\'Danas'),
|
|
(103871, 8289, 0, 'Mana Thistle - Isle of Quel\'Danas'),
|
|
(103872, 8289, 0, 'Mana Thistle - Isle of Quel\'Danas'),
|
|
(103873, 8289, 0, 'Mana Thistle - Isle of Quel\'Danas'),
|
|
(103874, 8290, 0, 'Nightmare Vine - Isle of Quel\'Danas'),
|
|
(103875, 8290, 0, 'Nightmare Vine - Isle of Quel\'Danas'),
|
|
(103876, 8290, 0, 'Nightmare Vine - Isle of Quel\'Danas'),
|
|
(103877, 13148, 0, 'Zangarmarsh - Serpent Lake - Brackish Mixed School'),
|
|
(103878, 13148, 0, 'Zangarmarsh - Serpent Lake - Sporefish School'),
|
|
(103879, 13148, 0, 'Zangarmarsh - Serpent Lake - Steam Pump Flotsam'),
|
|
(103880, 13149, 0, 'Zangarmarsh - Serpent Lake - Brackish Mixed School'),
|
|
(103881, 13149, 0, 'Zangarmarsh - Serpent Lake - Sporefish School'),
|
|
(103882, 13149, 0, 'Zangarmarsh - Serpent Lake - Steam Pump Flotsam'),
|
|
(103883, 13150, 0, 'Zangarmarsh - Serpent Lake - Brackish Mixed School'),
|
|
(103884, 13150, 0, 'Zangarmarsh - Serpent Lake - Sporefish School'),
|
|
(103885, 13150, 0, 'Zangarmarsh - Serpent Lake - Steam Pump Flotsam'),
|
|
(103886, 13151, 0, 'Zangarmarsh - Serpent Lake - Brackish Mixed School'),
|
|
(103887, 13151, 0, 'Zangarmarsh - Serpent Lake - Sporefish School'),
|
|
(103888, 13151, 0, 'Zangarmarsh - Serpent Lake - Steam Pump Flotsam'),
|
|
(103889, 13152, 0, 'Zangarmarsh - Serpent Lake - Brackish Mixed School'),
|
|
(103890, 13152, 0, 'Zangarmarsh - Serpent Lake - Sporefish School'),
|
|
(103891, 13152, 0, 'Zangarmarsh - Serpent Lake - Steam Pump Flotsam'),
|
|
(103892, 13153, 0, 'Zangarmarsh - Serpent Lake - Brackish Mixed School'),
|
|
(103893, 13153, 0, 'Zangarmarsh - Serpent Lake - Sporefish School'),
|
|
(103894, 13153, 0, 'Zangarmarsh - Serpent Lake - Steam Pump Flotsam'),
|
|
(103895, 13154, 0, 'Zangarmarsh - Serpent Lake - Brackish Mixed School'),
|
|
(103896, 13154, 0, 'Zangarmarsh - Serpent Lake - Sporefish School'),
|
|
(103897, 13154, 0, 'Zangarmarsh - Serpent Lake - Steam Pump Flotsam'),
|
|
(103898, 13155, 0, 'Zangarmarsh - Serpent Lake - Brackish Mixed School'),
|
|
(103899, 13155, 0, 'Zangarmarsh - Serpent Lake - Sporefish School'),
|
|
(103900, 13155, 0, 'Zangarmarsh - Serpent Lake - Steam Pump Flotsam'),
|
|
(103901, 13156, 0, 'Zangarmarsh - Serpent Lake - Brackish Mixed School'),
|
|
(103902, 13156, 0, 'Zangarmarsh - Serpent Lake - Sporefish School'),
|
|
(103903, 13156, 0, 'Zangarmarsh - Serpent Lake - Steam Pump Flotsam'),
|
|
(103904, 13157, 0, 'Zangarmarsh - Serpent Lake - Brackish Mixed School'),
|
|
(103905, 13157, 0, 'Zangarmarsh - Serpent Lake - Sporefish School'),
|
|
(103906, 13157, 0, 'Zangarmarsh - Serpent Lake - Steam Pump Flotsam'),
|
|
(103907, 13158, 0, 'Zangarmarsh - Serpent Lake - Brackish Mixed School'),
|
|
(103908, 13158, 0, 'Zangarmarsh - Serpent Lake - Sporefish School'),
|
|
(103909, 13158, 0, 'Zangarmarsh - Serpent Lake - Steam Pump Flotsam'),
|
|
(103910, 13159, 0, 'Zangarmarsh - Serpent Lake - Brackish Mixed School'),
|
|
(103911, 13159, 0, 'Zangarmarsh - Serpent Lake - Sporefish School'),
|
|
(103912, 13159, 0, 'Zangarmarsh - Serpent Lake - Steam Pump Flotsam'),
|
|
(103913, 13160, 0, 'Zangarmarsh - Serpent Lake - Brackish Mixed School'),
|
|
(103914, 13160, 0, 'Zangarmarsh - Serpent Lake - Sporefish School'),
|
|
(103915, 13160, 0, 'Zangarmarsh - Serpent Lake - Steam Pump Flotsam'),
|
|
(103916, 13161, 0, 'Zangarmarsh - Serpent Lake - Brackish Mixed School'),
|
|
(103917, 13161, 0, 'Zangarmarsh - Serpent Lake - Sporefish School'),
|
|
(103918, 13161, 0, 'Zangarmarsh - Serpent Lake - Steam Pump Flotsam'),
|
|
(103919, 13162, 0, 'Zangarmarsh - Serpent Lake - Brackish Mixed School'),
|
|
(103920, 13162, 0, 'Zangarmarsh - Serpent Lake - Sporefish School'),
|
|
(103921, 13162, 0, 'Zangarmarsh - Serpent Lake - Steam Pump Flotsam'),
|
|
(103922, 13163, 0, 'Zangarmarsh - Serpent Lake - Brackish Mixed School'),
|
|
(103923, 13163, 0, 'Zangarmarsh - Serpent Lake - Sporefish School'),
|
|
(103924, 13163, 0, 'Zangarmarsh - Serpent Lake - Steam Pump Flotsam'),
|
|
(103925, 13164, 0, 'Zangarmarsh - Serpent Lake - Brackish Mixed School'),
|
|
(103926, 13164, 0, 'Zangarmarsh - Serpent Lake - Sporefish School'),
|
|
(103927, 13164, 0, 'Zangarmarsh - Serpent Lake - Steam Pump Flotsam'),
|
|
(103928, 13165, 0, 'Zangarmarsh - Serpent Lake - Brackish Mixed School'),
|
|
(103929, 13165, 0, 'Zangarmarsh - Serpent Lake - Sporefish School'),
|
|
(103930, 13165, 0, 'Zangarmarsh - Serpent Lake - Steam Pump Flotsam'),
|
|
(103931, 13166, 0, 'Zangarmarsh - Serpent Lake - Brackish Mixed School'),
|
|
(103932, 13166, 0, 'Zangarmarsh - Serpent Lake - Sporefish School'),
|
|
(103933, 13166, 0, 'Zangarmarsh - Serpent Lake - Steam Pump Flotsam'),
|
|
(103934, 13167, 0, 'Zangarmarsh - Serpent Lake - Brackish Mixed School'),
|
|
(103935, 13167, 0, 'Zangarmarsh - Serpent Lake - Sporefish School'),
|
|
(103936, 13167, 0, 'Zangarmarsh - Serpent Lake - Steam Pump Flotsam'),
|
|
(103937, 13168, 0, 'Zangarmarsh - Serpent Lake - Brackish Mixed School'),
|
|
(103938, 13168, 0, 'Zangarmarsh - Serpent Lake - Sporefish School'),
|
|
(103939, 13168, 0, 'Zangarmarsh - Serpent Lake - Steam Pump Flotsam'),
|
|
(103940, 13169, 0, 'Zangarmarsh - Serpent Lake - Brackish Mixed School'),
|
|
(103941, 13169, 0, 'Zangarmarsh - Serpent Lake - Sporefish School'),
|
|
(103942, 13169, 0, 'Zangarmarsh - Serpent Lake - Steam Pump Flotsam'),
|
|
(103943, 13170, 0, 'Zangarmarsh - Serpent Lake - Brackish Mixed School'),
|
|
(103944, 13170, 0, 'Zangarmarsh - Serpent Lake - Sporefish School'),
|
|
(103945, 13170, 0, 'Zangarmarsh - Serpent Lake - Steam Pump Flotsam'),
|
|
(103946, 13171, 0, 'Zangarmarsh - Serpent Lake - Brackish Mixed School'),
|
|
(103947, 13171, 0, 'Zangarmarsh - Serpent Lake - Sporefish School'),
|
|
(103948, 13171, 0, 'Zangarmarsh - Serpent Lake - Steam Pump Flotsam'),
|
|
(103949, 13172, 0, 'Zangarmarsh - Serpent Lake - Brackish Mixed School'),
|
|
(103950, 13172, 0, 'Zangarmarsh - Serpent Lake - Sporefish School'),
|
|
(103951, 13172, 0, 'Zangarmarsh - Serpent Lake - Steam Pump Flotsam'),
|
|
(103952, 13173, 0, 'Zangarmarsh - Umbrafen Lake - Brackish Mixed School'),
|
|
(103953, 13173, 0, 'Zangarmarsh - Umbrafen Lake - Sporefish School'),
|
|
(103954, 13173, 0, 'Zangarmarsh - Umbrafen Lake - Steam Pump Flotsam'),
|
|
(103955, 13174, 0, 'Zangarmarsh - Umbrafen Lake - Brackish Mixed School'),
|
|
(103956, 13174, 0, 'Zangarmarsh - Umbrafen Lake - Sporefish School'),
|
|
(103957, 13174, 0, 'Zangarmarsh - Umbrafen Lake - Steam Pump Flotsam'),
|
|
(103958, 13175, 0, 'Zangarmarsh - Umbrafen Lake - Brackish Mixed School'),
|
|
(103959, 13175, 0, 'Zangarmarsh - Umbrafen Lake - Sporefish School'),
|
|
(103960, 13175, 0, 'Zangarmarsh - Umbrafen Lake - Steam Pump Flotsam'),
|
|
(103961, 13176, 0, 'Zangarmarsh - Umbrafen Lake - Brackish Mixed School'),
|
|
(103962, 13176, 0, 'Zangarmarsh - Umbrafen Lake - Sporefish School'),
|
|
(103963, 13176, 0, 'Zangarmarsh - Umbrafen Lake - Steam Pump Flotsam'),
|
|
(103964, 13177, 0, 'Zangarmarsh - Umbrafen Lake - Brackish Mixed School'),
|
|
(103965, 13177, 0, 'Zangarmarsh - Umbrafen Lake - Sporefish School'),
|
|
(103966, 13177, 0, 'Zangarmarsh - Umbrafen Lake - Steam Pump Flotsam'),
|
|
(103967, 13178, 0, 'Zangarmarsh - Umbrafen Lake - Brackish Mixed School'),
|
|
(103968, 13178, 0, 'Zangarmarsh - Umbrafen Lake - Sporefish School'),
|
|
(103969, 13178, 0, 'Zangarmarsh - Umbrafen Lake - Steam Pump Flotsam'),
|
|
(103970, 13179, 0, 'Zangarmarsh - Umbrafen Lake - Brackish Mixed School'),
|
|
(103971, 13179, 0, 'Zangarmarsh - Umbrafen Lake - Sporefish School'),
|
|
(103972, 13179, 0, 'Zangarmarsh - Umbrafen Lake - Steam Pump Flotsam'),
|
|
(103973, 13180, 0, 'Zangarmarsh - Umbrafen Lake - Brackish Mixed School'),
|
|
(103974, 13180, 0, 'Zangarmarsh - Umbrafen Lake - Sporefish School'),
|
|
(103975, 13180, 0, 'Zangarmarsh - Umbrafen Lake - Steam Pump Flotsam'),
|
|
(103976, 13181, 0, 'Zangarmarsh - Umbrafen Lake - Brackish Mixed School'),
|
|
(103977, 13181, 0, 'Zangarmarsh - Umbrafen Lake - Sporefish School'),
|
|
(103978, 13181, 0, 'Zangarmarsh - Umbrafen Lake - Steam Pump Flotsam'),
|
|
(103979, 13182, 0, 'Zangarmarsh - Umbrafen Lake - Brackish Mixed School'),
|
|
(103980, 13182, 0, 'Zangarmarsh - Umbrafen Lake - Sporefish School'),
|
|
(103981, 13182, 0, 'Zangarmarsh - Umbrafen Lake - Steam Pump Flotsam'),
|
|
(103982, 13183, 0, 'Zangarmarsh - Umbrafen Lake - Brackish Mixed School'),
|
|
(103983, 13183, 0, 'Zangarmarsh - Umbrafen Lake - Sporefish School'),
|
|
(103984, 13183, 0, 'Zangarmarsh - Umbrafen Lake - Steam Pump Flotsam'),
|
|
(103985, 13184, 0, 'Zangarmarsh - Umbrafen Lake - Brackish Mixed School'),
|
|
(103986, 13184, 0, 'Zangarmarsh - Umbrafen Lake - Sporefish School'),
|
|
(103987, 13184, 0, 'Zangarmarsh - Umbrafen Lake - Steam Pump Flotsam'),
|
|
(103988, 13185, 0, 'Zangarmarsh - Umbrafen Lake - Brackish Mixed School'),
|
|
(103989, 13185, 0, 'Zangarmarsh - Umbrafen Lake - Sporefish School'),
|
|
(103990, 13185, 0, 'Zangarmarsh - Umbrafen Lake - Steam Pump Flotsam'),
|
|
(103991, 13186, 0, 'Zangarmarsh - Umbrafen Lake - Brackish Mixed School'),
|
|
(103992, 13186, 0, 'Zangarmarsh - Umbrafen Lake - Sporefish School'),
|
|
(103993, 13186, 0, 'Zangarmarsh - Umbrafen Lake - Steam Pump Flotsam'),
|
|
(103994, 13187, 0, 'Zangarmarsh - Umbrafen Lake - Brackish Mixed School'),
|
|
(103995, 13187, 0, 'Zangarmarsh - Umbrafen Lake - Sporefish School'),
|
|
(103996, 13187, 0, 'Zangarmarsh - Umbrafen Lake - Steam Pump Flotsam'),
|
|
(103997, 13188, 0, 'Zangarmarsh - Umbrafen Lake - Brackish Mixed School'),
|
|
(103998, 13188, 0, 'Zangarmarsh - Umbrafen Lake - Sporefish School'),
|
|
(103999, 13188, 0, 'Zangarmarsh - Umbrafen Lake - Steam Pump Flotsam'),
|
|
(104000, 13189, 0, 'Zangarmarsh - Umbrafen Lake - Brackish Mixed School'),
|
|
(104001, 13189, 0, 'Zangarmarsh - Umbrafen Lake - Sporefish School'),
|
|
(104002, 13189, 0, 'Zangarmarsh - Umbrafen Lake - Steam Pump Flotsam'),
|
|
(104003, 13190, 0, 'Zangarmarsh - Umbrafen Lake - Brackish Mixed School'),
|
|
(104004, 13190, 0, 'Zangarmarsh - Umbrafen Lake - Sporefish School'),
|
|
(104005, 13190, 0, 'Zangarmarsh - Umbrafen Lake - Steam Pump Flotsam'),
|
|
(104006, 13191, 0, 'Zangarmarsh - Umbrafen Lake - Brackish Mixed School'),
|
|
(104007, 13191, 0, 'Zangarmarsh - Umbrafen Lake - Sporefish School'),
|
|
(104008, 13191, 0, 'Zangarmarsh - Umbrafen Lake - Steam Pump Flotsam'),
|
|
(104009, 13192, 0, 'Zangarmarsh - Umbrafen Lake - Brackish Mixed School'),
|
|
(104010, 13192, 0, 'Zangarmarsh - Umbrafen Lake - Sporefish School'),
|
|
(104011, 13192, 0, 'Zangarmarsh - Umbrafen Lake - Steam Pump Flotsam'),
|
|
(104012, 13193, 0, 'Zangarmarsh - The Lagoon - Brackish Mixed School'),
|
|
(104013, 13193, 0, 'Zangarmarsh - The Lagoon - Sporefish School'),
|
|
(104014, 13193, 0, 'Zangarmarsh - The Lagoon - Steam Pump Flotsam'),
|
|
(104015, 13194, 0, 'Zangarmarsh - The Lagoon - Brackish Mixed School'),
|
|
(104016, 13194, 0, 'Zangarmarsh - The Lagoon - Sporefish School'),
|
|
(104017, 13194, 0, 'Zangarmarsh - The Lagoon - Steam Pump Flotsam'),
|
|
(104018, 13195, 0, 'Zangarmarsh - The Lagoon - Brackish Mixed School'),
|
|
(104019, 13195, 0, 'Zangarmarsh - The Lagoon - Sporefish School'),
|
|
(104020, 13195, 0, 'Zangarmarsh - The Lagoon - Steam Pump Flotsam'),
|
|
(104021, 13196, 0, 'Zangarmarsh - The Lagoon - Brackish Mixed School'),
|
|
(104022, 13196, 0, 'Zangarmarsh - The Lagoon - Sporefish School'),
|
|
(104023, 13196, 0, 'Zangarmarsh - The Lagoon - Steam Pump Flotsam'),
|
|
(104024, 13197, 0, 'Zangarmarsh - The Lagoon - Brackish Mixed School'),
|
|
(104025, 13197, 0, 'Zangarmarsh - The Lagoon - Sporefish School'),
|
|
(104026, 13197, 0, 'Zangarmarsh - The Lagoon - Steam Pump Flotsam'),
|
|
(104027, 13198, 0, 'Zangarmarsh - The Lagoon - Brackish Mixed School'),
|
|
(104028, 13198, 0, 'Zangarmarsh - The Lagoon - Sporefish School'),
|
|
(104029, 13198, 0, 'Zangarmarsh - The Lagoon - Steam Pump Flotsam'),
|
|
(104030, 13199, 0, 'Zangarmarsh - The Lagoon - Brackish Mixed School'),
|
|
(104031, 13199, 0, 'Zangarmarsh - The Lagoon - Sporefish School'),
|
|
(104032, 13199, 0, 'Zangarmarsh - The Lagoon - Steam Pump Flotsam'),
|
|
(104033, 13200, 0, 'Zangarmarsh - The Lagoon - Brackish Mixed School'),
|
|
(104034, 13200, 0, 'Zangarmarsh - The Lagoon - Sporefish School'),
|
|
(104035, 13200, 0, 'Zangarmarsh - The Lagoon - Steam Pump Flotsam'),
|
|
(104036, 13201, 0, 'Zangarmarsh - The Lagoon - Brackish Mixed School'),
|
|
(104037, 13201, 0, 'Zangarmarsh - The Lagoon - Sporefish School'),
|
|
(104038, 13201, 0, 'Zangarmarsh - The Lagoon - Steam Pump Flotsam'),
|
|
(104039, 13202, 0, 'Zangarmarsh - The Lagoon - Brackish Mixed School'),
|
|
(104040, 13202, 0, 'Zangarmarsh - The Lagoon - Sporefish School'),
|
|
(104041, 13202, 0, 'Zangarmarsh - The Lagoon - Steam Pump Flotsam'),
|
|
(104042, 13203, 0, 'Zangarmarsh - The Lagoon - Brackish Mixed School'),
|
|
(104043, 13203, 0, 'Zangarmarsh - The Lagoon - Sporefish School'),
|
|
(104044, 13203, 0, 'Zangarmarsh - The Lagoon - Steam Pump Flotsam'),
|
|
(104045, 13204, 0, 'Zangarmarsh - The Lagoon - Brackish Mixed School'),
|
|
(104046, 13204, 0, 'Zangarmarsh - The Lagoon - Sporefish School'),
|
|
(104047, 13204, 0, 'Zangarmarsh - The Lagoon - Steam Pump Flotsam'),
|
|
(104048, 13205, 0, 'Zangarmarsh - The Lagoon - Brackish Mixed School'),
|
|
(104049, 13205, 0, 'Zangarmarsh - The Lagoon - Sporefish School'),
|
|
(104050, 13205, 0, 'Zangarmarsh - The Lagoon - Steam Pump Flotsam'),
|
|
(104051, 13206, 0, 'Zangarmarsh - The Lagoon - Brackish Mixed School'),
|
|
(104052, 13206, 0, 'Zangarmarsh - The Lagoon - Sporefish School'),
|
|
(104053, 13206, 0, 'Zangarmarsh - The Lagoon - Steam Pump Flotsam'),
|
|
(104054, 13207, 0, 'Zangarmarsh - The Lagoon - Brackish Mixed School'),
|
|
(104055, 13207, 0, 'Zangarmarsh - The Lagoon - Sporefish School'),
|
|
(104056, 13207, 0, 'Zangarmarsh - The Lagoon - Steam Pump Flotsam'),
|
|
(104057, 13208, 0, 'Zangarmarsh - The Lagoon - Brackish Mixed School'),
|
|
(104058, 13208, 0, 'Zangarmarsh - The Lagoon - Sporefish School'),
|
|
(104059, 13208, 0, 'Zangarmarsh - The Lagoon - Steam Pump Flotsam'),
|
|
(104060, 13209, 0, 'Zangarmarsh - Marshlight Lake - Brackish Mixed School'),
|
|
(104061, 13209, 0, 'Zangarmarsh - Marshlight Lake - Sporefish School'),
|
|
(104062, 13209, 0, 'Zangarmarsh - Marshlight Lake - Steam Pump Flotsam'),
|
|
(104063, 13210, 0, 'Zangarmarsh - Marshlight Lake - Brackish Mixed School'),
|
|
(104064, 13210, 0, 'Zangarmarsh - Marshlight Lake - Sporefish School'),
|
|
(104065, 13210, 0, 'Zangarmarsh - Marshlight Lake - Steam Pump Flotsam'),
|
|
(104066, 13211, 0, 'Zangarmarsh - Marshlight Lake - Brackish Mixed School'),
|
|
(104067, 13211, 0, 'Zangarmarsh - Marshlight Lake - Sporefish School'),
|
|
(104068, 13211, 0, 'Zangarmarsh - Marshlight Lake - Steam Pump Flotsam'),
|
|
(104069, 13212, 0, 'Zangarmarsh - Marshlight Lake - Brackish Mixed School'),
|
|
(104070, 13212, 0, 'Zangarmarsh - Marshlight Lake - Sporefish School'),
|
|
(104071, 13212, 0, 'Zangarmarsh - Marshlight Lake - Steam Pump Flotsam'),
|
|
(104072, 13213, 0, 'Zangarmarsh - Marshlight Lake - Brackish Mixed School'),
|
|
(104073, 13213, 0, 'Zangarmarsh - Marshlight Lake - Sporefish School'),
|
|
(104074, 13213, 0, 'Zangarmarsh - Marshlight Lake - Steam Pump Flotsam'),
|
|
(104075, 13214, 0, 'Zangarmarsh - Marshlight Lake - Brackish Mixed School'),
|
|
(104076, 13214, 0, 'Zangarmarsh - Marshlight Lake - Sporefish School'),
|
|
(104077, 13214, 0, 'Zangarmarsh - Marshlight Lake - Steam Pump Flotsam'),
|
|
(104078, 13215, 0, 'Zangarmarsh - Marshlight Lake - Brackish Mixed School'),
|
|
(104079, 13215, 0, 'Zangarmarsh - Marshlight Lake - Sporefish School'),
|
|
(104080, 13215, 0, 'Zangarmarsh - Marshlight Lake - Steam Pump Flotsam'),
|
|
(104081, 13216, 0, 'Zangarmarsh - Marshlight Lake - Brackish Mixed School'),
|
|
(104082, 13216, 0, 'Zangarmarsh - Marshlight Lake - Sporefish School'),
|
|
(104083, 13216, 0, 'Zangarmarsh - Marshlight Lake - Steam Pump Flotsam'),
|
|
(104084, 13217, 0, 'Zangarmarsh - Marshlight Lake - Brackish Mixed School'),
|
|
(104085, 13217, 0, 'Zangarmarsh - Marshlight Lake - Sporefish School'),
|
|
(104086, 13217, 0, 'Zangarmarsh - Marshlight Lake - Steam Pump Flotsam'),
|
|
(104087, 13218, 0, 'Zangarmarsh - Marshlight Lake - Brackish Mixed School'),
|
|
(104088, 13218, 0, 'Zangarmarsh - Marshlight Lake - Sporefish School'),
|
|
(104089, 13218, 0, 'Zangarmarsh - Marshlight Lake - Steam Pump Flotsam'),
|
|
(104090, 13219, 0, 'Zangarmarsh - Marshlight Lake - Brackish Mixed School'),
|
|
(104091, 13219, 0, 'Zangarmarsh - Marshlight Lake - Sporefish School'),
|
|
(104092, 13219, 0, 'Zangarmarsh - Marshlight Lake - Steam Pump Flotsam'),
|
|
(104093, 13220, 0, 'Zangarmarsh - Marshlight Lake - Brackish Mixed School'),
|
|
(104094, 13220, 0, 'Zangarmarsh - Marshlight Lake - Sporefish School'),
|
|
(104095, 13220, 0, 'Zangarmarsh - Marshlight Lake - Steam Pump Flotsam'),
|
|
(104096, 13221, 0, 'Zangarmarsh - Marshlight Lake - Brackish Mixed School'),
|
|
(104097, 13221, 0, 'Zangarmarsh - Marshlight Lake - Sporefish School'),
|
|
(104098, 13221, 0, 'Zangarmarsh - Marshlight Lake - Steam Pump Flotsam'),
|
|
(104099, 13222, 0, 'Zangarmarsh - Marshlight Lake - Brackish Mixed School'),
|
|
(104100, 13222, 0, 'Zangarmarsh - Marshlight Lake - Sporefish School'),
|
|
(104101, 13222, 0, 'Zangarmarsh - Marshlight Lake - Steam Pump Flotsam'),
|
|
(104102, 13223, 0, 'Zangarmarsh - Marshlight Lake - Brackish Mixed School'),
|
|
(104103, 13223, 0, 'Zangarmarsh - Marshlight Lake - Sporefish School'),
|
|
(104104, 13223, 0, 'Zangarmarsh - Marshlight Lake - Steam Pump Flotsam'),
|
|
(104105, 13224, 0, 'Zangarmarsh - Marshlight Lake - Brackish Mixed School'),
|
|
(104106, 13224, 0, 'Zangarmarsh - Marshlight Lake - Sporefish School'),
|
|
(104107, 13224, 0, 'Zangarmarsh - Marshlight Lake - Steam Pump Flotsam'),
|
|
(104108, 13225, 0, 'Zangarmarsh - Marshlight Lake - Brackish Mixed School'),
|
|
(104109, 13225, 0, 'Zangarmarsh - Marshlight Lake - Sporefish School'),
|
|
(104110, 13225, 0, 'Zangarmarsh - Marshlight Lake - Steam Pump Flotsam'),
|
|
(104111, 13226, 0, 'Zangarmarsh - Marshlight Lake - Brackish Mixed School'),
|
|
(104112, 13226, 0, 'Zangarmarsh - Marshlight Lake - Sporefish School'),
|
|
(104113, 13226, 0, 'Zangarmarsh - Marshlight Lake - Steam Pump Flotsam'),
|
|
(104114, 13227, 0, 'Zangarmarsh - Marshlight Lake - Brackish Mixed School'),
|
|
(104115, 13227, 0, 'Zangarmarsh - Marshlight Lake - Sporefish School'),
|
|
(104116, 13227, 0, 'Zangarmarsh - Marshlight Lake - Steam Pump Flotsam'),
|
|
(104117, 13228, 0, 'Zangarmarsh - Marshlight Lake - Brackish Mixed School'),
|
|
(104118, 13228, 0, 'Zangarmarsh - Marshlight Lake - Sporefish School'),
|
|
(104119, 13228, 0, 'Zangarmarsh - Marshlight Lake - Steam Pump Flotsam'),
|
|
(104120, 13229, 0, 'Zangarmarsh - Sporewind Lake - Brackish Mixed School'),
|
|
(104121, 13229, 0, 'Zangarmarsh - Sporewind Lake - Sporefish School'),
|
|
(104122, 13229, 0, 'Zangarmarsh - Sporewind Lake - Steam Pump Flotsam'),
|
|
(104123, 13230, 0, 'Zangarmarsh - Sporewind Lake - Brackish Mixed School'),
|
|
(104124, 13230, 0, 'Zangarmarsh - Sporewind Lake - Sporefish School'),
|
|
(104125, 13230, 0, 'Zangarmarsh - Sporewind Lake - Steam Pump Flotsam'),
|
|
(104126, 13231, 0, 'Zangarmarsh - Sporewind Lake - Brackish Mixed School'),
|
|
(104127, 13231, 0, 'Zangarmarsh - Sporewind Lake - Sporefish School'),
|
|
(104128, 13231, 0, 'Zangarmarsh - Sporewind Lake - Steam Pump Flotsam'),
|
|
(104129, 13232, 0, 'Zangarmarsh - Sporewind Lake - Brackish Mixed School'),
|
|
(104130, 13232, 0, 'Zangarmarsh - Sporewind Lake - Sporefish School'),
|
|
(104131, 13232, 0, 'Zangarmarsh - Sporewind Lake - Steam Pump Flotsam'),
|
|
(104132, 13233, 0, 'Zangarmarsh - Sporewind Lake - Brackish Mixed School'),
|
|
(104133, 13233, 0, 'Zangarmarsh - Sporewind Lake - Sporefish School'),
|
|
(104134, 13233, 0, 'Zangarmarsh - Sporewind Lake - Steam Pump Flotsam'),
|
|
(104135, 13234, 0, 'Zangarmarsh - Sporewind Lake - Brackish Mixed School'),
|
|
(104136, 13234, 0, 'Zangarmarsh - Sporewind Lake - Sporefish School'),
|
|
(104137, 13234, 0, 'Zangarmarsh - Sporewind Lake - Steam Pump Flotsam'),
|
|
(104138, 13235, 0, 'Zangarmarsh - Sporewind Lake - Brackish Mixed School'),
|
|
(104139, 13235, 0, 'Zangarmarsh - Sporewind Lake - Sporefish School'),
|
|
(104140, 13235, 0, 'Zangarmarsh - Sporewind Lake - Steam Pump Flotsam'),
|
|
(104141, 13236, 0, 'Zangarmarsh - Sporewind Lake - Brackish Mixed School'),
|
|
(104142, 13236, 0, 'Zangarmarsh - Sporewind Lake - Sporefish School'),
|
|
(104143, 13236, 0, 'Zangarmarsh - Sporewind Lake - Steam Pump Flotsam'),
|
|
(104144, 13237, 0, 'Zangarmarsh - Sporewind Lake - Brackish Mixed School'),
|
|
(104145, 13237, 0, 'Zangarmarsh - Sporewind Lake - Sporefish School'),
|
|
(104146, 13237, 0, 'Zangarmarsh - Sporewind Lake - Steam Pump Flotsam'),
|
|
(104147, 13238, 0, 'Zangarmarsh - Sporewind Lake - Brackish Mixed School'),
|
|
(104148, 13238, 0, 'Zangarmarsh - Sporewind Lake - Sporefish School'),
|
|
(104149, 13238, 0, 'Zangarmarsh - Sporewind Lake - Steam Pump Flotsam'),
|
|
(104150, 13239, 0, 'Zangarmarsh - Sporewind Lake - Brackish Mixed School'),
|
|
(104151, 13239, 0, 'Zangarmarsh - Sporewind Lake - Sporefish School'),
|
|
(104152, 13239, 0, 'Zangarmarsh - Sporewind Lake - Steam Pump Flotsam'),
|
|
(104153, 8291, 0, 'Terokkar Forest - Highland Mixed School'),
|
|
(104154, 8291, 0, 'Terokkar Forest - Highland Mixed School'),
|
|
(104155, 8291, 0, 'Terokkar Forest - Highland Mixed School'),
|
|
(104156, 8291, 0, 'Terokkar Forest - Highland Mixed School'),
|
|
(104157, 8291, 0, 'Terokkar Forest - Highland Mixed School'),
|
|
(104158, 8291, 0, 'Terokkar Forest - Highland Mixed School'),
|
|
(104159, 8291, 0, 'Terokkar Forest - Highland Mixed School'),
|
|
(104160, 8291, 0, 'Terokkar Forest - Highland Mixed School'),
|
|
(104161, 8291, 0, 'Terokkar Forest - Highland Mixed School'),
|
|
(104162, 8291, 0, 'Terokkar Forest - Highland Mixed School'),
|
|
(104163, 8291, 0, 'Terokkar Forest - Highland Mixed School'),
|
|
(104164, 8291, 0, 'Terokkar Forest - Highland Mixed School'),
|
|
(104165, 8291, 0, 'Terokkar Forest - Highland Mixed School'),
|
|
(104166, 8291, 0, 'Terokkar Forest - Highland Mixed School'),
|
|
(104167, 8291, 0, 'Terokkar Forest - Highland Mixed School'),
|
|
(104168, 8291, 0, 'Terokkar Forest - Highland Mixed School'),
|
|
(104169, 8291, 0, 'Terokkar Forest - Highland Mixed School'),
|
|
(104170, 13240, 0, 'Terokkar Forest - Terokkar Rivers - Brackish Mixed School'),
|
|
(104171, 13240, 0, 'Terokkar Forest - Terokkar Rivers - School of Darter'),
|
|
(104172, 13241, 0, 'Terokkar Forest - Terokkar Rivers - Brackish Mixed School'),
|
|
(104173, 13241, 0, 'Terokkar Forest - Terokkar Rivers - School of Darter'),
|
|
(104174, 13242, 0, 'Terokkar Forest - Terokkar Rivers - Brackish Mixed School'),
|
|
(104175, 13242, 0, 'Terokkar Forest - Terokkar Rivers - School of Darter'),
|
|
(104176, 13243, 0, 'Terokkar Forest - Terokkar Rivers - Brackish Mixed School'),
|
|
(104177, 13243, 0, 'Terokkar Forest - Terokkar Rivers - School of Darter'),
|
|
(104178, 13244, 0, 'Terokkar Forest - Terokkar Rivers - Brackish Mixed School'),
|
|
(104179, 13244, 0, 'Terokkar Forest - Terokkar Rivers - School of Darter'),
|
|
(104180, 13245, 0, 'Terokkar Forest - Terokkar Rivers - Brackish Mixed School'),
|
|
(104181, 13245, 0, 'Terokkar Forest - Terokkar Rivers - School of Darter'),
|
|
(104182, 13246, 0, 'Terokkar Forest - Terokkar Rivers - Brackish Mixed School'),
|
|
(104183, 13246, 0, 'Terokkar Forest - Terokkar Rivers - School of Darter'),
|
|
(104184, 13247, 0, 'Terokkar Forest - Terokkar Rivers - Brackish Mixed School'),
|
|
(104185, 13247, 0, 'Terokkar Forest - Terokkar Rivers - School of Darter'),
|
|
(104186, 13248, 0, 'Terokkar Forest - Terokkar Rivers - Brackish Mixed School'),
|
|
(104187, 13248, 0, 'Terokkar Forest - Terokkar Rivers - School of Darter'),
|
|
(104188, 13249, 0, 'Terokkar Forest - Terokkar Rivers - Brackish Mixed School'),
|
|
(104189, 13249, 0, 'Terokkar Forest - Terokkar Rivers - School of Darter'),
|
|
(104190, 13250, 0, 'Terokkar Forest - Terokkar Rivers - Brackish Mixed School'),
|
|
(104191, 13250, 0, 'Terokkar Forest - Terokkar Rivers - School of Darter'),
|
|
(104192, 13251, 0, 'Terokkar Forest - Terokkar Rivers - Brackish Mixed School'),
|
|
(104193, 13251, 0, 'Terokkar Forest - Terokkar Rivers - School of Darter'),
|
|
(104194, 13252, 0, 'Terokkar Forest - Terokkar Rivers - Brackish Mixed School'),
|
|
(104195, 13252, 0, 'Terokkar Forest - Terokkar Rivers - School of Darter'),
|
|
(104196, 13253, 0, 'Terokkar Forest - Terokkar Rivers - Brackish Mixed School'),
|
|
(104197, 13253, 0, 'Terokkar Forest - Terokkar Rivers - School of Darter'),
|
|
(104198, 13254, 0, 'Terokkar Forest - Terokkar Rivers - Brackish Mixed School'),
|
|
(104199, 13254, 0, 'Terokkar Forest - Terokkar Rivers - School of Darter'),
|
|
(104200, 13255, 0, 'Terokkar Forest - Terokkar Rivers - Brackish Mixed School'),
|
|
(104201, 13255, 0, 'Terokkar Forest - Terokkar Rivers - School of Darter'),
|
|
(104202, 13256, 0, 'Terokkar Forest - Terokkar Rivers - Brackish Mixed School'),
|
|
(104203, 13256, 0, 'Terokkar Forest - Terokkar Rivers - School of Darter'),
|
|
(104204, 13257, 0, 'Nagrand - Skysong Lake - Mudfish School'),
|
|
(104205, 13257, 0, 'Nagrand - Skysong Lake - Bluefish School'),
|
|
(104206, 13257, 0, 'Nagrand - Skysong Lake - Pure Water'),
|
|
(104207, 13258, 0, 'Nagrand - Skysong Lake - Mudfish School'),
|
|
(104208, 13258, 0, 'Nagrand - Skysong Lake - Bluefish School'),
|
|
(104209, 13258, 0, 'Nagrand - Skysong Lake - Pure Water'),
|
|
(104210, 13259, 0, 'Nagrand - Skysong Lake - Mudfish School'),
|
|
(104211, 13259, 0, 'Nagrand - Skysong Lake - Bluefish School'),
|
|
(104212, 13259, 0, 'Nagrand - Skysong Lake - Pure Water'),
|
|
(104213, 13260, 0, 'Nagrand - Skysong Lake - Mudfish School'),
|
|
(104214, 13260, 0, 'Nagrand - Skysong Lake - Bluefish School'),
|
|
(104215, 13260, 0, 'Nagrand - Skysong Lake - Pure Water'),
|
|
(104216, 13261, 0, 'Nagrand - Skysong Lake - Mudfish School'),
|
|
(104217, 13261, 0, 'Nagrand - Skysong Lake - Bluefish School'),
|
|
(104218, 13261, 0, 'Nagrand - Skysong Lake - Pure Water'),
|
|
(104219, 13262, 0, 'Nagrand - Skysong Lake - Mudfish School'),
|
|
(104220, 13262, 0, 'Nagrand - Skysong Lake - Bluefish School'),
|
|
(104221, 13262, 0, 'Nagrand - Skysong Lake - Pure Water'),
|
|
(104222, 13263, 0, 'Nagrand - Skysong Lake - Mudfish School'),
|
|
(104223, 13263, 0, 'Nagrand - Skysong Lake - Bluefish School'),
|
|
(104224, 13263, 0, 'Nagrand - Skysong Lake - Pure Water'),
|
|
(104225, 13264, 0, 'Nagrand - Skysong Lake - Mudfish School'),
|
|
(104226, 13264, 0, 'Nagrand - Skysong Lake - Bluefish School'),
|
|
(104227, 13264, 0, 'Nagrand - Skysong Lake - Pure Water'),
|
|
(104228, 13265, 0, 'Nagrand - Skysong Lake - Mudfish School'),
|
|
(104229, 13265, 0, 'Nagrand - Skysong Lake - Bluefish School'),
|
|
(104230, 13265, 0, 'Nagrand - Skysong Lake - Pure Water'),
|
|
(104231, 13266, 0, 'Nagrand - Skysong Lake - Mudfish School'),
|
|
(104232, 13266, 0, 'Nagrand - Skysong Lake - Bluefish School'),
|
|
(104233, 13266, 0, 'Nagrand - Skysong Lake - Pure Water'),
|
|
(104234, 13267, 0, 'Nagrand - Skysong Lake - Mudfish School'),
|
|
(104235, 13267, 0, 'Nagrand - Skysong Lake - Bluefish School'),
|
|
(104236, 13267, 0, 'Nagrand - Skysong Lake - Pure Water'),
|
|
(104237, 13268, 0, 'Nagrand - Skysong Lake - Mudfish School'),
|
|
(104238, 13268, 0, 'Nagrand - Skysong Lake - Bluefish School'),
|
|
(104239, 13268, 0, 'Nagrand - Skysong Lake - Pure Water'),
|
|
(104240, 13269, 0, 'Nagrand - Skysong Lake - Mudfish School'),
|
|
(104241, 13269, 0, 'Nagrand - Skysong Lake - Bluefish School'),
|
|
(104242, 13269, 0, 'Nagrand - Skysong Lake - Pure Water'),
|
|
(104243, 13270, 0, 'Nagrand - Skysong Lake - Mudfish School'),
|
|
(104244, 13270, 0, 'Nagrand - Skysong Lake - Bluefish School'),
|
|
(104245, 13270, 0, 'Nagrand - Skysong Lake - Pure Water'),
|
|
(104246, 13271, 0, 'Nagrand - Nagrand Rivers - Mudfish School'),
|
|
(104247, 13271, 0, 'Nagrand - Nagrand Rivers - Bluefish School'),
|
|
(104248, 13271, 0, 'Nagrand - Nagrand Rivers - Pure Water'),
|
|
(104249, 13272, 0, 'Nagrand - Nagrand Rivers - Mudfish School'),
|
|
(104250, 13272, 0, 'Nagrand - Nagrand Rivers - Bluefish School'),
|
|
(104251, 13272, 0, 'Nagrand - Nagrand Rivers - Pure Water'),
|
|
(104252, 13273, 0, 'Nagrand - Nagrand Rivers - Mudfish School'),
|
|
(104253, 13273, 0, 'Nagrand - Nagrand Rivers - Bluefish School'),
|
|
(104254, 13273, 0, 'Nagrand - Nagrand Rivers - Pure Water'),
|
|
(104255, 13274, 0, 'Nagrand - Nagrand Rivers - Mudfish School'),
|
|
(104256, 13274, 0, 'Nagrand - Nagrand Rivers - Bluefish School'),
|
|
(104257, 13274, 0, 'Nagrand - Nagrand Rivers - Pure Water'),
|
|
(104258, 13275, 0, 'Nagrand - Nagrand Rivers - Mudfish School'),
|
|
(104259, 13275, 0, 'Nagrand - Nagrand Rivers - Bluefish School'),
|
|
(104260, 13275, 0, 'Nagrand - Nagrand Rivers - Pure Water'),
|
|
(104261, 13276, 0, 'Nagrand - Nagrand Rivers - Mudfish School'),
|
|
(104262, 13276, 0, 'Nagrand - Nagrand Rivers - Bluefish School'),
|
|
(104263, 13276, 0, 'Nagrand - Nagrand Rivers - Pure Water'),
|
|
(104264, 13277, 0, 'Nagrand - Nagrand Rivers - Mudfish School'),
|
|
(104265, 13277, 0, 'Nagrand - Nagrand Rivers - Bluefish School'),
|
|
(104266, 13277, 0, 'Nagrand - Nagrand Rivers - Pure Water'),
|
|
(104267, 13278, 0, 'Nagrand - Nagrand Rivers - Mudfish School'),
|
|
(104268, 13278, 0, 'Nagrand - Nagrand Rivers - Bluefish School'),
|
|
(104269, 13278, 0, 'Nagrand - Nagrand Rivers - Pure Water'),
|
|
(104270, 13279, 0, 'Nagrand - Nagrand Rivers - Mudfish School'),
|
|
(104271, 13279, 0, 'Nagrand - Nagrand Rivers - Bluefish School'),
|
|
(104272, 13279, 0, 'Nagrand - Nagrand Rivers - Pure Water'),
|
|
(104273, 13280, 0, 'Nagrand - Nagrand Rivers - Mudfish School'),
|
|
(104274, 13280, 0, 'Nagrand - Nagrand Rivers - Bluefish School'),
|
|
(104275, 13280, 0, 'Nagrand - Nagrand Rivers - Pure Water'),
|
|
(104276, 13281, 0, 'Nagrand - Nagrand Rivers - Mudfish School'),
|
|
(104277, 13281, 0, 'Nagrand - Nagrand Rivers - Bluefish School'),
|
|
(104278, 13281, 0, 'Nagrand - Nagrand Rivers - Pure Water'),
|
|
(104279, 13282, 0, 'Nagrand - Nagrand Rivers - Mudfish School'),
|
|
(104280, 13282, 0, 'Nagrand - Nagrand Rivers - Bluefish School'),
|
|
(104281, 13282, 0, 'Nagrand - Nagrand Rivers - Pure Water'),
|
|
(104282, 13283, 0, 'Nagrand - Nagrand Rivers - Mudfish School'),
|
|
(104283, 13283, 0, 'Nagrand - Nagrand Rivers - Bluefish School'),
|
|
(104284, 13283, 0, 'Nagrand - Nagrand Rivers - Pure Water'),
|
|
(104285, 13284, 0, 'Nagrand - Lake Sunspring - Mudfish School'),
|
|
(104286, 13284, 0, 'Nagrand - Lake Sunspring - Bluefish School'),
|
|
(104287, 13284, 0, 'Nagrand - Lake Sunspring - Pure Water'),
|
|
(104288, 13285, 0, 'Nagrand - Lake Sunspring - Mudfish School'),
|
|
(104289, 13285, 0, 'Nagrand - Lake Sunspring - Bluefish School'),
|
|
(104290, 13285, 0, 'Nagrand - Lake Sunspring - Pure Water'),
|
|
(104291, 13286, 0, 'Nagrand - Lake Sunspring - Mudfish School'),
|
|
(104292, 13286, 0, 'Nagrand - Lake Sunspring - Bluefish School'),
|
|
(104293, 13286, 0, 'Nagrand - Lake Sunspring - Pure Water'),
|
|
(104294, 13287, 0, 'Nagrand - Lake Sunspring - Mudfish School'),
|
|
(104295, 13287, 0, 'Nagrand - Lake Sunspring - Bluefish School'),
|
|
(104296, 13287, 0, 'Nagrand - Lake Sunspring - Pure Water'),
|
|
(104297, 13288, 0, 'Nagrand - Lake Sunspring - Mudfish School'),
|
|
(104298, 13288, 0, 'Nagrand - Lake Sunspring - Bluefish School'),
|
|
(104299, 13288, 0, 'Nagrand - Lake Sunspring - Pure Water'),
|
|
(104300, 13289, 0, 'Nagrand - Lake Sunspring - Mudfish School'),
|
|
(104301, 13289, 0, 'Nagrand - Lake Sunspring - Bluefish School'),
|
|
(104302, 13289, 0, 'Nagrand - Lake Sunspring - Pure Water'),
|
|
(104303, 13290, 0, 'Nagrand - Lake Sunspring - Mudfish School'),
|
|
(104304, 13290, 0, 'Nagrand - Lake Sunspring - Bluefish School'),
|
|
(104305, 13290, 0, 'Nagrand - Lake Sunspring - Pure Water'),
|
|
(104306, 13291, 0, 'Nagrand - Lake Sunspring - Mudfish School'),
|
|
(104307, 13291, 0, 'Nagrand - Lake Sunspring - Bluefish School'),
|
|
(104308, 13291, 0, 'Nagrand - Lake Sunspring - Pure Water'),
|
|
(104309, 13292, 0, 'Nagrand - Lake Sunspring - Mudfish School'),
|
|
(104310, 13292, 0, 'Nagrand - Lake Sunspring - Bluefish School'),
|
|
(104311, 13292, 0, 'Nagrand - Lake Sunspring - Pure Water'),
|
|
(104312, 13293, 0, 'Nagrand - Lake Sunspring - Mudfish School'),
|
|
(104313, 13293, 0, 'Nagrand - Lake Sunspring - Bluefish School'),
|
|
(104314, 13293, 0, 'Nagrand - Lake Sunspring - Pure Water'),
|
|
(104315, 13294, 0, 'Nagrand - Lake Sunspring - Mudfish School'),
|
|
(104316, 13294, 0, 'Nagrand - Lake Sunspring - Bluefish School'),
|
|
(104317, 13294, 0, 'Nagrand - Lake Sunspring - Pure Water'),
|
|
(104318, 13295, 0, 'Nagrand - Lake Sunspring - Mudfish School'),
|
|
(104319, 13295, 0, 'Nagrand - Lake Sunspring - Bluefish School'),
|
|
(104320, 13295, 0, 'Nagrand - Lake Sunspring - Pure Water'),
|
|
(104321, 13296, 0, 'Nagrand - Lake Sunspring - Mudfish School'),
|
|
(104322, 13296, 0, 'Nagrand - Lake Sunspring - Bluefish School'),
|
|
(104323, 13296, 0, 'Nagrand - Lake Sunspring - Pure Water'),
|
|
(104324, 8292, 0, 'Nagrand - Elemental Plateau - Pure Water'),
|
|
(104325, 8292, 0, 'Nagrand - Elemental Plateau - Pure Water'),
|
|
(104326, 8292, 0, 'Nagrand - Elemental Plateau - Pure Water'),
|
|
(104327, 8292, 0, 'Nagrand - Elemental Plateau - Pure Water'),
|
|
(104328, 8292, 0, 'Nagrand - Elemental Plateau - Pure Water'),
|
|
(104329, 8292, 0, 'Nagrand - Elemental Plateau - Pure Water'),
|
|
(104330, 8308, 0, 'Felweed - The Underbog'),
|
|
(104331, 8309, 0, 'Felweed - The Underbog'),
|
|
(104332, 8309, 0, 'Felweed - The Underbog'),
|
|
(104333, 8308, 0, 'Felweed - The Underbog'),
|
|
(104334, 8309, 0, 'Felweed - The Underbog'),
|
|
(104335, 8309, 0, 'Felweed - The Underbog'),
|
|
(104336, 8308, 0, 'Felweed - The Underbog'),
|
|
(104337, 8312, 0, 'Ancient Lichen - The Underbog'),
|
|
(104338, 8311, 0, 'Ancient Lichen - The Underbog'),
|
|
(104339, 8310, 0, 'Ancient Lichen - The Underbog'),
|
|
(104340, 8313, 0, 'Ancient Lichen - The Underbog'),
|
|
(104341, 8311, 0, 'Ancient Lichen - The Underbog'),
|
|
(104342, 8312, 0, 'Ancient Lichen - The Underbog'),
|
|
(104343, 8310, 0, 'Ancient Lichen - The Underbog'),
|
|
(104344, 8312, 0, 'Ancient Lichen - The Underbog'),
|
|
(104345, 8313, 0, 'Ancient Lichen - The Underbog'),
|
|
(104346, 8311, 0, 'Ancient Lichen - The Underbog'),
|
|
(104347, 8312, 0, 'Ancient Lichen - The Underbog'),
|
|
(104348, 8311, 0, 'Ancient Lichen - The Underbog'),
|
|
(104349, 8313, 0, 'Ancient Lichen - The Underbog'),
|
|
(104350, 8310, 0, 'Ancient Lichen - The Underbog'),
|
|
(104351, 8310, 0, 'Ancient Lichen - The Underbog'),
|
|
(104352, 8307, 0, 'Sanguine Hibiscus - The Underbog'),
|
|
(104353, 8307, 0, 'Sanguine Hibiscus - The Underbog'),
|
|
(104354, 8307, 0, 'Sanguine Hibiscus - The Underbog'),
|
|
(104355, 8307, 0, 'Sanguine Hibiscus - The Underbog'),
|
|
(104356, 8307, 0, 'Sanguine Hibiscus - The Underbog'),
|
|
(104357, 8307, 0, 'Sanguine Hibiscus - The Underbog'),
|
|
(104358, 8307, 0, 'Sanguine Hibiscus - The Underbog'),
|
|
(104359, 8307, 0, 'Sanguine Hibiscus - The Underbog'),
|
|
(104360, 8307, 0, 'Sanguine Hibiscus - The Underbog'),
|
|
(104361, 8307, 0, 'Sanguine Hibiscus - The Underbog'),
|
|
(104362, 8307, 0, 'Sanguine Hibiscus - The Underbog'),
|
|
(104363, 8307, 0, 'Sanguine Hibiscus - The Underbog'),
|
|
(104364, 8307, 0, 'Sanguine Hibiscus - The Underbog'),
|
|
(104365, 8307, 0, 'Sanguine Hibiscus - The Underbog'),
|
|
(104366, 8307, 0, 'Sanguine Hibiscus - The Underbog'),
|
|
(104367, 8307, 0, 'Sanguine Hibiscus - The Underbog'),
|
|
(104368, 8307, 0, 'Sanguine Hibiscus - The Underbog'),
|
|
(104369, 8307, 0, 'Sanguine Hibiscus - The Underbog'),
|
|
(104370, 8307, 0, 'Sanguine Hibiscus - The Underbog'),
|
|
(104371, 8307, 0, 'Sanguine Hibiscus - The Underbog'),
|
|
(104372, 13306, 0, 'Ragveil - The Underbog'),
|
|
(104373, 13306, 25, 'Flame Cap - The Underbog'),
|
|
(104374, 13307, 0, 'Ragveil - The Underbog'),
|
|
(104375, 13307, 25, 'Flame Cap - The Underbog'),
|
|
(104376, 13308, 0, 'Ragveil - The Underbog'),
|
|
(104377, 13308, 25, 'Flame Cap - The Underbog'),
|
|
(104378, 13309, 0, 'Ragveil - The Underbog'),
|
|
(104379, 13309, 25, 'Flame Cap - The Underbog'),
|
|
(104380, 13310, 0, 'Ragveil - The Underbog'),
|
|
(104381, 13310, 25, 'Flame Cap - The Underbog'),
|
|
(104382, 13311, 0, 'Ragveil - The Underbog'),
|
|
(104383, 13311, 25, 'Flame Cap - The Underbog'),
|
|
(104384, 13312, 0, 'Ragveil - The Underbog'),
|
|
(104385, 13312, 25, 'Flame Cap - The Underbog'),
|
|
(104386, 13297, 0, 'Adamantite Deposit - The Underbog'),
|
|
(104387, 13297, 40, 'Rich Adamantite Deposit - The Underbog'),
|
|
(104388, 13297, 5, 'Khorium Vein - The Underbog'),
|
|
(104389, 13298, 0, 'Adamantite Deposit - The Underbog'),
|
|
(104390, 13298, 40, 'Rich Adamantite Deposit - The Underbog'),
|
|
(104391, 13298, 5, 'Khorium Vein - The Underbog'),
|
|
(104392, 13299, 0, 'Adamantite Deposit - The Underbog'),
|
|
(104393, 13299, 40, 'Rich Adamantite Deposit - The Underbog'),
|
|
(104394, 13299, 5, 'Khorium Vein - The Underbog'),
|
|
(104395, 13300, 0, 'Adamantite Deposit - The Underbog'),
|
|
(104396, 13300, 40, 'Rich Adamantite Deposit - The Underbog'),
|
|
(104397, 13300, 5, 'Khorium Vein - The Underbog'),
|
|
(104398, 13301, 0, 'Adamantite Deposit - The Underbog'),
|
|
(104399, 13301, 40, 'Rich Adamantite Deposit - The Underbog'),
|
|
(104400, 13301, 5, 'Khorium Vein - The Underbog'),
|
|
(104401, 13302, 0, 'Adamantite Deposit - The Underbog'),
|
|
(104402, 13302, 40, 'Rich Adamantite Deposit - The Underbog'),
|
|
(104403, 13302, 5, 'Khorium Vein - The Underbog'),
|
|
(104404, 13303, 0, 'Adamantite Deposit - The Underbog'),
|
|
(104405, 13303, 40, 'Rich Adamantite Deposit - The Underbog'),
|
|
(104406, 13303, 5, 'Khorium Vein - The Underbog'),
|
|
(104407, 13304, 0, 'Adamantite Deposit - The Underbog'),
|
|
(104408, 13304, 40, 'Rich Adamantite Deposit - The Underbog'),
|
|
(104409, 13304, 5, 'Khorium Vein - The Underbog'),
|
|
(104410, 13305, 0, 'Adamantite Deposit - The Underbog'),
|
|
(104411, 13305, 40, 'Rich Adamantite Deposit - The Underbog'),
|
|
(104412, 13305, 5, 'Khorium Vein - The Underbog'),
|
|
(104413, 8314, 0, 'Ancient Lichen - The Slave Pens'),
|
|
(104414, 8314, 0, 'Ancient Lichen - The Slave Pens'),
|
|
(104415, 8314, 0, 'Ancient Lichen - The Slave Pens'),
|
|
(104416, 8314, 0, 'Ancient Lichen - The Slave Pens'),
|
|
(104417, 8314, 0, 'Ancient Lichen - The Slave Pens'),
|
|
(104418, 8314, 0, 'Ancient Lichen - The Slave Pens'),
|
|
(104419, 8314, 0, 'Ancient Lichen - The Slave Pens'),
|
|
(104420, 8314, 0, 'Ancient Lichen - The Slave Pens'),
|
|
(104421, 8314, 0, 'Ancient Lichen - The Slave Pens'),
|
|
(104422, 8314, 0, 'Ancient Lichen - The Slave Pens'),
|
|
(104423, 8315, 0, 'Ancient Lichen - The Slave Pens'),
|
|
(104424, 8315, 0, 'Ancient Lichen - The Slave Pens'),
|
|
(104425, 8315, 0, 'Ancient Lichen - The Slave Pens'),
|
|
(104426, 8315, 0, 'Ancient Lichen - The Slave Pens'),
|
|
(104427, 8316, 0, 'Felweed - The Slave Pens'),
|
|
(104428, 8316, 0, 'Felweed - The Slave Pens'),
|
|
(104429, 8316, 0, 'Felweed - The Slave Pens'),
|
|
(104430, 8316, 0, 'Felweed - The Slave Pens'),
|
|
(104431, 8316, 0, 'Felweed - The Slave Pens'),
|
|
(104432, 8316, 0, 'Felweed - The Slave Pens'),
|
|
(104433, 8316, 0, 'Felweed - The Slave Pens'),
|
|
(104434, 8316, 0, 'Felweed - The Slave Pens'),
|
|
(104435, 13313, 0, 'Ragveil - The Slave Pens'),
|
|
(104436, 13313, 25, 'Flame Cap - The Slave Pens'),
|
|
(104437, 13314, 0, 'Ragveil - The Slave Pens'),
|
|
(104438, 13314, 25, 'Flame Cap - The Slave Pens'),
|
|
(104439, 13315, 0, 'Ragveil - The Slave Pens'),
|
|
(104440, 13315, 25, 'Flame Cap - The Slave Pens'),
|
|
(104441, 13316, 0, 'Ragveil - The Slave Pens'),
|
|
(104442, 13316, 25, 'Flame Cap - The Slave Pens'),
|
|
(104443, 13317, 0, 'Ragveil - The Slave Pens'),
|
|
(104444, 13317, 25, 'Flame Cap - The Slave Pens'),
|
|
(104445, 13318, 0, 'Ragveil - The Slave Pens'),
|
|
(104446, 13318, 25, 'Flame Cap - The Slave Pens'),
|
|
(104447, 13319, 0, 'Ragveil - The Slave Pens'),
|
|
(104448, 13319, 25, 'Flame Cap - The Slave Pens'),
|
|
(104449, 13320, 0, 'Ragveil - The Slave Pens'),
|
|
(104450, 13320, 25, 'Flame Cap - The Slave Pens'),
|
|
(104451, 13321, 0, 'Adamantite Deposit - The Slave Pens'),
|
|
(104452, 13321, 5, 'Khorium Vein - The Slave Pens'),
|
|
(104453, 13321, 40, 'Rich Adamantite Deposit - The Slave Pens'),
|
|
(104454, 13322, 0, 'Adamantite Deposit - The Slave Pens'),
|
|
(104455, 13322, 5, 'Khorium Vein - The Slave Pens'),
|
|
(104456, 13322, 40, 'Rich Adamantite Deposit - The Slave Pens'),
|
|
(104457, 13323, 0, 'Adamantite Deposit - The Slave Pens'),
|
|
(104458, 13323, 5, 'Khorium Vein - The Slave Pens'),
|
|
(104459, 13323, 40, 'Rich Adamantite Deposit - The Slave Pens'),
|
|
(104460, 13324, 0, 'Adamantite Deposit - The Slave Pens'),
|
|
(104461, 13324, 5, 'Khorium Vein - The Slave Pens'),
|
|
(104462, 13324, 40, 'Rich Adamantite Deposit - The Slave Pens'),
|
|
(104463, 13325, 0, 'Adamantite Deposit - The Slave Pens'),
|
|
(104464, 13325, 5, 'Khorium Vein - The Slave Pens'),
|
|
(104465, 13325, 40, 'Rich Adamantite Deposit - The Slave Pens'),
|
|
(104466, 8320, 0, 'Ancient Lichen - Mana-Tombs'),
|
|
(104467, 8320, 0, 'Ancient Lichen - Mana-Tombs'),
|
|
(104468, 8320, 0, 'Ancient Lichen - Mana-Tombs'),
|
|
(104469, 8320, 0, 'Ancient Lichen - Mana-Tombs'),
|
|
(104470, 8321, 0, 'Ancient Lichen - Mana-Tombs'),
|
|
(104471, 8321, 0, 'Ancient Lichen - Mana-Tombs'),
|
|
(104472, 8321, 0, 'Ancient Lichen - Mana-Tombs'),
|
|
(104473, 8321, 0, 'Ancient Lichen - Mana-Tombs'),
|
|
(104474, 8321, 0, 'Ancient Lichen - Mana-Tombs'),
|
|
(104475, 8322, 0, 'Ancient Lichen - Mana-Tombs'),
|
|
(104476, 8322, 0, 'Ancient Lichen - Mana-Tombs'),
|
|
(104477, 8322, 0, 'Ancient Lichen - Mana-Tombs'),
|
|
(104478, 8322, 0, 'Ancient Lichen - Mana-Tombs'),
|
|
(104479, 8322, 0, 'Ancient Lichen - Mana-Tombs'),
|
|
(104480, 8322, 0, 'Ancient Lichen - Mana-Tombs'),
|
|
(104481, 8323, 0, 'Ancient Lichen - Mana-Tombs'),
|
|
(104482, 8323, 0, 'Ancient Lichen - Mana-Tombs'),
|
|
(104483, 8323, 0, 'Ancient Lichen - Mana-Tombs'),
|
|
(104484, 8323, 0, 'Ancient Lichen - Mana-Tombs'),
|
|
(104485, 8323, 0, 'Ancient Lichen - Mana-Tombs'),
|
|
(104486, 8323, 0, 'Ancient Lichen - Mana-Tombs'),
|
|
(104487, 13326, 0, 'Adamantite Deposit - Mana-Tombs'),
|
|
(104488, 13326, 5, 'Khorium Vein - Mana-Tombs'),
|
|
(104489, 13326, 40, 'Rich Adamantite Deposit - Mana-Tombs'),
|
|
(104490, 13327, 0, 'Adamantite Deposit - Mana-Tombs'),
|
|
(104491, 13327, 5, 'Khorium Vein - Mana-Tombs'),
|
|
(104492, 13327, 40, 'Rich Adamantite Deposit - Mana-Tombs'),
|
|
(104493, 13328, 0, 'Adamantite Deposit - Mana-Tombs'),
|
|
(104494, 13328, 5, 'Khorium Vein - Mana-Tombs'),
|
|
(104495, 13328, 40, 'Rich Adamantite Deposit - Mana-Tombs'),
|
|
(104496, 13329, 0, 'Adamantite Deposit - Mana-Tombs'),
|
|
(104497, 13329, 5, 'Khorium Vein - Mana-Tombs'),
|
|
(104498, 13329, 40, 'Rich Adamantite Deposit - Mana-Tombs'),
|
|
(104499, 13330, 0, 'Adamantite Deposit - Mana-Tombs'),
|
|
(104500, 13330, 5, 'Khorium Vein - Mana-Tombs'),
|
|
(104501, 13330, 40, 'Rich Adamantite Deposit - Mana-Tombs'),
|
|
(104502, 13331, 0, 'Adamantite Deposit - Mana-Tombs'),
|
|
(104503, 13331, 5, 'Khorium Vein - Mana-Tombs'),
|
|
(104504, 13331, 40, 'Rich Adamantite Deposit - Mana-Tombs'),
|
|
(104505, 13332, 0, 'Adamantite Deposit - Mana-Tombs'),
|
|
(104506, 13332, 5, 'Khorium Vein - Mana-Tombs'),
|
|
(104507, 13332, 40, 'Rich Adamantite Deposit - Mana-Tombs'),
|
|
(104508, 13333, 0, 'Adamantite Deposit - Mana-Tombs'),
|
|
(104509, 13333, 5, 'Khorium Vein - Mana-Tombs'),
|
|
(104510, 13333, 40, 'Rich Adamantite Deposit - Mana-Tombs'),
|
|
(104511, 13334, 0, 'Adamantite Deposit - Mana-Tombs'),
|
|
(104512, 13334, 5, 'Khorium Vein - Mana-Tombs'),
|
|
(104513, 13334, 40, 'Rich Adamantite Deposit - Mana-Tombs'),
|
|
(104514, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104515, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104516, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104517, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104518, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104519, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104520, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104521, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104522, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104523, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104524, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104525, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104526, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104527, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104528, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104529, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104530, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104531, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104532, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104533, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104534, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104535, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104536, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104537, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104538, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104539, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104540, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104541, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104542, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104543, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104544, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104545, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104546, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104547, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104548, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104549, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104550, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104551, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104552, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104553, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104554, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104555, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104556, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104557, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104558, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104559, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104560, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104561, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104562, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104563, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104564, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104565, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104566, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104567, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104568, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104569, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104570, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104571, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104572, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104573, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104574, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104575, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104576, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104577, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104578, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104579, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104580, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104581, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104582, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104583, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104584, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104585, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104586, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104587, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104588, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104589, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104590, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104591, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104592, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104593, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104594, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104595, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104596, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104597, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104598, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104599, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104600, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104601, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104602, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104603, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104604, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104605, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104606, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104607, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104608, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104609, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104610, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104611, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104612, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104613, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104614, 8326, 0, 'Nethervine Crystal (185182)'),
|
|
(104615, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104616, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104617, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104618, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104619, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104620, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104621, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104622, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104623, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104624, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104625, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104626, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104627, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104628, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104629, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104630, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104631, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104632, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104633, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104634, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104635, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104636, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104637, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104638, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104639, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104640, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104641, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104642, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104643, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104644, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104645, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104646, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104647, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104648, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104649, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104650, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104651, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104652, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104653, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104654, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104655, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104656, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104657, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104658, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104659, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104660, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104661, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104662, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104663, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104664, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104665, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104666, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104667, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104668, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104669, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104670, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104671, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104672, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104673, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104674, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104675, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104676, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104677, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104678, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104679, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104680, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104681, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104682, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104683, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104684, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104685, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104686, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104687, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104688, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104689, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104690, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104691, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104692, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104693, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104694, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104695, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104696, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104697, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104698, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104699, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104700, 8327, 0, 'Netherdust Bush (185881)'),
|
|
(104701, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104702, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104703, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104704, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104705, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104706, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104707, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104708, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104709, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104710, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104711, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104712, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104713, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104714, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104715, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104716, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104717, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104718, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104719, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104720, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104721, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104722, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104723, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104724, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104725, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104726, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104727, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104728, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104729, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104730, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104731, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104732, 8328, 0, 'Nethercite Deposit (185877)'),
|
|
(104733, 8329, 0, 'Netherwing Egg (185915) - Dragonmaw Fortress'),
|
|
(104734, 8329, 0, 'Netherwing Egg (185915) - Dragonmaw Fortress'),
|
|
(104735, 8329, 0, 'Netherwing Egg (185915) - Dragonmaw Fortress'),
|
|
(104736, 8329, 0, 'Netherwing Egg (185915) - Dragonmaw Fortress'),
|
|
(104737, 8329, 0, 'Netherwing Egg (185915) - Dragonmaw Fortress'),
|
|
(104738, 8329, 0, 'Netherwing Egg (185915) - Dragonmaw Fortress'),
|
|
(104739, 8329, 0, 'Netherwing Egg (185915) - Dragonmaw Fortress'),
|
|
(104740, 8329, 0, 'Netherwing Egg (185915) - Dragonmaw Fortress'),
|
|
(104741, 8329, 0, 'Netherwing Egg (185915) - Dragonmaw Fortress'),
|
|
(104742, 8329, 0, 'Netherwing Egg (185915) - Dragonmaw Fortress'),
|
|
(104743, 8329, 0, 'Netherwing Egg (185915) - Dragonmaw Fortress'),
|
|
(104744, 8329, 0, 'Netherwing Egg (185915) - Dragonmaw Fortress'),
|
|
(104745, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104746, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104747, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104748, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104749, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104750, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104751, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104752, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104753, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104754, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104755, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104756, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104757, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104758, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104759, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104760, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104761, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104762, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104763, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104764, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104765, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104766, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104767, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104768, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104769, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104770, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104771, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104772, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104773, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104774, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104775, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104776, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104777, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104778, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104779, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104780, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104781, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104782, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104783, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104784, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104785, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104786, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104787, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104788, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104789, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104790, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104791, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104792, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104793, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104794, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104795, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104796, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104797, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104798, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104799, 8330, 0, 'Netherwing Egg (185915) - Netherwing Ledge'),
|
|
(104800, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104801, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104802, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104803, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104804, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104805, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104806, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104807, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104808, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104809, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104810, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104811, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104812, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104813, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104814, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104815, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104816, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104817, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104818, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104819, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104820, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104821, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104822, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104823, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104824, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104825, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104826, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104827, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104828, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104829, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104830, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104831, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104832, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104833, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104834, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104835, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104836, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104837, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104838, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104839, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104840, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104841, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104842, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104843, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104844, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104845, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104846, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104847, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104848, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104849, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104850, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104851, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(104852, 8331, 0, 'Netherwing Egg (185915) - Netherwing Mine'),
|
|
(105022, 13335, 0, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105023, 13335, 40, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105024, 13335, 5, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105025, 13336, 0, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105026, 13336, 40, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105027, 13336, 5, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105028, 13337, 0, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105029, 13337, 40, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105030, 13337, 5, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105031, 13338, 0, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105032, 13338, 40, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105033, 13338, 5, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105034, 13339, 0, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105035, 13339, 40, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105036, 13339, 5, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105037, 13340, 0, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105038, 13340, 40, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105039, 13340, 5, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105040, 13341, 0, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105041, 13341, 40, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105042, 13341, 5, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105043, 13342, 0, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105044, 13342, 40, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105045, 13342, 5, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105046, 13343, 0, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105047, 13343, 40, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105048, 13343, 5, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105049, 13344, 0, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105050, 13344, 40, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105051, 13344, 5, 'Auchenai Crypts - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105052, 8334, 0, 'Ancient Lichen - Auchenai Crypts'),
|
|
(105053, 8334, 0, 'Ancient Lichen - Auchenai Crypts'),
|
|
(105054, 8334, 0, 'Ancient Lichen - Auchenai Crypts'),
|
|
(105055, 8334, 0, 'Ancient Lichen - Auchenai Crypts'),
|
|
(105056, 8335, 0, 'Ancient Lichen - Auchenai Crypts'),
|
|
(105057, 8335, 0, 'Ancient Lichen - Auchenai Crypts'),
|
|
(105058, 8335, 0, 'Ancient Lichen - Auchenai Crypts'),
|
|
(105059, 8336, 0, 'Ancient Lichen - Auchenai Crypts'),
|
|
(105060, 8336, 0, 'Ancient Lichen - Auchenai Crypts'),
|
|
(105061, 8336, 0, 'Ancient Lichen - Auchenai Crypts'),
|
|
(105062, 8337, 0, 'Ancient Lichen - Auchenai Crypts'),
|
|
(105063, 8337, 0, 'Ancient Lichen - Auchenai Crypts'),
|
|
(105064, 8337, 0, 'Ancient Lichen - Auchenai Crypts'),
|
|
(105065, 8337, 0, 'Ancient Lichen - Auchenai Crypts'),
|
|
(105066, 8337, 0, 'Ancient Lichen - Auchenai Crypts'),
|
|
(105067, 8337, 0, 'Ancient Lichen - Auchenai Crypts'),
|
|
(105068, 13345, 0, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105069, 13345, 40, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105070, 13345, 5, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105071, 13346, 0, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105072, 13346, 40, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105073, 13346, 5, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105074, 13347, 0, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105075, 13347, 40, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105076, 13347, 5, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105077, 13348, 0, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105078, 13348, 40, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105079, 13348, 5, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105080, 13349, 0, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105081, 13349, 40, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105082, 13349, 5, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105083, 13350, 0, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105084, 13350, 40, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105085, 13350, 5, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105086, 13351, 0, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105087, 13351, 40, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105088, 13351, 5, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105089, 13352, 0, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105090, 13352, 40, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105091, 13352, 5, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105092, 13353, 0, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105093, 13353, 40, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105094, 13353, 5, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105095, 13354, 0, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105096, 13354, 40, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105097, 13354, 5, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105098, 13355, 0, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105099, 13355, 40, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105100, 13355, 5, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105101, 13356, 0, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105102, 13356, 40, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105103, 13356, 5, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105104, 13357, 0, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105105, 13357, 40, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105106, 13357, 5, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105107, 13358, 0, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105108, 13358, 40, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105109, 13358, 5, 'Sethekk Halls - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105110, 8340, 0, 'Ancient Lichen - Sethekk Halls'),
|
|
(105111, 8340, 0, 'Ancient Lichen - Sethekk Halls'),
|
|
(105112, 8341, 0, 'Ancient Lichen - Sethekk Halls'),
|
|
(105113, 8341, 0, 'Ancient Lichen - Sethekk Halls'),
|
|
(105114, 8341, 0, 'Ancient Lichen - Sethekk Halls'),
|
|
(105115, 8342, 0, 'Ancient Lichen - Sethekk Halls'),
|
|
(105116, 8342, 0, 'Ancient Lichen - Sethekk Halls'),
|
|
(105117, 8342, 0, 'Ancient Lichen - Sethekk Halls'),
|
|
(105118, 8343, 0, 'Ancient Lichen - Sethekk Halls'),
|
|
(105119, 8343, 0, 'Ancient Lichen - Sethekk Halls'),
|
|
(105120, 8343, 0, 'Ancient Lichen - Sethekk Halls'),
|
|
(105121, 8343, 0, 'Ancient Lichen - Sethekk Halls'),
|
|
(105122, 8344, 0, 'Ancient Lichen - Sethekk Halls'),
|
|
(105123, 8344, 0, 'Ancient Lichen - Sethekk Halls'),
|
|
(105124, 8344, 0, 'Ancient Lichen - Sethekk Halls'),
|
|
(105125, 8344, 0, 'Ancient Lichen - Sethekk Halls'),
|
|
(105126, 13359, 0, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105127, 13359, 40, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105128, 13359, 5, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105129, 13360, 0, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105130, 13360, 40, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105131, 13360, 5, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105132, 13361, 0, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105133, 13361, 40, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105134, 13361, 5, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105135, 13362, 0, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105136, 13362, 40, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105137, 13362, 5, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105138, 13363, 0, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105139, 13363, 40, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105140, 13363, 5, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105141, 13364, 0, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105142, 13364, 40, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105143, 13364, 5, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105144, 13365, 0, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105145, 13365, 40, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105146, 13365, 5, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105147, 13366, 0, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105148, 13366, 40, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105149, 13366, 5, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105150, 13367, 0, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105151, 13367, 40, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105152, 13367, 5, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105153, 13368, 0, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105154, 13368, 40, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105155, 13368, 5, 'Shadow Labyrinth - Adamantite Deposit / Rich Adamantite Deposit / Khorium Vein'),
|
|
(105156, 8347, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105157, 8347, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105158, 8347, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105159, 8347, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105160, 8348, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105161, 8348, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105162, 8348, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105163, 8348, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105164, 8348, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105165, 8348, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105166, 8349, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105167, 8349, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105168, 8349, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105169, 8349, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105170, 8350, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105171, 8350, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105172, 8350, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105173, 8351, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105174, 8351, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105175, 8351, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105176, 8351, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105177, 8352, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105178, 8352, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105179, 8352, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105180, 8352, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105181, 8352, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105182, 8352, 0, 'Ancient Lichen - Shadow Labyrinth'),
|
|
(105183, 8353, 0, 'Felweed - The Botanica'),
|
|
(105184, 8353, 0, 'Felweed - The Botanica'),
|
|
(105185, 8353, 0, 'Felweed - The Botanica'),
|
|
(105188, 8353, 0, 'Felweed - The Botanica'),
|
|
(105196, 13398, 0, 'Rotten Arakkoa Egg (184796)'),
|
|
(105197, 13398, 0, 'Rotten Arakkoa Egg (184795)'),
|
|
(105198, 13399, 0, 'Rotten Arakkoa Egg (184796)'),
|
|
(105199, 13399, 0, 'Rotten Arakkoa Egg (184795)'),
|
|
(105200, 13400, 0, 'Rotten Arakkoa Egg (184796)'),
|
|
(105201, 13400, 0, 'Rotten Arakkoa Egg (184795)'),
|
|
(105202, 13401, 0, 'Rotten Arakkoa Egg (184796)'),
|
|
(105203, 13401, 0, 'Rotten Arakkoa Egg (184795)'),
|
|
(105204, 13402, 0, 'Rotten Arakkoa Egg (184796)'),
|
|
(105205, 13402, 0, 'Rotten Arakkoa Egg (184795)'),
|
|
(105206, 13403, 0, 'Rotten Arakkoa Egg (184796)'),
|
|
(105207, 13403, 0, 'Rotten Arakkoa Egg (184795)'),
|
|
(105208, 13404, 0, 'Rotten Arakkoa Egg (184796)'),
|
|
(105209, 13404, 0, 'Rotten Arakkoa Egg (184795)'),
|
|
(105210, 13405, 0, 'Rotten Arakkoa Egg (184796)'),
|
|
(105211, 13405, 0, 'Rotten Arakkoa Egg (184795)'),
|
|
(105212, 13406, 0, 'Rotten Arakkoa Egg (184796)'),
|
|
(105213, 13406, 0, 'Rotten Arakkoa Egg (184795)'),
|
|
(105214, 13407, 0, 'Rotten Arakkoa Egg (184796)'),
|
|
(105215, 13407, 0, 'Rotten Arakkoa Egg (184795)'),
|
|
(105216, 13408, 0, 'Rotten Arakkoa Egg (184796)'),
|
|
(105217, 13408, 0, 'Rotten Arakkoa Egg (184795)'),
|
|
(105218, 13409, 0, 'Rotten Arakkoa Egg (184796)'),
|
|
(105219, 13409, 0, 'Rotten Arakkoa Egg (184795)'),
|
|
(105220, 13410, 0, 'Rotten Arakkoa Egg (184796)'),
|
|
(105221, 13410, 0, 'Rotten Arakkoa Egg (184795)'),
|
|
(105222, 13411, 0, 'Rotten Arakkoa Egg (184796)'),
|
|
(105223, 13411, 0, 'Rotten Arakkoa Egg (184795)'),
|
|
(105224, 13412, 0, 'Rotten Arakkoa Egg (184796)'),
|
|
(105225, 13412, 0, 'Rotten Arakkoa Egg (184795)'),
|
|
(105226, 13413, 0, 'Rotten Arakkoa Egg (184796)'),
|
|
(105227, 13413, 0, 'Rotten Arakkoa Egg (184795)'),
|
|
(105228, 13414, 0, 'Rotten Arakkoa Egg (184796)'),
|
|
(105229, 13414, 0, 'Rotten Arakkoa Egg (184795)'),
|
|
(105230, 13415, 0, 'Rotten Arakkoa Egg (184796)'),
|
|
(105231, 13415, 0, 'Rotten Arakkoa Egg (184795)'),
|
|
(105232, 13416, 0, 'Rotten Arakkoa Egg (184796)'),
|
|
(105233, 13416, 0, 'Rotten Arakkoa Egg (184795)'),
|
|
(105234, 13417, 0, 'Rotten Arakkoa Egg (184796)'),
|
|
(105235, 13417, 0, 'Rotten Arakkoa Egg (184795)'),
|
|
(105236, 13418, 0, 'Rotten Arakkoa Egg (184796)'),
|
|
(105237, 13418, 0, 'Rotten Arakkoa Egg (184795)'),
|
|
(105238, 13419, 0, 'Rotten Arakkoa Egg (184796)'),
|
|
(105239, 13419, 0, 'Rotten Arakkoa Egg (184795)'),
|
|
(105240, 13420, 0, 'Rotten Arakkoa Egg (184796)'),
|
|
(105241, 13420, 0, 'Rotten Arakkoa Egg (184795)'),
|
|
(105242, 8354, 0, 'Felweed - The Steamvault'),
|
|
(105243, 8354, 0, 'Felweed - The Steamvault'),
|
|
(105244, 13421, 0, 'The Steamvault - Ragveil'),
|
|
(105245, 13422, 0, 'The Steamvault - Ragveil'),
|
|
(105246, 13421, 40, 'The Steamvault - Flame Cap'),
|
|
(105247, 13422, 40, 'The Steamvault - Flame Cap'),
|
|
(105248, 8356, 0, 'Ancient Lichen - The Steamvault'),
|
|
(105249, 8356, 0, 'Ancient Lichen - The Steamvault'),
|
|
(105250, 8356, 0, 'Ancient Lichen - The Steamvault'),
|
|
(105251, 8357, 0, 'Ancient Lichen - The Steamvault'),
|
|
(105252, 8357, 0, 'Ancient Lichen - The Steamvault'),
|
|
(105253, 8357, 0, 'Ancient Lichen - The Steamvault'),
|
|
(105254, 8358, 0, 'Ancient Lichen - The Steamvault'),
|
|
(105255, 8358, 0, 'Ancient Lichen - The Steamvault'),
|
|
(105256, 8358, 0, 'Ancient Lichen - The Steamvault'),
|
|
(105257, 8359, 0, 'Ancient Lichen - The Steamvault'),
|
|
(105258, 8359, 0, 'Ancient Lichen - The Steamvault'),
|
|
(105259, 8359, 0, 'Ancient Lichen - The Steamvault'),
|
|
(105260, 13423, 0, 'The Steamvault - Fel Iron Deposit'),
|
|
(105261, 13423, 5, 'The Steamvault - Khorium for Fel Iron Deposit'),
|
|
(105262, 13424, 0, 'The Steamvault - Fel Iron Deposit'),
|
|
(105263, 13424, 5, 'The Steamvault - Khorium for Fel Iron Deposit'),
|
|
(105264, 13425, 0, 'The Steamvault - Fel Iron Deposit'),
|
|
(105265, 13425, 5, 'The Steamvault - Khorium for Fel Iron Deposit'),
|
|
(105266, 13426, 0, 'The Steamvault - Fel Iron Deposit'),
|
|
(105267, 13426, 5, 'The Steamvault - Khorium for Fel Iron Deposit'),
|
|
(105268, 13427, 0, 'The Steamvault - Fel Iron Deposit'),
|
|
(105269, 13427, 5, 'The Steamvault - Khorium for Fel Iron Deposit'),
|
|
(105270, 13428, 0, 'The Steamvault - Fel Iron Deposit'),
|
|
(105271, 13428, 5, 'The Steamvault - Khorium for Fel Iron Deposit'),
|
|
(105272, 13429, 0, 'The Steamvault - Adamantite Deposit'),
|
|
(105273, 13429, 40, 'The Steamvault - Rich Adamantite Deposit'),
|
|
(105274, 13429, 5, 'The Steamvault - Khorium for Adamantite Deposit'),
|
|
(105275, 13430, 0, 'The Steamvault - Adamantite Deposit'),
|
|
(105276, 13430, 40, 'The Steamvault - Rich Adamantite Deposit'),
|
|
(105277, 13430, 5, 'The Steamvault - Khorium for Adamantite Deposit'),
|
|
(105278, 13431, 0, 'The Steamvault - Adamantite Deposit'),
|
|
(105279, 13431, 40, 'The Steamvault - Rich Adamantite Deposit'),
|
|
(105280, 13431, 5, 'The Steamvault - Khorium for Adamantite Deposit'),
|
|
(105281, 13432, 0, 'The Steamvault - Adamantite Deposit'),
|
|
(105282, 13432, 40, 'The Steamvault - Rich Adamantite Deposit'),
|
|
(105283, 13432, 5, 'The Steamvault - Khorium for Adamantite Deposit'),
|
|
(105284, 13433, 0, 'The Steamvault - Adamantite Deposit'),
|
|
(105285, 13433, 40, 'The Steamvault - Rich Adamantite Deposit'),
|
|
(105286, 13433, 5, 'The Steamvault - Khorium for Adamantite Deposit'),
|
|
(105287, 13434, 0, 'The Steamvault - Adamantite Deposit'),
|
|
(105288, 13434, 40, 'The Steamvault - Rich Adamantite Deposit'),
|
|
(105289, 13434, 5, 'The Steamvault - Khorium for Adamantite Deposit'),
|
|
(105290, 13435, 0, 'The Steamvault - Adamantite Deposit'),
|
|
(105291, 13435, 40, 'The Steamvault - Rich Adamantite Deposit'),
|
|
(105292, 13435, 5, 'The Steamvault - Khorium for Adamantite Deposit'),
|
|
(120013, 5637, 0, 'Wintergrasp 189980, node 21'),
|
|
(120020, 5638, 0, 'Wintergrasp 189980, node 22'),
|
|
(120025, 5639, 0, 'Wintergrasp 189980, node 23'),
|
|
(120034, 5506, 0, 'Icecrown 189980, node 59'),
|
|
(120035, 5640, 0, 'Wintergrasp 189980, node 24'),
|
|
(120038, 5641, 0, 'Wintergrasp 189980, node 25'),
|
|
(120054, 5517, 0, 'Icecrown 189980, node 70'),
|
|
(120058, 5642, 0, 'Wintergrasp 189980, node 26'),
|
|
(120088, 5643, 0, 'Wintergrasp 189980, node 27'),
|
|
(120103, 5644, 0, 'Wintergrasp 189980, node 28'),
|
|
(120146, 5645, 0, 'Wintergrasp 189980, node 29'),
|
|
(120160, 5646, 0, 'Wintergrasp 189980, node 30'),
|
|
(120161, 5647, 0, 'Wintergrasp 189980, node 31'),
|
|
(120166, 5648, 0, 'Wintergrasp 189980, node 32'),
|
|
(120167, 5649, 0, 'Wintergrasp 189980, node 33'),
|
|
(120173, 5650, 0, 'Wintergrasp 189980, node 34'),
|
|
(120272, 5651, 0, 'Wintergrasp 189980, node 35'),
|
|
(120273, 5652, 0, 'Wintergrasp 189980, node 36'),
|
|
(120277, 5653, 0, 'Wintergrasp 189980, node 37'),
|
|
(120284, 5654, 0, 'Wintergrasp 189980, node 38'),
|
|
(120291, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 36'),
|
|
(120324, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(120325, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(120340, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 37'),
|
|
(120362, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 38'),
|
|
(120618, 11644, 0, 'Eversong Woods, Copper Vein, spawn 59'),
|
|
(120684, 5655, 0, 'Wintergrasp 189980, node 39'),
|
|
(120694, 5656, 0, 'Wintergrasp 189980, node 40'),
|
|
(120721, 5608, 0, 'Icecrown 189980, node 161'),
|
|
(120722, 5657, 0, 'Wintergrasp 189980, node 41'),
|
|
(120728, 5658, 0, 'Wintergrasp 189980, node 42'),
|
|
(120736, 5659, 0, 'Wintergrasp 189980, node 43'),
|
|
(120737, 5660, 0, 'Wintergrasp 189980, node 44'),
|
|
(120738, 5661, 0, 'Wintergrasp 189980, node 45'),
|
|
(120791, 11643, 0, 'Azuremyst Isle, Copper Vein, spawn 39'),
|
|
(121148, 5450, 40, 'Icecrown 189981, node 3'),
|
|
(121149, 5450, 10, 'Icecrown 191133, node 3'),
|
|
(121260, 5506, 40, 'Icecrown 189981, node 59'),
|
|
(121261, 5506, 10, 'Icecrown 191133, node 59'),
|
|
(121282, 5517, 40, 'Icecrown 189981, node 70'),
|
|
(121283, 5517, 10, 'Icecrown 191133, node 70'),
|
|
(121464, 5608, 40, 'Icecrown 189981, node 161'),
|
|
(121465, 5608, 10, 'Icecrown 191133, node 161'),
|
|
(121482, 5617, 40, 'Wintergrasp 189981, node 1'),
|
|
(121483, 5617, 10, 'Wintergrasp 191133, node 1'),
|
|
(121484, 5618, 40, 'Wintergrasp 189981, node 2'),
|
|
(121485, 5618, 10, 'Wintergrasp 191133, node 2'),
|
|
(121486, 5619, 40, 'Wintergrasp 189981, node 3'),
|
|
(121487, 5619, 10, 'Wintergrasp 191133, node 3'),
|
|
(121488, 5620, 40, 'Wintergrasp 189981, node 4'),
|
|
(121489, 5620, 10, 'Wintergrasp 191133, node 4'),
|
|
(121490, 5621, 40, 'Wintergrasp 189981, node 5'),
|
|
(121491, 5621, 10, 'Wintergrasp 191133, node 5'),
|
|
(121492, 5622, 40, 'Wintergrasp 189981, node 6'),
|
|
(121493, 5622, 10, 'Wintergrasp 191133, node 6'),
|
|
(121494, 5623, 40, 'Wintergrasp 189981, node 7'),
|
|
(121495, 5623, 10, 'Wintergrasp 191133, node 7'),
|
|
(121496, 5624, 40, 'Wintergrasp 189981, node 8'),
|
|
(121497, 5624, 10, 'Wintergrasp 191133, node 8'),
|
|
(121498, 5625, 40, 'Wintergrasp 189981, node 9'),
|
|
(121499, 5625, 10, 'Wintergrasp 191133, node 9'),
|
|
(121500, 5626, 40, 'Wintergrasp 189981, node 10'),
|
|
(121501, 5626, 10, 'Wintergrasp 191133, node 10'),
|
|
(121502, 5627, 40, 'Wintergrasp 189981, node 11'),
|
|
(121503, 5627, 10, 'Wintergrasp 191133, node 11'),
|
|
(121504, 5628, 40, 'Wintergrasp 189981, node 12'),
|
|
(121505, 5628, 10, 'Wintergrasp 191133, node 12'),
|
|
(121506, 5629, 40, 'Wintergrasp 189981, node 13'),
|
|
(121507, 5629, 10, 'Wintergrasp 191133, node 13'),
|
|
(121508, 5630, 40, 'Wintergrasp 189981, node 14'),
|
|
(121509, 5630, 10, 'Wintergrasp 191133, node 14'),
|
|
(121510, 5631, 40, 'Wintergrasp 189981, node 15'),
|
|
(121511, 5631, 10, 'Wintergrasp 191133, node 15'),
|
|
(121512, 5632, 40, 'Wintergrasp 189981, node 16'),
|
|
(121513, 5632, 10, 'Wintergrasp 191133, node 16'),
|
|
(121514, 5633, 40, 'Wintergrasp 189981, node 17'),
|
|
(121515, 5633, 10, 'Wintergrasp 191133, node 17'),
|
|
(121516, 5634, 40, 'Wintergrasp 189981, node 18'),
|
|
(121517, 5634, 10, 'Wintergrasp 191133, node 18'),
|
|
(121518, 5635, 40, 'Wintergrasp 189981, node 19'),
|
|
(121519, 5635, 10, 'Wintergrasp 191133, node 19'),
|
|
(121520, 5636, 40, 'Wintergrasp 189981, node 20'),
|
|
(121521, 5636, 10, 'Wintergrasp 191133, node 20'),
|
|
(121522, 5637, 40, 'Wintergrasp 189981, node 21'),
|
|
(121523, 5637, 10, 'Wintergrasp 191133, node 21'),
|
|
(121524, 5638, 40, 'Wintergrasp 189981, node 22'),
|
|
(121525, 5638, 10, 'Wintergrasp 191133, node 22'),
|
|
(121526, 5639, 40, 'Wintergrasp 189981, node 23'),
|
|
(121527, 5639, 10, 'Wintergrasp 191133, node 23'),
|
|
(121528, 5640, 40, 'Wintergrasp 189981, node 24'),
|
|
(121529, 5640, 10, 'Wintergrasp 191133, node 24'),
|
|
(121530, 5641, 40, 'Wintergrasp 189981, node 25'),
|
|
(121531, 5641, 10, 'Wintergrasp 191133, node 25'),
|
|
(121532, 5642, 40, 'Wintergrasp 189981, node 26'),
|
|
(121533, 5642, 10, 'Wintergrasp 191133, node 26'),
|
|
(121534, 5643, 40, 'Wintergrasp 189981, node 27'),
|
|
(121535, 5643, 10, 'Wintergrasp 191133, node 27'),
|
|
(121536, 5644, 40, 'Wintergrasp 189981, node 28'),
|
|
(121537, 5644, 10, 'Wintergrasp 191133, node 28'),
|
|
(121538, 5645, 40, 'Wintergrasp 189981, node 29'),
|
|
(121539, 5645, 10, 'Wintergrasp 191133, node 29'),
|
|
(121540, 5646, 40, 'Wintergrasp 189981, node 30'),
|
|
(121541, 5646, 10, 'Wintergrasp 191133, node 30'),
|
|
(121542, 5647, 40, 'Wintergrasp 189981, node 31'),
|
|
(121543, 5647, 10, 'Wintergrasp 191133, node 31'),
|
|
(121544, 5648, 40, 'Wintergrasp 189981, node 32'),
|
|
(121545, 5648, 10, 'Wintergrasp 191133, node 32'),
|
|
(121546, 5649, 40, 'Wintergrasp 189981, node 33'),
|
|
(121547, 5649, 10, 'Wintergrasp 191133, node 33'),
|
|
(121548, 5650, 40, 'Wintergrasp 189981, node 34'),
|
|
(121549, 5650, 10, 'Wintergrasp 191133, node 34'),
|
|
(121550, 5651, 40, 'Wintergrasp 189981, node 35'),
|
|
(121551, 5651, 10, 'Wintergrasp 191133, node 35'),
|
|
(121552, 5652, 40, 'Wintergrasp 189981, node 36'),
|
|
(121553, 5652, 10, 'Wintergrasp 191133, node 36'),
|
|
(121554, 5653, 40, 'Wintergrasp 189981, node 37'),
|
|
(121555, 5653, 10, 'Wintergrasp 191133, node 37'),
|
|
(121556, 5654, 40, 'Wintergrasp 189981, node 38'),
|
|
(121557, 5654, 10, 'Wintergrasp 191133, node 38'),
|
|
(121558, 5655, 40, 'Wintergrasp 189981, node 39'),
|
|
(121559, 5655, 10, 'Wintergrasp 191133, node 39'),
|
|
(121560, 5656, 40, 'Wintergrasp 189981, node 40'),
|
|
(121561, 5656, 10, 'Wintergrasp 191133, node 40'),
|
|
(121562, 5657, 40, 'Wintergrasp 189981, node 41'),
|
|
(121563, 5657, 10, 'Wintergrasp 191133, node 41'),
|
|
(121564, 5658, 40, 'Wintergrasp 189981, node 42'),
|
|
(121565, 5658, 10, 'Wintergrasp 191133, node 42'),
|
|
(121566, 5659, 40, 'Wintergrasp 189981, node 43'),
|
|
(121567, 5659, 10, 'Wintergrasp 191133, node 43'),
|
|
(121568, 5660, 40, 'Wintergrasp 189981, node 44'),
|
|
(121569, 5660, 10, 'Wintergrasp 191133, node 44'),
|
|
(121570, 5661, 40, 'Wintergrasp 189981, node 45'),
|
|
(121571, 5661, 10, 'Wintergrasp 191133, node 45'),
|
|
(150108, 50000, 0, 'Raised Mud type 10 (190779) - Spawn 4'),
|
|
(150109, 50000, 0, 'Raised Mud type 10 (190779) - Spawn 3'),
|
|
(150110, 50000, 0, 'Raised Mud type 10 (190779) - Spawn 2'),
|
|
(150111, 50000, 0, 'Raised Mud type 10 (190779) - Spawn 1'),
|
|
(150129, 2011, 0, 'Spawn Point 102 - Copper'),
|
|
(150130, 2011, 0, 'Spawn Point 103 - Copper'),
|
|
(150138, 2011, 0, 'Spawn Point 111 - Copper'),
|
|
(150139, 2011, 0, 'Spawn Point 112 - Copper'),
|
|
(150143, 50002, 0, 'Spawn Point 55 - Tin Vein'),
|
|
(150144, 50002, 0, 'Spawn Point 56 - Tin Vein'),
|
|
(151794, 5691, 0, 'The Schools of Arcane Magic - Introduction'),
|
|
(151795, 5691, 0, 'The Worst Mage in Dalaran: A Children\'s Book'),
|
|
(151796, 5691, 0, 'The Archmage Antonidas - Part II'),
|
|
(151797, 5691, 0, 'The Old Wizard\'s Almanac'),
|
|
(151798, 5692, 0, 'The Schools of Arcane Magic - Conjuration'),
|
|
(151799, 5692, 0, 'In Time, the Arcane Corrupts All!'),
|
|
(151800, 5692, 0, 'LAVA BLAST - by Pyroco'),
|
|
(151801, 5692, 0, 'Journal of Archmage Antonidas'),
|
|
(151802, 5692, 0, 'Kirin Tor Monthly (March Issue)'),
|
|
(151803, 5693, 0, 'The Schools of Arcane Magic - Enchantment'),
|
|
(151804, 5693, 0, 'Kirin Tor Monthly (November Issue)'),
|
|
(151805, 5693, 0, 'STAY OUT!!!'),
|
|
(151806, 5693, 0, 'Remedial Magic 101: Tips from the Pros'),
|
|
(151807, 5693, 0, 'Portals are NOT Garbage Bins!'),
|
|
(151808, 5694, 0, 'The Schools of Arcane Magic - Necromancy'),
|
|
(151809, 5694, 0, 'To Do Today'),
|
|
(151810, 5694, 0, 'The Archmage Antonidas - Part III'),
|
|
(151811, 5694, 0, 'Thinking with Portals - A Memorandum on Proper Portal Usage'),
|
|
(151812, 5695, 0, 'The Schools of Arcane Magic - Abjuration'),
|
|
(151813, 5695, 0, 'Blinking Rules & Regulations'),
|
|
(151814, 5695, 0, 'Damaged Apprentice Journal'),
|
|
(151815, 5695, 0, 'Bundle of Romantic Correspondences'),
|
|
(151816, 5696, 0, 'The Schools of Arcane Magic - Divination'),
|
|
(151817, 5696, 0, 'On the Virtues of Magic'),
|
|
(151818, 5696, 0, 'Losses of the Third War'),
|
|
(151819, 5696, 0, 'Kirin Tor Monthly (May Issue)'),
|
|
(151820, 5697, 0, 'The Schools of Arcane Magic - Illusion'),
|
|
(151821, 5697, 0, 'The Fluffy Bunny'),
|
|
(151822, 5697, 0, 'The Dangers of Magic Abuse'),
|
|
(151823, 5697, 0, 'The Archmage Antonidas - Part I'),
|
|
(151824, 5697, 0, 'The Fate of Apprentice Argoly'),
|
|
(151825, 5698, 0, 'The Schools of Arcane Magic - Transmutation'),
|
|
(151826, 5698, 0, 'Polymorphic Rules & Regulations'),
|
|
(151827, 5698, 0, 'Weathered Diary - Dates from the Third War'),
|
|
(151828, 5698, 0, 'Excerpts from the Journal of Archmage Vargoth'),
|
|
(151896, 5699, 0, 'Noblegarden Egg'),
|
|
(151897, 5699, 0, 'Noblegarden Egg'),
|
|
(151898, 5699, 0, 'Noblegarden Egg'),
|
|
(151899, 5699, 0, 'Noblegarden Egg'),
|
|
(151900, 5699, 0, 'Noblegarden Egg'),
|
|
(151901, 5699, 0, 'Noblegarden Egg'),
|
|
(151902, 5699, 0, 'Noblegarden Egg'),
|
|
(151903, 5699, 0, 'Noblegarden Egg'),
|
|
(151904, 5699, 0, 'Noblegarden Egg'),
|
|
(151905, 5699, 0, 'Noblegarden Egg'),
|
|
(151906, 5699, 0, 'Noblegarden Egg'),
|
|
(151907, 5699, 0, 'Noblegarden Egg'),
|
|
(151908, 5699, 0, 'Noblegarden Egg'),
|
|
(151909, 5699, 0, 'Noblegarden Egg'),
|
|
(151910, 5699, 0, 'Noblegarden Egg'),
|
|
(151911, 5699, 0, 'Noblegarden Egg'),
|
|
(151912, 5699, 0, 'Noblegarden Egg'),
|
|
(151913, 5699, 0, 'Noblegarden Egg'),
|
|
(151914, 5699, 0, 'Noblegarden Egg'),
|
|
(151915, 5699, 0, 'Noblegarden Egg'),
|
|
(151916, 5699, 0, 'Noblegarden Egg'),
|
|
(151917, 5699, 0, 'Noblegarden Egg'),
|
|
(151918, 5699, 0, 'Noblegarden Egg'),
|
|
(151919, 5699, 0, 'Noblegarden Egg'),
|
|
(151920, 5699, 0, 'Noblegarden Egg'),
|
|
(151921, 5699, 0, 'Noblegarden Egg'),
|
|
(151922, 5699, 0, 'Noblegarden Egg'),
|
|
(151923, 5700, 0, 'Noblegarden Egg'),
|
|
(151924, 5700, 0, 'Noblegarden Egg'),
|
|
(151925, 5700, 0, 'Noblegarden Egg'),
|
|
(151926, 5700, 0, 'Noblegarden Egg'),
|
|
(151927, 5700, 0, 'Noblegarden Egg'),
|
|
(151928, 5700, 0, 'Noblegarden Egg'),
|
|
(151929, 5700, 0, 'Noblegarden Egg'),
|
|
(151930, 5700, 0, 'Noblegarden Egg'),
|
|
(151931, 5700, 0, 'Noblegarden Egg'),
|
|
(151932, 5700, 0, 'Noblegarden Egg'),
|
|
(151933, 5700, 0, 'Noblegarden Egg'),
|
|
(151934, 5700, 0, 'Noblegarden Egg'),
|
|
(151935, 5700, 0, 'Noblegarden Egg'),
|
|
(151936, 5700, 0, 'Noblegarden Egg'),
|
|
(151937, 5700, 0, 'Noblegarden Egg'),
|
|
(151938, 5700, 0, 'Noblegarden Egg'),
|
|
(151939, 5700, 0, 'Noblegarden Egg'),
|
|
(151940, 5700, 0, 'Noblegarden Egg'),
|
|
(151941, 5700, 0, 'Noblegarden Egg'),
|
|
(151942, 5700, 0, 'Noblegarden Egg'),
|
|
(151943, 5700, 0, 'Noblegarden Egg'),
|
|
(151944, 5700, 0, 'Noblegarden Egg'),
|
|
(151945, 5700, 0, 'Noblegarden Egg'),
|
|
(151946, 5700, 0, 'Noblegarden Egg'),
|
|
(151947, 5700, 0, 'Noblegarden Egg'),
|
|
(151948, 5701, 0, 'Noblegarden Egg'),
|
|
(151949, 5701, 0, 'Noblegarden Egg'),
|
|
(151950, 5701, 0, 'Noblegarden Egg'),
|
|
(151951, 5701, 0, 'Noblegarden Egg'),
|
|
(151952, 5701, 0, 'Noblegarden Egg'),
|
|
(151953, 5701, 0, 'Noblegarden Egg'),
|
|
(151954, 5701, 0, 'Noblegarden Egg'),
|
|
(151955, 5701, 0, 'Noblegarden Egg'),
|
|
(151956, 5701, 0, 'Noblegarden Egg'),
|
|
(151957, 5701, 0, 'Noblegarden Egg'),
|
|
(151958, 5701, 0, 'Noblegarden Egg'),
|
|
(151959, 5701, 0, 'Noblegarden Egg'),
|
|
(151960, 5701, 0, 'Noblegarden Egg'),
|
|
(151961, 5701, 0, 'Noblegarden Egg'),
|
|
(151962, 5701, 0, 'Noblegarden Egg'),
|
|
(151963, 5701, 0, 'Noblegarden Egg'),
|
|
(151964, 5701, 0, 'Noblegarden Egg'),
|
|
(151965, 5701, 0, 'Noblegarden Egg'),
|
|
(151966, 5701, 0, 'Noblegarden Egg'),
|
|
(151967, 5701, 0, 'Noblegarden Egg'),
|
|
(151968, 5701, 0, 'Noblegarden Egg'),
|
|
(151969, 5701, 0, 'Noblegarden Egg'),
|
|
(151970, 5701, 0, 'Noblegarden Egg'),
|
|
(151971, 5701, 0, 'Noblegarden Egg'),
|
|
(151972, 5701, 0, 'Noblegarden Egg'),
|
|
(151973, 5701, 0, 'Noblegarden Egg'),
|
|
(151974, 5701, 0, 'Noblegarden Egg'),
|
|
(151975, 5701, 0, 'Noblegarden Egg'),
|
|
(151976, 5701, 0, 'Noblegarden Egg'),
|
|
(151977, 5701, 0, 'Noblegarden Egg'),
|
|
(151978, 5701, 0, 'Noblegarden Egg'),
|
|
(151979, 5701, 0, 'Noblegarden Egg'),
|
|
(151980, 5701, 0, 'Noblegarden Egg'),
|
|
(151981, 5701, 0, 'Noblegarden Egg'),
|
|
(151982, 5702, 0, 'Noblegarden Egg'),
|
|
(151983, 5702, 0, 'Noblegarden Egg'),
|
|
(151984, 5702, 0, 'Noblegarden Egg'),
|
|
(151985, 5702, 0, 'Noblegarden Egg'),
|
|
(151986, 5702, 0, 'Noblegarden Egg'),
|
|
(151987, 5702, 0, 'Noblegarden Egg'),
|
|
(151988, 5702, 0, 'Noblegarden Egg'),
|
|
(151989, 5702, 0, 'Noblegarden Egg'),
|
|
(151990, 5702, 0, 'Noblegarden Egg'),
|
|
(151991, 5702, 0, 'Noblegarden Egg'),
|
|
(151992, 5702, 0, 'Noblegarden Egg'),
|
|
(151993, 5702, 0, 'Noblegarden Egg'),
|
|
(151994, 5702, 0, 'Noblegarden Egg'),
|
|
(151995, 5702, 0, 'Noblegarden Egg'),
|
|
(151996, 5702, 0, 'Noblegarden Egg'),
|
|
(151997, 5702, 0, 'Noblegarden Egg'),
|
|
(151998, 5702, 0, 'Noblegarden Egg'),
|
|
(151999, 5702, 0, 'Noblegarden Egg'),
|
|
(152000, 5702, 0, 'Noblegarden Egg'),
|
|
(152001, 5702, 0, 'Noblegarden Egg'),
|
|
(152002, 5703, 0, 'Noblegarden Egg'),
|
|
(152003, 5703, 0, 'Noblegarden Egg'),
|
|
(152004, 5703, 0, 'Noblegarden Egg'),
|
|
(152005, 5703, 0, 'Noblegarden Egg'),
|
|
(152006, 5703, 0, 'Noblegarden Egg'),
|
|
(152007, 5703, 0, 'Noblegarden Egg'),
|
|
(152008, 5703, 0, 'Noblegarden Egg'),
|
|
(152009, 5703, 0, 'Noblegarden Egg'),
|
|
(152010, 5703, 0, 'Noblegarden Egg'),
|
|
(152011, 5703, 0, 'Noblegarden Egg'),
|
|
(152012, 5703, 0, 'Noblegarden Egg'),
|
|
(152013, 5703, 0, 'Noblegarden Egg'),
|
|
(152014, 5703, 0, 'Noblegarden Egg'),
|
|
(152015, 5703, 0, 'Noblegarden Egg'),
|
|
(152016, 5703, 0, 'Noblegarden Egg'),
|
|
(152017, 5703, 0, 'Noblegarden Egg'),
|
|
(152018, 5703, 0, 'Noblegarden Egg'),
|
|
(152019, 5703, 0, 'Noblegarden Egg'),
|
|
(152020, 5703, 0, 'Noblegarden Egg'),
|
|
(152021, 5703, 0, 'Noblegarden Egg'),
|
|
(152022, 5703, 0, 'Noblegarden Egg'),
|
|
(152023, 5703, 0, 'Noblegarden Egg'),
|
|
(152024, 5704, 0, 'Noblegarden Egg'),
|
|
(152025, 5704, 0, 'Noblegarden Egg'),
|
|
(152026, 5704, 0, 'Noblegarden Egg'),
|
|
(152027, 5704, 0, 'Noblegarden Egg'),
|
|
(152028, 5704, 0, 'Noblegarden Egg'),
|
|
(152029, 5704, 0, 'Noblegarden Egg'),
|
|
(152030, 5704, 0, 'Noblegarden Egg'),
|
|
(152031, 5704, 0, 'Noblegarden Egg'),
|
|
(152032, 5704, 0, 'Noblegarden Egg'),
|
|
(152033, 5704, 0, 'Noblegarden Egg'),
|
|
(152034, 5704, 0, 'Noblegarden Egg'),
|
|
(152035, 5704, 0, 'Noblegarden Egg'),
|
|
(152036, 5704, 0, 'Noblegarden Egg'),
|
|
(152037, 5704, 0, 'Noblegarden Egg'),
|
|
(152038, 5704, 0, 'Noblegarden Egg'),
|
|
(152039, 5704, 0, 'Noblegarden Egg'),
|
|
(152040, 5704, 0, 'Noblegarden Egg'),
|
|
(152041, 5704, 0, 'Noblegarden Egg'),
|
|
(152042, 5704, 0, 'Noblegarden Egg'),
|
|
(152043, 5704, 0, 'Noblegarden Egg'),
|
|
(152044, 5704, 0, 'Noblegarden Egg'),
|
|
(152045, 5704, 0, 'Noblegarden Egg'),
|
|
(152046, 5704, 0, 'Noblegarden Egg'),
|
|
(152047, 5704, 0, 'Noblegarden Egg'),
|
|
(152048, 5704, 0, 'Noblegarden Egg'),
|
|
(152049, 5704, 0, 'Noblegarden Egg'),
|
|
(152050, 5704, 0, 'Noblegarden Egg'),
|
|
(152051, 5704, 0, 'Noblegarden Egg'),
|
|
(152052, 5704, 0, 'Noblegarden Egg'),
|
|
(152053, 5704, 0, 'Noblegarden Egg'),
|
|
(152054, 5704, 0, 'Noblegarden Egg'),
|
|
(152055, 5704, 0, 'Noblegarden Egg'),
|
|
(152056, 5704, 0, 'Noblegarden Egg'),
|
|
(152057, 5705, 0, 'Noblegarden Egg'),
|
|
(152058, 5705, 0, 'Noblegarden Egg'),
|
|
(152059, 5705, 0, 'Noblegarden Egg'),
|
|
(152060, 5705, 0, 'Noblegarden Egg'),
|
|
(152061, 5705, 0, 'Noblegarden Egg'),
|
|
(152062, 5705, 0, 'Noblegarden Egg'),
|
|
(152063, 5705, 0, 'Noblegarden Egg'),
|
|
(152064, 5705, 0, 'Noblegarden Egg'),
|
|
(152065, 5705, 0, 'Noblegarden Egg'),
|
|
(152066, 5705, 0, 'Noblegarden Egg'),
|
|
(152067, 5705, 0, 'Noblegarden Egg'),
|
|
(152068, 5705, 0, 'Noblegarden Egg'),
|
|
(152069, 5705, 0, 'Noblegarden Egg'),
|
|
(152070, 5705, 0, 'Noblegarden Egg'),
|
|
(152071, 5705, 0, 'Noblegarden Egg'),
|
|
(152072, 5705, 0, 'Noblegarden Egg'),
|
|
(152073, 5705, 0, 'Noblegarden Egg'),
|
|
(152074, 5705, 0, 'Noblegarden Egg'),
|
|
(152075, 5705, 0, 'Noblegarden Egg'),
|
|
(152076, 5705, 0, 'Noblegarden Egg'),
|
|
(152077, 5705, 0, 'Noblegarden Egg'),
|
|
(152078, 5705, 0, 'Noblegarden Egg'),
|
|
(152079, 5705, 0, 'Noblegarden Egg'),
|
|
(152080, 5705, 0, 'Noblegarden Egg'),
|
|
(152081, 5705, 0, 'Noblegarden Egg'),
|
|
(152082, 5705, 0, 'Noblegarden Egg'),
|
|
(152083, 5705, 0, 'Noblegarden Egg'),
|
|
(152084, 5705, 0, 'Noblegarden Egg'),
|
|
(152085, 5705, 0, 'Noblegarden Egg'),
|
|
(152086, 5706, 0, 'Noblegarden Egg'),
|
|
(152087, 5706, 0, 'Noblegarden Egg'),
|
|
(152088, 5706, 0, 'Noblegarden Egg'),
|
|
(152089, 5706, 0, 'Noblegarden Egg'),
|
|
(152090, 5706, 0, 'Noblegarden Egg'),
|
|
(152091, 5706, 0, 'Noblegarden Egg'),
|
|
(152092, 5706, 0, 'Noblegarden Egg'),
|
|
(152093, 5706, 0, 'Noblegarden Egg'),
|
|
(152094, 5706, 0, 'Noblegarden Egg'),
|
|
(152095, 5706, 0, 'Noblegarden Egg'),
|
|
(152096, 5706, 0, 'Noblegarden Egg'),
|
|
(152097, 5706, 0, 'Noblegarden Egg'),
|
|
(152098, 5706, 0, 'Noblegarden Egg'),
|
|
(152099, 5706, 0, 'Noblegarden Egg'),
|
|
(152100, 5706, 0, 'Noblegarden Egg'),
|
|
(152101, 5706, 0, 'Noblegarden Egg'),
|
|
(152102, 5706, 0, 'Noblegarden Egg'),
|
|
(152103, 5706, 0, 'Noblegarden Egg'),
|
|
(152104, 5706, 0, 'Noblegarden Egg'),
|
|
(152105, 5706, 0, 'Noblegarden Egg'),
|
|
(152106, 5706, 0, 'Noblegarden Egg'),
|
|
(152107, 5706, 0, 'Noblegarden Egg'),
|
|
(152108, 5706, 0, 'Noblegarden Egg'),
|
|
(152109, 5706, 0, 'Noblegarden Egg'),
|
|
(152110, 5706, 0, 'Noblegarden Egg'),
|
|
(152111, 5706, 0, 'Noblegarden Egg'),
|
|
(152112, 5706, 0, 'Noblegarden Egg'),
|
|
(152113, 5706, 0, 'Noblegarden Egg'),
|
|
(152114, 5706, 0, 'Noblegarden Egg'),
|
|
(152115, 5706, 0, 'Noblegarden Egg'),
|
|
(152118, 13369, 0, 'Draenei Vessel (182581)'),
|
|
(152119, 13369, 0, 'Draenei Vessel (182583)'),
|
|
(152120, 13370, 0, 'Draenei Vessel (182581)'),
|
|
(152121, 13370, 0, 'Draenei Vessel (182583)'),
|
|
(152122, 13371, 0, 'Draenei Vessel (182581)'),
|
|
(152123, 13371, 0, 'Draenei Vessel (182583)'),
|
|
(152124, 13372, 0, 'Draenei Vessel (182581)'),
|
|
(152125, 13372, 0, 'Draenei Vessel (182583)'),
|
|
(152126, 13373, 0, 'Draenei Vessel (182581)'),
|
|
(152127, 13373, 0, 'Draenei Vessel (182583)'),
|
|
(152128, 13374, 0, 'Draenei Vessel (182581)'),
|
|
(152129, 13374, 0, 'Draenei Vessel (182583)'),
|
|
(152130, 13375, 0, 'Draenei Vessel (182581)'),
|
|
(152131, 13375, 0, 'Draenei Vessel (182583)'),
|
|
(152132, 13376, 0, 'Draenei Vessel (182581)'),
|
|
(152133, 13376, 0, 'Draenei Vessel (182583)'),
|
|
(152134, 13377, 0, 'Draenei Vessel (182581)'),
|
|
(152135, 13377, 0, 'Draenei Vessel (182583)'),
|
|
(152136, 13378, 0, 'Draenei Vessel (182581)'),
|
|
(152137, 13378, 0, 'Draenei Vessel (182583)'),
|
|
(152138, 13379, 0, 'Draenei Vessel (182581)'),
|
|
(152139, 13379, 0, 'Draenei Vessel (182583)'),
|
|
(152140, 13380, 0, 'Draenei Vessel (182581)'),
|
|
(152141, 13380, 0, 'Draenei Vessel (182583)'),
|
|
(152142, 13381, 0, 'Draenei Vessel (182581)'),
|
|
(152143, 13381, 0, 'Draenei Vessel (182583)'),
|
|
(152144, 13382, 0, 'Draenei Vessel (182581)'),
|
|
(152145, 13382, 0, 'Draenei Vessel (182583)'),
|
|
(152146, 13383, 0, 'Draenei Vessel (182581)'),
|
|
(152147, 13383, 0, 'Draenei Vessel (182583)'),
|
|
(152148, 13384, 0, 'Draenei Vessel (182581)'),
|
|
(152149, 13384, 0, 'Draenei Vessel (182583)'),
|
|
(152150, 13385, 0, 'Draenei Vessel (182581)'),
|
|
(152151, 13385, 0, 'Draenei Vessel (182583)'),
|
|
(152152, 13386, 0, 'Draenei Vessel (182581)'),
|
|
(152153, 13386, 0, 'Draenei Vessel (182583)'),
|
|
(152154, 13387, 0, 'Draenei Vessel (182581)'),
|
|
(152155, 13387, 0, 'Draenei Vessel (182583)'),
|
|
(152156, 13388, 0, 'Draenei Vessel (182581)'),
|
|
(152157, 13388, 0, 'Draenei Vessel (182583)'),
|
|
(152158, 13389, 0, 'Draenei Vessel (182581)'),
|
|
(152159, 13389, 0, 'Draenei Vessel (182583)'),
|
|
(152160, 13390, 0, 'Draenei Vessel (182581)'),
|
|
(152161, 13390, 0, 'Draenei Vessel (182583)'),
|
|
(152162, 13391, 0, 'Draenei Vessel (182581)'),
|
|
(152163, 13391, 0, 'Draenei Vessel (182583)'),
|
|
(152164, 13392, 0, 'Draenei Vessel (182581)'),
|
|
(152165, 13392, 0, 'Draenei Vessel (182583)'),
|
|
(152166, 13393, 0, 'Draenei Vessel (182581)'),
|
|
(152167, 13393, 0, 'Draenei Vessel (182583)'),
|
|
(152168, 13394, 0, 'Draenei Vessel (182581)'),
|
|
(152169, 13394, 0, 'Draenei Vessel (182583)'),
|
|
(152170, 13395, 0, 'Draenei Vessel (182581)'),
|
|
(152171, 13395, 0, 'Draenei Vessel (182583)'),
|
|
(152172, 13396, 0, 'Draenei Vessel (182581)'),
|
|
(152173, 13396, 0, 'Draenei Vessel (182583)'),
|
|
(152174, 13397, 0, 'Draenei Vessel (182581)'),
|
|
(152175, 13397, 0, 'Draenei Vessel (182583)'),
|
|
(160000, 10000, 90, 'Borean Tundra Ore Spawnpoint 1 Cobalt'),
|
|
(160001, 10001, 90, 'Borean Tundra Ore Spawnpoint 2 Cobalt'),
|
|
(160002, 10002, 90, 'Borean Tundra Ore Spawnpoint 3 Cobalt'),
|
|
(160003, 10003, 90, 'Borean Tundra Ore Spawnpoint 4 Cobalt'),
|
|
(160004, 10004, 90, 'Borean Tundra Ore Spawnpoint 5 Cobalt'),
|
|
(160005, 10005, 90, 'Borean Tundra Ore Spawnpoint 6 Cobalt'),
|
|
(160006, 10006, 90, 'Borean Tundra Ore Spawnpoint 7 Cobalt'),
|
|
(160007, 10007, 90, 'Borean Tundra Ore Spawnpoint 8 Cobalt'),
|
|
(160008, 10008, 90, 'Borean Tundra Ore Spawnpoint 9 Cobalt'),
|
|
(160009, 10009, 90, 'Borean Tundra Ore Spawnpoint 10 Cobalt'),
|
|
(160010, 10010, 90, 'Borean Tundra Ore Spawnpoint 11 Cobalt'),
|
|
(160011, 10011, 90, 'Borean Tundra Ore Spawnpoint 12 Cobalt'),
|
|
(160012, 10012, 90, 'Borean Tundra Ore Spawnpoint 13 Cobalt'),
|
|
(160013, 10013, 90, 'Borean Tundra Ore Spawnpoint 14 Cobalt'),
|
|
(160014, 10014, 90, 'Borean Tundra Ore Spawnpoint 15 Cobalt'),
|
|
(160015, 10015, 90, 'Borean Tundra Ore Spawnpoint 16 Cobalt'),
|
|
(160016, 10016, 90, 'Borean Tundra Ore Spawnpoint 17 Cobalt'),
|
|
(160017, 10017, 90, 'Borean Tundra Ore Spawnpoint 18 Cobalt'),
|
|
(160018, 10018, 90, 'Borean Tundra Ore Spawnpoint 19 Cobalt'),
|
|
(160019, 10019, 90, 'Borean Tundra Ore Spawnpoint 20 Cobalt'),
|
|
(160020, 10020, 90, 'Borean Tundra Ore Spawnpoint 21 Cobalt'),
|
|
(160021, 10021, 90, 'Borean Tundra Ore Spawnpoint 22 Cobalt'),
|
|
(160022, 10022, 90, 'Borean Tundra Ore Spawnpoint 23 Cobalt'),
|
|
(160023, 10023, 90, 'Borean Tundra Ore Spawnpoint 24 Cobalt'),
|
|
(160024, 10024, 90, 'Borean Tundra Ore Spawnpoint 25 Cobalt'),
|
|
(160025, 10025, 90, 'Borean Tundra Ore Spawnpoint 26 Cobalt'),
|
|
(160026, 10026, 90, 'Borean Tundra Ore Spawnpoint 27 Cobalt'),
|
|
(160027, 10027, 90, 'Borean Tundra Ore Spawnpoint 28 Cobalt'),
|
|
(160028, 10028, 90, 'Borean Tundra Ore Spawnpoint 29 Cobalt'),
|
|
(160029, 10029, 90, 'Borean Tundra Ore Spawnpoint 30 Cobalt'),
|
|
(160030, 10030, 90, 'Borean Tundra Ore Spawnpoint 31 Cobalt'),
|
|
(160031, 10031, 90, 'Borean Tundra Ore Spawnpoint 32 Cobalt'),
|
|
(160032, 10032, 90, 'Borean Tundra Ore Spawnpoint 33 Cobalt'),
|
|
(160033, 10033, 90, 'Borean Tundra Ore Spawnpoint 34 Cobalt'),
|
|
(160034, 10034, 90, 'Borean Tundra Ore Spawnpoint 35 Cobalt'),
|
|
(160035, 10035, 90, 'Borean Tundra Ore Spawnpoint 36 Cobalt'),
|
|
(160036, 10036, 90, 'Borean Tundra Ore Spawnpoint 37 Cobalt'),
|
|
(160037, 10037, 90, 'Borean Tundra Ore Spawnpoint 38 Cobalt'),
|
|
(160038, 10038, 90, 'Borean Tundra Ore Spawnpoint 39 Cobalt'),
|
|
(160039, 10039, 90, 'Borean Tundra Ore Spawnpoint 40 Cobalt'),
|
|
(160040, 10040, 90, 'Borean Tundra Ore Spawnpoint 41 Cobalt'),
|
|
(160041, 10041, 90, 'Borean Tundra Ore Spawnpoint 42 Cobalt'),
|
|
(160042, 10042, 90, 'Borean Tundra Ore Spawnpoint 43 Cobalt'),
|
|
(160043, 10043, 90, 'Borean Tundra Ore Spawnpoint 44 Cobalt'),
|
|
(160044, 10044, 90, 'Borean Tundra Ore Spawnpoint 45 Cobalt'),
|
|
(160045, 10045, 90, 'Borean Tundra Ore Spawnpoint 46 Cobalt'),
|
|
(160046, 10046, 90, 'Borean Tundra Ore Spawnpoint 47 Cobalt'),
|
|
(160047, 10047, 90, 'Borean Tundra Ore Spawnpoint 48 Cobalt'),
|
|
(160048, 10048, 90, 'Borean Tundra Ore Spawnpoint 49 Cobalt'),
|
|
(160049, 10049, 90, 'Borean Tundra Ore Spawnpoint 50 Cobalt'),
|
|
(160050, 10050, 90, 'Borean Tundra Ore Spawnpoint 51 Cobalt'),
|
|
(160051, 10051, 90, 'Borean Tundra Ore Spawnpoint 52 Cobalt'),
|
|
(160052, 10052, 90, 'Borean Tundra Ore Spawnpoint 53 Cobalt'),
|
|
(160053, 10053, 90, 'Borean Tundra Ore Spawnpoint 54 Cobalt'),
|
|
(160054, 10054, 90, 'Borean Tundra Ore Spawnpoint 55 Cobalt'),
|
|
(160055, 10055, 90, 'Borean Tundra Ore Spawnpoint 56 Cobalt'),
|
|
(160056, 10056, 90, 'Borean Tundra Ore Spawnpoint 57 Cobalt'),
|
|
(160057, 10057, 90, 'Borean Tundra Ore Spawnpoint 58 Cobalt'),
|
|
(160058, 10058, 90, 'Borean Tundra Ore Spawnpoint 59 Cobalt'),
|
|
(160059, 10059, 90, 'Borean Tundra Ore Spawnpoint 60 Cobalt'),
|
|
(160060, 10060, 90, 'Borean Tundra Ore Spawnpoint 61 Cobalt'),
|
|
(160061, 10061, 90, 'Borean Tundra Ore Spawnpoint 62 Cobalt'),
|
|
(160062, 10062, 90, 'Borean Tundra Ore Spawnpoint 63 Cobalt'),
|
|
(160063, 10063, 90, 'Borean Tundra Ore Spawnpoint 64 Cobalt'),
|
|
(160064, 10064, 90, 'Borean Tundra Ore Spawnpoint 65 Cobalt'),
|
|
(160065, 10065, 90, 'Borean Tundra Ore Spawnpoint 66 Cobalt'),
|
|
(160066, 10066, 90, 'Borean Tundra Ore Spawnpoint 67 Cobalt'),
|
|
(160067, 10067, 90, 'Borean Tundra Ore Spawnpoint 68 Cobalt'),
|
|
(160068, 10068, 90, 'Borean Tundra Ore Spawnpoint 69 Cobalt'),
|
|
(160069, 10069, 90, 'Borean Tundra Ore Spawnpoint 70 Cobalt'),
|
|
(160070, 10070, 90, 'Borean Tundra Ore Spawnpoint 71 Cobalt'),
|
|
(160071, 10071, 90, 'Borean Tundra Ore Spawnpoint 72 Cobalt'),
|
|
(160072, 10072, 90, 'Borean Tundra Ore Spawnpoint 73 Cobalt'),
|
|
(160073, 10073, 90, 'Borean Tundra Ore Spawnpoint 74 Cobalt'),
|
|
(160074, 10074, 90, 'Borean Tundra Ore Spawnpoint 75 Cobalt'),
|
|
(160075, 10075, 90, 'Borean Tundra Ore Spawnpoint 76 Cobalt'),
|
|
(160076, 10076, 90, 'Borean Tundra Ore Spawnpoint 77 Cobalt'),
|
|
(160077, 10077, 90, 'Borean Tundra Ore Spawnpoint 78 Cobalt'),
|
|
(160078, 10078, 90, 'Borean Tundra Ore Spawnpoint 79 Cobalt'),
|
|
(160079, 10079, 90, 'Borean Tundra Ore Spawnpoint 80 Cobalt'),
|
|
(160080, 10080, 90, 'Borean Tundra Ore Spawnpoint 81 Cobalt'),
|
|
(160081, 10081, 90, 'Borean Tundra Ore Spawnpoint 82 Cobalt'),
|
|
(160082, 10082, 90, 'Borean Tundra Ore Spawnpoint 83 Cobalt'),
|
|
(160083, 10083, 90, 'Borean Tundra Ore Spawnpoint 84 Cobalt'),
|
|
(160084, 10084, 90, 'Borean Tundra Ore Spawnpoint 85 Cobalt'),
|
|
(160085, 10085, 90, 'Borean Tundra Ore Spawnpoint 86 Cobalt'),
|
|
(160086, 10086, 90, 'Borean Tundra Ore Spawnpoint 87 Cobalt'),
|
|
(160087, 10087, 90, 'Borean Tundra Ore Spawnpoint 88 Cobalt'),
|
|
(160088, 10088, 90, 'Borean Tundra Ore Spawnpoint 89 Cobalt'),
|
|
(160089, 10089, 90, 'Borean Tundra Ore Spawnpoint 90 Cobalt'),
|
|
(160090, 10090, 90, 'Borean Tundra Ore Spawnpoint 91 Cobalt'),
|
|
(160150, 10000, 10, 'Borean Tundra Ore Spawnpoint 1 Rich Cobalt'),
|
|
(160151, 10001, 10, 'Borean Tundra Ore Spawnpoint 2 Rich Cobalt'),
|
|
(160152, 10002, 10, 'Borean Tundra Ore Spawnpoint 3 Rich Cobalt'),
|
|
(160153, 10003, 10, 'Borean Tundra Ore Spawnpoint 4 Rich Cobalt'),
|
|
(160154, 10004, 10, 'Borean Tundra Ore Spawnpoint 5 Rich Cobalt'),
|
|
(160155, 10005, 10, 'Borean Tundra Ore Spawnpoint 6 Rich Cobalt'),
|
|
(160156, 10006, 10, 'Borean Tundra Ore Spawnpoint 7 Rich Cobalt'),
|
|
(160157, 10007, 10, 'Borean Tundra Ore Spawnpoint 8 Rich Cobalt'),
|
|
(160158, 10008, 10, 'Borean Tundra Ore Spawnpoint 9 Rich Cobalt'),
|
|
(160159, 10009, 10, 'Borean Tundra Ore Spawnpoint 10 Rich Cobalt'),
|
|
(160160, 10010, 10, 'Borean Tundra Ore Spawnpoint 11 Rich Cobalt'),
|
|
(160161, 10011, 10, 'Borean Tundra Ore Spawnpoint 12 Rich Cobalt'),
|
|
(160162, 10012, 10, 'Borean Tundra Ore Spawnpoint 13 Rich Cobalt'),
|
|
(160163, 10013, 10, 'Borean Tundra Ore Spawnpoint 14 Rich Cobalt'),
|
|
(160164, 10014, 10, 'Borean Tundra Ore Spawnpoint 15 Rich Cobalt'),
|
|
(160165, 10015, 10, 'Borean Tundra Ore Spawnpoint 16 Rich Cobalt'),
|
|
(160166, 10016, 10, 'Borean Tundra Ore Spawnpoint 17 Rich Cobalt'),
|
|
(160167, 10017, 10, 'Borean Tundra Ore Spawnpoint 18 Rich Cobalt'),
|
|
(160168, 10018, 10, 'Borean Tundra Ore Spawnpoint 19 Rich Cobalt'),
|
|
(160169, 10019, 10, 'Borean Tundra Ore Spawnpoint 20 Rich Cobalt'),
|
|
(160170, 10020, 10, 'Borean Tundra Ore Spawnpoint 21 Rich Cobalt'),
|
|
(160171, 10021, 10, 'Borean Tundra Ore Spawnpoint 22 Rich Cobalt'),
|
|
(160172, 10022, 10, 'Borean Tundra Ore Spawnpoint 23 Rich Cobalt'),
|
|
(160173, 10023, 10, 'Borean Tundra Ore Spawnpoint 24 Rich Cobalt'),
|
|
(160174, 10024, 10, 'Borean Tundra Ore Spawnpoint 25 Rich Cobalt'),
|
|
(160175, 10025, 10, 'Borean Tundra Ore Spawnpoint 26 Rich Cobalt'),
|
|
(160176, 10026, 10, 'Borean Tundra Ore Spawnpoint 27 Rich Cobalt'),
|
|
(160177, 10027, 10, 'Borean Tundra Ore Spawnpoint 28 Rich Cobalt'),
|
|
(160178, 10028, 10, 'Borean Tundra Ore Spawnpoint 29 Rich Cobalt'),
|
|
(160179, 10029, 10, 'Borean Tundra Ore Spawnpoint 30 Rich Cobalt'),
|
|
(160180, 10030, 10, 'Borean Tundra Ore Spawnpoint 31 Rich Cobalt'),
|
|
(160181, 10031, 10, 'Borean Tundra Ore Spawnpoint 32 Rich Cobalt'),
|
|
(160182, 10032, 10, 'Borean Tundra Ore Spawnpoint 33 Rich Cobalt'),
|
|
(160183, 10033, 10, 'Borean Tundra Ore Spawnpoint 34 Rich Cobalt'),
|
|
(160184, 10034, 10, 'Borean Tundra Ore Spawnpoint 35 Rich Cobalt'),
|
|
(160185, 10035, 10, 'Borean Tundra Ore Spawnpoint 36 Rich Cobalt'),
|
|
(160186, 10036, 10, 'Borean Tundra Ore Spawnpoint 37 Rich Cobalt'),
|
|
(160187, 10037, 10, 'Borean Tundra Ore Spawnpoint 38 Rich Cobalt'),
|
|
(160188, 10038, 10, 'Borean Tundra Ore Spawnpoint 39 Rich Cobalt'),
|
|
(160189, 10039, 10, 'Borean Tundra Ore Spawnpoint 40 Rich Cobalt'),
|
|
(160190, 10040, 10, 'Borean Tundra Ore Spawnpoint 41 Rich Cobalt'),
|
|
(160191, 10041, 10, 'Borean Tundra Ore Spawnpoint 42 Rich Cobalt'),
|
|
(160192, 10042, 10, 'Borean Tundra Ore Spawnpoint 43 Rich Cobalt'),
|
|
(160193, 10043, 10, 'Borean Tundra Ore Spawnpoint 44 Rich Cobalt'),
|
|
(160194, 10044, 10, 'Borean Tundra Ore Spawnpoint 45 Rich Cobalt'),
|
|
(160195, 10045, 10, 'Borean Tundra Ore Spawnpoint 46 Rich Cobalt'),
|
|
(160196, 10046, 10, 'Borean Tundra Ore Spawnpoint 47 Rich Cobalt'),
|
|
(160197, 10047, 10, 'Borean Tundra Ore Spawnpoint 48 Rich Cobalt'),
|
|
(160198, 10048, 10, 'Borean Tundra Ore Spawnpoint 49 Rich Cobalt'),
|
|
(160199, 10049, 10, 'Borean Tundra Ore Spawnpoint 50 Rich Cobalt'),
|
|
(160200, 10050, 10, 'Borean Tundra Ore Spawnpoint 51 Rich Cobalt'),
|
|
(160201, 10051, 10, 'Borean Tundra Ore Spawnpoint 52 Rich Cobalt'),
|
|
(160202, 10052, 10, 'Borean Tundra Ore Spawnpoint 53 Rich Cobalt'),
|
|
(160203, 10053, 10, 'Borean Tundra Ore Spawnpoint 54 Rich Cobalt'),
|
|
(160204, 10054, 10, 'Borean Tundra Ore Spawnpoint 55 Rich Cobalt'),
|
|
(160205, 10055, 10, 'Borean Tundra Ore Spawnpoint 56 Rich Cobalt'),
|
|
(160206, 10056, 10, 'Borean Tundra Ore Spawnpoint 57 Rich Cobalt'),
|
|
(160207, 10057, 10, 'Borean Tundra Ore Spawnpoint 58 Rich Cobalt'),
|
|
(160208, 10058, 10, 'Borean Tundra Ore Spawnpoint 59 Rich Cobalt'),
|
|
(160209, 10059, 10, 'Borean Tundra Ore Spawnpoint 60 Rich Cobalt'),
|
|
(160210, 10060, 10, 'Borean Tundra Ore Spawnpoint 61 Rich Cobalt'),
|
|
(160211, 10061, 10, 'Borean Tundra Ore Spawnpoint 62 Rich Cobalt'),
|
|
(160212, 10062, 10, 'Borean Tundra Ore Spawnpoint 63 Rich Cobalt'),
|
|
(160213, 10063, 10, 'Borean Tundra Ore Spawnpoint 64 Rich Cobalt'),
|
|
(160214, 10064, 10, 'Borean Tundra Ore Spawnpoint 65 Rich Cobalt'),
|
|
(160215, 10065, 10, 'Borean Tundra Ore Spawnpoint 66 Rich Cobalt'),
|
|
(160216, 10066, 10, 'Borean Tundra Ore Spawnpoint 67 Rich Cobalt'),
|
|
(160217, 10067, 10, 'Borean Tundra Ore Spawnpoint 68 Rich Cobalt'),
|
|
(160218, 10068, 10, 'Borean Tundra Ore Spawnpoint 69 Rich Cobalt'),
|
|
(160219, 10069, 10, 'Borean Tundra Ore Spawnpoint 70 Rich Cobalt'),
|
|
(160220, 10070, 10, 'Borean Tundra Ore Spawnpoint 71 Rich Cobalt'),
|
|
(160221, 10071, 10, 'Borean Tundra Ore Spawnpoint 72 Rich Cobalt'),
|
|
(160222, 10072, 10, 'Borean Tundra Ore Spawnpoint 73 Rich Cobalt'),
|
|
(160223, 10073, 10, 'Borean Tundra Ore Spawnpoint 74 Rich Cobalt'),
|
|
(160224, 10074, 10, 'Borean Tundra Ore Spawnpoint 75 Rich Cobalt'),
|
|
(160225, 10075, 10, 'Borean Tundra Ore Spawnpoint 76 Rich Cobalt'),
|
|
(160226, 10076, 10, 'Borean Tundra Ore Spawnpoint 77 Rich Cobalt'),
|
|
(160227, 10077, 10, 'Borean Tundra Ore Spawnpoint 78 Rich Cobalt'),
|
|
(160228, 10078, 10, 'Borean Tundra Ore Spawnpoint 79 Rich Cobalt'),
|
|
(160229, 10079, 10, 'Borean Tundra Ore Spawnpoint 80 Rich Cobalt'),
|
|
(160230, 10080, 10, 'Borean Tundra Ore Spawnpoint 81 Rich Cobalt'),
|
|
(160231, 10081, 10, 'Borean Tundra Ore Spawnpoint 82 Rich Cobalt'),
|
|
(160232, 10082, 10, 'Borean Tundra Ore Spawnpoint 83 Rich Cobalt'),
|
|
(160233, 10083, 10, 'Borean Tundra Ore Spawnpoint 84 Rich Cobalt'),
|
|
(160234, 10084, 10, 'Borean Tundra Ore Spawnpoint 85 Rich Cobalt'),
|
|
(160235, 10085, 10, 'Borean Tundra Ore Spawnpoint 86 Rich Cobalt'),
|
|
(160236, 10086, 10, 'Borean Tundra Ore Spawnpoint 87 Rich Cobalt'),
|
|
(160237, 10087, 10, 'Borean Tundra Ore Spawnpoint 88 Rich Cobalt'),
|
|
(160238, 10088, 10, 'Borean Tundra Ore Spawnpoint 89 Rich Cobalt'),
|
|
(160239, 10089, 10, 'Borean Tundra Ore Spawnpoint 90 Rich Cobalt'),
|
|
(160240, 10090, 10, 'Borean Tundra Ore Spawnpoint 91 Rich Cobalt'),
|
|
(160300, 10150, 90, 'Howling Fjord Ore Spawnpoint 1 Cobalt'),
|
|
(160301, 10151, 90, 'Howling Fjord Ore Spawnpoint 2 Cobalt'),
|
|
(160302, 10152, 90, 'Howling Fjord Ore Spawnpoint 3 Cobalt'),
|
|
(160303, 10153, 90, 'Howling Fjord Ore Spawnpoint 4 Cobalt'),
|
|
(160304, 10154, 90, 'Howling Fjord Ore Spawnpoint 5 Cobalt'),
|
|
(160305, 10155, 90, 'Howling Fjord Ore Spawnpoint 6 Cobalt'),
|
|
(160306, 10156, 90, 'Howling Fjord Ore Spawnpoint 7 Cobalt'),
|
|
(160307, 10157, 90, 'Howling Fjord Ore Spawnpoint 8 Cobalt'),
|
|
(160308, 10158, 90, 'Howling Fjord Ore Spawnpoint 9 Cobalt'),
|
|
(160309, 10159, 90, 'Howling Fjord Ore Spawnpoint 10 Cobalt'),
|
|
(160310, 10160, 90, 'Howling Fjord Ore Spawnpoint 11 Cobalt'),
|
|
(160311, 10161, 90, 'Howling Fjord Ore Spawnpoint 12 Cobalt'),
|
|
(160312, 10162, 90, 'Howling Fjord Ore Spawnpoint 13 Cobalt'),
|
|
(160313, 10163, 90, 'Howling Fjord Ore Spawnpoint 14 Cobalt'),
|
|
(160314, 10164, 90, 'Howling Fjord Ore Spawnpoint 15 Cobalt'),
|
|
(160315, 10165, 90, 'Howling Fjord Ore Spawnpoint 16 Cobalt'),
|
|
(160316, 10166, 90, 'Howling Fjord Ore Spawnpoint 17 Cobalt'),
|
|
(160317, 10167, 90, 'Howling Fjord Ore Spawnpoint 18 Cobalt'),
|
|
(160318, 10168, 90, 'Howling Fjord Ore Spawnpoint 19 Cobalt'),
|
|
(160319, 10169, 90, 'Howling Fjord Ore Spawnpoint 20 Cobalt'),
|
|
(160320, 10170, 90, 'Howling Fjord Ore Spawnpoint 21 Cobalt'),
|
|
(160321, 10171, 90, 'Howling Fjord Ore Spawnpoint 22 Cobalt'),
|
|
(160322, 10172, 90, 'Howling Fjord Ore Spawnpoint 23 Cobalt'),
|
|
(160323, 10173, 90, 'Howling Fjord Ore Spawnpoint 24 Cobalt'),
|
|
(160324, 10174, 90, 'Howling Fjord Ore Spawnpoint 25 Cobalt'),
|
|
(160325, 10175, 90, 'Howling Fjord Ore Spawnpoint 26 Cobalt'),
|
|
(160326, 10176, 90, 'Howling Fjord Ore Spawnpoint 27 Cobalt'),
|
|
(160327, 10177, 90, 'Howling Fjord Ore Spawnpoint 28 Cobalt'),
|
|
(160328, 10178, 90, 'Howling Fjord Ore Spawnpoint 29 Cobalt'),
|
|
(160329, 10179, 90, 'Howling Fjord Ore Spawnpoint 30 Cobalt'),
|
|
(160330, 10180, 90, 'Howling Fjord Ore Spawnpoint 31 Cobalt'),
|
|
(160331, 10181, 90, 'Howling Fjord Ore Spawnpoint 32 Cobalt'),
|
|
(160332, 10182, 90, 'Howling Fjord Ore Spawnpoint 33 Cobalt'),
|
|
(160333, 10183, 90, 'Howling Fjord Ore Spawnpoint 34 Cobalt'),
|
|
(160334, 10184, 90, 'Howling Fjord Ore Spawnpoint 35 Cobalt'),
|
|
(160335, 10185, 90, 'Howling Fjord Ore Spawnpoint 36 Cobalt'),
|
|
(160336, 10186, 90, 'Howling Fjord Ore Spawnpoint 37 Cobalt'),
|
|
(160337, 10187, 90, 'Howling Fjord Ore Spawnpoint 38 Cobalt'),
|
|
(160338, 10188, 90, 'Howling Fjord Ore Spawnpoint 39 Cobalt'),
|
|
(160339, 10189, 90, 'Howling Fjord Ore Spawnpoint 40 Cobalt'),
|
|
(160340, 10190, 90, 'Howling Fjord Ore Spawnpoint 41 Cobalt'),
|
|
(160341, 10191, 90, 'Howling Fjord Ore Spawnpoint 42 Cobalt'),
|
|
(160342, 10192, 90, 'Howling Fjord Ore Spawnpoint 43 Cobalt'),
|
|
(160343, 10193, 90, 'Howling Fjord Ore Spawnpoint 44 Cobalt'),
|
|
(160344, 10194, 90, 'Howling Fjord Ore Spawnpoint 45 Cobalt'),
|
|
(160345, 10195, 90, 'Howling Fjord Ore Spawnpoint 46 Cobalt'),
|
|
(160346, 10196, 90, 'Howling Fjord Ore Spawnpoint 47 Cobalt'),
|
|
(160347, 10197, 90, 'Howling Fjord Ore Spawnpoint 48 Cobalt'),
|
|
(160348, 10198, 90, 'Howling Fjord Ore Spawnpoint 49 Cobalt'),
|
|
(160349, 10199, 90, 'Howling Fjord Ore Spawnpoint 50 Cobalt'),
|
|
(160350, 10200, 90, 'Howling Fjord Ore Spawnpoint 51 Cobalt'),
|
|
(160351, 10201, 90, 'Howling Fjord Ore Spawnpoint 52 Cobalt'),
|
|
(160352, 10202, 90, 'Howling Fjord Ore Spawnpoint 53 Cobalt'),
|
|
(160353, 10203, 90, 'Howling Fjord Ore Spawnpoint 54 Cobalt'),
|
|
(160354, 10204, 90, 'Howling Fjord Ore Spawnpoint 55 Cobalt'),
|
|
(160355, 10205, 90, 'Howling Fjord Ore Spawnpoint 56 Cobalt'),
|
|
(160356, 10206, 90, 'Howling Fjord Ore Spawnpoint 57 Cobalt'),
|
|
(160357, 10207, 90, 'Howling Fjord Ore Spawnpoint 58 Cobalt'),
|
|
(160358, 10208, 90, 'Howling Fjord Ore Spawnpoint 59 Cobalt'),
|
|
(160359, 10209, 90, 'Howling Fjord Ore Spawnpoint 60 Cobalt'),
|
|
(160360, 10210, 90, 'Howling Fjord Ore Spawnpoint 61 Cobalt'),
|
|
(160361, 10211, 90, 'Howling Fjord Ore Spawnpoint 62 Cobalt'),
|
|
(160362, 10212, 90, 'Howling Fjord Ore Spawnpoint 63 Cobalt'),
|
|
(160363, 10213, 90, 'Howling Fjord Ore Spawnpoint 64 Cobalt'),
|
|
(160364, 10214, 90, 'Howling Fjord Ore Spawnpoint 65 Cobalt'),
|
|
(160365, 10215, 90, 'Howling Fjord Ore Spawnpoint 66 Cobalt'),
|
|
(160366, 10216, 90, 'Howling Fjord Ore Spawnpoint 67 Cobalt'),
|
|
(160367, 10217, 90, 'Howling Fjord Ore Spawnpoint 68 Cobalt'),
|
|
(160368, 10218, 90, 'Howling Fjord Ore Spawnpoint 69 Cobalt'),
|
|
(160369, 10219, 90, 'Howling Fjord Ore Spawnpoint 70 Cobalt'),
|
|
(160370, 10220, 90, 'Howling Fjord Ore Spawnpoint 71 Cobalt'),
|
|
(160371, 10221, 90, 'Howling Fjord Ore Spawnpoint 72 Cobalt'),
|
|
(160372, 10222, 90, 'Howling Fjord Ore Spawnpoint 73 Cobalt'),
|
|
(160373, 10223, 90, 'Howling Fjord Ore Spawnpoint 74 Cobalt'),
|
|
(160374, 10224, 90, 'Howling Fjord Ore Spawnpoint 75 Cobalt'),
|
|
(160375, 10225, 90, 'Howling Fjord Ore Spawnpoint 76 Cobalt'),
|
|
(160376, 10226, 90, 'Howling Fjord Ore Spawnpoint 77 Cobalt'),
|
|
(160377, 10227, 90, 'Howling Fjord Ore Spawnpoint 78 Cobalt'),
|
|
(160378, 10228, 90, 'Howling Fjord Ore Spawnpoint 79 Cobalt'),
|
|
(160379, 10229, 90, 'Howling Fjord Ore Spawnpoint 80 Cobalt'),
|
|
(160380, 10230, 90, 'Howling Fjord Ore Spawnpoint 81 Cobalt'),
|
|
(160381, 10231, 90, 'Howling Fjord Ore Spawnpoint 82 Cobalt'),
|
|
(160382, 10232, 90, 'Howling Fjord Ore Spawnpoint 83 Cobalt'),
|
|
(160383, 10233, 90, 'Howling Fjord Ore Spawnpoint 84 Cobalt'),
|
|
(160384, 10234, 90, 'Howling Fjord Ore Spawnpoint 85 Cobalt'),
|
|
(160385, 10235, 90, 'Howling Fjord Ore Spawnpoint 86 Cobalt'),
|
|
(160386, 10236, 90, 'Howling Fjord Ore Spawnpoint 87 Cobalt'),
|
|
(160387, 10237, 90, 'Howling Fjord Ore Spawnpoint 88 Cobalt'),
|
|
(160388, 10238, 90, 'Howling Fjord Ore Spawnpoint 89 Cobalt'),
|
|
(160389, 10239, 90, 'Howling Fjord Ore Spawnpoint 90 Cobalt'),
|
|
(160390, 10240, 90, 'Howling Fjord Ore Spawnpoint 91 Cobalt'),
|
|
(160391, 10241, 90, 'Howling Fjord Ore Spawnpoint 92 Cobalt'),
|
|
(160392, 10242, 90, 'Howling Fjord Ore Spawnpoint 93 Cobalt'),
|
|
(160393, 10243, 90, 'Howling Fjord Ore Spawnpoint 94 Cobalt'),
|
|
(160394, 10244, 90, 'Howling Fjord Ore Spawnpoint 95 Cobalt'),
|
|
(160395, 10245, 90, 'Howling Fjord Ore Spawnpoint 96 Cobalt'),
|
|
(160396, 10246, 90, 'Howling Fjord Ore Spawnpoint 97 Cobalt'),
|
|
(160397, 10247, 90, 'Howling Fjord Ore Spawnpoint 98 Cobalt'),
|
|
(160398, 10248, 90, 'Howling Fjord Ore Spawnpoint 99 Cobalt'),
|
|
(160399, 10249, 90, 'Howling Fjord Ore Spawnpoint 100 Cobalt'),
|
|
(160450, 10150, 10, 'Howling Fjord Ore Spawnpoint 1 Rich Cobalt'),
|
|
(160451, 10151, 10, 'Howling Fjord Ore Spawnpoint 2 Rich Cobalt'),
|
|
(160452, 10152, 10, 'Howling Fjord Ore Spawnpoint 3 Rich Cobalt'),
|
|
(160453, 10153, 10, 'Howling Fjord Ore Spawnpoint 4 Rich Cobalt'),
|
|
(160454, 10154, 10, 'Howling Fjord Ore Spawnpoint 5 Rich Cobalt'),
|
|
(160455, 10155, 10, 'Howling Fjord Ore Spawnpoint 6 Rich Cobalt'),
|
|
(160456, 10156, 10, 'Howling Fjord Ore Spawnpoint 7 Rich Cobalt'),
|
|
(160457, 10157, 10, 'Howling Fjord Ore Spawnpoint 8 Rich Cobalt'),
|
|
(160458, 10158, 10, 'Howling Fjord Ore Spawnpoint 9 Rich Cobalt'),
|
|
(160459, 10159, 10, 'Howling Fjord Ore Spawnpoint 10 Rich Cobalt'),
|
|
(160460, 10160, 10, 'Howling Fjord Ore Spawnpoint 11 Rich Cobalt'),
|
|
(160461, 10161, 10, 'Howling Fjord Ore Spawnpoint 12 Rich Cobalt'),
|
|
(160462, 10162, 10, 'Howling Fjord Ore Spawnpoint 13 Rich Cobalt'),
|
|
(160463, 10163, 10, 'Howling Fjord Ore Spawnpoint 14 Rich Cobalt'),
|
|
(160464, 10164, 10, 'Howling Fjord Ore Spawnpoint 15 Rich Cobalt'),
|
|
(160465, 10165, 10, 'Howling Fjord Ore Spawnpoint 16 Rich Cobalt'),
|
|
(160466, 10166, 10, 'Howling Fjord Ore Spawnpoint 17 Rich Cobalt'),
|
|
(160467, 10167, 10, 'Howling Fjord Ore Spawnpoint 18 Rich Cobalt'),
|
|
(160468, 10168, 10, 'Howling Fjord Ore Spawnpoint 19 Rich Cobalt'),
|
|
(160469, 10169, 10, 'Howling Fjord Ore Spawnpoint 20 Rich Cobalt'),
|
|
(160470, 10170, 10, 'Howling Fjord Ore Spawnpoint 21 Rich Cobalt'),
|
|
(160471, 10171, 10, 'Howling Fjord Ore Spawnpoint 22 Rich Cobalt'),
|
|
(160472, 10172, 10, 'Howling Fjord Ore Spawnpoint 23 Rich Cobalt'),
|
|
(160473, 10173, 10, 'Howling Fjord Ore Spawnpoint 24 Rich Cobalt'),
|
|
(160474, 10174, 10, 'Howling Fjord Ore Spawnpoint 25 Rich Cobalt'),
|
|
(160475, 10175, 10, 'Howling Fjord Ore Spawnpoint 26 Rich Cobalt'),
|
|
(160476, 10176, 10, 'Howling Fjord Ore Spawnpoint 27 Rich Cobalt'),
|
|
(160477, 10177, 10, 'Howling Fjord Ore Spawnpoint 28 Rich Cobalt'),
|
|
(160478, 10178, 10, 'Howling Fjord Ore Spawnpoint 29 Rich Cobalt'),
|
|
(160479, 10179, 10, 'Howling Fjord Ore Spawnpoint 30 Rich Cobalt'),
|
|
(160480, 10180, 10, 'Howling Fjord Ore Spawnpoint 31 Rich Cobalt'),
|
|
(160481, 10181, 10, 'Howling Fjord Ore Spawnpoint 32 Rich Cobalt'),
|
|
(160482, 10182, 10, 'Howling Fjord Ore Spawnpoint 33 Rich Cobalt'),
|
|
(160483, 10183, 10, 'Howling Fjord Ore Spawnpoint 34 Rich Cobalt'),
|
|
(160484, 10184, 10, 'Howling Fjord Ore Spawnpoint 35 Rich Cobalt'),
|
|
(160485, 10185, 10, 'Howling Fjord Ore Spawnpoint 36 Rich Cobalt'),
|
|
(160486, 10186, 10, 'Howling Fjord Ore Spawnpoint 37 Rich Cobalt'),
|
|
(160487, 10187, 10, 'Howling Fjord Ore Spawnpoint 38 Rich Cobalt'),
|
|
(160488, 10188, 10, 'Howling Fjord Ore Spawnpoint 39 Rich Cobalt'),
|
|
(160489, 10189, 10, 'Howling Fjord Ore Spawnpoint 40 Rich Cobalt'),
|
|
(160490, 10190, 10, 'Howling Fjord Ore Spawnpoint 41 Rich Cobalt'),
|
|
(160491, 10191, 10, 'Howling Fjord Ore Spawnpoint 42 Rich Cobalt'),
|
|
(160492, 10192, 10, 'Howling Fjord Ore Spawnpoint 43 Rich Cobalt'),
|
|
(160493, 10193, 10, 'Howling Fjord Ore Spawnpoint 44 Rich Cobalt'),
|
|
(160494, 10194, 10, 'Howling Fjord Ore Spawnpoint 45 Rich Cobalt'),
|
|
(160495, 10195, 10, 'Howling Fjord Ore Spawnpoint 46 Rich Cobalt'),
|
|
(160496, 10196, 10, 'Howling Fjord Ore Spawnpoint 47 Rich Cobalt'),
|
|
(160497, 10197, 10, 'Howling Fjord Ore Spawnpoint 48 Rich Cobalt'),
|
|
(160498, 10198, 10, 'Howling Fjord Ore Spawnpoint 49 Rich Cobalt'),
|
|
(160499, 10199, 10, 'Howling Fjord Ore Spawnpoint 50 Rich Cobalt'),
|
|
(160500, 10200, 10, 'Howling Fjord Ore Spawnpoint 51 Rich Cobalt'),
|
|
(160501, 10201, 10, 'Howling Fjord Ore Spawnpoint 52 Rich Cobalt'),
|
|
(160502, 10202, 10, 'Howling Fjord Ore Spawnpoint 53 Rich Cobalt'),
|
|
(160503, 10203, 10, 'Howling Fjord Ore Spawnpoint 54 Rich Cobalt'),
|
|
(160504, 10204, 10, 'Howling Fjord Ore Spawnpoint 55 Rich Cobalt'),
|
|
(160505, 10205, 10, 'Howling Fjord Ore Spawnpoint 56 Rich Cobalt'),
|
|
(160506, 10206, 10, 'Howling Fjord Ore Spawnpoint 57 Rich Cobalt'),
|
|
(160507, 10207, 10, 'Howling Fjord Ore Spawnpoint 58 Rich Cobalt'),
|
|
(160508, 10208, 10, 'Howling Fjord Ore Spawnpoint 59 Rich Cobalt'),
|
|
(160509, 10209, 10, 'Howling Fjord Ore Spawnpoint 60 Rich Cobalt'),
|
|
(160510, 10210, 10, 'Howling Fjord Ore Spawnpoint 61 Rich Cobalt'),
|
|
(160511, 10211, 10, 'Howling Fjord Ore Spawnpoint 62 Rich Cobalt'),
|
|
(160512, 10212, 10, 'Howling Fjord Ore Spawnpoint 63 Rich Cobalt'),
|
|
(160513, 10213, 10, 'Howling Fjord Ore Spawnpoint 64 Rich Cobalt'),
|
|
(160514, 10214, 10, 'Howling Fjord Ore Spawnpoint 65 Rich Cobalt'),
|
|
(160515, 10215, 10, 'Howling Fjord Ore Spawnpoint 66 Rich Cobalt'),
|
|
(160516, 10216, 10, 'Howling Fjord Ore Spawnpoint 67 Rich Cobalt'),
|
|
(160517, 10217, 10, 'Howling Fjord Ore Spawnpoint 68 Rich Cobalt'),
|
|
(160518, 10218, 10, 'Howling Fjord Ore Spawnpoint 69 Rich Cobalt'),
|
|
(160519, 10219, 10, 'Howling Fjord Ore Spawnpoint 70 Rich Cobalt'),
|
|
(160520, 10220, 10, 'Howling Fjord Ore Spawnpoint 71 Rich Cobalt'),
|
|
(160521, 10221, 10, 'Howling Fjord Ore Spawnpoint 72 Rich Cobalt'),
|
|
(160522, 10222, 10, 'Howling Fjord Ore Spawnpoint 73 Rich Cobalt'),
|
|
(160523, 10223, 10, 'Howling Fjord Ore Spawnpoint 74 Rich Cobalt'),
|
|
(160524, 10224, 10, 'Howling Fjord Ore Spawnpoint 75 Rich Cobalt'),
|
|
(160525, 10225, 10, 'Howling Fjord Ore Spawnpoint 76 Rich Cobalt'),
|
|
(160526, 10226, 10, 'Howling Fjord Ore Spawnpoint 77 Rich Cobalt'),
|
|
(160527, 10227, 10, 'Howling Fjord Ore Spawnpoint 78 Rich Cobalt'),
|
|
(160528, 10228, 10, 'Howling Fjord Ore Spawnpoint 79 Rich Cobalt'),
|
|
(160529, 10229, 10, 'Howling Fjord Ore Spawnpoint 80 Rich Cobalt'),
|
|
(160530, 10230, 10, 'Howling Fjord Ore Spawnpoint 81 Rich Cobalt'),
|
|
(160531, 10231, 10, 'Howling Fjord Ore Spawnpoint 82 Rich Cobalt'),
|
|
(160532, 10232, 10, 'Howling Fjord Ore Spawnpoint 83 Rich Cobalt'),
|
|
(160533, 10233, 10, 'Howling Fjord Ore Spawnpoint 84 Rich Cobalt'),
|
|
(160534, 10234, 10, 'Howling Fjord Ore Spawnpoint 85 Rich Cobalt'),
|
|
(160535, 10235, 10, 'Howling Fjord Ore Spawnpoint 86 Rich Cobalt'),
|
|
(160536, 10236, 10, 'Howling Fjord Ore Spawnpoint 87 Rich Cobalt'),
|
|
(160537, 10237, 10, 'Howling Fjord Ore Spawnpoint 88 Rich Cobalt'),
|
|
(160538, 10238, 10, 'Howling Fjord Ore Spawnpoint 89 Rich Cobalt'),
|
|
(160539, 10239, 10, 'Howling Fjord Ore Spawnpoint 90 Rich Cobalt'),
|
|
(160540, 10240, 10, 'Howling Fjord Ore Spawnpoint 91 Rich Cobalt'),
|
|
(160541, 10241, 10, 'Howling Fjord Ore Spawnpoint 92 Rich Cobalt'),
|
|
(160542, 10242, 10, 'Howling Fjord Ore Spawnpoint 93 Rich Cobalt'),
|
|
(160543, 10243, 10, 'Howling Fjord Ore Spawnpoint 94 Rich Cobalt'),
|
|
(160544, 10244, 10, 'Howling Fjord Ore Spawnpoint 95 Rich Cobalt'),
|
|
(160545, 10245, 10, 'Howling Fjord Ore Spawnpoint 96 Rich Cobalt'),
|
|
(160546, 10246, 10, 'Howling Fjord Ore Spawnpoint 97 Rich Cobalt'),
|
|
(160547, 10247, 10, 'Howling Fjord Ore Spawnpoint 98 Rich Cobalt'),
|
|
(160548, 10248, 10, 'Howling Fjord Ore Spawnpoint 99 Rich Cobalt'),
|
|
(160549, 10249, 10, 'Howling Fjord Ore Spawnpoint 100 Rich Cobalt'),
|
|
(160600, 10300, 90, 'Grizzly Hills Ore Spawnpoint 1 Cobalt'),
|
|
(160601, 10301, 90, 'Grizzly Hills Ore Spawnpoint 2 Cobalt'),
|
|
(160602, 10302, 90, 'Grizzly Hills Ore Spawnpoint 3 Cobalt'),
|
|
(160603, 10303, 90, 'Grizzly Hills Ore Spawnpoint 4 Cobalt'),
|
|
(160604, 10304, 90, 'Grizzly Hills Ore Spawnpoint 5 Cobalt'),
|
|
(160605, 10305, 90, 'Grizzly Hills Ore Spawnpoint 6 Cobalt'),
|
|
(160606, 10306, 90, 'Grizzly Hills Ore Spawnpoint 7 Cobalt'),
|
|
(160607, 10307, 90, 'Grizzly Hills Ore Spawnpoint 8 Cobalt'),
|
|
(160608, 10308, 90, 'Grizzly Hills Ore Spawnpoint 9 Cobalt'),
|
|
(160609, 10309, 90, 'Grizzly Hills Ore Spawnpoint 10 Cobalt'),
|
|
(160610, 10310, 90, 'Grizzly Hills Ore Spawnpoint 11 Cobalt'),
|
|
(160611, 10311, 90, 'Grizzly Hills Ore Spawnpoint 12 Cobalt'),
|
|
(160612, 10312, 90, 'Grizzly Hills Ore Spawnpoint 13 Cobalt'),
|
|
(160613, 10313, 90, 'Grizzly Hills Ore Spawnpoint 14 Cobalt'),
|
|
(160614, 10314, 90, 'Grizzly Hills Ore Spawnpoint 15 Cobalt'),
|
|
(160615, 10315, 90, 'Grizzly Hills Ore Spawnpoint 16 Cobalt'),
|
|
(160616, 10316, 90, 'Grizzly Hills Ore Spawnpoint 17 Cobalt'),
|
|
(160617, 10317, 90, 'Grizzly Hills Ore Spawnpoint 18 Cobalt'),
|
|
(160618, 10318, 90, 'Grizzly Hills Ore Spawnpoint 19 Cobalt'),
|
|
(160619, 10319, 90, 'Grizzly Hills Ore Spawnpoint 20 Cobalt'),
|
|
(160620, 10320, 90, 'Grizzly Hills Ore Spawnpoint 21 Cobalt'),
|
|
(160621, 10321, 90, 'Grizzly Hills Ore Spawnpoint 22 Cobalt'),
|
|
(160622, 10322, 90, 'Grizzly Hills Ore Spawnpoint 23 Cobalt'),
|
|
(160623, 10323, 90, 'Grizzly Hills Ore Spawnpoint 24 Cobalt'),
|
|
(160624, 10324, 90, 'Grizzly Hills Ore Spawnpoint 25 Cobalt'),
|
|
(160625, 10325, 90, 'Grizzly Hills Ore Spawnpoint 26 Cobalt'),
|
|
(160626, 10326, 90, 'Grizzly Hills Ore Spawnpoint 27 Cobalt'),
|
|
(160627, 10327, 90, 'Grizzly Hills Ore Spawnpoint 28 Cobalt'),
|
|
(160628, 10328, 90, 'Grizzly Hills Ore Spawnpoint 29 Cobalt'),
|
|
(160629, 10329, 90, 'Grizzly Hills Ore Spawnpoint 30 Cobalt'),
|
|
(160630, 10330, 90, 'Grizzly Hills Ore Spawnpoint 31 Cobalt'),
|
|
(160631, 10331, 90, 'Grizzly Hills Ore Spawnpoint 32 Cobalt'),
|
|
(160632, 10332, 90, 'Grizzly Hills Ore Spawnpoint 33 Cobalt'),
|
|
(160633, 10333, 90, 'Grizzly Hills Ore Spawnpoint 34 Cobalt'),
|
|
(160634, 10334, 90, 'Grizzly Hills Ore Spawnpoint 35 Cobalt'),
|
|
(160635, 10335, 90, 'Grizzly Hills Ore Spawnpoint 36 Cobalt'),
|
|
(160636, 10336, 90, 'Grizzly Hills Ore Spawnpoint 37 Cobalt'),
|
|
(160637, 10337, 90, 'Grizzly Hills Ore Spawnpoint 38 Cobalt'),
|
|
(160638, 10338, 90, 'Grizzly Hills Ore Spawnpoint 39 Cobalt'),
|
|
(160639, 10339, 90, 'Grizzly Hills Ore Spawnpoint 40 Cobalt'),
|
|
(160640, 10340, 90, 'Grizzly Hills Ore Spawnpoint 41 Cobalt'),
|
|
(160641, 10341, 90, 'Grizzly Hills Ore Spawnpoint 42 Cobalt'),
|
|
(160642, 10342, 90, 'Grizzly Hills Ore Spawnpoint 43 Cobalt'),
|
|
(160643, 10343, 90, 'Grizzly Hills Ore Spawnpoint 44 Cobalt'),
|
|
(160644, 10344, 90, 'Grizzly Hills Ore Spawnpoint 45 Cobalt'),
|
|
(160645, 10345, 90, 'Grizzly Hills Ore Spawnpoint 46 Cobalt'),
|
|
(160646, 10346, 90, 'Grizzly Hills Ore Spawnpoint 47 Cobalt'),
|
|
(160647, 10347, 90, 'Grizzly Hills Ore Spawnpoint 48 Cobalt'),
|
|
(160648, 10348, 90, 'Grizzly Hills Ore Spawnpoint 49 Cobalt'),
|
|
(160649, 10349, 90, 'Grizzly Hills Ore Spawnpoint 50 Cobalt'),
|
|
(160650, 10350, 90, 'Grizzly Hills Ore Spawnpoint 51 Cobalt'),
|
|
(160651, 10351, 90, 'Grizzly Hills Ore Spawnpoint 52 Cobalt'),
|
|
(160652, 10352, 90, 'Grizzly Hills Ore Spawnpoint 53 Cobalt'),
|
|
(160653, 10353, 90, 'Grizzly Hills Ore Spawnpoint 54 Cobalt'),
|
|
(160654, 10354, 90, 'Grizzly Hills Ore Spawnpoint 55 Cobalt'),
|
|
(160655, 10355, 90, 'Grizzly Hills Ore Spawnpoint 56 Cobalt'),
|
|
(160656, 10356, 90, 'Grizzly Hills Ore Spawnpoint 57 Cobalt'),
|
|
(160657, 10357, 90, 'Grizzly Hills Ore Spawnpoint 58 Cobalt'),
|
|
(160658, 10358, 90, 'Grizzly Hills Ore Spawnpoint 59 Cobalt'),
|
|
(160659, 10359, 90, 'Grizzly Hills Ore Spawnpoint 60 Cobalt'),
|
|
(160660, 10360, 90, 'Grizzly Hills Ore Spawnpoint 61 Cobalt'),
|
|
(160700, 10300, 10, 'Grizzly Hills Ore Spawnpoint 1 Rich Cobalt'),
|
|
(160701, 10301, 10, 'Grizzly Hills Ore Spawnpoint 2 Rich Cobalt'),
|
|
(160702, 10302, 10, 'Grizzly Hills Ore Spawnpoint 3 Rich Cobalt'),
|
|
(160703, 10303, 10, 'Grizzly Hills Ore Spawnpoint 4 Rich Cobalt'),
|
|
(160704, 10304, 10, 'Grizzly Hills Ore Spawnpoint 5 Rich Cobalt'),
|
|
(160705, 10305, 10, 'Grizzly Hills Ore Spawnpoint 6 Rich Cobalt'),
|
|
(160706, 10306, 10, 'Grizzly Hills Ore Spawnpoint 7 Rich Cobalt'),
|
|
(160707, 10307, 10, 'Grizzly Hills Ore Spawnpoint 8 Rich Cobalt'),
|
|
(160708, 10308, 10, 'Grizzly Hills Ore Spawnpoint 9 Rich Cobalt'),
|
|
(160709, 10309, 10, 'Grizzly Hills Ore Spawnpoint 10 Rich Cobalt'),
|
|
(160710, 10310, 10, 'Grizzly Hills Ore Spawnpoint 11 Rich Cobalt'),
|
|
(160711, 10311, 10, 'Grizzly Hills Ore Spawnpoint 12 Rich Cobalt'),
|
|
(160712, 10312, 10, 'Grizzly Hills Ore Spawnpoint 13 Rich Cobalt'),
|
|
(160713, 10313, 10, 'Grizzly Hills Ore Spawnpoint 14 Rich Cobalt'),
|
|
(160714, 10314, 10, 'Grizzly Hills Ore Spawnpoint 15 Rich Cobalt'),
|
|
(160715, 10315, 10, 'Grizzly Hills Ore Spawnpoint 16 Rich Cobalt'),
|
|
(160716, 10316, 10, 'Grizzly Hills Ore Spawnpoint 17 Rich Cobalt'),
|
|
(160717, 10317, 10, 'Grizzly Hills Ore Spawnpoint 18 Rich Cobalt'),
|
|
(160718, 10318, 10, 'Grizzly Hills Ore Spawnpoint 19 Rich Cobalt'),
|
|
(160719, 10319, 10, 'Grizzly Hills Ore Spawnpoint 20 Rich Cobalt'),
|
|
(160720, 10320, 10, 'Grizzly Hills Ore Spawnpoint 21 Rich Cobalt'),
|
|
(160721, 10321, 10, 'Grizzly Hills Ore Spawnpoint 22 Rich Cobalt'),
|
|
(160722, 10322, 10, 'Grizzly Hills Ore Spawnpoint 23 Rich Cobalt'),
|
|
(160723, 10323, 10, 'Grizzly Hills Ore Spawnpoint 24 Rich Cobalt'),
|
|
(160724, 10324, 10, 'Grizzly Hills Ore Spawnpoint 25 Rich Cobalt'),
|
|
(160725, 10325, 10, 'Grizzly Hills Ore Spawnpoint 26 Rich Cobalt'),
|
|
(160726, 10326, 10, 'Grizzly Hills Ore Spawnpoint 27 Rich Cobalt'),
|
|
(160727, 10327, 10, 'Grizzly Hills Ore Spawnpoint 28 Rich Cobalt'),
|
|
(160728, 10328, 10, 'Grizzly Hills Ore Spawnpoint 29 Rich Cobalt'),
|
|
(160729, 10329, 10, 'Grizzly Hills Ore Spawnpoint 30 Rich Cobalt'),
|
|
(160730, 10330, 10, 'Grizzly Hills Ore Spawnpoint 31 Rich Cobalt'),
|
|
(160731, 10331, 10, 'Grizzly Hills Ore Spawnpoint 32 Rich Cobalt'),
|
|
(160732, 10332, 10, 'Grizzly Hills Ore Spawnpoint 33 Rich Cobalt'),
|
|
(160733, 10333, 10, 'Grizzly Hills Ore Spawnpoint 34 Rich Cobalt'),
|
|
(160734, 10334, 10, 'Grizzly Hills Ore Spawnpoint 35 Rich Cobalt'),
|
|
(160735, 10335, 10, 'Grizzly Hills Ore Spawnpoint 36 Rich Cobalt'),
|
|
(160736, 10336, 10, 'Grizzly Hills Ore Spawnpoint 37 Rich Cobalt'),
|
|
(160737, 10337, 10, 'Grizzly Hills Ore Spawnpoint 38 Rich Cobalt'),
|
|
(160738, 10338, 10, 'Grizzly Hills Ore Spawnpoint 39 Rich Cobalt'),
|
|
(160739, 10339, 10, 'Grizzly Hills Ore Spawnpoint 40 Rich Cobalt'),
|
|
(160740, 10340, 10, 'Grizzly Hills Ore Spawnpoint 41 Rich Cobalt'),
|
|
(160741, 10341, 10, 'Grizzly Hills Ore Spawnpoint 42 Rich Cobalt'),
|
|
(160742, 10342, 10, 'Grizzly Hills Ore Spawnpoint 43 Rich Cobalt'),
|
|
(160743, 10343, 10, 'Grizzly Hills Ore Spawnpoint 44 Rich Cobalt'),
|
|
(160744, 10344, 10, 'Grizzly Hills Ore Spawnpoint 45 Rich Cobalt'),
|
|
(160745, 10345, 10, 'Grizzly Hills Ore Spawnpoint 46 Rich Cobalt'),
|
|
(160746, 10346, 10, 'Grizzly Hills Ore Spawnpoint 47 Rich Cobalt'),
|
|
(160747, 10347, 10, 'Grizzly Hills Ore Spawnpoint 48 Rich Cobalt'),
|
|
(160748, 10348, 10, 'Grizzly Hills Ore Spawnpoint 49 Rich Cobalt'),
|
|
(160749, 10349, 10, 'Grizzly Hills Ore Spawnpoint 50 Rich Cobalt'),
|
|
(160750, 10350, 10, 'Grizzly Hills Ore Spawnpoint 51 Rich Cobalt'),
|
|
(160751, 10351, 10, 'Grizzly Hills Ore Spawnpoint 52 Rich Cobalt'),
|
|
(160752, 10352, 10, 'Grizzly Hills Ore Spawnpoint 53 Rich Cobalt'),
|
|
(160753, 10353, 10, 'Grizzly Hills Ore Spawnpoint 54 Rich Cobalt'),
|
|
(160754, 10354, 10, 'Grizzly Hills Ore Spawnpoint 55 Rich Cobalt'),
|
|
(160755, 10355, 10, 'Grizzly Hills Ore Spawnpoint 56 Rich Cobalt'),
|
|
(160756, 10356, 10, 'Grizzly Hills Ore Spawnpoint 57 Rich Cobalt'),
|
|
(160757, 10357, 10, 'Grizzly Hills Ore Spawnpoint 58 Rich Cobalt'),
|
|
(160758, 10358, 10, 'Grizzly Hills Ore Spawnpoint 59 Rich Cobalt'),
|
|
(160759, 10359, 10, 'Grizzly Hills Ore Spawnpoint 60 Rich Cobalt'),
|
|
(160760, 10360, 10, 'Grizzly Hills Ore Spawnpoint 61 Rich Cobalt'),
|
|
(161100, 10650, 90, 'Zul\'Drak Ore Spawnpoint 1 Cobalt'),
|
|
(161101, 10651, 90, 'Zul\'Drak Ore Spawnpoint 2 Cobalt'),
|
|
(161102, 10652, 90, 'Zul\'Drak Ore Spawnpoint 3 Cobalt'),
|
|
(161103, 10653, 90, 'Zul\'Drak Ore Spawnpoint 4 Cobalt'),
|
|
(161104, 10654, 90, 'Zul\'Drak Ore Spawnpoint 5 Cobalt'),
|
|
(161105, 10655, 90, 'Zul\'Drak Ore Spawnpoint 6 Cobalt'),
|
|
(161106, 10656, 90, 'Zul\'Drak Ore Spawnpoint 7 Cobalt'),
|
|
(161107, 10657, 90, 'Zul\'Drak Ore Spawnpoint 8 Cobalt'),
|
|
(161108, 10658, 90, 'Zul\'Drak Ore Spawnpoint 9 Cobalt'),
|
|
(161109, 10659, 90, 'Zul\'Drak Ore Spawnpoint 10 Cobalt'),
|
|
(161110, 10660, 90, 'Zul\'Drak Ore Spawnpoint 11 Cobalt'),
|
|
(161111, 10661, 90, 'Zul\'Drak Ore Spawnpoint 12 Cobalt'),
|
|
(161112, 10662, 90, 'Zul\'Drak Ore Spawnpoint 13 Cobalt'),
|
|
(161113, 10663, 90, 'Zul\'Drak Ore Spawnpoint 14 Cobalt'),
|
|
(161114, 10664, 90, 'Zul\'Drak Ore Spawnpoint 15 Cobalt'),
|
|
(161115, 10665, 90, 'Zul\'Drak Ore Spawnpoint 16 Cobalt'),
|
|
(161116, 10666, 90, 'Zul\'Drak Ore Spawnpoint 17 Cobalt'),
|
|
(161117, 10667, 90, 'Zul\'Drak Ore Spawnpoint 18 Cobalt'),
|
|
(161118, 10668, 90, 'Zul\'Drak Ore Spawnpoint 19 Cobalt'),
|
|
(161119, 10669, 90, 'Zul\'Drak Ore Spawnpoint 20 Cobalt'),
|
|
(161120, 10670, 90, 'Zul\'Drak Ore Spawnpoint 21 Cobalt'),
|
|
(161121, 10671, 90, 'Zul\'Drak Ore Spawnpoint 22 Cobalt'),
|
|
(161122, 10672, 90, 'Zul\'Drak Ore Spawnpoint 23 Cobalt'),
|
|
(161123, 10673, 90, 'Zul\'Drak Ore Spawnpoint 24 Cobalt'),
|
|
(161124, 10674, 90, 'Zul\'Drak Ore Spawnpoint 25 Cobalt'),
|
|
(161125, 10675, 90, 'Zul\'Drak Ore Spawnpoint 26 Cobalt'),
|
|
(161126, 10676, 90, 'Zul\'Drak Ore Spawnpoint 27 Cobalt'),
|
|
(161127, 10677, 90, 'Zul\'Drak Ore Spawnpoint 28 Cobalt'),
|
|
(161128, 10678, 90, 'Zul\'Drak Ore Spawnpoint 29 Cobalt'),
|
|
(161129, 10679, 90, 'Zul\'Drak Ore Spawnpoint 30 Cobalt'),
|
|
(161130, 10680, 90, 'Zul\'Drak Ore Spawnpoint 31 Cobalt'),
|
|
(161131, 10681, 90, 'Zul\'Drak Ore Spawnpoint 32 Cobalt'),
|
|
(161132, 10682, 90, 'Zul\'Drak Ore Spawnpoint 33 Cobalt'),
|
|
(161133, 10683, 90, 'Zul\'Drak Ore Spawnpoint 34 Cobalt'),
|
|
(161134, 10684, 90, 'Zul\'Drak Ore Spawnpoint 35 Cobalt'),
|
|
(161135, 10685, 90, 'Zul\'Drak Ore Spawnpoint 36 Cobalt'),
|
|
(161136, 10686, 90, 'Zul\'Drak Ore Spawnpoint 37 Cobalt'),
|
|
(161137, 10687, 90, 'Zul\'Drak Ore Spawnpoint 38 Cobalt'),
|
|
(161138, 10688, 90, 'Zul\'Drak Ore Spawnpoint 39 Cobalt'),
|
|
(161139, 10689, 90, 'Zul\'Drak Ore Spawnpoint 40 Cobalt'),
|
|
(161140, 10690, 90, 'Zul\'Drak Ore Spawnpoint 41 Cobalt'),
|
|
(161141, 10691, 90, 'Zul\'Drak Ore Spawnpoint 42 Cobalt'),
|
|
(161142, 10692, 90, 'Zul\'Drak Ore Spawnpoint 43 Cobalt'),
|
|
(161143, 10693, 90, 'Zul\'Drak Ore Spawnpoint 44 Cobalt'),
|
|
(161144, 10694, 90, 'Zul\'Drak Ore Spawnpoint 45 Cobalt'),
|
|
(161145, 10695, 90, 'Zul\'Drak Ore Spawnpoint 46 Cobalt'),
|
|
(161146, 10696, 90, 'Zul\'Drak Ore Spawnpoint 47 Cobalt'),
|
|
(161147, 10697, 90, 'Zul\'Drak Ore Spawnpoint 48 Cobalt'),
|
|
(161148, 10698, 90, 'Zul\'Drak Ore Spawnpoint 49 Cobalt'),
|
|
(161149, 10699, 90, 'Zul\'Drak Ore Spawnpoint 50 Cobalt'),
|
|
(161150, 10700, 90, 'Zul\'Drak Ore Spawnpoint 51 Cobalt'),
|
|
(161151, 10701, 90, 'Zul\'Drak Ore Spawnpoint 52 Cobalt'),
|
|
(161152, 10702, 90, 'Zul\'Drak Ore Spawnpoint 53 Cobalt'),
|
|
(161153, 10703, 90, 'Zul\'Drak Ore Spawnpoint 54 Cobalt'),
|
|
(161154, 10704, 90, 'Zul\'Drak Ore Spawnpoint 55 Cobalt'),
|
|
(161155, 10705, 90, 'Zul\'Drak Ore Spawnpoint 56 Cobalt'),
|
|
(161156, 10706, 90, 'Zul\'Drak Ore Spawnpoint 57 Cobalt'),
|
|
(161157, 10707, 90, 'Zul\'Drak Ore Spawnpoint 58 Cobalt'),
|
|
(161158, 10708, 90, 'Zul\'Drak Ore Spawnpoint 59 Cobalt'),
|
|
(161159, 10709, 90, 'Zul\'Drak Ore Spawnpoint 60 Cobalt'),
|
|
(161160, 10710, 90, 'Zul\'Drak Ore Spawnpoint 61 Cobalt'),
|
|
(161161, 10711, 90, 'Zul\'Drak Ore Spawnpoint 62 Cobalt'),
|
|
(161162, 10712, 90, 'Zul\'Drak Ore Spawnpoint 63 Cobalt'),
|
|
(161163, 10713, 90, 'Zul\'Drak Ore Spawnpoint 64 Cobalt'),
|
|
(161164, 10714, 90, 'Zul\'Drak Ore Spawnpoint 65 Cobalt'),
|
|
(161165, 10715, 90, 'Zul\'Drak Ore Spawnpoint 66 Cobalt'),
|
|
(161166, 10716, 90, 'Zul\'Drak Ore Spawnpoint 67 Cobalt'),
|
|
(161167, 10717, 90, 'Zul\'Drak Ore Spawnpoint 68 Cobalt'),
|
|
(161168, 10718, 90, 'Zul\'Drak Ore Spawnpoint 69 Cobalt'),
|
|
(161169, 10719, 90, 'Zul\'Drak Ore Spawnpoint 70 Cobalt'),
|
|
(161170, 10720, 90, 'Zul\'Drak Ore Spawnpoint 71 Cobalt'),
|
|
(161171, 10721, 90, 'Zul\'Drak Ore Spawnpoint 72 Cobalt'),
|
|
(161172, 10722, 90, 'Zul\'Drak Ore Spawnpoint 73 Cobalt'),
|
|
(161173, 10723, 90, 'Zul\'Drak Ore Spawnpoint 74 Cobalt'),
|
|
(161174, 10724, 90, 'Zul\'Drak Ore Spawnpoint 75 Cobalt'),
|
|
(161175, 10725, 90, 'Zul\'Drak Ore Spawnpoint 76 Cobalt'),
|
|
(161176, 10726, 90, 'Zul\'Drak Ore Spawnpoint 77 Cobalt'),
|
|
(161177, 10727, 90, 'Zul\'Drak Ore Spawnpoint 78 Cobalt'),
|
|
(161178, 10728, 90, 'Zul\'Drak Ore Spawnpoint 79 Cobalt'),
|
|
(161179, 10729, 90, 'Zul\'Drak Ore Spawnpoint 80 Cobalt'),
|
|
(161180, 10730, 90, 'Zul\'Drak Ore Spawnpoint 81 Cobalt'),
|
|
(161181, 10731, 90, 'Zul\'Drak Ore Spawnpoint 82 Cobalt'),
|
|
(161182, 10732, 90, 'Zul\'Drak Ore Spawnpoint 83 Cobalt'),
|
|
(161183, 10733, 90, 'Zul\'Drak Ore Spawnpoint 84 Cobalt'),
|
|
(161184, 10734, 90, 'Zul\'Drak Ore Spawnpoint 85 Cobalt'),
|
|
(161185, 10735, 90, 'Zul\'Drak Ore Spawnpoint 86 Cobalt'),
|
|
(161186, 10736, 90, 'Zul\'Drak Ore Spawnpoint 87 Cobalt'),
|
|
(161187, 10737, 90, 'Zul\'Drak Ore Spawnpoint 88 Cobalt'),
|
|
(161188, 10738, 90, 'Zul\'Drak Ore Spawnpoint 89 Cobalt'),
|
|
(161189, 10739, 90, 'Zul\'Drak Ore Spawnpoint 90 Cobalt'),
|
|
(161190, 10740, 90, 'Zul\'Drak Ore Spawnpoint 91 Cobalt'),
|
|
(161191, 10741, 90, 'Zul\'Drak Ore Spawnpoint 92 Cobalt'),
|
|
(161192, 10742, 90, 'Zul\'Drak Ore Spawnpoint 93 Cobalt'),
|
|
(161250, 10650, 10, 'Zul\'Drak Ore Spawnpoint 1 Rich Cobalt'),
|
|
(161251, 10651, 10, 'Zul\'Drak Ore Spawnpoint 2 Rich Cobalt'),
|
|
(161252, 10652, 10, 'Zul\'Drak Ore Spawnpoint 3 Rich Cobalt'),
|
|
(161253, 10653, 10, 'Zul\'Drak Ore Spawnpoint 4 Rich Cobalt'),
|
|
(161254, 10654, 10, 'Zul\'Drak Ore Spawnpoint 5 Rich Cobalt'),
|
|
(161255, 10655, 10, 'Zul\'Drak Ore Spawnpoint 6 Rich Cobalt'),
|
|
(161256, 10656, 10, 'Zul\'Drak Ore Spawnpoint 7 Rich Cobalt'),
|
|
(161257, 10657, 10, 'Zul\'Drak Ore Spawnpoint 8 Rich Cobalt'),
|
|
(161258, 10658, 10, 'Zul\'Drak Ore Spawnpoint 9 Rich Cobalt'),
|
|
(161259, 10659, 10, 'Zul\'Drak Ore Spawnpoint 10 Rich Cobalt'),
|
|
(161260, 10660, 10, 'Zul\'Drak Ore Spawnpoint 11 Rich Cobalt'),
|
|
(161261, 10661, 10, 'Zul\'Drak Ore Spawnpoint 12 Rich Cobalt'),
|
|
(161262, 10662, 10, 'Zul\'Drak Ore Spawnpoint 13 Rich Cobalt'),
|
|
(161263, 10663, 10, 'Zul\'Drak Ore Spawnpoint 14 Rich Cobalt'),
|
|
(161264, 10664, 10, 'Zul\'Drak Ore Spawnpoint 15 Rich Cobalt'),
|
|
(161265, 10665, 10, 'Zul\'Drak Ore Spawnpoint 16 Rich Cobalt'),
|
|
(161266, 10666, 10, 'Zul\'Drak Ore Spawnpoint 17 Rich Cobalt'),
|
|
(161267, 10667, 10, 'Zul\'Drak Ore Spawnpoint 18 Rich Cobalt'),
|
|
(161268, 10668, 10, 'Zul\'Drak Ore Spawnpoint 19 Rich Cobalt'),
|
|
(161269, 10669, 10, 'Zul\'Drak Ore Spawnpoint 20 Rich Cobalt'),
|
|
(161270, 10670, 10, 'Zul\'Drak Ore Spawnpoint 21 Rich Cobalt'),
|
|
(161271, 10671, 10, 'Zul\'Drak Ore Spawnpoint 22 Rich Cobalt'),
|
|
(161272, 10672, 10, 'Zul\'Drak Ore Spawnpoint 23 Saronite'),
|
|
(161273, 10673, 10, 'Zul\'Drak Ore Spawnpoint 24 Rich Cobalt'),
|
|
(161274, 10674, 10, 'Zul\'Drak Ore Spawnpoint 25 Rich Cobalt'),
|
|
(161275, 10675, 10, 'Zul\'Drak Ore Spawnpoint 26 Rich Cobalt'),
|
|
(161276, 10676, 10, 'Zul\'Drak Ore Spawnpoint 27 Rich Cobalt'),
|
|
(161277, 10677, 10, 'Zul\'Drak Ore Spawnpoint 28 Rich Cobalt'),
|
|
(161278, 10678, 10, 'Zul\'Drak Ore Spawnpoint 29 Rich Cobalt'),
|
|
(161279, 10679, 10, 'Zul\'Drak Ore Spawnpoint 30 Rich Cobalt'),
|
|
(161280, 10680, 10, 'Zul\'Drak Ore Spawnpoint 31 Rich Cobalt'),
|
|
(161281, 10681, 10, 'Zul\'Drak Ore Spawnpoint 32 Rich Cobalt'),
|
|
(161282, 10682, 10, 'Zul\'Drak Ore Spawnpoint 33 Rich Cobalt'),
|
|
(161283, 10683, 10, 'Zul\'Drak Ore Spawnpoint 34 Rich Cobalt'),
|
|
(161284, 10684, 10, 'Zul\'Drak Ore Spawnpoint 35 Rich Cobalt'),
|
|
(161285, 10685, 10, 'Zul\'Drak Ore Spawnpoint 36 Rich Cobalt'),
|
|
(161286, 10686, 10, 'Zul\'Drak Ore Spawnpoint 37 Rich Cobalt'),
|
|
(161287, 10687, 10, 'Zul\'Drak Ore Spawnpoint 38 Rich Cobalt'),
|
|
(161288, 10688, 10, 'Zul\'Drak Ore Spawnpoint 39 Rich Cobalt'),
|
|
(161289, 10689, 10, 'Zul\'Drak Ore Spawnpoint 40 Rich Cobalt'),
|
|
(161290, 10690, 10, 'Zul\'Drak Ore Spawnpoint 41 Rich Cobalt'),
|
|
(161291, 10691, 10, 'Zul\'Drak Ore Spawnpoint 42 Rich Cobalt'),
|
|
(161292, 10692, 10, 'Zul\'Drak Ore Spawnpoint 43 Rich Cobalt'),
|
|
(161293, 10693, 10, 'Zul\'Drak Ore Spawnpoint 44 Rich Cobalt'),
|
|
(161294, 10694, 10, 'Zul\'Drak Ore Spawnpoint 45 Rich Cobalt'),
|
|
(161295, 10695, 10, 'Zul\'Drak Ore Spawnpoint 46 Rich Cobalt'),
|
|
(161296, 10696, 10, 'Zul\'Drak Ore Spawnpoint 47 Saronite'),
|
|
(161297, 10697, 10, 'Zul\'Drak Ore Spawnpoint 48 Saronite'),
|
|
(161298, 10698, 10, 'Zul\'Drak Ore Spawnpoint 49 Rich Cobalt'),
|
|
(161299, 10699, 10, 'Zul\'Drak Ore Spawnpoint 50 Rich Cobalt'),
|
|
(161300, 10700, 10, 'Zul\'Drak Ore Spawnpoint 51 Rich Cobalt'),
|
|
(161301, 10701, 10, 'Zul\'Drak Ore Spawnpoint 52 Rich Cobalt'),
|
|
(161302, 10702, 10, 'Zul\'Drak Ore Spawnpoint 53 Rich Cobalt'),
|
|
(161303, 10703, 10, 'Zul\'Drak Ore Spawnpoint 54 Rich Cobalt'),
|
|
(161304, 10704, 10, 'Zul\'Drak Ore Spawnpoint 55 Rich Cobalt'),
|
|
(161305, 10705, 10, 'Zul\'Drak Ore Spawnpoint 56 Rich Cobalt'),
|
|
(161306, 10706, 10, 'Zul\'Drak Ore Spawnpoint 57 Rich Cobalt'),
|
|
(161307, 10707, 10, 'Zul\'Drak Ore Spawnpoint 58 Rich Cobalt'),
|
|
(161308, 10708, 10, 'Zul\'Drak Ore Spawnpoint 59 Rich Cobalt'),
|
|
(161309, 10709, 10, 'Zul\'Drak Ore Spawnpoint 60 Rich Cobalt'),
|
|
(161310, 10710, 10, 'Zul\'Drak Ore Spawnpoint 61 Rich Cobalt'),
|
|
(161311, 10711, 10, 'Zul\'Drak Ore Spawnpoint 62 Saronite'),
|
|
(161312, 10712, 10, 'Zul\'Drak Ore Spawnpoint 63 Rich Cobalt'),
|
|
(161313, 10713, 10, 'Zul\'Drak Ore Spawnpoint 64 Rich Cobalt'),
|
|
(161314, 10714, 10, 'Zul\'Drak Ore Spawnpoint 65 Rich Cobalt'),
|
|
(161315, 10715, 10, 'Zul\'Drak Ore Spawnpoint 66 Rich Cobalt'),
|
|
(161316, 10716, 10, 'Zul\'Drak Ore Spawnpoint 67 Rich Cobalt'),
|
|
(161317, 10717, 10, 'Zul\'Drak Ore Spawnpoint 68 Rich Cobalt'),
|
|
(161318, 10718, 10, 'Zul\'Drak Ore Spawnpoint 69 Rich Cobalt'),
|
|
(161319, 10719, 10, 'Zul\'Drak Ore Spawnpoint 70 Rich Cobalt'),
|
|
(161320, 10720, 10, 'Zul\'Drak Ore Spawnpoint 71 Saronite'),
|
|
(161321, 10721, 10, 'Zul\'Drak Ore Spawnpoint 72 Rich Cobalt'),
|
|
(161322, 10722, 10, 'Zul\'Drak Ore Spawnpoint 73 Rich Cobalt'),
|
|
(161323, 10723, 10, 'Zul\'Drak Ore Spawnpoint 74 Saronite'),
|
|
(161324, 10724, 10, 'Zul\'Drak Ore Spawnpoint 75 Rich Cobalt'),
|
|
(161325, 10725, 10, 'Zul\'Drak Ore Spawnpoint 76 Rich Cobalt'),
|
|
(161326, 10726, 10, 'Zul\'Drak Ore Spawnpoint 77 Rich Cobalt'),
|
|
(161327, 10727, 10, 'Zul\'Drak Ore Spawnpoint 78 Rich Cobalt'),
|
|
(161328, 10728, 10, 'Zul\'Drak Ore Spawnpoint 79 Rich Cobalt'),
|
|
(161329, 10729, 10, 'Zul\'Drak Ore Spawnpoint 80 Rich Cobalt'),
|
|
(161330, 10730, 10, 'Zul\'Drak Ore Spawnpoint 81 Rich Cobalt'),
|
|
(161331, 10731, 10, 'Zul\'Drak Ore Spawnpoint 82 Rich Cobalt'),
|
|
(161332, 10732, 10, 'Zul\'Drak Ore Spawnpoint 83 Rich Cobalt'),
|
|
(161333, 10733, 10, 'Zul\'Drak Ore Spawnpoint 84 Rich Cobalt'),
|
|
(161334, 10734, 10, 'Zul\'Drak Ore Spawnpoint 85 Rich Cobalt'),
|
|
(161335, 10735, 10, 'Zul\'Drak Ore Spawnpoint 86 Rich Cobalt'),
|
|
(161336, 10736, 10, 'Zul\'Drak Ore Spawnpoint 87 Rich Cobalt'),
|
|
(161337, 10737, 10, 'Zul\'Drak Ore Spawnpoint 88 Rich Cobalt'),
|
|
(161338, 10738, 10, 'Zul\'Drak Ore Spawnpoint 89 Rich Cobalt'),
|
|
(161339, 10739, 10, 'Zul\'Drak Ore Spawnpoint 90 Rich Cobalt'),
|
|
(161340, 10740, 10, 'Zul\'Drak Ore Spawnpoint 91 Rich Cobalt'),
|
|
(161341, 10741, 10, 'Zul\'Drak Ore Spawnpoint 92 Rich Cobalt'),
|
|
(161342, 10742, 10, 'Zul\'Drak Ore Spawnpoint 93 Rich Cobalt'),
|
|
(161400, 10800, 75, 'Sholazar Basin Ore Spawnpoint 1 Saronite'),
|
|
(161401, 10801, 75, 'Sholazar Basin Ore Spawnpoint 2 Saronite'),
|
|
(161402, 10802, 75, 'Sholazar Basin Ore Spawnpoint 3 Saronite'),
|
|
(161403, 10803, 75, 'Sholazar Basin Ore Spawnpoint 4 Saronite'),
|
|
(161404, 10804, 75, 'Sholazar Basin Ore Spawnpoint 5 Saronite'),
|
|
(161405, 10805, 75, 'Sholazar Basin Ore Spawnpoint 6 Saronite'),
|
|
(161406, 10806, 75, 'Sholazar Basin Ore Spawnpoint 7 Saronite'),
|
|
(161407, 10807, 75, 'Sholazar Basin Ore Spawnpoint 8 Saronite'),
|
|
(161408, 10808, 75, 'Sholazar Basin Ore Spawnpoint 9 Saronite'),
|
|
(161409, 10809, 75, 'Sholazar Basin Ore Spawnpoint 10 Saronite'),
|
|
(161410, 10810, 75, 'Sholazar Basin Ore Spawnpoint 11 Saronite'),
|
|
(161411, 10811, 75, 'Sholazar Basin Ore Spawnpoint 12 Saronite'),
|
|
(161412, 10812, 75, 'Sholazar Basin Ore Spawnpoint 13 Saronite'),
|
|
(161413, 10813, 75, 'Sholazar Basin Ore Spawnpoint 14 Saronite'),
|
|
(161414, 10814, 75, 'Sholazar Basin Ore Spawnpoint 15 Saronite'),
|
|
(161415, 10815, 75, 'Sholazar Basin Ore Spawnpoint 16 Saronite'),
|
|
(161416, 10816, 75, 'Sholazar Basin Ore Spawnpoint 17 Saronite'),
|
|
(161417, 10817, 75, 'Sholazar Basin Ore Spawnpoint 18 Saronite'),
|
|
(161418, 10818, 75, 'Sholazar Basin Ore Spawnpoint 19 Saronite'),
|
|
(161419, 10819, 75, 'Sholazar Basin Ore Spawnpoint 20 Saronite'),
|
|
(161420, 10820, 75, 'Sholazar Basin Ore Spawnpoint 21 Saronite'),
|
|
(161421, 10821, 75, 'Sholazar Basin Ore Spawnpoint 22 Saronite'),
|
|
(161422, 10822, 75, 'Sholazar Basin Ore Spawnpoint 23 Saronite'),
|
|
(161423, 10823, 75, 'Sholazar Basin Ore Spawnpoint 24 Saronite'),
|
|
(161424, 10824, 75, 'Sholazar Basin Ore Spawnpoint 25 Saronite'),
|
|
(161425, 10825, 75, 'Sholazar Basin Ore Spawnpoint 26 Saronite'),
|
|
(161426, 10826, 75, 'Sholazar Basin Ore Spawnpoint 27 Saronite'),
|
|
(161427, 10827, 75, 'Sholazar Basin Ore Spawnpoint 28 Saronite'),
|
|
(161428, 10828, 75, 'Sholazar Basin Ore Spawnpoint 29 Saronite'),
|
|
(161429, 10829, 75, 'Sholazar Basin Ore Spawnpoint 30 Saronite'),
|
|
(161430, 10830, 75, 'Sholazar Basin Ore Spawnpoint 31 Saronite'),
|
|
(161431, 10831, 75, 'Sholazar Basin Ore Spawnpoint 32 Saronite'),
|
|
(161432, 10832, 75, 'Sholazar Basin Ore Spawnpoint 33 Saronite'),
|
|
(161433, 10833, 75, 'Sholazar Basin Ore Spawnpoint 34 Saronite'),
|
|
(161434, 10834, 75, 'Sholazar Basin Ore Spawnpoint 35 Saronite'),
|
|
(161435, 10835, 75, 'Sholazar Basin Ore Spawnpoint 36 Saronite'),
|
|
(161436, 10836, 75, 'Sholazar Basin Ore Spawnpoint 37 Saronite'),
|
|
(161437, 10837, 75, 'Sholazar Basin Ore Spawnpoint 38 Saronite'),
|
|
(161438, 10838, 75, 'Sholazar Basin Ore Spawnpoint 39 Saronite'),
|
|
(161439, 10839, 75, 'Sholazar Basin Ore Spawnpoint 40 Saronite'),
|
|
(161440, 10840, 75, 'Sholazar Basin Ore Spawnpoint 41 Saronite'),
|
|
(161441, 10841, 75, 'Sholazar Basin Ore Spawnpoint 42 Saronite'),
|
|
(161442, 10842, 75, 'Sholazar Basin Ore Spawnpoint 43 Saronite'),
|
|
(161443, 10843, 75, 'Sholazar Basin Ore Spawnpoint 44 Saronite'),
|
|
(161444, 10844, 75, 'Sholazar Basin Ore Spawnpoint 45 Saronite'),
|
|
(161445, 10845, 75, 'Sholazar Basin Ore Spawnpoint 46 Saronite'),
|
|
(161446, 10846, 75, 'Sholazar Basin Ore Spawnpoint 47 Saronite'),
|
|
(161447, 10847, 75, 'Sholazar Basin Ore Spawnpoint 48 Saronite'),
|
|
(161448, 10848, 75, 'Sholazar Basin Ore Spawnpoint 49 Saronite'),
|
|
(161449, 10849, 75, 'Sholazar Basin Ore Spawnpoint 50 Saronite'),
|
|
(161450, 10850, 75, 'Sholazar Basin Ore Spawnpoint 51 Saronite'),
|
|
(161451, 10851, 75, 'Sholazar Basin Ore Spawnpoint 52 Saronite'),
|
|
(161452, 10852, 75, 'Sholazar Basin Ore Spawnpoint 53 Saronite'),
|
|
(161453, 10853, 75, 'Sholazar Basin Ore Spawnpoint 54 Saronite'),
|
|
(161454, 10854, 75, 'Sholazar Basin Ore Spawnpoint 55 Saronite'),
|
|
(161455, 10855, 75, 'Sholazar Basin Ore Spawnpoint 56 Saronite'),
|
|
(161456, 10856, 75, 'Sholazar Basin Ore Spawnpoint 57 Saronite'),
|
|
(161457, 10857, 75, 'Sholazar Basin Ore Spawnpoint 58 Saronite'),
|
|
(161458, 10858, 75, 'Sholazar Basin Ore Spawnpoint 59 Saronite'),
|
|
(161459, 10859, 75, 'Sholazar Basin Ore Spawnpoint 60 Saronite'),
|
|
(161460, 10860, 75, 'Sholazar Basin Ore Spawnpoint 61 Saronite'),
|
|
(161461, 10861, 75, 'Sholazar Basin Ore Spawnpoint 62 Saronite'),
|
|
(161462, 10862, 75, 'Sholazar Basin Ore Spawnpoint 63 Saronite'),
|
|
(161463, 10863, 75, 'Sholazar Basin Ore Spawnpoint 64 Saronite'),
|
|
(161464, 10864, 75, 'Sholazar Basin Ore Spawnpoint 65 Saronite'),
|
|
(161465, 10865, 75, 'Sholazar Basin Ore Spawnpoint 66 Saronite'),
|
|
(161466, 10866, 75, 'Sholazar Basin Ore Spawnpoint 67 Saronite'),
|
|
(161467, 10867, 75, 'Sholazar Basin Ore Spawnpoint 68 Saronite'),
|
|
(161468, 10868, 75, 'Sholazar Basin Ore Spawnpoint 69 Saronite'),
|
|
(161469, 10869, 75, 'Sholazar Basin Ore Spawnpoint 70 Saronite'),
|
|
(161470, 10870, 75, 'Sholazar Basin Ore Spawnpoint 71 Saronite'),
|
|
(161471, 10871, 75, 'Sholazar Basin Ore Spawnpoint 72 Saronite'),
|
|
(161472, 10872, 75, 'Sholazar Basin Ore Spawnpoint 73 Saronite'),
|
|
(161473, 10873, 75, 'Sholazar Basin Ore Spawnpoint 74 Saronite'),
|
|
(161474, 10874, 75, 'Sholazar Basin Ore Spawnpoint 75 Saronite'),
|
|
(161475, 10875, 75, 'Sholazar Basin Ore Spawnpoint 76 Saronite'),
|
|
(161476, 10876, 75, 'Sholazar Basin Ore Spawnpoint 77 Saronite'),
|
|
(161477, 10877, 75, 'Sholazar Basin Ore Spawnpoint 78 Saronite'),
|
|
(161478, 10878, 75, 'Sholazar Basin Ore Spawnpoint 79 Saronite'),
|
|
(161479, 10879, 75, 'Sholazar Basin Ore Spawnpoint 80 Saronite'),
|
|
(161480, 10880, 75, 'Sholazar Basin Ore Spawnpoint 81 Saronite'),
|
|
(161481, 10881, 75, 'Sholazar Basin Ore Spawnpoint 82 Saronite'),
|
|
(161482, 10882, 75, 'Sholazar Basin Ore Spawnpoint 83 Saronite'),
|
|
(161483, 10883, 75, 'Sholazar Basin Ore Spawnpoint 84 Saronite'),
|
|
(161484, 10884, 75, 'Sholazar Basin Ore Spawnpoint 85 Saronite'),
|
|
(161485, 10885, 75, 'Sholazar Basin Ore Spawnpoint 86 Saronite'),
|
|
(161486, 10886, 75, 'Sholazar Basin Ore Spawnpoint 87 Saronite'),
|
|
(161487, 10887, 75, 'Sholazar Basin Ore Spawnpoint 88 Saronite'),
|
|
(161488, 10888, 75, 'Sholazar Basin Ore Spawnpoint 89 Saronite'),
|
|
(161489, 10889, 75, 'Sholazar Basin Ore Spawnpoint 90 Saronite'),
|
|
(161490, 10890, 75, 'Sholazar Basin Ore Spawnpoint 91 Saronite'),
|
|
(161491, 10891, 75, 'Sholazar Basin Ore Spawnpoint 92 Saronite'),
|
|
(161492, 10892, 75, 'Sholazar Basin Ore Spawnpoint 93 Saronite'),
|
|
(161493, 10893, 75, 'Sholazar Basin Ore Spawnpoint 94 Saronite'),
|
|
(161494, 10894, 75, 'Sholazar Basin Ore Spawnpoint 95 Saronite'),
|
|
(161495, 10895, 75, 'Sholazar Basin Ore Spawnpoint 96 Saronite'),
|
|
(161496, 10896, 75, 'Sholazar Basin Ore Spawnpoint 97 Saronite'),
|
|
(161497, 10897, 75, 'Sholazar Basin Ore Spawnpoint 98 Saronite'),
|
|
(161498, 10898, 75, 'Sholazar Basin Ore Spawnpoint 99 Saronite'),
|
|
(161499, 10899, 75, 'Sholazar Basin Ore Spawnpoint 100 Saronite'),
|
|
(161500, 10900, 75, 'Sholazar Basin Ore Spawnpoint 101 Saronite'),
|
|
(161501, 10901, 75, 'Sholazar Basin Ore Spawnpoint 102 Saronite'),
|
|
(161502, 10902, 75, 'Sholazar Basin Ore Spawnpoint 103 Saronite'),
|
|
(161503, 10903, 75, 'Sholazar Basin Ore Spawnpoint 104 Saronite'),
|
|
(161504, 10904, 75, 'Sholazar Basin Ore Spawnpoint 105 Saronite'),
|
|
(161505, 10905, 75, 'Sholazar Basin Ore Spawnpoint 106 Saronite'),
|
|
(161506, 10906, 75, 'Sholazar Basin Ore Spawnpoint 107 Saronite'),
|
|
(161507, 10907, 75, 'Sholazar Basin Ore Spawnpoint 108 Saronite'),
|
|
(161508, 10908, 75, 'Sholazar Basin Ore Spawnpoint 109 Saronite'),
|
|
(161509, 10909, 75, 'Sholazar Basin Ore Spawnpoint 110 Saronite'),
|
|
(161510, 10910, 75, 'Sholazar Basin Ore Spawnpoint 111 Saronite'),
|
|
(161511, 10911, 75, 'Sholazar Basin Ore Spawnpoint 112 Saronite'),
|
|
(161750, 10800, 15, 'Sholazar Basin Ore Spawnpoint 1 Rich Saronite'),
|
|
(161751, 10801, 15, 'Sholazar Basin Ore Spawnpoint 2 Rich Saronite'),
|
|
(161752, 10802, 15, 'Sholazar Basin Ore Spawnpoint 3 Rich Saronite'),
|
|
(161753, 10803, 15, 'Sholazar Basin Ore Spawnpoint 4 Rich Saronite'),
|
|
(161754, 10804, 15, 'Sholazar Basin Ore Spawnpoint 5 Rich Saronite'),
|
|
(161755, 10805, 15, 'Sholazar Basin Ore Spawnpoint 6 Rich Saronite'),
|
|
(161756, 10806, 15, 'Sholazar Basin Ore Spawnpoint 7 Rich Saronite'),
|
|
(161757, 10807, 15, 'Sholazar Basin Ore Spawnpoint 8 Rich Saronite'),
|
|
(161758, 10808, 15, 'Sholazar Basin Ore Spawnpoint 9 Rich Saronite'),
|
|
(161759, 10809, 15, 'Sholazar Basin Ore Spawnpoint 10 Rich Saronite'),
|
|
(161760, 10810, 15, 'Sholazar Basin Ore Spawnpoint 11 Rich Saronite'),
|
|
(161761, 10811, 15, 'Sholazar Basin Ore Spawnpoint 12 Rich Saronite'),
|
|
(161762, 10812, 15, 'Sholazar Basin Ore Spawnpoint 13 Rich Saronite'),
|
|
(161763, 10813, 15, 'Sholazar Basin Ore Spawnpoint 14 Rich Saronite'),
|
|
(161764, 10814, 15, 'Sholazar Basin Ore Spawnpoint 15 Rich Saronite'),
|
|
(161765, 10815, 15, 'Sholazar Basin Ore Spawnpoint 16 Rich Saronite'),
|
|
(161766, 10816, 15, 'Sholazar Basin Ore Spawnpoint 17 Rich Saronite'),
|
|
(161767, 10817, 15, 'Sholazar Basin Ore Spawnpoint 18 Rich Saronite'),
|
|
(161768, 10818, 15, 'Sholazar Basin Ore Spawnpoint 19 Rich Saronite'),
|
|
(161769, 10819, 15, 'Sholazar Basin Ore Spawnpoint 20 Rich Saronite'),
|
|
(161770, 10820, 15, 'Sholazar Basin Ore Spawnpoint 21 Rich Saronite'),
|
|
(161771, 10821, 15, 'Sholazar Basin Ore Spawnpoint 22 Rich Saronite'),
|
|
(161772, 10822, 15, 'Sholazar Basin Ore Spawnpoint 23 Rich Saronite'),
|
|
(161773, 10823, 15, 'Sholazar Basin Ore Spawnpoint 24 Rich Saronite'),
|
|
(161774, 10824, 15, 'Sholazar Basin Ore Spawnpoint 25 Rich Saronite'),
|
|
(161775, 10825, 15, 'Sholazar Basin Ore Spawnpoint 26 Rich Saronite'),
|
|
(161776, 10826, 15, 'Sholazar Basin Ore Spawnpoint 27 Rich Saronite'),
|
|
(161777, 10827, 15, 'Sholazar Basin Ore Spawnpoint 28 Rich Saronite'),
|
|
(161778, 10828, 15, 'Sholazar Basin Ore Spawnpoint 29 Rich Saronite'),
|
|
(161779, 10829, 15, 'Sholazar Basin Ore Spawnpoint 30 Rich Saronite'),
|
|
(161780, 10830, 15, 'Sholazar Basin Ore Spawnpoint 31 Rich Saronite'),
|
|
(161781, 10831, 15, 'Sholazar Basin Ore Spawnpoint 32 Rich Saronite'),
|
|
(161782, 10832, 15, 'Sholazar Basin Ore Spawnpoint 33 Rich Saronite'),
|
|
(161783, 10833, 15, 'Sholazar Basin Ore Spawnpoint 34 Rich Saronite'),
|
|
(161784, 10834, 15, 'Sholazar Basin Ore Spawnpoint 35 Rich Saronite'),
|
|
(161785, 10835, 15, 'Sholazar Basin Ore Spawnpoint 36 Rich Saronite'),
|
|
(161786, 10836, 15, 'Sholazar Basin Ore Spawnpoint 37 Rich Saronite'),
|
|
(161787, 10837, 15, 'Sholazar Basin Ore Spawnpoint 38 Rich Saronite'),
|
|
(161788, 10838, 15, 'Sholazar Basin Ore Spawnpoint 39 Rich Saronite'),
|
|
(161789, 10839, 15, 'Sholazar Basin Ore Spawnpoint 40 Rich Saronite'),
|
|
(161790, 10840, 15, 'Sholazar Basin Ore Spawnpoint 41 Rich Saronite'),
|
|
(161791, 10841, 15, 'Sholazar Basin Ore Spawnpoint 42 Rich Saronite'),
|
|
(161792, 10842, 15, 'Sholazar Basin Ore Spawnpoint 43 Rich Saronite'),
|
|
(161793, 10843, 15, 'Sholazar Basin Ore Spawnpoint 44 Rich Saronite'),
|
|
(161794, 10844, 15, 'Sholazar Basin Ore Spawnpoint 45 Rich Saronite'),
|
|
(161795, 10845, 15, 'Sholazar Basin Ore Spawnpoint 46 Rich Saronite'),
|
|
(161796, 10846, 15, 'Sholazar Basin Ore Spawnpoint 47 Rich Saronite'),
|
|
(161797, 10847, 15, 'Sholazar Basin Ore Spawnpoint 48 Rich Saronite'),
|
|
(161798, 10848, 15, 'Sholazar Basin Ore Spawnpoint 49 Rich Saronite'),
|
|
(161799, 10849, 15, 'Sholazar Basin Ore Spawnpoint 50 Rich Saronite'),
|
|
(161800, 10850, 15, 'Sholazar Basin Ore Spawnpoint 51 Rich Saronite'),
|
|
(161801, 10851, 15, 'Sholazar Basin Ore Spawnpoint 52 Rich Saronite'),
|
|
(161802, 10852, 15, 'Sholazar Basin Ore Spawnpoint 53 Rich Saronite'),
|
|
(161803, 10853, 15, 'Sholazar Basin Ore Spawnpoint 54 Rich Saronite'),
|
|
(161804, 10854, 15, 'Sholazar Basin Ore Spawnpoint 55 Rich Saronite'),
|
|
(161805, 10855, 15, 'Sholazar Basin Ore Spawnpoint 56 Rich Saronite'),
|
|
(161806, 10856, 15, 'Sholazar Basin Ore Spawnpoint 57 Rich Saronite'),
|
|
(161807, 10857, 15, 'Sholazar Basin Ore Spawnpoint 58 Rich Saronite'),
|
|
(161808, 10858, 15, 'Sholazar Basin Ore Spawnpoint 59 Rich Saronite'),
|
|
(161809, 10859, 15, 'Sholazar Basin Ore Spawnpoint 60 Rich Saronite'),
|
|
(161810, 10860, 15, 'Sholazar Basin Ore Spawnpoint 61 Rich Saronite'),
|
|
(161811, 10861, 15, 'Sholazar Basin Ore Spawnpoint 62 Rich Saronite'),
|
|
(161812, 10862, 15, 'Sholazar Basin Ore Spawnpoint 63 Rich Saronite'),
|
|
(161813, 10863, 15, 'Sholazar Basin Ore Spawnpoint 64 Rich Saronite'),
|
|
(161814, 10864, 15, 'Sholazar Basin Ore Spawnpoint 65 Rich Saronite'),
|
|
(161815, 10865, 15, 'Sholazar Basin Ore Spawnpoint 66 Rich Saronite'),
|
|
(161816, 10866, 15, 'Sholazar Basin Ore Spawnpoint 67 Rich Saronite'),
|
|
(161817, 10867, 15, 'Sholazar Basin Ore Spawnpoint 68 Rich Saronite'),
|
|
(161818, 10868, 15, 'Sholazar Basin Ore Spawnpoint 69 Rich Saronite'),
|
|
(161819, 10869, 15, 'Sholazar Basin Ore Spawnpoint 70 Rich Saronite'),
|
|
(161820, 10870, 15, 'Sholazar Basin Ore Spawnpoint 71 Rich Saronite'),
|
|
(161821, 10871, 15, 'Sholazar Basin Ore Spawnpoint 72 Rich Saronite'),
|
|
(161822, 10872, 15, 'Sholazar Basin Ore Spawnpoint 73 Rich Saronite'),
|
|
(161823, 10873, 15, 'Sholazar Basin Ore Spawnpoint 74 Rich Saronite'),
|
|
(161824, 10874, 15, 'Sholazar Basin Ore Spawnpoint 75 Rich Saronite'),
|
|
(161825, 10875, 15, 'Sholazar Basin Ore Spawnpoint 76 Rich Saronite'),
|
|
(161826, 10876, 15, 'Sholazar Basin Ore Spawnpoint 77 Rich Saronite'),
|
|
(161827, 10877, 15, 'Sholazar Basin Ore Spawnpoint 78 Rich Saronite'),
|
|
(161828, 10878, 15, 'Sholazar Basin Ore Spawnpoint 79 Rich Saronite'),
|
|
(161829, 10879, 15, 'Sholazar Basin Ore Spawnpoint 80 Rich Saronite'),
|
|
(161830, 10880, 15, 'Sholazar Basin Ore Spawnpoint 81 Rich Saronite'),
|
|
(161831, 10881, 15, 'Sholazar Basin Ore Spawnpoint 82 Rich Saronite'),
|
|
(161832, 10882, 15, 'Sholazar Basin Ore Spawnpoint 83 Rich Saronite'),
|
|
(161833, 10883, 15, 'Sholazar Basin Ore Spawnpoint 84 Rich Saronite'),
|
|
(161834, 10884, 15, 'Sholazar Basin Ore Spawnpoint 85 Rich Saronite'),
|
|
(161835, 10885, 15, 'Sholazar Basin Ore Spawnpoint 86 Rich Saronite'),
|
|
(161836, 10886, 15, 'Sholazar Basin Ore Spawnpoint 87 Rich Saronite'),
|
|
(161837, 10887, 15, 'Sholazar Basin Ore Spawnpoint 88 Rich Saronite'),
|
|
(161838, 10888, 15, 'Sholazar Basin Ore Spawnpoint 89 Rich Saronite'),
|
|
(161839, 10889, 15, 'Sholazar Basin Ore Spawnpoint 90 Rich Saronite'),
|
|
(161840, 10890, 15, 'Sholazar Basin Ore Spawnpoint 91 Rich Saronite'),
|
|
(161841, 10891, 15, 'Sholazar Basin Ore Spawnpoint 92 Rich Saronite'),
|
|
(161842, 10892, 15, 'Sholazar Basin Ore Spawnpoint 93 Rich Saronite'),
|
|
(161843, 10893, 15, 'Sholazar Basin Ore Spawnpoint 94 Rich Saronite'),
|
|
(161844, 10894, 15, 'Sholazar Basin Ore Spawnpoint 95 Rich Saronite'),
|
|
(161845, 10895, 15, 'Sholazar Basin Ore Spawnpoint 96 Rich Saronite'),
|
|
(161846, 10896, 15, 'Sholazar Basin Ore Spawnpoint 97 Rich Saronite'),
|
|
(161847, 10897, 15, 'Sholazar Basin Ore Spawnpoint 98 Rich Saronite'),
|
|
(161848, 10898, 15, 'Sholazar Basin Ore Spawnpoint 99 Rich Saronite'),
|
|
(161849, 10899, 15, 'Sholazar Basin Ore Spawnpoint 100 Rich Saronite'),
|
|
(161850, 10900, 15, 'Sholazar Basin Ore Spawnpoint 101 Rich Saronite'),
|
|
(161851, 10901, 15, 'Sholazar Basin Ore Spawnpoint 102 Rich Saronite'),
|
|
(161852, 10902, 15, 'Sholazar Basin Ore Spawnpoint 103 Rich Saronite'),
|
|
(161853, 10903, 15, 'Sholazar Basin Ore Spawnpoint 104 Rich Saronite'),
|
|
(161854, 10904, 15, 'Sholazar Basin Ore Spawnpoint 105 Rich Saronite'),
|
|
(161855, 10905, 15, 'Sholazar Basin Ore Spawnpoint 106 Rich Saronite'),
|
|
(161856, 10906, 15, 'Sholazar Basin Ore Spawnpoint 107 Rich Saronite'),
|
|
(161857, 10907, 15, 'Sholazar Basin Ore Spawnpoint 108 Rich Saronite'),
|
|
(161858, 10908, 15, 'Sholazar Basin Ore Spawnpoint 109 Rich Saronite'),
|
|
(161859, 10909, 15, 'Sholazar Basin Ore Spawnpoint 110 Rich Saronite'),
|
|
(161860, 10910, 15, 'Sholazar Basin Ore Spawnpoint 111 Rich Saronite'),
|
|
(161861, 10911, 15, 'Sholazar Basin Ore Spawnpoint 112 Rich Saronite'),
|
|
(162100, 10800, 10, 'Sholazar Basin Ore Spawnpoint 1 Titanium'),
|
|
(162101, 10801, 10, 'Sholazar Basin Ore Spawnpoint 2 Titanium'),
|
|
(162102, 10802, 10, 'Sholazar Basin Ore Spawnpoint 3 Titanium'),
|
|
(162103, 10803, 10, 'Sholazar Basin Ore Spawnpoint 4 Titanium'),
|
|
(162104, 10804, 10, 'Sholazar Basin Ore Spawnpoint 5 Titanium'),
|
|
(162105, 10805, 10, 'Sholazar Basin Ore Spawnpoint 6 Titanium'),
|
|
(162106, 10806, 10, 'Sholazar Basin Ore Spawnpoint 7 Titanium'),
|
|
(162107, 10807, 10, 'Sholazar Basin Ore Spawnpoint 8 Titanium'),
|
|
(162108, 10808, 10, 'Sholazar Basin Ore Spawnpoint 9 Titanium'),
|
|
(162109, 10809, 10, 'Sholazar Basin Ore Spawnpoint 10 Titanium'),
|
|
(162110, 10810, 10, 'Sholazar Basin Ore Spawnpoint 11 Titanium'),
|
|
(162111, 10811, 10, 'Sholazar Basin Ore Spawnpoint 12 Titanium'),
|
|
(162112, 10812, 10, 'Sholazar Basin Ore Spawnpoint 13 Titanium'),
|
|
(162113, 10813, 10, 'Sholazar Basin Ore Spawnpoint 14 Titanium'),
|
|
(162114, 10814, 10, 'Sholazar Basin Ore Spawnpoint 15 Titanium'),
|
|
(162115, 10815, 10, 'Sholazar Basin Ore Spawnpoint 16 Titanium'),
|
|
(162116, 10816, 10, 'Sholazar Basin Ore Spawnpoint 17 Titanium'),
|
|
(162117, 10817, 10, 'Sholazar Basin Ore Spawnpoint 18 Titanium'),
|
|
(162118, 10818, 10, 'Sholazar Basin Ore Spawnpoint 19 Titanium'),
|
|
(162119, 10819, 10, 'Sholazar Basin Ore Spawnpoint 20 Titanium'),
|
|
(162120, 10820, 10, 'Sholazar Basin Ore Spawnpoint 21 Titanium'),
|
|
(162121, 10821, 10, 'Sholazar Basin Ore Spawnpoint 22 Titanium'),
|
|
(162122, 10822, 10, 'Sholazar Basin Ore Spawnpoint 23 Titanium'),
|
|
(162123, 10823, 10, 'Sholazar Basin Ore Spawnpoint 24 Titanium'),
|
|
(162124, 10824, 10, 'Sholazar Basin Ore Spawnpoint 25 Titanium'),
|
|
(162125, 10825, 10, 'Sholazar Basin Ore Spawnpoint 26 Titanium'),
|
|
(162126, 10826, 10, 'Sholazar Basin Ore Spawnpoint 27 Titanium'),
|
|
(162127, 10827, 10, 'Sholazar Basin Ore Spawnpoint 28 Titanium'),
|
|
(162128, 10828, 10, 'Sholazar Basin Ore Spawnpoint 29 Titanium'),
|
|
(162129, 10829, 10, 'Sholazar Basin Ore Spawnpoint 30 Titanium'),
|
|
(162130, 10830, 10, 'Sholazar Basin Ore Spawnpoint 31 Titanium'),
|
|
(162131, 10831, 10, 'Sholazar Basin Ore Spawnpoint 32 Titanium'),
|
|
(162132, 10832, 10, 'Sholazar Basin Ore Spawnpoint 33 Titanium'),
|
|
(162133, 10833, 10, 'Sholazar Basin Ore Spawnpoint 34 Titanium'),
|
|
(162134, 10834, 10, 'Sholazar Basin Ore Spawnpoint 35 Titanium'),
|
|
(162135, 10835, 10, 'Sholazar Basin Ore Spawnpoint 36 Titanium'),
|
|
(162136, 10836, 10, 'Sholazar Basin Ore Spawnpoint 37 Titanium'),
|
|
(162137, 10837, 10, 'Sholazar Basin Ore Spawnpoint 38 Titanium'),
|
|
(162138, 10838, 10, 'Sholazar Basin Ore Spawnpoint 39 Titanium'),
|
|
(162139, 10839, 10, 'Sholazar Basin Ore Spawnpoint 40 Titanium'),
|
|
(162140, 10840, 10, 'Sholazar Basin Ore Spawnpoint 41 Titanium'),
|
|
(162141, 10841, 10, 'Sholazar Basin Ore Spawnpoint 42 Titanium'),
|
|
(162142, 10842, 10, 'Sholazar Basin Ore Spawnpoint 43 Titanium'),
|
|
(162143, 10843, 10, 'Sholazar Basin Ore Spawnpoint 44 Titanium'),
|
|
(162144, 10844, 10, 'Sholazar Basin Ore Spawnpoint 45 Titanium'),
|
|
(162145, 10845, 10, 'Sholazar Basin Ore Spawnpoint 46 Titanium'),
|
|
(162146, 10846, 10, 'Sholazar Basin Ore Spawnpoint 47 Titanium'),
|
|
(162147, 10847, 10, 'Sholazar Basin Ore Spawnpoint 48 Titanium'),
|
|
(162148, 10848, 10, 'Sholazar Basin Ore Spawnpoint 49 Titanium'),
|
|
(162149, 10849, 10, 'Sholazar Basin Ore Spawnpoint 50 Titanium'),
|
|
(162150, 10850, 10, 'Sholazar Basin Ore Spawnpoint 51 Titanium'),
|
|
(162151, 10851, 10, 'Sholazar Basin Ore Spawnpoint 52 Titanium'),
|
|
(162152, 10852, 10, 'Sholazar Basin Ore Spawnpoint 53 Titanium'),
|
|
(162153, 10853, 10, 'Sholazar Basin Ore Spawnpoint 54 Titanium'),
|
|
(162154, 10854, 10, 'Sholazar Basin Ore Spawnpoint 55 Titanium'),
|
|
(162155, 10855, 10, 'Sholazar Basin Ore Spawnpoint 56 Titanium'),
|
|
(162156, 10856, 10, 'Sholazar Basin Ore Spawnpoint 57 Titanium'),
|
|
(162157, 10857, 10, 'Sholazar Basin Ore Spawnpoint 58 Titanium'),
|
|
(162158, 10858, 10, 'Sholazar Basin Ore Spawnpoint 59 Titanium'),
|
|
(162159, 10859, 10, 'Sholazar Basin Ore Spawnpoint 60 Titanium'),
|
|
(162160, 10860, 10, 'Sholazar Basin Ore Spawnpoint 61 Titanium'),
|
|
(162161, 10861, 10, 'Sholazar Basin Ore Spawnpoint 62 Titanium'),
|
|
(162162, 10862, 10, 'Sholazar Basin Ore Spawnpoint 63 Titanium'),
|
|
(162163, 10863, 10, 'Sholazar Basin Ore Spawnpoint 64 Titanium'),
|
|
(162164, 10864, 10, 'Sholazar Basin Ore Spawnpoint 65 Titanium'),
|
|
(162165, 10865, 10, 'Sholazar Basin Ore Spawnpoint 66 Titanium'),
|
|
(162166, 10866, 10, 'Sholazar Basin Ore Spawnpoint 67 Titanium'),
|
|
(162167, 10867, 10, 'Sholazar Basin Ore Spawnpoint 68 Titanium'),
|
|
(162168, 10868, 10, 'Sholazar Basin Ore Spawnpoint 69 Titanium'),
|
|
(162169, 10869, 10, 'Sholazar Basin Ore Spawnpoint 70 Titanium'),
|
|
(162170, 10870, 10, 'Sholazar Basin Ore Spawnpoint 71 Titanium'),
|
|
(162171, 10871, 10, 'Sholazar Basin Ore Spawnpoint 72 Titanium'),
|
|
(162172, 10872, 10, 'Sholazar Basin Ore Spawnpoint 73 Titanium'),
|
|
(162173, 10873, 10, 'Sholazar Basin Ore Spawnpoint 74 Titanium'),
|
|
(162174, 10874, 10, 'Sholazar Basin Ore Spawnpoint 75 Titanium'),
|
|
(162175, 10875, 10, 'Sholazar Basin Ore Spawnpoint 76 Titanium'),
|
|
(162176, 10876, 10, 'Sholazar Basin Ore Spawnpoint 77 Titanium'),
|
|
(162177, 10877, 10, 'Sholazar Basin Ore Spawnpoint 78 Titanium'),
|
|
(162178, 10878, 10, 'Sholazar Basin Ore Spawnpoint 79 Titanium'),
|
|
(162179, 10879, 10, 'Sholazar Basin Ore Spawnpoint 80 Titanium'),
|
|
(162180, 10880, 10, 'Sholazar Basin Ore Spawnpoint 81 Titanium'),
|
|
(162181, 10881, 10, 'Sholazar Basin Ore Spawnpoint 82 Titanium'),
|
|
(162182, 10882, 10, 'Sholazar Basin Ore Spawnpoint 83 Titanium'),
|
|
(162183, 10883, 10, 'Sholazar Basin Ore Spawnpoint 84 Titanium'),
|
|
(162184, 10884, 10, 'Sholazar Basin Ore Spawnpoint 85 Titanium'),
|
|
(162185, 10885, 10, 'Sholazar Basin Ore Spawnpoint 86 Titanium'),
|
|
(162186, 10886, 10, 'Sholazar Basin Ore Spawnpoint 87 Titanium'),
|
|
(162187, 10887, 10, 'Sholazar Basin Ore Spawnpoint 88 Titanium'),
|
|
(162188, 10888, 10, 'Sholazar Basin Ore Spawnpoint 89 Titanium'),
|
|
(162189, 10889, 10, 'Sholazar Basin Ore Spawnpoint 90 Titanium'),
|
|
(162190, 10890, 10, 'Sholazar Basin Ore Spawnpoint 91 Titanium'),
|
|
(162191, 10891, 10, 'Sholazar Basin Ore Spawnpoint 92 Titanium'),
|
|
(162192, 10892, 10, 'Sholazar Basin Ore Spawnpoint 93 Titanium'),
|
|
(162193, 10893, 10, 'Sholazar Basin Ore Spawnpoint 94 Titanium'),
|
|
(162194, 10894, 10, 'Sholazar Basin Ore Spawnpoint 95 Titanium'),
|
|
(162195, 10895, 10, 'Sholazar Basin Ore Spawnpoint 96 Titanium'),
|
|
(162196, 10896, 10, 'Sholazar Basin Ore Spawnpoint 97 Titanium'),
|
|
(162197, 10897, 10, 'Sholazar Basin Ore Spawnpoint 98 Titanium'),
|
|
(162198, 10898, 10, 'Sholazar Basin Ore Spawnpoint 99 Titanium'),
|
|
(162199, 10899, 10, 'Sholazar Basin Ore Spawnpoint 100 Titanium'),
|
|
(162200, 10900, 10, 'Sholazar Basin Ore Spawnpoint 101 Titanium'),
|
|
(162201, 10901, 10, 'Sholazar Basin Ore Spawnpoint 102 Titanium'),
|
|
(162202, 10902, 10, 'Sholazar Basin Ore Spawnpoint 103 Titanium'),
|
|
(162203, 10903, 10, 'Sholazar Basin Ore Spawnpoint 104 Titanium'),
|
|
(162204, 10904, 10, 'Sholazar Basin Ore Spawnpoint 105 Titanium'),
|
|
(162205, 10905, 10, 'Sholazar Basin Ore Spawnpoint 106 Titanium'),
|
|
(162206, 10906, 10, 'Sholazar Basin Ore Spawnpoint 107 Titanium'),
|
|
(162207, 10907, 10, 'Sholazar Basin Ore Spawnpoint 108 Titanium'),
|
|
(162208, 10908, 10, 'Sholazar Basin Ore Spawnpoint 109 Titanium'),
|
|
(162209, 10909, 10, 'Sholazar Basin Ore Spawnpoint 110 Titanium'),
|
|
(162210, 10910, 10, 'Sholazar Basin Ore Spawnpoint 111 Titanium'),
|
|
(162211, 10911, 10, 'Sholazar Basin Ore Spawnpoint 112 Titanium'),
|
|
(162450, 11150, 75, 'Storm Peaks Ore Spawnpoint 1 Saronite'),
|
|
(162451, 11151, 75, 'Storm Peaks Ore Spawnpoint 2 Saronite'),
|
|
(162452, 11152, 75, 'Storm Peaks Ore Spawnpoint 3 Saronite'),
|
|
(162453, 11153, 75, 'Storm Peaks Ore Spawnpoint 4 Saronite'),
|
|
(162454, 11154, 75, 'Storm Peaks Ore Spawnpoint 5 Saronite'),
|
|
(162455, 11155, 75, 'Storm Peaks Ore Spawnpoint 6 Saronite'),
|
|
(162456, 11156, 75, 'Storm Peaks Ore Spawnpoint 7 Saronite'),
|
|
(162457, 11157, 75, 'Storm Peaks Ore Spawnpoint 8 Saronite'),
|
|
(162458, 11158, 75, 'Storm Peaks Ore Spawnpoint 9 Saronite'),
|
|
(162459, 11159, 75, 'Storm Peaks Ore Spawnpoint 10 Saronite'),
|
|
(162460, 11160, 75, 'Storm Peaks Ore Spawnpoint 11 Saronite'),
|
|
(162461, 11161, 75, 'Storm Peaks Ore Spawnpoint 12 Saronite'),
|
|
(162462, 11162, 75, 'Storm Peaks Ore Spawnpoint 13 Saronite'),
|
|
(162463, 11163, 75, 'Storm Peaks Ore Spawnpoint 14 Saronite'),
|
|
(162464, 11164, 75, 'Storm Peaks Ore Spawnpoint 15 Saronite'),
|
|
(162465, 11165, 75, 'Storm Peaks Ore Spawnpoint 16 Saronite'),
|
|
(162466, 11166, 75, 'Storm Peaks Ore Spawnpoint 17 Saronite'),
|
|
(162467, 11167, 75, 'Storm Peaks Ore Spawnpoint 18 Saronite'),
|
|
(162468, 11168, 75, 'Storm Peaks Ore Spawnpoint 19 Saronite'),
|
|
(162469, 11169, 75, 'Storm Peaks Ore Spawnpoint 20 Saronite'),
|
|
(162470, 11170, 75, 'Storm Peaks Ore Spawnpoint 21 Saronite'),
|
|
(162471, 11171, 75, 'Storm Peaks Ore Spawnpoint 22 Saronite'),
|
|
(162472, 11172, 75, 'Storm Peaks Ore Spawnpoint 23 Saronite'),
|
|
(162473, 11173, 75, 'Storm Peaks Ore Spawnpoint 24 Saronite'),
|
|
(162474, 11174, 75, 'Storm Peaks Ore Spawnpoint 25 Saronite'),
|
|
(162475, 11175, 75, 'Storm Peaks Ore Spawnpoint 26 Saronite'),
|
|
(162476, 11176, 75, 'Storm Peaks Ore Spawnpoint 27 Saronite'),
|
|
(162477, 11177, 75, 'Storm Peaks Ore Spawnpoint 28 Saronite'),
|
|
(162478, 11178, 75, 'Storm Peaks Ore Spawnpoint 29 Saronite'),
|
|
(162479, 11179, 75, 'Storm Peaks Ore Spawnpoint 30 Saronite'),
|
|
(162480, 11180, 75, 'Storm Peaks Ore Spawnpoint 31 Saronite'),
|
|
(162481, 11181, 75, 'Storm Peaks Ore Spawnpoint 32 Saronite'),
|
|
(162482, 11182, 75, 'Storm Peaks Ore Spawnpoint 33 Saronite'),
|
|
(162483, 11183, 75, 'Storm Peaks Ore Spawnpoint 34 Saronite'),
|
|
(162484, 11184, 75, 'Storm Peaks Ore Spawnpoint 35 Saronite'),
|
|
(162485, 11185, 75, 'Storm Peaks Ore Spawnpoint 36 Saronite'),
|
|
(162486, 11186, 75, 'Storm Peaks Ore Spawnpoint 37 Saronite'),
|
|
(162487, 11187, 75, 'Storm Peaks Ore Spawnpoint 38 Saronite'),
|
|
(162488, 11188, 75, 'Storm Peaks Ore Spawnpoint 39 Saronite'),
|
|
(162489, 11189, 75, 'Storm Peaks Ore Spawnpoint 40 Saronite'),
|
|
(162490, 11190, 75, 'Storm Peaks Ore Spawnpoint 41 Saronite'),
|
|
(162491, 11191, 75, 'Storm Peaks Ore Spawnpoint 42 Saronite'),
|
|
(162492, 11192, 75, 'Storm Peaks Ore Spawnpoint 43 Saronite'),
|
|
(162493, 11193, 75, 'Storm Peaks Ore Spawnpoint 44 Saronite'),
|
|
(162494, 11194, 75, 'Storm Peaks Ore Spawnpoint 45 Saronite'),
|
|
(162495, 11195, 75, 'Storm Peaks Ore Spawnpoint 46 Saronite'),
|
|
(162496, 11196, 75, 'Storm Peaks Ore Spawnpoint 47 Saronite'),
|
|
(162497, 11197, 75, 'Storm Peaks Ore Spawnpoint 48 Saronite'),
|
|
(162498, 11198, 75, 'Storm Peaks Ore Spawnpoint 49 Saronite'),
|
|
(162499, 11199, 75, 'Storm Peaks Ore Spawnpoint 50 Saronite'),
|
|
(162500, 11200, 75, 'Storm Peaks Ore Spawnpoint 51 Saronite'),
|
|
(162501, 11201, 75, 'Storm Peaks Ore Spawnpoint 52 Saronite'),
|
|
(162502, 11202, 75, 'Storm Peaks Ore Spawnpoint 53 Saronite'),
|
|
(162503, 11203, 75, 'Storm Peaks Ore Spawnpoint 54 Saronite'),
|
|
(162504, 11204, 75, 'Storm Peaks Ore Spawnpoint 55 Saronite'),
|
|
(162505, 11205, 75, 'Storm Peaks Ore Spawnpoint 56 Saronite'),
|
|
(162506, 11206, 75, 'Storm Peaks Ore Spawnpoint 57 Saronite'),
|
|
(162507, 11207, 75, 'Storm Peaks Ore Spawnpoint 58 Saronite'),
|
|
(162508, 11208, 75, 'Storm Peaks Ore Spawnpoint 59 Saronite'),
|
|
(162509, 11209, 75, 'Storm Peaks Ore Spawnpoint 60 Saronite'),
|
|
(162510, 11210, 75, 'Storm Peaks Ore Spawnpoint 61 Saronite'),
|
|
(162511, 11211, 75, 'Storm Peaks Ore Spawnpoint 62 Saronite'),
|
|
(162513, 11213, 75, 'Storm Peaks Ore Spawnpoint 64 Saronite'),
|
|
(162514, 11214, 75, 'Storm Peaks Ore Spawnpoint 65 Saronite'),
|
|
(162515, 11215, 75, 'Storm Peaks Ore Spawnpoint 66 Saronite'),
|
|
(162516, 11216, 75, 'Storm Peaks Ore Spawnpoint 67 Saronite'),
|
|
(162517, 11217, 75, 'Storm Peaks Ore Spawnpoint 68 Saronite'),
|
|
(162518, 11218, 75, 'Storm Peaks Ore Spawnpoint 69 Saronite'),
|
|
(162519, 11219, 75, 'Storm Peaks Ore Spawnpoint 70 Saronite'),
|
|
(162520, 11220, 75, 'Storm Peaks Ore Spawnpoint 71 Saronite'),
|
|
(162521, 11221, 75, 'Storm Peaks Ore Spawnpoint 72 Saronite'),
|
|
(162522, 11222, 75, 'Storm Peaks Ore Spawnpoint 73 Saronite'),
|
|
(162523, 11223, 75, 'Storm Peaks Ore Spawnpoint 74 Saronite'),
|
|
(162524, 11224, 75, 'Storm Peaks Ore Spawnpoint 75 Saronite'),
|
|
(162525, 11225, 75, 'Storm Peaks Ore Spawnpoint 76 Saronite'),
|
|
(162526, 11226, 75, 'Storm Peaks Ore Spawnpoint 77 Saronite'),
|
|
(162527, 11227, 75, 'Storm Peaks Ore Spawnpoint 78 Saronite'),
|
|
(162528, 11228, 75, 'Storm Peaks Ore Spawnpoint 79 Saronite'),
|
|
(162529, 11229, 75, 'Storm Peaks Ore Spawnpoint 80 Saronite'),
|
|
(162530, 11230, 75, 'Storm Peaks Ore Spawnpoint 81 Saronite'),
|
|
(162531, 11231, 75, 'Storm Peaks Ore Spawnpoint 82 Saronite'),
|
|
(162532, 11232, 75, 'Storm Peaks Ore Spawnpoint 83 Saronite'),
|
|
(162533, 11233, 75, 'Storm Peaks Ore Spawnpoint 84 Saronite'),
|
|
(162534, 11234, 75, 'Storm Peaks Ore Spawnpoint 85 Saronite'),
|
|
(162535, 11235, 75, 'Storm Peaks Ore Spawnpoint 86 Saronite'),
|
|
(162536, 11236, 75, 'Storm Peaks Ore Spawnpoint 87 Saronite'),
|
|
(162537, 11237, 75, 'Storm Peaks Ore Spawnpoint 88 Saronite'),
|
|
(162538, 11238, 75, 'Storm Peaks Ore Spawnpoint 89 Saronite'),
|
|
(162539, 11239, 75, 'Storm Peaks Ore Spawnpoint 90 Saronite'),
|
|
(162540, 11240, 75, 'Storm Peaks Ore Spawnpoint 91 Saronite'),
|
|
(162541, 11241, 75, 'Storm Peaks Ore Spawnpoint 92 Saronite'),
|
|
(162542, 11242, 75, 'Storm Peaks Ore Spawnpoint 93 Saronite'),
|
|
(162543, 11243, 75, 'Storm Peaks Ore Spawnpoint 94 Saronite'),
|
|
(162544, 11244, 75, 'Storm Peaks Ore Spawnpoint 95 Saronite'),
|
|
(162545, 11245, 75, 'Storm Peaks Ore Spawnpoint 96 Saronite'),
|
|
(162546, 11246, 75, 'Storm Peaks Ore Spawnpoint 97 Saronite'),
|
|
(162547, 11247, 75, 'Storm Peaks Ore Spawnpoint 98 Saronite'),
|
|
(162548, 11248, 75, 'Storm Peaks Ore Spawnpoint 99 Saronite'),
|
|
(162549, 11249, 75, 'Storm Peaks Ore Spawnpoint 100 Saronite'),
|
|
(162550, 11250, 75, 'Storm Peaks Ore Spawnpoint 101 Saronite'),
|
|
(162551, 11251, 75, 'Storm Peaks Ore Spawnpoint 102 Saronite'),
|
|
(162552, 11252, 75, 'Storm Peaks Ore Spawnpoint 103 Saronite'),
|
|
(162553, 11253, 75, 'Storm Peaks Ore Spawnpoint 104 Saronite'),
|
|
(162554, 11254, 75, 'Storm Peaks Ore Spawnpoint 105 Saronite'),
|
|
(162555, 11255, 75, 'Storm Peaks Ore Spawnpoint 106 Saronite'),
|
|
(162556, 11256, 75, 'Storm Peaks Ore Spawnpoint 107 Saronite'),
|
|
(162557, 11257, 75, 'Storm Peaks Ore Spawnpoint 108 Saronite'),
|
|
(162558, 11258, 75, 'Storm Peaks Ore Spawnpoint 109 Saronite'),
|
|
(162559, 11259, 75, 'Storm Peaks Ore Spawnpoint 110 Saronite'),
|
|
(162689, 11389, 75, 'Storm Peaks Ore Spawnpoint 1 Cobalt'),
|
|
(162700, 11150, 15, 'Storm Peaks Ore Spawnpoint 1 Rich Saronite'),
|
|
(162701, 11151, 15, 'Storm Peaks Ore Spawnpoint 2 Rich Saronite'),
|
|
(162702, 11152, 15, 'Storm Peaks Ore Spawnpoint 3 Rich Saronite'),
|
|
(162703, 11153, 15, 'Storm Peaks Ore Spawnpoint 4 Rich Saronite'),
|
|
(162704, 11154, 15, 'Storm Peaks Ore Spawnpoint 5 Rich Saronite'),
|
|
(162705, 11155, 15, 'Storm Peaks Ore Spawnpoint 6 Rich Saronite'),
|
|
(162706, 11156, 15, 'Storm Peaks Ore Spawnpoint 7 Rich Saronite'),
|
|
(162707, 11157, 15, 'Storm Peaks Ore Spawnpoint 8 Rich Saronite'),
|
|
(162708, 11158, 15, 'Storm Peaks Ore Spawnpoint 9 Rich Saronite'),
|
|
(162709, 11159, 15, 'Storm Peaks Ore Spawnpoint 10 Rich Saronite'),
|
|
(162710, 11160, 15, 'Storm Peaks Ore Spawnpoint 11 Rich Saronite'),
|
|
(162711, 11161, 15, 'Storm Peaks Ore Spawnpoint 12 Rich Saronite'),
|
|
(162712, 11162, 15, 'Storm Peaks Ore Spawnpoint 13 Rich Saronite'),
|
|
(162713, 11163, 15, 'Storm Peaks Ore Spawnpoint 14 Rich Saronite'),
|
|
(162714, 11164, 15, 'Storm Peaks Ore Spawnpoint 15 Rich Saronite'),
|
|
(162715, 11165, 15, 'Storm Peaks Ore Spawnpoint 16 Rich Saronite'),
|
|
(162716, 11166, 15, 'Storm Peaks Ore Spawnpoint 17 Rich Saronite'),
|
|
(162717, 11167, 15, 'Storm Peaks Ore Spawnpoint 18 Rich Saronite'),
|
|
(162718, 11168, 15, 'Storm Peaks Ore Spawnpoint 19 Rich Saronite'),
|
|
(162719, 11169, 15, 'Storm Peaks Ore Spawnpoint 20 Rich Saronite'),
|
|
(162720, 11170, 15, 'Storm Peaks Ore Spawnpoint 21 Rich Saronite'),
|
|
(162721, 11171, 15, 'Storm Peaks Ore Spawnpoint 22 Rich Saronite'),
|
|
(162722, 11172, 15, 'Storm Peaks Ore Spawnpoint 23 Rich Saronite'),
|
|
(162723, 11173, 15, 'Storm Peaks Ore Spawnpoint 24 Rich Saronite'),
|
|
(162724, 11174, 15, 'Storm Peaks Ore Spawnpoint 25 Rich Saronite'),
|
|
(162725, 11175, 15, 'Storm Peaks Ore Spawnpoint 26 Rich Saronite'),
|
|
(162726, 11176, 15, 'Storm Peaks Ore Spawnpoint 27 Rich Saronite'),
|
|
(162727, 11177, 15, 'Storm Peaks Ore Spawnpoint 28 Rich Saronite'),
|
|
(162728, 11178, 15, 'Storm Peaks Ore Spawnpoint 29 Rich Saronite'),
|
|
(162729, 11179, 15, 'Storm Peaks Ore Spawnpoint 30 Rich Saronite'),
|
|
(162730, 11180, 15, 'Storm Peaks Ore Spawnpoint 31 Rich Saronite'),
|
|
(162731, 11181, 15, 'Storm Peaks Ore Spawnpoint 32 Rich Saronite'),
|
|
(162732, 11182, 15, 'Storm Peaks Ore Spawnpoint 33 Rich Saronite'),
|
|
(162733, 11183, 15, 'Storm Peaks Ore Spawnpoint 34 Rich Saronite'),
|
|
(162734, 11184, 15, 'Storm Peaks Ore Spawnpoint 35 Rich Saronite'),
|
|
(162735, 11185, 15, 'Storm Peaks Ore Spawnpoint 36 Rich Saronite'),
|
|
(162736, 11186, 15, 'Storm Peaks Ore Spawnpoint 37 Rich Saronite'),
|
|
(162737, 11187, 15, 'Storm Peaks Ore Spawnpoint 38 Rich Saronite'),
|
|
(162738, 11188, 15, 'Storm Peaks Ore Spawnpoint 39 Rich Saronite'),
|
|
(162739, 11189, 15, 'Storm Peaks Ore Spawnpoint 40 Rich Saronite'),
|
|
(162740, 11190, 15, 'Storm Peaks Ore Spawnpoint 41 Rich Saronite'),
|
|
(162741, 11191, 15, 'Storm Peaks Ore Spawnpoint 42 Rich Saronite'),
|
|
(162742, 11192, 15, 'Storm Peaks Ore Spawnpoint 43 Rich Saronite'),
|
|
(162743, 11193, 15, 'Storm Peaks Ore Spawnpoint 44 Rich Saronite'),
|
|
(162744, 11194, 15, 'Storm Peaks Ore Spawnpoint 45 Rich Saronite'),
|
|
(162745, 11195, 15, 'Storm Peaks Ore Spawnpoint 46 Rich Saronite'),
|
|
(162746, 11196, 15, 'Storm Peaks Ore Spawnpoint 47 Rich Saronite'),
|
|
(162747, 11197, 15, 'Storm Peaks Ore Spawnpoint 48 Rich Saronite'),
|
|
(162748, 11198, 15, 'Storm Peaks Ore Spawnpoint 49 Rich Saronite'),
|
|
(162749, 11199, 15, 'Storm Peaks Ore Spawnpoint 50 Rich Saronite'),
|
|
(162750, 11200, 15, 'Storm Peaks Ore Spawnpoint 51 Rich Saronite'),
|
|
(162751, 11201, 15, 'Storm Peaks Ore Spawnpoint 52 Rich Saronite'),
|
|
(162752, 11202, 15, 'Storm Peaks Ore Spawnpoint 53 Rich Saronite'),
|
|
(162753, 11203, 15, 'Storm Peaks Ore Spawnpoint 54 Rich Saronite'),
|
|
(162754, 11204, 15, 'Storm Peaks Ore Spawnpoint 55 Rich Saronite'),
|
|
(162755, 11205, 15, 'Storm Peaks Ore Spawnpoint 56 Rich Saronite'),
|
|
(162756, 11206, 15, 'Storm Peaks Ore Spawnpoint 57 Rich Saronite'),
|
|
(162757, 11207, 15, 'Storm Peaks Ore Spawnpoint 58 Rich Saronite'),
|
|
(162758, 11208, 15, 'Storm Peaks Ore Spawnpoint 59 Rich Saronite'),
|
|
(162759, 11209, 15, 'Storm Peaks Ore Spawnpoint 60 Rich Saronite'),
|
|
(162760, 11210, 15, 'Storm Peaks Ore Spawnpoint 61 Rich Saronite'),
|
|
(162761, 11211, 15, 'Storm Peaks Ore Spawnpoint 62 Rich Saronite'),
|
|
(162763, 11213, 15, 'Storm Peaks Ore Spawnpoint 64 Rich Saronite'),
|
|
(162764, 11214, 15, 'Storm Peaks Ore Spawnpoint 65 Rich Saronite'),
|
|
(162765, 11215, 15, 'Storm Peaks Ore Spawnpoint 66 Rich Saronite'),
|
|
(162766, 11216, 15, 'Storm Peaks Ore Spawnpoint 67 Rich Saronite'),
|
|
(162767, 11217, 15, 'Storm Peaks Ore Spawnpoint 68 Rich Saronite'),
|
|
(162768, 11218, 15, 'Storm Peaks Ore Spawnpoint 69 Rich Saronite'),
|
|
(162769, 11219, 15, 'Storm Peaks Ore Spawnpoint 70 Rich Saronite'),
|
|
(162770, 11220, 15, 'Storm Peaks Ore Spawnpoint 71 Rich Saronite'),
|
|
(162771, 11221, 15, 'Storm Peaks Ore Spawnpoint 72 Rich Saronite'),
|
|
(162772, 11222, 15, 'Storm Peaks Ore Spawnpoint 73 Rich Saronite'),
|
|
(162773, 11223, 15, 'Storm Peaks Ore Spawnpoint 74 Rich Saronite'),
|
|
(162774, 11224, 15, 'Storm Peaks Ore Spawnpoint 75 Rich Saronite'),
|
|
(162775, 11225, 15, 'Storm Peaks Ore Spawnpoint 76 Rich Saronite'),
|
|
(162776, 11226, 15, 'Storm Peaks Ore Spawnpoint 77 Rich Saronite'),
|
|
(162777, 11227, 15, 'Storm Peaks Ore Spawnpoint 78 Rich Saronite'),
|
|
(162778, 11228, 15, 'Storm Peaks Ore Spawnpoint 79 Rich Saronite'),
|
|
(162779, 11229, 15, 'Storm Peaks Ore Spawnpoint 80 Rich Saronite'),
|
|
(162780, 11230, 15, 'Storm Peaks Ore Spawnpoint 81 Rich Saronite'),
|
|
(162781, 11231, 15, 'Storm Peaks Ore Spawnpoint 82 Rich Saronite'),
|
|
(162782, 11232, 15, 'Storm Peaks Ore Spawnpoint 83 Rich Saronite'),
|
|
(162783, 11233, 15, 'Storm Peaks Ore Spawnpoint 84 Rich Saronite'),
|
|
(162784, 11234, 15, 'Storm Peaks Ore Spawnpoint 85 Rich Saronite'),
|
|
(162785, 11235, 15, 'Storm Peaks Ore Spawnpoint 86 Rich Saronite'),
|
|
(162786, 11236, 15, 'Storm Peaks Ore Spawnpoint 87 Rich Saronite'),
|
|
(162787, 11237, 15, 'Storm Peaks Ore Spawnpoint 88 Rich Saronite'),
|
|
(162788, 11238, 15, 'Storm Peaks Ore Spawnpoint 89 Rich Saronite'),
|
|
(162789, 11239, 15, 'Storm Peaks Ore Spawnpoint 90 Rich Saronite'),
|
|
(162790, 11240, 15, 'Storm Peaks Ore Spawnpoint 91 Rich Saronite'),
|
|
(162791, 11241, 15, 'Storm Peaks Ore Spawnpoint 92 Rich Saronite'),
|
|
(162792, 11242, 15, 'Storm Peaks Ore Spawnpoint 93 Rich Saronite'),
|
|
(162793, 11243, 15, 'Storm Peaks Ore Spawnpoint 94 Rich Saronite'),
|
|
(162794, 11244, 15, 'Storm Peaks Ore Spawnpoint 95 Rich Saronite'),
|
|
(162795, 11245, 15, 'Storm Peaks Ore Spawnpoint 96 Rich Saronite'),
|
|
(162796, 11246, 15, 'Storm Peaks Ore Spawnpoint 97 Rich Saronite'),
|
|
(162797, 11247, 15, 'Storm Peaks Ore Spawnpoint 98 Rich Saronite'),
|
|
(162798, 11248, 15, 'Storm Peaks Ore Spawnpoint 99 Rich Saronite'),
|
|
(162799, 11249, 15, 'Storm Peaks Ore Spawnpoint 100 Rich Saronite'),
|
|
(162800, 11250, 15, 'Storm Peaks Ore Spawnpoint 101 Rich Saronite'),
|
|
(162801, 11251, 15, 'Storm Peaks Ore Spawnpoint 102 Rich Saronite'),
|
|
(162802, 11252, 15, 'Storm Peaks Ore Spawnpoint 103 Rich Saronite'),
|
|
(162803, 11253, 15, 'Storm Peaks Ore Spawnpoint 104 Rich Saronite'),
|
|
(162804, 11254, 15, 'Storm Peaks Ore Spawnpoint 105 Rich Saronite'),
|
|
(162805, 11255, 15, 'Storm Peaks Ore Spawnpoint 106 Rich Saronite'),
|
|
(162806, 11256, 15, 'Storm Peaks Ore Spawnpoint 107 Rich Saronite'),
|
|
(162807, 11257, 15, 'Storm Peaks Ore Spawnpoint 108 Rich Saronite'),
|
|
(162808, 11258, 15, 'Storm Peaks Ore Spawnpoint 109 Rich Saronite'),
|
|
(162809, 11259, 15, 'Storm Peaks Ore Spawnpoint 110 Rich Saronite'),
|
|
(162939, 11389, 25, 'Storm Peaks Ore Spawnpoint 1 Rich Cobalt'),
|
|
(162950, 11150, 10, 'Storm Peaks Ore Spawnpoint 1 Titanium'),
|
|
(162951, 11151, 10, 'Storm Peaks Ore Spawnpoint 2 Titanium'),
|
|
(162952, 11152, 10, 'Storm Peaks Ore Spawnpoint 3 Titanium'),
|
|
(162953, 11153, 10, 'Storm Peaks Ore Spawnpoint 4 Titanium'),
|
|
(162954, 11154, 10, 'Storm Peaks Ore Spawnpoint 5 Titanium'),
|
|
(162955, 11155, 10, 'Storm Peaks Ore Spawnpoint 6 Titanium'),
|
|
(162956, 11156, 10, 'Storm Peaks Ore Spawnpoint 7 Titanium'),
|
|
(162957, 11157, 10, 'Storm Peaks Ore Spawnpoint 8 Titanium'),
|
|
(162958, 11158, 10, 'Storm Peaks Ore Spawnpoint 9 Titanium'),
|
|
(162959, 11159, 10, 'Storm Peaks Ore Spawnpoint 10 Titanium'),
|
|
(162960, 11160, 10, 'Storm Peaks Ore Spawnpoint 11 Titanium'),
|
|
(162961, 11161, 10, 'Storm Peaks Ore Spawnpoint 12 Titanium'),
|
|
(162962, 11162, 10, 'Storm Peaks Ore Spawnpoint 13 Titanium'),
|
|
(162963, 11163, 10, 'Storm Peaks Ore Spawnpoint 14 Titanium'),
|
|
(162964, 11164, 10, 'Storm Peaks Ore Spawnpoint 15 Titanium'),
|
|
(162965, 11165, 10, 'Storm Peaks Ore Spawnpoint 16 Titanium'),
|
|
(162966, 11166, 10, 'Storm Peaks Ore Spawnpoint 17 Titanium'),
|
|
(162967, 11167, 10, 'Storm Peaks Ore Spawnpoint 18 Titanium'),
|
|
(162968, 11168, 10, 'Storm Peaks Ore Spawnpoint 19 Titanium'),
|
|
(162969, 11169, 10, 'Storm Peaks Ore Spawnpoint 20 Titanium'),
|
|
(162970, 11170, 10, 'Storm Peaks Ore Spawnpoint 21 Titanium'),
|
|
(162971, 11171, 10, 'Storm Peaks Ore Spawnpoint 22 Titanium'),
|
|
(162972, 11172, 10, 'Storm Peaks Ore Spawnpoint 23 Titanium'),
|
|
(162973, 11173, 10, 'Storm Peaks Ore Spawnpoint 24 Titanium'),
|
|
(162974, 11174, 10, 'Storm Peaks Ore Spawnpoint 25 Titanium'),
|
|
(162975, 11175, 10, 'Storm Peaks Ore Spawnpoint 26 Titanium'),
|
|
(162976, 11176, 10, 'Storm Peaks Ore Spawnpoint 27 Titanium'),
|
|
(162977, 11177, 10, 'Storm Peaks Ore Spawnpoint 28 Titanium'),
|
|
(162978, 11178, 10, 'Storm Peaks Ore Spawnpoint 29 Titanium'),
|
|
(162979, 11179, 10, 'Storm Peaks Ore Spawnpoint 30 Titanium'),
|
|
(162980, 11180, 10, 'Storm Peaks Ore Spawnpoint 31 Titanium'),
|
|
(162981, 11181, 10, 'Storm Peaks Ore Spawnpoint 32 Titanium'),
|
|
(162982, 11182, 10, 'Storm Peaks Ore Spawnpoint 33 Titanium'),
|
|
(162983, 11183, 10, 'Storm Peaks Ore Spawnpoint 34 Titanium'),
|
|
(162984, 11184, 10, 'Storm Peaks Ore Spawnpoint 35 Titanium'),
|
|
(162985, 11185, 10, 'Storm Peaks Ore Spawnpoint 36 Titanium'),
|
|
(162986, 11186, 10, 'Storm Peaks Ore Spawnpoint 37 Titanium'),
|
|
(162987, 11187, 10, 'Storm Peaks Ore Spawnpoint 38 Titanium'),
|
|
(162988, 11188, 10, 'Storm Peaks Ore Spawnpoint 39 Titanium'),
|
|
(162989, 11189, 10, 'Storm Peaks Ore Spawnpoint 40 Titanium'),
|
|
(162990, 11190, 10, 'Storm Peaks Ore Spawnpoint 41 Titanium'),
|
|
(162991, 11191, 10, 'Storm Peaks Ore Spawnpoint 42 Titanium'),
|
|
(162992, 11192, 10, 'Storm Peaks Ore Spawnpoint 43 Titanium'),
|
|
(162993, 11193, 10, 'Storm Peaks Ore Spawnpoint 44 Titanium'),
|
|
(162994, 11194, 10, 'Storm Peaks Ore Spawnpoint 45 Titanium'),
|
|
(162995, 11195, 10, 'Storm Peaks Ore Spawnpoint 46 Titanium'),
|
|
(162996, 11196, 10, 'Storm Peaks Ore Spawnpoint 47 Titanium'),
|
|
(162997, 11197, 10, 'Storm Peaks Ore Spawnpoint 48 Titanium'),
|
|
(162998, 11198, 10, 'Storm Peaks Ore Spawnpoint 49 Titanium'),
|
|
(162999, 11199, 10, 'Storm Peaks Ore Spawnpoint 50 Titanium'),
|
|
(163000, 11200, 10, 'Storm Peaks Ore Spawnpoint 51 Titanium'),
|
|
(163001, 11201, 10, 'Storm Peaks Ore Spawnpoint 52 Titanium'),
|
|
(163002, 11202, 10, 'Storm Peaks Ore Spawnpoint 53 Titanium'),
|
|
(163003, 11203, 10, 'Storm Peaks Ore Spawnpoint 54 Titanium'),
|
|
(163004, 11204, 10, 'Storm Peaks Ore Spawnpoint 55 Titanium'),
|
|
(163005, 11205, 10, 'Storm Peaks Ore Spawnpoint 56 Titanium'),
|
|
(163006, 11206, 10, 'Storm Peaks Ore Spawnpoint 57 Titanium'),
|
|
(163007, 11207, 10, 'Storm Peaks Ore Spawnpoint 58 Titanium'),
|
|
(163008, 11208, 10, 'Storm Peaks Ore Spawnpoint 59 Titanium'),
|
|
(163009, 11209, 10, 'Storm Peaks Ore Spawnpoint 60 Titanium'),
|
|
(163010, 11210, 10, 'Storm Peaks Ore Spawnpoint 61 Titanium'),
|
|
(163011, 11211, 10, 'Storm Peaks Ore Spawnpoint 62 Titanium'),
|
|
(163013, 11213, 10, 'Storm Peaks Ore Spawnpoint 64 Titanium'),
|
|
(163014, 11214, 10, 'Storm Peaks Ore Spawnpoint 65 Titanium'),
|
|
(163015, 11215, 10, 'Storm Peaks Ore Spawnpoint 66 Titanium'),
|
|
(163016, 11216, 10, 'Storm Peaks Ore Spawnpoint 67 Titanium'),
|
|
(163017, 11217, 10, 'Storm Peaks Ore Spawnpoint 68 Titanium'),
|
|
(163018, 11218, 10, 'Storm Peaks Ore Spawnpoint 69 Titanium'),
|
|
(163019, 11219, 10, 'Storm Peaks Ore Spawnpoint 70 Titanium'),
|
|
(163020, 11220, 10, 'Storm Peaks Ore Spawnpoint 71 Titanium'),
|
|
(163021, 11221, 10, 'Storm Peaks Ore Spawnpoint 72 Titanium'),
|
|
(163022, 11222, 10, 'Storm Peaks Ore Spawnpoint 73 Titanium'),
|
|
(163023, 11223, 10, 'Storm Peaks Ore Spawnpoint 74 Titanium'),
|
|
(163024, 11224, 10, 'Storm Peaks Ore Spawnpoint 75 Titanium'),
|
|
(163025, 11225, 10, 'Storm Peaks Ore Spawnpoint 76 Titanium'),
|
|
(163026, 11226, 10, 'Storm Peaks Ore Spawnpoint 77 Titanium'),
|
|
(163027, 11227, 10, 'Storm Peaks Ore Spawnpoint 78 Titanium'),
|
|
(163028, 11228, 10, 'Storm Peaks Ore Spawnpoint 79 Titanium'),
|
|
(163029, 11229, 10, 'Storm Peaks Ore Spawnpoint 80 Titanium'),
|
|
(163030, 11230, 10, 'Storm Peaks Ore Spawnpoint 81 Titanium'),
|
|
(163031, 11231, 10, 'Storm Peaks Ore Spawnpoint 82 Titanium'),
|
|
(163032, 11232, 10, 'Storm Peaks Ore Spawnpoint 83 Titanium'),
|
|
(163033, 11233, 10, 'Storm Peaks Ore Spawnpoint 84 Titanium'),
|
|
(163034, 11234, 10, 'Storm Peaks Ore Spawnpoint 85 Titanium'),
|
|
(163035, 11235, 10, 'Storm Peaks Ore Spawnpoint 86 Titanium'),
|
|
(163036, 11236, 10, 'Storm Peaks Ore Spawnpoint 87 Titanium'),
|
|
(163037, 11237, 10, 'Storm Peaks Ore Spawnpoint 88 Titanium'),
|
|
(163038, 11238, 10, 'Storm Peaks Ore Spawnpoint 89 Titanium'),
|
|
(163039, 11239, 10, 'Storm Peaks Ore Spawnpoint 90 Titanium'),
|
|
(163040, 11240, 10, 'Storm Peaks Ore Spawnpoint 91 Titanium'),
|
|
(163041, 11241, 10, 'Storm Peaks Ore Spawnpoint 92 Titanium'),
|
|
(163042, 11242, 10, 'Storm Peaks Ore Spawnpoint 93 Titanium'),
|
|
(163043, 11243, 10, 'Storm Peaks Ore Spawnpoint 94 Titanium'),
|
|
(163044, 11244, 10, 'Storm Peaks Ore Spawnpoint 95 Titanium'),
|
|
(163045, 11245, 10, 'Storm Peaks Ore Spawnpoint 96 Titanium'),
|
|
(163046, 11246, 10, 'Storm Peaks Ore Spawnpoint 97 Titanium'),
|
|
(163047, 11247, 10, 'Storm Peaks Ore Spawnpoint 98 Titanium'),
|
|
(163048, 11248, 10, 'Storm Peaks Ore Spawnpoint 99 Titanium'),
|
|
(163049, 11249, 10, 'Storm Peaks Ore Spawnpoint 100 Titanium'),
|
|
(163050, 11250, 10, 'Storm Peaks Ore Spawnpoint 101 Titanium'),
|
|
(163051, 11251, 10, 'Storm Peaks Ore Spawnpoint 102 Titanium'),
|
|
(163052, 11252, 10, 'Storm Peaks Ore Spawnpoint 103 Titanium'),
|
|
(163053, 11253, 10, 'Storm Peaks Ore Spawnpoint 104 Titanium'),
|
|
(163054, 11254, 10, 'Storm Peaks Ore Spawnpoint 105 Titanium'),
|
|
(163055, 11255, 10, 'Storm Peaks Ore Spawnpoint 106 Titanium'),
|
|
(163056, 11256, 10, 'Storm Peaks Ore Spawnpoint 107 Titanium'),
|
|
(163057, 11257, 10, 'Storm Peaks Ore Spawnpoint 108 Titanium'),
|
|
(163058, 11258, 10, 'Storm Peaks Ore Spawnpoint 109 Titanium'),
|
|
(163059, 11259, 10, 'Storm Peaks Ore Spawnpoint 110 Titanium'),
|
|
(163200, 11400, 75, 'Icecrown Ore Spawnpoint 1 Saronite'),
|
|
(163201, 11401, 75, 'Icecrown Ore Spawnpoint 2 Saronite'),
|
|
(163202, 11402, 75, 'Icecrown Ore Spawnpoint 3 Saronite'),
|
|
(163203, 11403, 75, 'Icecrown Ore Spawnpoint 4 Saronite'),
|
|
(163204, 11404, 75, 'Icecrown Ore Spawnpoint 5 Saronite'),
|
|
(163205, 11405, 75, 'Icecrown Ore Spawnpoint 6 Saronite'),
|
|
(163206, 11406, 75, 'Icecrown Ore Spawnpoint 7 Saronite'),
|
|
(163207, 11407, 75, 'Icecrown Ore Spawnpoint 8 Saronite'),
|
|
(163208, 11408, 75, 'Icecrown Ore Spawnpoint 9 Saronite'),
|
|
(163209, 11409, 75, 'Icecrown Ore Spawnpoint 10 Saronite'),
|
|
(163210, 11410, 75, 'Icecrown Ore Spawnpoint 11 Saronite'),
|
|
(163211, 11411, 75, 'Icecrown Ore Spawnpoint 12 Saronite'),
|
|
(163212, 11412, 75, 'Icecrown Ore Spawnpoint 13 Saronite'),
|
|
(163213, 11413, 75, 'Icecrown Ore Spawnpoint 14 Saronite'),
|
|
(163214, 11414, 75, 'Icecrown Ore Spawnpoint 15 Saronite'),
|
|
(163215, 11415, 75, 'Icecrown Ore Spawnpoint 16 Saronite'),
|
|
(163216, 11416, 75, 'Icecrown Ore Spawnpoint 17 Saronite'),
|
|
(163217, 11417, 75, 'Icecrown Ore Spawnpoint 18 Saronite'),
|
|
(163218, 11418, 75, 'Icecrown Ore Spawnpoint 19 Saronite'),
|
|
(163219, 11419, 75, 'Icecrown Ore Spawnpoint 20 Saronite'),
|
|
(163220, 11420, 75, 'Icecrown Ore Spawnpoint 21 Saronite'),
|
|
(163221, 11421, 75, 'Icecrown Ore Spawnpoint 22 Saronite'),
|
|
(163222, 11422, 75, 'Icecrown Ore Spawnpoint 23 Saronite'),
|
|
(163223, 11423, 75, 'Icecrown Ore Spawnpoint 24 Saronite'),
|
|
(163224, 11424, 75, 'Icecrown Ore Spawnpoint 25 Saronite'),
|
|
(163225, 11425, 75, 'Icecrown Ore Spawnpoint 26 Saronite'),
|
|
(163226, 11426, 75, 'Icecrown Ore Spawnpoint 27 Saronite'),
|
|
(163227, 11427, 75, 'Icecrown Ore Spawnpoint 28 Saronite'),
|
|
(163228, 11428, 75, 'Icecrown Ore Spawnpoint 29 Saronite'),
|
|
(163229, 11429, 75, 'Icecrown Ore Spawnpoint 30 Saronite'),
|
|
(163230, 11430, 75, 'Icecrown Ore Spawnpoint 31 Saronite'),
|
|
(163231, 11431, 75, 'Icecrown Ore Spawnpoint 32 Saronite'),
|
|
(163232, 11432, 75, 'Icecrown Ore Spawnpoint 33 Saronite'),
|
|
(163233, 11433, 75, 'Icecrown Ore Spawnpoint 34 Saronite'),
|
|
(163234, 11434, 75, 'Icecrown Ore Spawnpoint 35 Saronite'),
|
|
(163235, 11435, 75, 'Icecrown Ore Spawnpoint 36 Saronite'),
|
|
(163236, 11436, 75, 'Icecrown Ore Spawnpoint 37 Saronite'),
|
|
(163237, 11437, 75, 'Icecrown Ore Spawnpoint 38 Saronite'),
|
|
(163238, 11438, 75, 'Icecrown Ore Spawnpoint 39 Saronite'),
|
|
(163239, 11439, 75, 'Icecrown Ore Spawnpoint 40 Saronite'),
|
|
(163240, 11440, 75, 'Icecrown Ore Spawnpoint 41 Saronite'),
|
|
(163241, 11441, 75, 'Icecrown Ore Spawnpoint 42 Saronite'),
|
|
(163242, 11442, 75, 'Icecrown Ore Spawnpoint 43 Saronite'),
|
|
(163243, 11443, 75, 'Icecrown Ore Spawnpoint 44 Saronite'),
|
|
(163244, 11444, 75, 'Icecrown Ore Spawnpoint 45 Saronite'),
|
|
(163245, 11445, 75, 'Icecrown Ore Spawnpoint 46 Saronite'),
|
|
(163246, 11446, 75, 'Icecrown Ore Spawnpoint 47 Saronite'),
|
|
(163247, 11447, 75, 'Icecrown Ore Spawnpoint 48 Saronite'),
|
|
(163248, 11448, 75, 'Icecrown Ore Spawnpoint 49 Saronite'),
|
|
(163249, 11449, 75, 'Icecrown Ore Spawnpoint 50 Saronite'),
|
|
(163250, 11450, 75, 'Icecrown Ore Spawnpoint 51 Saronite'),
|
|
(163251, 11451, 75, 'Icecrown Ore Spawnpoint 52 Saronite'),
|
|
(163252, 11452, 75, 'Icecrown Ore Spawnpoint 53 Saronite'),
|
|
(163253, 11453, 75, 'Icecrown Ore Spawnpoint 54 Saronite'),
|
|
(163254, 11454, 75, 'Icecrown Ore Spawnpoint 55 Saronite'),
|
|
(163255, 11455, 75, 'Icecrown Ore Spawnpoint 56 Saronite'),
|
|
(163256, 11456, 75, 'Icecrown Ore Spawnpoint 57 Saronite'),
|
|
(163257, 11457, 75, 'Icecrown Ore Spawnpoint 58 Saronite'),
|
|
(163258, 11458, 75, 'Icecrown Ore Spawnpoint 59 Saronite'),
|
|
(163259, 11459, 75, 'Icecrown Ore Spawnpoint 60 Saronite'),
|
|
(163260, 11460, 75, 'Icecrown Ore Spawnpoint 61 Saronite'),
|
|
(163261, 11461, 75, 'Icecrown Ore Spawnpoint 62 Saronite'),
|
|
(163262, 11462, 75, 'Icecrown Ore Spawnpoint 63 Saronite'),
|
|
(163263, 11463, 75, 'Icecrown Ore Spawnpoint 64 Saronite'),
|
|
(163264, 11464, 75, 'Icecrown Ore Spawnpoint 65 Saronite'),
|
|
(163265, 11465, 75, 'Icecrown Ore Spawnpoint 66 Saronite'),
|
|
(163266, 11466, 75, 'Icecrown Ore Spawnpoint 67 Saronite'),
|
|
(163267, 11467, 75, 'Icecrown Ore Spawnpoint 68 Saronite'),
|
|
(163268, 11468, 75, 'Icecrown Ore Spawnpoint 69 Saronite'),
|
|
(163269, 11469, 75, 'Icecrown Ore Spawnpoint 70 Saronite'),
|
|
(163270, 11470, 75, 'Icecrown Ore Spawnpoint 71 Saronite'),
|
|
(163271, 11471, 75, 'Icecrown Ore Spawnpoint 72 Saronite'),
|
|
(163272, 11472, 75, 'Icecrown Ore Spawnpoint 73 Saronite'),
|
|
(163273, 11473, 75, 'Icecrown Ore Spawnpoint 74 Saronite'),
|
|
(163274, 11474, 75, 'Icecrown Ore Spawnpoint 75 Saronite'),
|
|
(163275, 11475, 75, 'Icecrown Ore Spawnpoint 76 Saronite'),
|
|
(163276, 11476, 75, 'Icecrown Ore Spawnpoint 77 Saronite'),
|
|
(163277, 11477, 75, 'Icecrown Ore Spawnpoint 78 Saronite'),
|
|
(163278, 11478, 75, 'Icecrown Ore Spawnpoint 79 Saronite'),
|
|
(163279, 11479, 75, 'Icecrown Ore Spawnpoint 80 Saronite'),
|
|
(163280, 11480, 75, 'Icecrown Ore Spawnpoint 81 Saronite'),
|
|
(163281, 11481, 75, 'Icecrown Ore Spawnpoint 82 Saronite'),
|
|
(163282, 11482, 75, 'Icecrown Ore Spawnpoint 83 Saronite'),
|
|
(163283, 11483, 75, 'Icecrown Ore Spawnpoint 84 Saronite'),
|
|
(163284, 11484, 75, 'Icecrown Ore Spawnpoint 85 Saronite'),
|
|
(163285, 11485, 75, 'Icecrown Ore Spawnpoint 86 Saronite'),
|
|
(163286, 11486, 75, 'Icecrown Ore Spawnpoint 87 Saronite'),
|
|
(163287, 11487, 75, 'Icecrown Ore Spawnpoint 88 Saronite'),
|
|
(163288, 11488, 75, 'Icecrown Ore Spawnpoint 89 Saronite'),
|
|
(163289, 11489, 75, 'Icecrown Ore Spawnpoint 90 Saronite'),
|
|
(163290, 11490, 75, 'Icecrown Ore Spawnpoint 91 Saronite'),
|
|
(163291, 11491, 75, 'Icecrown Ore Spawnpoint 92 Saronite'),
|
|
(163292, 11492, 75, 'Icecrown Ore Spawnpoint 93 Saronite'),
|
|
(163293, 11493, 75, 'Icecrown Ore Spawnpoint 94 Saronite'),
|
|
(163294, 11494, 75, 'Icecrown Ore Spawnpoint 95 Saronite'),
|
|
(163295, 11495, 75, 'Icecrown Ore Spawnpoint 96 Saronite'),
|
|
(163296, 11496, 75, 'Icecrown Ore Spawnpoint 97 Saronite'),
|
|
(163297, 11497, 75, 'Icecrown Ore Spawnpoint 98 Saronite'),
|
|
(163298, 11498, 75, 'Icecrown Ore Spawnpoint 99 Saronite'),
|
|
(163299, 11499, 75, 'Icecrown Ore Spawnpoint 100 Saronite'),
|
|
(163300, 11500, 75, 'Icecrown Ore Spawnpoint 101 Saronite'),
|
|
(163301, 11501, 75, 'Icecrown Ore Spawnpoint 102 Saronite'),
|
|
(163302, 11502, 75, 'Icecrown Ore Spawnpoint 103 Saronite'),
|
|
(163303, 11503, 75, 'Icecrown Ore Spawnpoint 104 Saronite'),
|
|
(163304, 11504, 75, 'Icecrown Ore Spawnpoint 105 Saronite'),
|
|
(163305, 11505, 75, 'Icecrown Ore Spawnpoint 106 Saronite'),
|
|
(163306, 11506, 75, 'Icecrown Ore Spawnpoint 107 Saronite'),
|
|
(163307, 11507, 75, 'Icecrown Ore Spawnpoint 108 Saronite'),
|
|
(163308, 11508, 75, 'Icecrown Ore Spawnpoint 109 Saronite'),
|
|
(163309, 11509, 75, 'Icecrown Ore Spawnpoint 110 Saronite'),
|
|
(163310, 11510, 75, 'Icecrown Ore Spawnpoint 111 Saronite'),
|
|
(163311, 11511, 75, 'Icecrown Ore Spawnpoint 112 Saronite'),
|
|
(163312, 11512, 75, 'Icecrown Ore Spawnpoint 113 Saronite'),
|
|
(163313, 11513, 75, 'Icecrown Ore Spawnpoint 114 Saronite'),
|
|
(163314, 11514, 75, 'Icecrown Ore Spawnpoint 115 Saronite'),
|
|
(163315, 11515, 75, 'Icecrown Ore Spawnpoint 116 Saronite'),
|
|
(163316, 11516, 75, 'Icecrown Ore Spawnpoint 117 Saronite'),
|
|
(163317, 11517, 75, 'Icecrown Ore Spawnpoint 118 Saronite'),
|
|
(163318, 11518, 75, 'Icecrown Ore Spawnpoint 119 Saronite'),
|
|
(163319, 11519, 75, 'Icecrown Ore Spawnpoint 120 Saronite'),
|
|
(163320, 11520, 75, 'Icecrown Ore Spawnpoint 121 Saronite'),
|
|
(163321, 11521, 75, 'Icecrown Ore Spawnpoint 122 Saronite'),
|
|
(163322, 11522, 75, 'Icecrown Ore Spawnpoint 123 Saronite'),
|
|
(163323, 11523, 75, 'Icecrown Ore Spawnpoint 124 Saronite'),
|
|
(163324, 11524, 75, 'Icecrown Ore Spawnpoint 125 Saronite'),
|
|
(163325, 11525, 75, 'Icecrown Ore Spawnpoint 126 Saronite'),
|
|
(163326, 11526, 75, 'Icecrown Ore Spawnpoint 127 Saronite'),
|
|
(163327, 11527, 75, 'Icecrown Ore Spawnpoint 128 Saronite'),
|
|
(163328, 11528, 75, 'Icecrown Ore Spawnpoint 129 Saronite'),
|
|
(163329, 11529, 75, 'Icecrown Ore Spawnpoint 130 Saronite'),
|
|
(163330, 11530, 75, 'Icecrown Ore Spawnpoint 131 Saronite'),
|
|
(163331, 11531, 75, 'Icecrown Ore Spawnpoint 132 Saronite'),
|
|
(163332, 11532, 75, 'Icecrown Ore Spawnpoint 133 Saronite'),
|
|
(163333, 11533, 75, 'Icecrown Ore Spawnpoint 134 Saronite'),
|
|
(163334, 11534, 75, 'Icecrown Ore Spawnpoint 135 Saronite'),
|
|
(163335, 11535, 75, 'Icecrown Ore Spawnpoint 136 Saronite'),
|
|
(163336, 11536, 75, 'Icecrown Ore Spawnpoint 137 Saronite'),
|
|
(163337, 11537, 75, 'Icecrown Ore Spawnpoint 138 Saronite'),
|
|
(163338, 11538, 75, 'Icecrown Ore Spawnpoint 139 Saronite'),
|
|
(163339, 11539, 75, 'Icecrown Ore Spawnpoint 140 Saronite'),
|
|
(163340, 11540, 75, 'Icecrown Ore Spawnpoint 141 Saronite'),
|
|
(163341, 11541, 75, 'Icecrown Ore Spawnpoint 142 Saronite'),
|
|
(163342, 11542, 75, 'Icecrown Ore Spawnpoint 143 Saronite'),
|
|
(163343, 11543, 75, 'Icecrown Ore Spawnpoint 144 Saronite'),
|
|
(163344, 11544, 75, 'Icecrown Ore Spawnpoint 145 Saronite'),
|
|
(163345, 11545, 75, 'Icecrown Ore Spawnpoint 146 Saronite'),
|
|
(163346, 11546, 75, 'Icecrown Ore Spawnpoint 147 Saronite'),
|
|
(163347, 11547, 75, 'Icecrown Ore Spawnpoint 148 Saronite'),
|
|
(163348, 11548, 75, 'Icecrown Ore Spawnpoint 149 Saronite'),
|
|
(163349, 11549, 75, 'Icecrown Ore Spawnpoint 150 Saronite'),
|
|
(163350, 11550, 75, 'Icecrown Ore Spawnpoint 151 Saronite'),
|
|
(163351, 11551, 75, 'Icecrown Ore Spawnpoint 152 Saronite'),
|
|
(163352, 11552, 75, 'Icecrown Ore Spawnpoint 153 Saronite'),
|
|
(163353, 11553, 75, 'Icecrown Ore Spawnpoint 154 Saronite'),
|
|
(163354, 11554, 75, 'Icecrown Ore Spawnpoint 155 Saronite'),
|
|
(163355, 11555, 75, 'Icecrown Ore Spawnpoint 156 Saronite'),
|
|
(163356, 11556, 75, 'Icecrown Ore Spawnpoint 157 Saronite'),
|
|
(163357, 11557, 75, 'Icecrown Ore Spawnpoint 158 Saronite'),
|
|
(163358, 11558, 75, 'Icecrown Ore Spawnpoint 159 Saronite'),
|
|
(163359, 11559, 75, 'Icecrown Ore Spawnpoint 160 Saronite'),
|
|
(163360, 11560, 75, 'Icecrown Ore Spawnpoint 161 Saronite'),
|
|
(163361, 11561, 75, 'Icecrown Ore Spawnpoint 162 Saronite'),
|
|
(163362, 11562, 75, 'Icecrown Ore Spawnpoint 163 Saronite'),
|
|
(163363, 11563, 75, 'Icecrown Ore Spawnpoint 164 Saronite'),
|
|
(163364, 11564, 75, 'Icecrown Ore Spawnpoint 165 Saronite'),
|
|
(163365, 11565, 75, 'Icecrown Ore Spawnpoint 166 Saronite'),
|
|
(163366, 11566, 75, 'Icecrown Ore Spawnpoint 167 Saronite'),
|
|
(163367, 11567, 75, 'Icecrown Ore Spawnpoint 168 Saronite'),
|
|
(163368, 11568, 75, 'Icecrown Ore Spawnpoint 169 Saronite'),
|
|
(163369, 11569, 75, 'Icecrown Ore Spawnpoint 170 Saronite'),
|
|
(163370, 11570, 75, 'Icecrown Ore Spawnpoint 171 Saronite'),
|
|
(163371, 11571, 75, 'Icecrown Ore Spawnpoint 172 Saronite'),
|
|
(163372, 11572, 75, 'Icecrown Ore Spawnpoint 173 Saronite'),
|
|
(163373, 11573, 75, 'Icecrown Ore Spawnpoint 174 Saronite'),
|
|
(163374, 11574, 75, 'Icecrown Ore Spawnpoint 175 Saronite'),
|
|
(163375, 11575, 75, 'Icecrown Ore Spawnpoint 176 Saronite'),
|
|
(163376, 11576, 75, 'Icecrown Ore Spawnpoint 177 Saronite'),
|
|
(163377, 11577, 75, 'Icecrown Ore Spawnpoint 178 Saronite'),
|
|
(163378, 11578, 75, 'Icecrown Ore Spawnpoint 179 Saronite'),
|
|
(163379, 11579, 75, 'Icecrown Ore Spawnpoint 180 Saronite'),
|
|
(163380, 11580, 75, 'Icecrown Ore Spawnpoint 181 Saronite'),
|
|
(163381, 11581, 75, 'Icecrown Ore Spawnpoint 182 Saronite'),
|
|
(163382, 11582, 75, 'Icecrown Ore Spawnpoint 183 Saronite'),
|
|
(163383, 11583, 75, 'Icecrown Ore Spawnpoint 184 Saronite'),
|
|
(163384, 11584, 75, 'Icecrown Ore Spawnpoint 185 Saronite'),
|
|
(163385, 11585, 75, 'Icecrown Ore Spawnpoint 186 Saronite'),
|
|
(163386, 11586, 75, 'Icecrown Ore Spawnpoint 187 Saronite'),
|
|
(163387, 11587, 75, 'Icecrown Ore Spawnpoint 188 Saronite'),
|
|
(163388, 11588, 75, 'Icecrown Ore Spawnpoint 189 Saronite'),
|
|
(163389, 11589, 75, 'Icecrown Ore Spawnpoint 190 Saronite'),
|
|
(163390, 11590, 75, 'Icecrown Ore Spawnpoint 191 Saronite'),
|
|
(163391, 11591, 75, 'Icecrown Ore Spawnpoint 192 Saronite'),
|
|
(163392, 11592, 75, 'Icecrown Ore Spawnpoint 193 Saronite'),
|
|
(163393, 11593, 75, 'Icecrown Ore Spawnpoint 194 Saronite'),
|
|
(163394, 11594, 75, 'Icecrown Ore Spawnpoint 195 Saronite'),
|
|
(163395, 11595, 75, 'Icecrown Ore Spawnpoint 196 Saronite'),
|
|
(163396, 11596, 75, 'Icecrown Ore Spawnpoint 197 Saronite'),
|
|
(163397, 11597, 75, 'Icecrown Ore Spawnpoint 198 Saronite'),
|
|
(163398, 11598, 75, 'Icecrown Ore Spawnpoint 199 Saronite'),
|
|
(163399, 11599, 75, 'Icecrown Ore Spawnpoint 200 Saronite'),
|
|
(163400, 11600, 75, 'Icecrown Ore Spawnpoint 201 Saronite'),
|
|
(163401, 11601, 75, 'Icecrown Ore Spawnpoint 202 Saronite'),
|
|
(163402, 11602, 75, 'Icecrown Ore Spawnpoint 203 Saronite'),
|
|
(163403, 11603, 75, 'Icecrown Ore Spawnpoint 204 Saronite'),
|
|
(163404, 11604, 75, 'Icecrown Ore Spawnpoint 205 Saronite'),
|
|
(163405, 11605, 75, 'Icecrown Ore Spawnpoint 206 Saronite'),
|
|
(163406, 11606, 75, 'Icecrown Ore Spawnpoint 207 Saronite'),
|
|
(163407, 11607, 75, 'Icecrown Ore Spawnpoint 208 Saronite'),
|
|
(163408, 11608, 75, 'Icecrown Ore Spawnpoint 209 Saronite'),
|
|
(163409, 11609, 75, 'Icecrown Ore Spawnpoint 210 Saronite'),
|
|
(163410, 11610, 75, 'Icecrown Ore Spawnpoint 211 Saronite'),
|
|
(163411, 11611, 75, 'Icecrown Ore Spawnpoint 212 Saronite'),
|
|
(163412, 11612, 75, 'Icecrown Ore Spawnpoint 213 Saronite'),
|
|
(163413, 11613, 75, 'Icecrown Ore Spawnpoint 214 Saronite'),
|
|
(163414, 11614, 75, 'Icecrown Ore Spawnpoint 215 Saronite'),
|
|
(163415, 11615, 75, 'Icecrown Ore Spawnpoint 216 Saronite'),
|
|
(163416, 11616, 75, 'Icecrown Ore Spawnpoint 217 Saronite'),
|
|
(163417, 11617, 75, 'Icecrown Ore Spawnpoint 218 Saronite'),
|
|
(163418, 11618, 75, 'Icecrown Ore Spawnpoint 219 Saronite'),
|
|
(163419, 11619, 75, 'Icecrown Ore Spawnpoint 220 Saronite'),
|
|
(163420, 11620, 75, 'Icecrown Ore Spawnpoint 221 Saronite'),
|
|
(163421, 11621, 75, 'Icecrown Ore Spawnpoint 222 Saronite'),
|
|
(163422, 11622, 75, 'Icecrown Ore Spawnpoint 223 Saronite'),
|
|
(163423, 11623, 75, 'Icecrown Ore Spawnpoint 224 Saronite'),
|
|
(163424, 11624, 75, 'Icecrown Ore Spawnpoint 225 Saronite'),
|
|
(163425, 11625, 75, 'Icecrown Ore Spawnpoint 226 Saronite'),
|
|
(163426, 11626, 75, 'Icecrown Ore Spawnpoint 227 Saronite'),
|
|
(163427, 11627, 75, 'Icecrown Ore Spawnpoint 228 Saronite'),
|
|
(163428, 11628, 75, 'Icecrown Ore Spawnpoint 229 Saronite'),
|
|
(163429, 11629, 75, 'Icecrown Ore Spawnpoint 230 Saronite'),
|
|
(163430, 11630, 75, 'Icecrown Ore Spawnpoint 231 Saronite'),
|
|
(163431, 11631, 75, 'Icecrown Ore Spawnpoint 232 Saronite'),
|
|
(163432, 11632, 75, 'Icecrown Ore Spawnpoint 233 Saronite'),
|
|
(163433, 11633, 75, 'Icecrown Ore Spawnpoint 234 Saronite'),
|
|
(163434, 11634, 75, 'Icecrown Ore Spawnpoint 235 Saronite'),
|
|
(163600, 11400, 15, 'Icecrown Ore Spawnpoint 1 Rich Saronite'),
|
|
(163601, 11401, 15, 'Icecrown Ore Spawnpoint 2 Rich Saronite'),
|
|
(163602, 11402, 15, 'Icecrown Ore Spawnpoint 3 Rich Saronite'),
|
|
(163603, 11403, 15, 'Icecrown Ore Spawnpoint 4 Rich Saronite'),
|
|
(163604, 11404, 15, 'Icecrown Ore Spawnpoint 5 Rich Saronite'),
|
|
(163605, 11405, 15, 'Icecrown Ore Spawnpoint 6 Rich Saronite'),
|
|
(163606, 11406, 15, 'Icecrown Ore Spawnpoint 7 Rich Saronite'),
|
|
(163607, 11407, 15, 'Icecrown Ore Spawnpoint 8 Rich Saronite'),
|
|
(163608, 11408, 15, 'Icecrown Ore Spawnpoint 9 Rich Saronite'),
|
|
(163609, 11409, 15, 'Icecrown Ore Spawnpoint 10 Rich Saronite'),
|
|
(163610, 11410, 15, 'Icecrown Ore Spawnpoint 11 Rich Saronite'),
|
|
(163611, 11411, 15, 'Icecrown Ore Spawnpoint 12 Rich Saronite'),
|
|
(163612, 11412, 15, 'Icecrown Ore Spawnpoint 13 Rich Saronite'),
|
|
(163613, 11413, 15, 'Icecrown Ore Spawnpoint 14 Rich Saronite'),
|
|
(163614, 11414, 15, 'Icecrown Ore Spawnpoint 15 Rich Saronite'),
|
|
(163615, 11415, 15, 'Icecrown Ore Spawnpoint 16 Rich Saronite'),
|
|
(163616, 11416, 15, 'Icecrown Ore Spawnpoint 17 Rich Saronite'),
|
|
(163617, 11417, 15, 'Icecrown Ore Spawnpoint 18 Rich Saronite'),
|
|
(163618, 11418, 15, 'Icecrown Ore Spawnpoint 19 Rich Saronite'),
|
|
(163619, 11419, 15, 'Icecrown Ore Spawnpoint 20 Rich Saronite'),
|
|
(163620, 11420, 15, 'Icecrown Ore Spawnpoint 21 Rich Saronite'),
|
|
(163621, 11421, 15, 'Icecrown Ore Spawnpoint 22 Rich Saronite'),
|
|
(163622, 11422, 15, 'Icecrown Ore Spawnpoint 23 Rich Saronite'),
|
|
(163623, 11423, 15, 'Icecrown Ore Spawnpoint 24 Rich Saronite'),
|
|
(163624, 11424, 15, 'Icecrown Ore Spawnpoint 25 Rich Saronite'),
|
|
(163625, 11425, 15, 'Icecrown Ore Spawnpoint 26 Rich Saronite'),
|
|
(163626, 11426, 15, 'Icecrown Ore Spawnpoint 27 Rich Saronite'),
|
|
(163627, 11427, 15, 'Icecrown Ore Spawnpoint 28 Rich Saronite'),
|
|
(163628, 11428, 15, 'Icecrown Ore Spawnpoint 29 Rich Saronite'),
|
|
(163629, 11429, 15, 'Icecrown Ore Spawnpoint 30 Rich Saronite'),
|
|
(163630, 11430, 15, 'Icecrown Ore Spawnpoint 31 Rich Saronite'),
|
|
(163631, 11431, 15, 'Icecrown Ore Spawnpoint 32 Rich Saronite'),
|
|
(163632, 11432, 15, 'Icecrown Ore Spawnpoint 33 Rich Saronite'),
|
|
(163633, 11433, 15, 'Icecrown Ore Spawnpoint 34 Rich Saronite'),
|
|
(163634, 11434, 15, 'Icecrown Ore Spawnpoint 35 Rich Saronite'),
|
|
(163635, 11435, 15, 'Icecrown Ore Spawnpoint 36 Rich Saronite'),
|
|
(163636, 11436, 15, 'Icecrown Ore Spawnpoint 37 Rich Saronite'),
|
|
(163637, 11437, 15, 'Icecrown Ore Spawnpoint 38 Rich Saronite'),
|
|
(163638, 11438, 15, 'Icecrown Ore Spawnpoint 39 Rich Saronite'),
|
|
(163639, 11439, 15, 'Icecrown Ore Spawnpoint 40 Rich Saronite'),
|
|
(163640, 11440, 15, 'Icecrown Ore Spawnpoint 41 Rich Saronite'),
|
|
(163641, 11441, 15, 'Icecrown Ore Spawnpoint 42 Rich Saronite'),
|
|
(163642, 11442, 15, 'Icecrown Ore Spawnpoint 43 Rich Saronite'),
|
|
(163643, 11443, 15, 'Icecrown Ore Spawnpoint 44 Rich Saronite'),
|
|
(163644, 11444, 15, 'Icecrown Ore Spawnpoint 45 Rich Saronite'),
|
|
(163645, 11445, 15, 'Icecrown Ore Spawnpoint 46 Rich Saronite'),
|
|
(163646, 11446, 15, 'Icecrown Ore Spawnpoint 47 Rich Saronite'),
|
|
(163647, 11447, 15, 'Icecrown Ore Spawnpoint 48 Rich Saronite'),
|
|
(163648, 11448, 15, 'Icecrown Ore Spawnpoint 49 Rich Saronite'),
|
|
(163649, 11449, 15, 'Icecrown Ore Spawnpoint 50 Rich Saronite'),
|
|
(163650, 11450, 15, 'Icecrown Ore Spawnpoint 51 Rich Saronite'),
|
|
(163651, 11451, 15, 'Icecrown Ore Spawnpoint 52 Rich Saronite'),
|
|
(163652, 11452, 15, 'Icecrown Ore Spawnpoint 53 Rich Saronite'),
|
|
(163653, 11453, 15, 'Icecrown Ore Spawnpoint 54 Rich Saronite'),
|
|
(163654, 11454, 15, 'Icecrown Ore Spawnpoint 55 Rich Saronite'),
|
|
(163655, 11455, 15, 'Icecrown Ore Spawnpoint 56 Rich Saronite'),
|
|
(163656, 11456, 15, 'Icecrown Ore Spawnpoint 57 Rich Saronite'),
|
|
(163657, 11457, 15, 'Icecrown Ore Spawnpoint 58 Rich Saronite'),
|
|
(163658, 11458, 15, 'Icecrown Ore Spawnpoint 59 Rich Saronite'),
|
|
(163659, 11459, 15, 'Icecrown Ore Spawnpoint 60 Rich Saronite'),
|
|
(163660, 11460, 15, 'Icecrown Ore Spawnpoint 61 Rich Saronite'),
|
|
(163661, 11461, 15, 'Icecrown Ore Spawnpoint 62 Rich Saronite'),
|
|
(163662, 11462, 15, 'Icecrown Ore Spawnpoint 63 Rich Saronite'),
|
|
(163663, 11463, 15, 'Icecrown Ore Spawnpoint 64 Rich Saronite'),
|
|
(163664, 11464, 15, 'Icecrown Ore Spawnpoint 65 Rich Saronite'),
|
|
(163665, 11465, 15, 'Icecrown Ore Spawnpoint 66 Rich Saronite'),
|
|
(163666, 11466, 15, 'Icecrown Ore Spawnpoint 67 Rich Saronite'),
|
|
(163667, 11467, 15, 'Icecrown Ore Spawnpoint 68 Rich Saronite'),
|
|
(163668, 11468, 15, 'Icecrown Ore Spawnpoint 69 Rich Saronite'),
|
|
(163669, 11469, 15, 'Icecrown Ore Spawnpoint 70 Rich Saronite'),
|
|
(163670, 11470, 15, 'Icecrown Ore Spawnpoint 71 Rich Saronite'),
|
|
(163671, 11471, 15, 'Icecrown Ore Spawnpoint 72 Rich Saronite'),
|
|
(163672, 11472, 15, 'Icecrown Ore Spawnpoint 73 Rich Saronite'),
|
|
(163673, 11473, 15, 'Icecrown Ore Spawnpoint 74 Rich Saronite'),
|
|
(163674, 11474, 15, 'Icecrown Ore Spawnpoint 75 Rich Saronite'),
|
|
(163675, 11475, 15, 'Icecrown Ore Spawnpoint 76 Rich Saronite'),
|
|
(163676, 11476, 15, 'Icecrown Ore Spawnpoint 77 Rich Saronite'),
|
|
(163677, 11477, 15, 'Icecrown Ore Spawnpoint 78 Rich Saronite'),
|
|
(163678, 11478, 15, 'Icecrown Ore Spawnpoint 79 Rich Saronite'),
|
|
(163679, 11479, 15, 'Icecrown Ore Spawnpoint 80 Rich Saronite'),
|
|
(163680, 11480, 15, 'Icecrown Ore Spawnpoint 81 Rich Saronite'),
|
|
(163681, 11481, 15, 'Icecrown Ore Spawnpoint 82 Rich Saronite'),
|
|
(163682, 11482, 15, 'Icecrown Ore Spawnpoint 83 Rich Saronite'),
|
|
(163683, 11483, 15, 'Icecrown Ore Spawnpoint 84 Rich Saronite'),
|
|
(163684, 11484, 15, 'Icecrown Ore Spawnpoint 85 Rich Saronite'),
|
|
(163685, 11485, 15, 'Icecrown Ore Spawnpoint 86 Rich Saronite'),
|
|
(163686, 11486, 15, 'Icecrown Ore Spawnpoint 87 Rich Saronite'),
|
|
(163687, 11487, 15, 'Icecrown Ore Spawnpoint 88 Rich Saronite'),
|
|
(163688, 11488, 15, 'Icecrown Ore Spawnpoint 89 Rich Saronite'),
|
|
(163689, 11489, 15, 'Icecrown Ore Spawnpoint 90 Rich Saronite'),
|
|
(163690, 11490, 15, 'Icecrown Ore Spawnpoint 91 Rich Saronite'),
|
|
(163691, 11491, 15, 'Icecrown Ore Spawnpoint 92 Rich Saronite'),
|
|
(163692, 11492, 15, 'Icecrown Ore Spawnpoint 93 Rich Saronite'),
|
|
(163693, 11493, 15, 'Icecrown Ore Spawnpoint 94 Rich Saronite'),
|
|
(163694, 11494, 15, 'Icecrown Ore Spawnpoint 95 Rich Saronite'),
|
|
(163695, 11495, 15, 'Icecrown Ore Spawnpoint 96 Rich Saronite'),
|
|
(163696, 11496, 15, 'Icecrown Ore Spawnpoint 97 Rich Saronite'),
|
|
(163697, 11497, 15, 'Icecrown Ore Spawnpoint 98 Rich Saronite'),
|
|
(163698, 11498, 15, 'Icecrown Ore Spawnpoint 99 Rich Saronite'),
|
|
(163699, 11499, 15, 'Icecrown Ore Spawnpoint 100 Rich Saronite'),
|
|
(163700, 11500, 15, 'Icecrown Ore Spawnpoint 101 Rich Saronite'),
|
|
(163701, 11501, 15, 'Icecrown Ore Spawnpoint 102 Rich Saronite'),
|
|
(163702, 11502, 15, 'Icecrown Ore Spawnpoint 103 Rich Saronite'),
|
|
(163703, 11503, 15, 'Icecrown Ore Spawnpoint 104 Rich Saronite'),
|
|
(163704, 11504, 15, 'Icecrown Ore Spawnpoint 105 Rich Saronite'),
|
|
(163705, 11505, 15, 'Icecrown Ore Spawnpoint 106 Rich Saronite'),
|
|
(163706, 11506, 15, 'Icecrown Ore Spawnpoint 107 Rich Saronite'),
|
|
(163707, 11507, 15, 'Icecrown Ore Spawnpoint 108 Rich Saronite'),
|
|
(163708, 11508, 15, 'Icecrown Ore Spawnpoint 109 Rich Saronite'),
|
|
(163709, 11509, 15, 'Icecrown Ore Spawnpoint 110 Rich Saronite'),
|
|
(163710, 11510, 15, 'Icecrown Ore Spawnpoint 111 Rich Saronite'),
|
|
(163711, 11511, 15, 'Icecrown Ore Spawnpoint 112 Rich Saronite'),
|
|
(163712, 11512, 15, 'Icecrown Ore Spawnpoint 113 Rich Saronite'),
|
|
(163713, 11513, 15, 'Icecrown Ore Spawnpoint 114 Rich Saronite'),
|
|
(163714, 11514, 15, 'Icecrown Ore Spawnpoint 115 Rich Saronite'),
|
|
(163715, 11515, 15, 'Icecrown Ore Spawnpoint 116 Rich Saronite'),
|
|
(163716, 11516, 15, 'Icecrown Ore Spawnpoint 117 Rich Saronite'),
|
|
(163717, 11517, 15, 'Icecrown Ore Spawnpoint 118 Rich Saronite'),
|
|
(163718, 11518, 15, 'Icecrown Ore Spawnpoint 119 Rich Saronite'),
|
|
(163719, 11519, 15, 'Icecrown Ore Spawnpoint 120 Rich Saronite'),
|
|
(163720, 11520, 15, 'Icecrown Ore Spawnpoint 121 Rich Saronite'),
|
|
(163721, 11521, 15, 'Icecrown Ore Spawnpoint 122 Rich Saronite'),
|
|
(163722, 11522, 15, 'Icecrown Ore Spawnpoint 123 Rich Saronite'),
|
|
(163723, 11523, 15, 'Icecrown Ore Spawnpoint 124 Rich Saronite'),
|
|
(163724, 11524, 15, 'Icecrown Ore Spawnpoint 125 Rich Saronite'),
|
|
(163725, 11525, 15, 'Icecrown Ore Spawnpoint 126 Rich Saronite'),
|
|
(163726, 11526, 15, 'Icecrown Ore Spawnpoint 127 Rich Saronite'),
|
|
(163727, 11527, 15, 'Icecrown Ore Spawnpoint 128 Rich Saronite'),
|
|
(163728, 11528, 15, 'Icecrown Ore Spawnpoint 129 Rich Saronite'),
|
|
(163729, 11529, 15, 'Icecrown Ore Spawnpoint 130 Rich Saronite'),
|
|
(163730, 11530, 15, 'Icecrown Ore Spawnpoint 131 Rich Saronite'),
|
|
(163731, 11531, 15, 'Icecrown Ore Spawnpoint 132 Rich Saronite'),
|
|
(163732, 11532, 15, 'Icecrown Ore Spawnpoint 133 Rich Saronite'),
|
|
(163733, 11533, 15, 'Icecrown Ore Spawnpoint 134 Rich Saronite'),
|
|
(163734, 11534, 15, 'Icecrown Ore Spawnpoint 135 Rich Saronite'),
|
|
(163735, 11535, 15, 'Icecrown Ore Spawnpoint 136 Rich Saronite'),
|
|
(163736, 11536, 15, 'Icecrown Ore Spawnpoint 137 Rich Saronite'),
|
|
(163737, 11537, 15, 'Icecrown Ore Spawnpoint 138 Rich Saronite'),
|
|
(163738, 11538, 15, 'Icecrown Ore Spawnpoint 139 Rich Saronite'),
|
|
(163739, 11539, 15, 'Icecrown Ore Spawnpoint 140 Rich Saronite'),
|
|
(163740, 11540, 15, 'Icecrown Ore Spawnpoint 141 Rich Saronite'),
|
|
(163741, 11541, 15, 'Icecrown Ore Spawnpoint 142 Rich Saronite'),
|
|
(163742, 11542, 15, 'Icecrown Ore Spawnpoint 143 Rich Saronite'),
|
|
(163743, 11543, 15, 'Icecrown Ore Spawnpoint 144 Rich Saronite'),
|
|
(163744, 11544, 15, 'Icecrown Ore Spawnpoint 145 Rich Saronite'),
|
|
(163745, 11545, 15, 'Icecrown Ore Spawnpoint 146 Rich Saronite'),
|
|
(163746, 11546, 15, 'Icecrown Ore Spawnpoint 147 Rich Saronite'),
|
|
(163747, 11547, 15, 'Icecrown Ore Spawnpoint 148 Rich Saronite'),
|
|
(163748, 11548, 15, 'Icecrown Ore Spawnpoint 149 Rich Saronite'),
|
|
(163749, 11549, 15, 'Icecrown Ore Spawnpoint 150 Rich Saronite'),
|
|
(163750, 11550, 15, 'Icecrown Ore Spawnpoint 151 Rich Saronite'),
|
|
(163751, 11551, 15, 'Icecrown Ore Spawnpoint 152 Rich Saronite'),
|
|
(163752, 11552, 15, 'Icecrown Ore Spawnpoint 153 Rich Saronite'),
|
|
(163753, 11553, 15, 'Icecrown Ore Spawnpoint 154 Rich Saronite'),
|
|
(163754, 11554, 15, 'Icecrown Ore Spawnpoint 155 Rich Saronite'),
|
|
(163755, 11555, 15, 'Icecrown Ore Spawnpoint 156 Rich Saronite'),
|
|
(163756, 11556, 15, 'Icecrown Ore Spawnpoint 157 Rich Saronite'),
|
|
(163757, 11557, 15, 'Icecrown Ore Spawnpoint 158 Rich Saronite'),
|
|
(163758, 11558, 15, 'Icecrown Ore Spawnpoint 159 Rich Saronite'),
|
|
(163759, 11559, 15, 'Icecrown Ore Spawnpoint 160 Rich Saronite'),
|
|
(163760, 11560, 15, 'Icecrown Ore Spawnpoint 161 Rich Saronite'),
|
|
(163761, 11561, 15, 'Icecrown Ore Spawnpoint 162 Rich Saronite'),
|
|
(163762, 11562, 15, 'Icecrown Ore Spawnpoint 163 Rich Saronite'),
|
|
(163763, 11563, 15, 'Icecrown Ore Spawnpoint 164 Rich Saronite'),
|
|
(163764, 11564, 15, 'Icecrown Ore Spawnpoint 165 Rich Saronite'),
|
|
(163765, 11565, 15, 'Icecrown Ore Spawnpoint 166 Rich Saronite'),
|
|
(163766, 11566, 15, 'Icecrown Ore Spawnpoint 167 Rich Saronite'),
|
|
(163767, 11567, 15, 'Icecrown Ore Spawnpoint 168 Rich Saronite'),
|
|
(163768, 11568, 15, 'Icecrown Ore Spawnpoint 169 Rich Saronite'),
|
|
(163769, 11569, 15, 'Icecrown Ore Spawnpoint 170 Rich Saronite'),
|
|
(163770, 11570, 15, 'Icecrown Ore Spawnpoint 171 Rich Saronite'),
|
|
(163771, 11571, 15, 'Icecrown Ore Spawnpoint 172 Rich Saronite'),
|
|
(163772, 11572, 15, 'Icecrown Ore Spawnpoint 173 Rich Saronite'),
|
|
(163773, 11573, 15, 'Icecrown Ore Spawnpoint 174 Rich Saronite'),
|
|
(163774, 11574, 15, 'Icecrown Ore Spawnpoint 175 Rich Saronite'),
|
|
(163775, 11575, 15, 'Icecrown Ore Spawnpoint 176 Rich Saronite'),
|
|
(163776, 11576, 15, 'Icecrown Ore Spawnpoint 177 Rich Saronite'),
|
|
(163777, 11577, 15, 'Icecrown Ore Spawnpoint 178 Rich Saronite'),
|
|
(163778, 11578, 15, 'Icecrown Ore Spawnpoint 179 Rich Saronite'),
|
|
(163779, 11579, 15, 'Icecrown Ore Spawnpoint 180 Rich Saronite'),
|
|
(163780, 11580, 15, 'Icecrown Ore Spawnpoint 181 Rich Saronite'),
|
|
(163781, 11581, 15, 'Icecrown Ore Spawnpoint 182 Rich Saronite'),
|
|
(163782, 11582, 15, 'Icecrown Ore Spawnpoint 183 Rich Saronite'),
|
|
(163783, 11583, 15, 'Icecrown Ore Spawnpoint 184 Rich Saronite'),
|
|
(163784, 11584, 15, 'Icecrown Ore Spawnpoint 185 Rich Saronite'),
|
|
(163785, 11585, 15, 'Icecrown Ore Spawnpoint 186 Rich Saronite'),
|
|
(163786, 11586, 15, 'Icecrown Ore Spawnpoint 187 Rich Saronite'),
|
|
(163787, 11587, 15, 'Icecrown Ore Spawnpoint 188 Rich Saronite'),
|
|
(163788, 11588, 15, 'Icecrown Ore Spawnpoint 189 Rich Saronite'),
|
|
(163789, 11589, 15, 'Icecrown Ore Spawnpoint 190 Rich Saronite'),
|
|
(163790, 11590, 15, 'Icecrown Ore Spawnpoint 191 Rich Saronite'),
|
|
(163791, 11591, 15, 'Icecrown Ore Spawnpoint 192 Rich Saronite'),
|
|
(163792, 11592, 15, 'Icecrown Ore Spawnpoint 193 Rich Saronite'),
|
|
(163793, 11593, 15, 'Icecrown Ore Spawnpoint 194 Rich Saronite'),
|
|
(163794, 11594, 15, 'Icecrown Ore Spawnpoint 195 Rich Saronite'),
|
|
(163795, 11595, 15, 'Icecrown Ore Spawnpoint 196 Rich Saronite'),
|
|
(163796, 11596, 15, 'Icecrown Ore Spawnpoint 197 Rich Saronite'),
|
|
(163797, 11597, 15, 'Icecrown Ore Spawnpoint 198 Rich Saronite'),
|
|
(163798, 11598, 15, 'Icecrown Ore Spawnpoint 199 Rich Saronite'),
|
|
(163799, 11599, 15, 'Icecrown Ore Spawnpoint 200 Rich Saronite'),
|
|
(163800, 11600, 15, 'Icecrown Ore Spawnpoint 201 Rich Saronite'),
|
|
(163801, 11601, 15, 'Icecrown Ore Spawnpoint 202 Rich Saronite'),
|
|
(163802, 11602, 15, 'Icecrown Ore Spawnpoint 203 Rich Saronite'),
|
|
(163803, 11603, 15, 'Icecrown Ore Spawnpoint 204 Rich Saronite'),
|
|
(163804, 11604, 15, 'Icecrown Ore Spawnpoint 205 Rich Saronite'),
|
|
(163805, 11605, 15, 'Icecrown Ore Spawnpoint 206 Rich Saronite'),
|
|
(163806, 11606, 15, 'Icecrown Ore Spawnpoint 207 Rich Saronite'),
|
|
(163807, 11607, 15, 'Icecrown Ore Spawnpoint 208 Rich Saronite'),
|
|
(163808, 11608, 15, 'Icecrown Ore Spawnpoint 209 Rich Saronite'),
|
|
(163809, 11609, 15, 'Icecrown Ore Spawnpoint 210 Rich Saronite'),
|
|
(163810, 11610, 15, 'Icecrown Ore Spawnpoint 211 Rich Saronite'),
|
|
(163811, 11611, 15, 'Icecrown Ore Spawnpoint 212 Rich Saronite'),
|
|
(163812, 11612, 15, 'Icecrown Ore Spawnpoint 213 Rich Saronite'),
|
|
(163813, 11613, 15, 'Icecrown Ore Spawnpoint 214 Rich Saronite'),
|
|
(163814, 11614, 15, 'Icecrown Ore Spawnpoint 215 Rich Saronite'),
|
|
(163815, 11615, 15, 'Icecrown Ore Spawnpoint 216 Rich Saronite'),
|
|
(163816, 11616, 15, 'Icecrown Ore Spawnpoint 217 Rich Saronite'),
|
|
(163817, 11617, 15, 'Icecrown Ore Spawnpoint 218 Rich Saronite'),
|
|
(163818, 11618, 15, 'Icecrown Ore Spawnpoint 219 Rich Saronite'),
|
|
(163819, 11619, 15, 'Icecrown Ore Spawnpoint 220 Rich Saronite'),
|
|
(163820, 11620, 15, 'Icecrown Ore Spawnpoint 221 Rich Saronite'),
|
|
(163821, 11621, 15, 'Icecrown Ore Spawnpoint 222 Rich Saronite'),
|
|
(163822, 11622, 15, 'Icecrown Ore Spawnpoint 223 Rich Saronite'),
|
|
(163823, 11623, 15, 'Icecrown Ore Spawnpoint 224 Rich Saronite'),
|
|
(163824, 11624, 15, 'Icecrown Ore Spawnpoint 225 Rich Saronite'),
|
|
(163825, 11625, 15, 'Icecrown Ore Spawnpoint 226 Rich Saronite'),
|
|
(163826, 11626, 15, 'Icecrown Ore Spawnpoint 227 Rich Saronite'),
|
|
(163827, 11627, 15, 'Icecrown Ore Spawnpoint 228 Rich Saronite'),
|
|
(163828, 11628, 15, 'Icecrown Ore Spawnpoint 229 Rich Saronite'),
|
|
(163829, 11629, 15, 'Icecrown Ore Spawnpoint 230 Rich Saronite'),
|
|
(163830, 11630, 15, 'Icecrown Ore Spawnpoint 231 Rich Saronite'),
|
|
(163831, 11631, 15, 'Icecrown Ore Spawnpoint 232 Rich Saronite'),
|
|
(163832, 11632, 15, 'Icecrown Ore Spawnpoint 233 Rich Saronite'),
|
|
(163833, 11633, 15, 'Icecrown Ore Spawnpoint 234 Rich Saronite'),
|
|
(163834, 11634, 15, 'Icecrown Ore Spawnpoint 235 Rich Saronite'),
|
|
(164000, 11400, 10, 'Icecrown Ore Spawnpoint 1 Titanium'),
|
|
(164001, 11401, 10, 'Icecrown Ore Spawnpoint 2 Titanium'),
|
|
(164002, 11402, 10, 'Icecrown Ore Spawnpoint 3 Titanium'),
|
|
(164003, 11403, 10, 'Icecrown Ore Spawnpoint 4 Titanium'),
|
|
(164004, 11404, 10, 'Icecrown Ore Spawnpoint 5 Titanium'),
|
|
(164005, 11405, 10, 'Icecrown Ore Spawnpoint 6 Titanium'),
|
|
(164006, 11406, 10, 'Icecrown Ore Spawnpoint 7 Titanium'),
|
|
(164007, 11407, 10, 'Icecrown Ore Spawnpoint 8 Titanium'),
|
|
(164008, 11408, 10, 'Icecrown Ore Spawnpoint 9 Titanium'),
|
|
(164009, 11409, 10, 'Icecrown Ore Spawnpoint 10 Titanium'),
|
|
(164010, 11410, 10, 'Icecrown Ore Spawnpoint 11 Titanium'),
|
|
(164011, 11411, 10, 'Icecrown Ore Spawnpoint 12 Titanium'),
|
|
(164012, 11412, 10, 'Icecrown Ore Spawnpoint 13 Titanium'),
|
|
(164013, 11413, 10, 'Icecrown Ore Spawnpoint 14 Titanium'),
|
|
(164014, 11414, 10, 'Icecrown Ore Spawnpoint 15 Titanium'),
|
|
(164015, 11415, 10, 'Icecrown Ore Spawnpoint 16 Titanium'),
|
|
(164016, 11416, 10, 'Icecrown Ore Spawnpoint 17 Titanium'),
|
|
(164017, 11417, 10, 'Icecrown Ore Spawnpoint 18 Titanium'),
|
|
(164018, 11418, 10, 'Icecrown Ore Spawnpoint 19 Titanium'),
|
|
(164019, 11419, 10, 'Icecrown Ore Spawnpoint 20 Titanium'),
|
|
(164020, 11420, 10, 'Icecrown Ore Spawnpoint 21 Titanium'),
|
|
(164021, 11421, 10, 'Icecrown Ore Spawnpoint 22 Titanium'),
|
|
(164022, 11422, 10, 'Icecrown Ore Spawnpoint 23 Titanium'),
|
|
(164023, 11423, 10, 'Icecrown Ore Spawnpoint 24 Titanium'),
|
|
(164024, 11424, 10, 'Icecrown Ore Spawnpoint 25 Titanium'),
|
|
(164025, 11425, 10, 'Icecrown Ore Spawnpoint 26 Titanium'),
|
|
(164026, 11426, 10, 'Icecrown Ore Spawnpoint 27 Titanium'),
|
|
(164027, 11427, 10, 'Icecrown Ore Spawnpoint 28 Titanium'),
|
|
(164028, 11428, 10, 'Icecrown Ore Spawnpoint 29 Titanium'),
|
|
(164029, 11429, 10, 'Icecrown Ore Spawnpoint 30 Titanium'),
|
|
(164030, 11430, 10, 'Icecrown Ore Spawnpoint 31 Titanium'),
|
|
(164031, 11431, 10, 'Icecrown Ore Spawnpoint 32 Titanium'),
|
|
(164032, 11432, 10, 'Icecrown Ore Spawnpoint 33 Titanium'),
|
|
(164033, 11433, 10, 'Icecrown Ore Spawnpoint 34 Titanium'),
|
|
(164034, 11434, 10, 'Icecrown Ore Spawnpoint 35 Titanium'),
|
|
(164035, 11435, 10, 'Icecrown Ore Spawnpoint 36 Titanium'),
|
|
(164036, 11436, 10, 'Icecrown Ore Spawnpoint 37 Titanium'),
|
|
(164037, 11437, 10, 'Icecrown Ore Spawnpoint 38 Titanium'),
|
|
(164038, 11438, 10, 'Icecrown Ore Spawnpoint 39 Titanium'),
|
|
(164039, 11439, 10, 'Icecrown Ore Spawnpoint 40 Titanium'),
|
|
(164040, 11440, 10, 'Icecrown Ore Spawnpoint 41 Titanium'),
|
|
(164041, 11441, 10, 'Icecrown Ore Spawnpoint 42 Titanium'),
|
|
(164042, 11442, 10, 'Icecrown Ore Spawnpoint 43 Titanium'),
|
|
(164043, 11443, 10, 'Icecrown Ore Spawnpoint 44 Titanium'),
|
|
(164044, 11444, 10, 'Icecrown Ore Spawnpoint 45 Titanium'),
|
|
(164045, 11445, 10, 'Icecrown Ore Spawnpoint 46 Titanium'),
|
|
(164046, 11446, 10, 'Icecrown Ore Spawnpoint 47 Titanium'),
|
|
(164047, 11447, 10, 'Icecrown Ore Spawnpoint 48 Titanium'),
|
|
(164048, 11448, 10, 'Icecrown Ore Spawnpoint 49 Titanium'),
|
|
(164049, 11449, 10, 'Icecrown Ore Spawnpoint 50 Titanium'),
|
|
(164050, 11450, 10, 'Icecrown Ore Spawnpoint 51 Titanium'),
|
|
(164051, 11451, 10, 'Icecrown Ore Spawnpoint 52 Titanium'),
|
|
(164052, 11452, 10, 'Icecrown Ore Spawnpoint 53 Titanium'),
|
|
(164053, 11453, 10, 'Icecrown Ore Spawnpoint 54 Titanium'),
|
|
(164054, 11454, 10, 'Icecrown Ore Spawnpoint 55 Titanium'),
|
|
(164055, 11455, 10, 'Icecrown Ore Spawnpoint 56 Titanium'),
|
|
(164056, 11456, 10, 'Icecrown Ore Spawnpoint 57 Titanium'),
|
|
(164057, 11457, 10, 'Icecrown Ore Spawnpoint 58 Titanium'),
|
|
(164058, 11458, 10, 'Icecrown Ore Spawnpoint 59 Titanium'),
|
|
(164059, 11459, 10, 'Icecrown Ore Spawnpoint 60 Titanium'),
|
|
(164060, 11460, 10, 'Icecrown Ore Spawnpoint 61 Titanium'),
|
|
(164061, 11461, 10, 'Icecrown Ore Spawnpoint 62 Titanium'),
|
|
(164062, 11462, 10, 'Icecrown Ore Spawnpoint 63 Titanium'),
|
|
(164063, 11463, 10, 'Icecrown Ore Spawnpoint 64 Titanium'),
|
|
(164064, 11464, 10, 'Icecrown Ore Spawnpoint 65 Titanium'),
|
|
(164065, 11465, 10, 'Icecrown Ore Spawnpoint 66 Titanium'),
|
|
(164066, 11466, 10, 'Icecrown Ore Spawnpoint 67 Titanium'),
|
|
(164067, 11467, 10, 'Icecrown Ore Spawnpoint 68 Titanium'),
|
|
(164068, 11468, 10, 'Icecrown Ore Spawnpoint 69 Titanium'),
|
|
(164069, 11469, 10, 'Icecrown Ore Spawnpoint 70 Titanium'),
|
|
(164070, 11470, 10, 'Icecrown Ore Spawnpoint 71 Titanium'),
|
|
(164071, 11471, 10, 'Icecrown Ore Spawnpoint 72 Titanium'),
|
|
(164072, 11472, 10, 'Icecrown Ore Spawnpoint 73 Titanium'),
|
|
(164073, 11473, 10, 'Icecrown Ore Spawnpoint 74 Titanium'),
|
|
(164074, 11474, 10, 'Icecrown Ore Spawnpoint 75 Titanium'),
|
|
(164075, 11475, 10, 'Icecrown Ore Spawnpoint 76 Titanium'),
|
|
(164076, 11476, 10, 'Icecrown Ore Spawnpoint 77 Titanium'),
|
|
(164077, 11477, 10, 'Icecrown Ore Spawnpoint 78 Titanium'),
|
|
(164078, 11478, 10, 'Icecrown Ore Spawnpoint 79 Titanium'),
|
|
(164079, 11479, 10, 'Icecrown Ore Spawnpoint 80 Titanium'),
|
|
(164080, 11480, 10, 'Icecrown Ore Spawnpoint 81 Titanium'),
|
|
(164081, 11481, 10, 'Icecrown Ore Spawnpoint 82 Titanium'),
|
|
(164082, 11482, 10, 'Icecrown Ore Spawnpoint 83 Titanium'),
|
|
(164083, 11483, 10, 'Icecrown Ore Spawnpoint 84 Titanium'),
|
|
(164084, 11484, 10, 'Icecrown Ore Spawnpoint 85 Titanium'),
|
|
(164085, 11485, 10, 'Icecrown Ore Spawnpoint 86 Titanium'),
|
|
(164086, 11486, 10, 'Icecrown Ore Spawnpoint 87 Titanium'),
|
|
(164087, 11487, 10, 'Icecrown Ore Spawnpoint 88 Titanium'),
|
|
(164088, 11488, 10, 'Icecrown Ore Spawnpoint 89 Titanium'),
|
|
(164089, 11489, 10, 'Icecrown Ore Spawnpoint 90 Titanium'),
|
|
(164090, 11490, 10, 'Icecrown Ore Spawnpoint 91 Titanium'),
|
|
(164091, 11491, 10, 'Icecrown Ore Spawnpoint 92 Titanium'),
|
|
(164092, 11492, 10, 'Icecrown Ore Spawnpoint 93 Titanium'),
|
|
(164093, 11493, 10, 'Icecrown Ore Spawnpoint 94 Titanium'),
|
|
(164094, 11494, 10, 'Icecrown Ore Spawnpoint 95 Titanium'),
|
|
(164095, 11495, 10, 'Icecrown Ore Spawnpoint 96 Titanium'),
|
|
(164096, 11496, 10, 'Icecrown Ore Spawnpoint 97 Titanium'),
|
|
(164097, 11497, 10, 'Icecrown Ore Spawnpoint 98 Titanium'),
|
|
(164098, 11498, 10, 'Icecrown Ore Spawnpoint 99 Titanium'),
|
|
(164099, 11499, 10, 'Icecrown Ore Spawnpoint 100 Titanium'),
|
|
(164100, 11500, 10, 'Icecrown Ore Spawnpoint 101 Titanium'),
|
|
(164101, 11501, 10, 'Icecrown Ore Spawnpoint 102 Titanium'),
|
|
(164102, 11502, 10, 'Icecrown Ore Spawnpoint 103 Titanium'),
|
|
(164103, 11503, 10, 'Icecrown Ore Spawnpoint 104 Titanium'),
|
|
(164104, 11504, 10, 'Icecrown Ore Spawnpoint 105 Titanium'),
|
|
(164105, 11505, 10, 'Icecrown Ore Spawnpoint 106 Titanium'),
|
|
(164106, 11506, 10, 'Icecrown Ore Spawnpoint 107 Titanium'),
|
|
(164107, 11507, 10, 'Icecrown Ore Spawnpoint 108 Titanium'),
|
|
(164108, 11508, 10, 'Icecrown Ore Spawnpoint 109 Titanium'),
|
|
(164109, 11509, 10, 'Icecrown Ore Spawnpoint 110 Titanium'),
|
|
(164110, 11510, 10, 'Icecrown Ore Spawnpoint 111 Titanium'),
|
|
(164111, 11511, 10, 'Icecrown Ore Spawnpoint 112 Titanium'),
|
|
(164112, 11512, 10, 'Icecrown Ore Spawnpoint 113 Titanium'),
|
|
(164113, 11513, 10, 'Icecrown Ore Spawnpoint 114 Titanium'),
|
|
(164114, 11514, 10, 'Icecrown Ore Spawnpoint 115 Titanium'),
|
|
(164115, 11515, 10, 'Icecrown Ore Spawnpoint 116 Titanium'),
|
|
(164116, 11516, 10, 'Icecrown Ore Spawnpoint 117 Titanium'),
|
|
(164117, 11517, 10, 'Icecrown Ore Spawnpoint 118 Titanium'),
|
|
(164118, 11518, 10, 'Icecrown Ore Spawnpoint 119 Titanium'),
|
|
(164119, 11519, 10, 'Icecrown Ore Spawnpoint 120 Titanium'),
|
|
(164120, 11520, 10, 'Icecrown Ore Spawnpoint 121 Titanium'),
|
|
(164121, 11521, 10, 'Icecrown Ore Spawnpoint 122 Titanium'),
|
|
(164122, 11522, 10, 'Icecrown Ore Spawnpoint 123 Titanium'),
|
|
(164123, 11523, 10, 'Icecrown Ore Spawnpoint 124 Titanium'),
|
|
(164124, 11524, 10, 'Icecrown Ore Spawnpoint 125 Titanium'),
|
|
(164125, 11525, 10, 'Icecrown Ore Spawnpoint 126 Titanium'),
|
|
(164126, 11526, 10, 'Icecrown Ore Spawnpoint 127 Titanium'),
|
|
(164127, 11527, 10, 'Icecrown Ore Spawnpoint 128 Titanium'),
|
|
(164128, 11528, 10, 'Icecrown Ore Spawnpoint 129 Titanium'),
|
|
(164129, 11529, 10, 'Icecrown Ore Spawnpoint 130 Titanium'),
|
|
(164130, 11530, 10, 'Icecrown Ore Spawnpoint 131 Titanium'),
|
|
(164131, 11531, 10, 'Icecrown Ore Spawnpoint 132 Titanium'),
|
|
(164132, 11532, 10, 'Icecrown Ore Spawnpoint 133 Titanium'),
|
|
(164133, 11533, 10, 'Icecrown Ore Spawnpoint 134 Titanium'),
|
|
(164134, 11534, 10, 'Icecrown Ore Spawnpoint 135 Titanium'),
|
|
(164135, 11535, 10, 'Icecrown Ore Spawnpoint 136 Titanium'),
|
|
(164136, 11536, 10, 'Icecrown Ore Spawnpoint 137 Titanium'),
|
|
(164137, 11537, 10, 'Icecrown Ore Spawnpoint 138 Titanium'),
|
|
(164138, 11538, 10, 'Icecrown Ore Spawnpoint 139 Titanium'),
|
|
(164139, 11539, 10, 'Icecrown Ore Spawnpoint 140 Titanium'),
|
|
(164140, 11540, 10, 'Icecrown Ore Spawnpoint 141 Titanium'),
|
|
(164141, 11541, 10, 'Icecrown Ore Spawnpoint 142 Titanium'),
|
|
(164142, 11542, 10, 'Icecrown Ore Spawnpoint 143 Titanium'),
|
|
(164143, 11543, 10, 'Icecrown Ore Spawnpoint 144 Titanium'),
|
|
(164144, 11544, 10, 'Icecrown Ore Spawnpoint 145 Titanium'),
|
|
(164145, 11545, 10, 'Icecrown Ore Spawnpoint 146 Titanium'),
|
|
(164146, 11546, 10, 'Icecrown Ore Spawnpoint 147 Titanium'),
|
|
(164147, 11547, 10, 'Icecrown Ore Spawnpoint 148 Titanium'),
|
|
(164148, 11548, 10, 'Icecrown Ore Spawnpoint 149 Titanium'),
|
|
(164149, 11549, 10, 'Icecrown Ore Spawnpoint 150 Titanium'),
|
|
(164150, 11550, 10, 'Icecrown Ore Spawnpoint 151 Titanium'),
|
|
(164151, 11551, 10, 'Icecrown Ore Spawnpoint 152 Titanium'),
|
|
(164152, 11552, 10, 'Icecrown Ore Spawnpoint 153 Titanium'),
|
|
(164153, 11553, 10, 'Icecrown Ore Spawnpoint 154 Titanium'),
|
|
(164154, 11554, 10, 'Icecrown Ore Spawnpoint 155 Titanium'),
|
|
(164155, 11555, 10, 'Icecrown Ore Spawnpoint 156 Titanium'),
|
|
(164156, 11556, 10, 'Icecrown Ore Spawnpoint 157 Titanium'),
|
|
(164157, 11557, 10, 'Icecrown Ore Spawnpoint 158 Titanium'),
|
|
(164158, 11558, 10, 'Icecrown Ore Spawnpoint 159 Titanium'),
|
|
(164159, 11559, 10, 'Icecrown Ore Spawnpoint 160 Titanium'),
|
|
(164160, 11560, 10, 'Icecrown Ore Spawnpoint 161 Titanium'),
|
|
(164161, 11561, 10, 'Icecrown Ore Spawnpoint 162 Titanium'),
|
|
(164162, 11562, 10, 'Icecrown Ore Spawnpoint 163 Titanium'),
|
|
(164163, 11563, 10, 'Icecrown Ore Spawnpoint 164 Titanium'),
|
|
(164164, 11564, 10, 'Icecrown Ore Spawnpoint 165 Titanium'),
|
|
(164165, 11565, 10, 'Icecrown Ore Spawnpoint 166 Titanium'),
|
|
(164166, 11566, 10, 'Icecrown Ore Spawnpoint 167 Titanium'),
|
|
(164167, 11567, 10, 'Icecrown Ore Spawnpoint 168 Titanium'),
|
|
(164168, 11568, 10, 'Icecrown Ore Spawnpoint 169 Titanium'),
|
|
(164169, 11569, 10, 'Icecrown Ore Spawnpoint 170 Titanium'),
|
|
(164170, 11570, 10, 'Icecrown Ore Spawnpoint 171 Titanium'),
|
|
(164171, 11571, 10, 'Icecrown Ore Spawnpoint 172 Titanium'),
|
|
(164172, 11572, 10, 'Icecrown Ore Spawnpoint 173 Titanium'),
|
|
(164173, 11573, 10, 'Icecrown Ore Spawnpoint 174 Titanium'),
|
|
(164174, 11574, 10, 'Icecrown Ore Spawnpoint 175 Titanium'),
|
|
(164175, 11575, 10, 'Icecrown Ore Spawnpoint 176 Titanium'),
|
|
(164176, 11576, 10, 'Icecrown Ore Spawnpoint 177 Titanium'),
|
|
(164177, 11577, 10, 'Icecrown Ore Spawnpoint 178 Titanium'),
|
|
(164178, 11578, 10, 'Icecrown Ore Spawnpoint 179 Titanium'),
|
|
(164179, 11579, 10, 'Icecrown Ore Spawnpoint 180 Titanium'),
|
|
(164180, 11580, 10, 'Icecrown Ore Spawnpoint 181 Titanium'),
|
|
(164181, 11581, 10, 'Icecrown Ore Spawnpoint 182 Titanium'),
|
|
(164182, 11582, 10, 'Icecrown Ore Spawnpoint 183 Titanium'),
|
|
(164183, 11583, 10, 'Icecrown Ore Spawnpoint 184 Titanium'),
|
|
(164184, 11584, 10, 'Icecrown Ore Spawnpoint 185 Titanium'),
|
|
(164185, 11585, 10, 'Icecrown Ore Spawnpoint 186 Titanium'),
|
|
(164186, 11586, 10, 'Icecrown Ore Spawnpoint 187 Titanium'),
|
|
(164187, 11587, 10, 'Icecrown Ore Spawnpoint 188 Titanium'),
|
|
(164188, 11588, 10, 'Icecrown Ore Spawnpoint 189 Titanium'),
|
|
(164189, 11589, 10, 'Icecrown Ore Spawnpoint 190 Titanium'),
|
|
(164190, 11590, 10, 'Icecrown Ore Spawnpoint 191 Titanium'),
|
|
(164191, 11591, 10, 'Icecrown Ore Spawnpoint 192 Titanium'),
|
|
(164192, 11592, 10, 'Icecrown Ore Spawnpoint 193 Titanium'),
|
|
(164193, 11593, 10, 'Icecrown Ore Spawnpoint 194 Titanium'),
|
|
(164194, 11594, 10, 'Icecrown Ore Spawnpoint 195 Titanium'),
|
|
(164195, 11595, 10, 'Icecrown Ore Spawnpoint 196 Titanium'),
|
|
(164196, 11596, 10, 'Icecrown Ore Spawnpoint 197 Titanium'),
|
|
(164197, 11597, 10, 'Icecrown Ore Spawnpoint 198 Titanium'),
|
|
(164198, 11598, 10, 'Icecrown Ore Spawnpoint 199 Titanium'),
|
|
(164199, 11599, 10, 'Icecrown Ore Spawnpoint 200 Titanium'),
|
|
(164200, 11600, 10, 'Icecrown Ore Spawnpoint 201 Titanium'),
|
|
(164201, 11601, 10, 'Icecrown Ore Spawnpoint 202 Titanium'),
|
|
(164202, 11602, 10, 'Icecrown Ore Spawnpoint 203 Titanium'),
|
|
(164203, 11603, 10, 'Icecrown Ore Spawnpoint 204 Titanium'),
|
|
(164204, 11604, 10, 'Icecrown Ore Spawnpoint 205 Titanium'),
|
|
(164205, 11605, 10, 'Icecrown Ore Spawnpoint 206 Titanium'),
|
|
(164206, 11606, 10, 'Icecrown Ore Spawnpoint 207 Titanium'),
|
|
(164207, 11607, 10, 'Icecrown Ore Spawnpoint 208 Titanium'),
|
|
(164208, 11608, 10, 'Icecrown Ore Spawnpoint 209 Titanium'),
|
|
(164209, 11609, 10, 'Icecrown Ore Spawnpoint 210 Titanium'),
|
|
(164210, 11610, 10, 'Icecrown Ore Spawnpoint 211 Titanium'),
|
|
(164211, 11611, 10, 'Icecrown Ore Spawnpoint 212 Titanium'),
|
|
(164212, 11612, 10, 'Icecrown Ore Spawnpoint 213 Titanium'),
|
|
(164213, 11613, 10, 'Icecrown Ore Spawnpoint 214 Titanium'),
|
|
(164214, 11614, 10, 'Icecrown Ore Spawnpoint 215 Titanium'),
|
|
(164215, 11615, 10, 'Icecrown Ore Spawnpoint 216 Titanium'),
|
|
(164216, 11616, 10, 'Icecrown Ore Spawnpoint 217 Titanium'),
|
|
(164217, 11617, 10, 'Icecrown Ore Spawnpoint 218 Titanium'),
|
|
(164218, 11618, 10, 'Icecrown Ore Spawnpoint 219 Titanium'),
|
|
(164219, 11619, 10, 'Icecrown Ore Spawnpoint 220 Titanium'),
|
|
(164220, 11620, 10, 'Icecrown Ore Spawnpoint 221 Titanium'),
|
|
(164221, 11621, 10, 'Icecrown Ore Spawnpoint 222 Titanium'),
|
|
(164222, 11622, 10, 'Icecrown Ore Spawnpoint 223 Titanium'),
|
|
(164223, 11623, 10, 'Icecrown Ore Spawnpoint 224 Titanium'),
|
|
(164224, 11624, 10, 'Icecrown Ore Spawnpoint 225 Titanium'),
|
|
(164225, 11625, 10, 'Icecrown Ore Spawnpoint 226 Titanium'),
|
|
(164226, 11626, 10, 'Icecrown Ore Spawnpoint 227 Titanium'),
|
|
(164227, 11627, 10, 'Icecrown Ore Spawnpoint 228 Titanium'),
|
|
(164228, 11628, 10, 'Icecrown Ore Spawnpoint 229 Titanium'),
|
|
(164229, 11629, 10, 'Icecrown Ore Spawnpoint 230 Titanium'),
|
|
(164230, 11630, 10, 'Icecrown Ore Spawnpoint 231 Titanium'),
|
|
(164231, 11631, 10, 'Icecrown Ore Spawnpoint 232 Titanium'),
|
|
(164232, 11632, 10, 'Icecrown Ore Spawnpoint 233 Titanium'),
|
|
(164233, 11633, 10, 'Icecrown Ore Spawnpoint 234 Titanium'),
|
|
(164234, 11634, 10, 'Icecrown Ore Spawnpoint 235 Titanium'),
|
|
(221000, 383, 0, 'Everfrost Chip 0'),
|
|
(221001, 383, 0, 'Everfrost Chip 1'),
|
|
(221002, 383, 0, 'Everfrost Chip 2'),
|
|
(221003, 383, 0, 'Everfrost Chip 3'),
|
|
(221004, 383, 0, 'Everfrost Chip 4'),
|
|
(243000, 1161, 0, 'Large Scarab Coffers - Spawn 1'),
|
|
(243001, 1161, 0, 'Large Scarab Coffers - Spawn 2'),
|
|
(243002, 1161, 0, 'Large Scarab Coffers - Spawn 3'),
|
|
(243003, 1161, 0, 'Large Scarab Coffers - Spawn 4'),
|
|
(243004, 1161, 0, 'Large Scarab Coffers - Spawn 5'),
|
|
(243005, 1161, 0, 'Large Scarab Coffers - Spawn 6'),
|
|
(243006, 1161, 0, 'Large Scarab Coffers - Spawn 7'),
|
|
(243007, 1161, 0, 'Large Scarab Coffers - Spawn 8'),
|
|
(243008, 1161, 0, 'Large Scarab Coffers - Spawn 9'),
|
|
(243009, 1161, 0, 'Large Scarab Coffers - Spawn 10'),
|
|
(243010, 1161, 0, 'Large Scarab Coffers - Spawn 11'),
|
|
(243011, 1161, 0, 'Large Scarab Coffers - Spawn 12'),
|
|
(243050, 1162, 0, 'Scarab Coffers - Spawn 1'),
|
|
(243051, 1162, 0, 'Scarab Coffers - Spawn 2'),
|
|
(243052, 1162, 0, 'Scarab Coffers - Spawn 3'),
|
|
(243053, 1162, 0, 'Scarab Coffers - Spawn 4'),
|
|
(243054, 1162, 0, 'Scarab Coffers - Spawn 5'),
|
|
(243055, 1162, 0, 'Scarab Coffers - Spawn 6'),
|
|
(243056, 1162, 0, 'Scarab Coffers - Spawn 7'),
|
|
(243057, 1162, 0, 'Scarab Coffers - Spawn 8'),
|
|
(243058, 1162, 0, 'Scarab Coffers - Spawn 9'),
|
|
(2134521, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134623, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134624, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134625, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134626, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134627, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134631, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134632, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134633, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134634, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134635, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134636, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134637, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134638, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134639, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134640, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134643, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134645, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134647, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134648, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134649, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134651, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134652, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134653, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134654, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134656, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134658, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134659, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134661, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134662, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134663, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134664, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134665, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134667, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134669, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134670, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134673, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134674, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134675, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134676, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134678, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134680, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134681, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134682, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134683, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134684, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134685, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134689, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134690, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134691, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134693, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134695, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134696, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134700, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134702, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134704, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134705, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134706, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134707, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134708, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134711, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134712, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134713, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134714, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134715, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134716, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134720, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134721, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134722, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134723, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134724, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134725, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134726, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134728, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134729, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134731, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134732, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134733, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134734, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134735, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134736, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134737, 11646, 0, 'Mineral Veins - Bloodmyst Isle'),
|
|
(2134739, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134839, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134840, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134842, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134843, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134844, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134845, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134846, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134847, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134848, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134849, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134850, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134851, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134852, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134853, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134854, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134855, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134856, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134857, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134858, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134859, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134860, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134861, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134862, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134863, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134864, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134865, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134866, 11647, 0, 'Treasures - Bloodmyst Isle'),
|
|
(2134867, 743, 0, 'Earthroot'),
|
|
(2134967, 741, 0, 'Silverleaf'),
|
|
(2134968, 745, 0, 'Briarthorn'),
|
|
(2134969, 745, 0, 'Briarthorn'),
|
|
(2134970, 741, 0, 'Silverleaf'),
|
|
(2134971, 744, 0, 'Mageroyal'),
|
|
(2134972, 745, 0, 'Briarthorn'),
|
|
(2134973, 743, 0, 'Earthroot'),
|
|
(2134974, 743, 0, 'Earthroot'),
|
|
(2134975, 741, 0, 'Silverleaf'),
|
|
(2134976, 741, 0, 'Silverleaf'),
|
|
(2134977, 741, 0, 'Silverleaf'),
|
|
(2134978, 745, 0, 'Briarthorn'),
|
|
(2134980, 745, 0, 'Briarthorn'),
|
|
(2134981, 743, 0, 'Earthroot'),
|
|
(2134982, 744, 0, 'Mageroyal'),
|
|
(2134983, 746, 0, 'Bruiseweed'),
|
|
(2134984, 745, 0, 'Briarthorn'),
|
|
(2134985, 743, 0, 'Earthroot'),
|
|
(2134986, 743, 0, 'Earthroot'),
|
|
(2134987, 741, 0, 'Silverleaf'),
|
|
(2134988, 741, 0, 'Silverleaf'),
|
|
(2134989, 742, 0, 'Peacebloom'),
|
|
(2134990, 741, 0, 'Silverleaf'),
|
|
(2134991, 746, 0, 'Bruiseweed'),
|
|
(2134992, 745, 0, 'Briarthorn'),
|
|
(2134993, 745, 0, 'Briarthorn'),
|
|
(2134994, 745, 0, 'Briarthorn'),
|
|
(2134995, 743, 0, 'Earthroot'),
|
|
(2134996, 742, 0, 'Peacebloom'),
|
|
(2134997, 741, 0, 'Silverleaf'),
|
|
(2134998, 742, 0, 'Peacebloom'),
|
|
(2134999, 745, 0, 'Briarthorn'),
|
|
(2135000, 743, 0, 'Earthroot'),
|
|
(2135001, 743, 0, 'Earthroot'),
|
|
(2135002, 741, 0, 'Silverleaf'),
|
|
(2135003, 742, 0, 'Peacebloom'),
|
|
(2135004, 744, 0, 'Mageroyal'),
|
|
(2135005, 741, 0, 'Silverleaf'),
|
|
(2135006, 745, 0, 'Briarthorn'),
|
|
(2135007, 744, 0, 'Mageroyal'),
|
|
(2135008, 742, 0, 'Peacebloom'),
|
|
(2135009, 743, 0, 'Earthroot'),
|
|
(2135010, 747, 0, 'Stranglekelp'),
|
|
(2135011, 742, 0, 'Peacebloom'),
|
|
(2135012, 742, 0, 'Peacebloom'),
|
|
(2135013, 741, 0, 'Silverleaf'),
|
|
(2135014, 743, 0, 'Earthroot'),
|
|
(2135015, 743, 0, 'Earthroot'),
|
|
(2135016, 742, 0, 'Peacebloom'),
|
|
(2135017, 741, 0, 'Silverleaf'),
|
|
(2135018, 744, 0, 'Mageroyal'),
|
|
(2135019, 742, 0, 'Peacebloom'),
|
|
(2135020, 748, 0, 'Peacebloom'),
|
|
(2135021, 743, 0, 'Earthroot'),
|
|
(2135022, 741, 0, 'Silverleaf'),
|
|
(2135023, 750, 0, 'Mageroyal'),
|
|
(2135024, 741, 0, 'Silverleaf'),
|
|
(2135025, 745, 0, 'Briarthorn'),
|
|
(2135026, 745, 0, 'Briarthorn'),
|
|
(2135027, 747, 0, 'Stranglekelp'),
|
|
(2135028, 744, 0, 'Mageroyal'),
|
|
(2135029, 743, 0, 'Earthroot'),
|
|
(2135030, 741, 0, 'Silverleaf'),
|
|
(2135031, 743, 0, 'Earthroot'),
|
|
(2135032, 747, 0, 'Stranglekelp'),
|
|
(2135033, 745, 0, 'Briarthorn'),
|
|
(2135034, 745, 0, 'Briarthorn'),
|
|
(2135035, 747, 0, 'Stranglekelp'),
|
|
(2135036, 744, 0, 'Mageroyal'),
|
|
(2135037, 745, 0, 'Briarthorn'),
|
|
(2135038, 748, 0, 'Peacebloom'),
|
|
(2135039, 741, 0, 'Silverleaf'),
|
|
(2135040, 743, 0, 'Earthroot'),
|
|
(2135041, 743, 0, 'Earthroot'),
|
|
(2135042, 741, 0, 'Silverleaf'),
|
|
(2135043, 744, 0, 'Mageroyal'),
|
|
(2135044, 742, 0, 'Peacebloom'),
|
|
(2135045, 741, 0, 'Silverleaf'),
|
|
(2135046, 742, 0, 'Peacebloom'),
|
|
(2135047, 746, 0, 'Bruiseweed'),
|
|
(2135048, 745, 0, 'Briarthorn'),
|
|
(2135049, 745, 0, 'Briarthorn'),
|
|
(2135050, 743, 0, 'Earthroot'),
|
|
(2135051, 742, 0, 'Peacebloom'),
|
|
(2135052, 744, 0, 'Mageroyal'),
|
|
(2135053, 742, 0, 'Peacebloom'),
|
|
(2135054, 741, 0, 'Silverleaf'),
|
|
(2135055, 741, 0, 'Silverleaf'),
|
|
(2135056, 749, 0, 'Silverleaf'),
|
|
(2135057, 741, 0, 'Silverleaf'),
|
|
(2135058, 741, 0, 'Silverleaf'),
|
|
(2135059, 741, 0, 'Silverleaf'),
|
|
(2135060, 745, 0, 'Briarthorn'),
|
|
(2135061, 747, 0, 'Stranglekelp'),
|
|
(2135062, 742, 0, 'Peacebloom'),
|
|
(2135063, 742, 0, 'Peacebloom'),
|
|
(2135064, 744, 0, 'Mageroyal'),
|
|
(2135065, 743, 0, 'Earthroot'),
|
|
(2135066, 743, 0, 'Earthroot'),
|
|
(2135067, 747, 0, 'Stranglekelp'),
|
|
(2135068, 741, 0, 'Silverleaf'),
|
|
(2135069, 748, 0, 'Peacebloom'),
|
|
(2135070, 741, 0, 'Silverleaf'),
|
|
(2135071, 741, 0, 'Silverleaf'),
|
|
(2135072, 741, 0, 'Silverleaf'),
|
|
(2135073, 745, 0, 'Briarthorn'),
|
|
(2135074, 745, 0, 'Briarthorn'),
|
|
(2135075, 747, 0, 'Stranglekelp'),
|
|
(2135076, 747, 0, 'Stranglekelp'),
|
|
(2135077, 748, 0, 'Peacebloom'),
|
|
(2135078, 742, 0, 'Peacebloom'),
|
|
(2135079, 742, 0, 'Peacebloom'),
|
|
(2135080, 741, 0, 'Silverleaf'),
|
|
(2135081, 745, 0, 'Briarthorn'),
|
|
(2135082, 745, 0, 'Briarthorn'),
|
|
(2135083, 742, 0, 'Peacebloom'),
|
|
(2135084, 742, 0, 'Peacebloom'),
|
|
(2135085, 744, 0, 'Mageroyal'),
|
|
(2135086, 745, 0, 'Briarthorn'),
|
|
(2135087, 747, 0, 'Stranglekelp'),
|
|
(2135088, 741, 0, 'Silverleaf'),
|
|
(2135089, 744, 0, 'Mageroyal'),
|
|
(2135090, 741, 0, 'Silverleaf'),
|
|
(2135091, 744, 0, 'Mageroyal'),
|
|
(2135092, 741, 0, 'Silverleaf'),
|
|
(2135093, 741, 0, 'Silverleaf'),
|
|
(2135094, 744, 0, 'Mageroyal'),
|
|
(2135095, 741, 0, 'Silverleaf'),
|
|
(2135096, 741, 0, 'Silverleaf'),
|
|
(2135097, 746, 0, 'Bruiseweed'),
|
|
(2135098, 743, 0, 'Earthroot'),
|
|
(2135099, 747, 0, 'Stranglekelp'),
|
|
(2135100, 747, 0, 'Stranglekelp'),
|
|
(2135101, 742, 0, 'Peacebloom'),
|
|
(2135102, 741, 0, 'Silverleaf'),
|
|
(2135103, 742, 0, 'Peacebloom'),
|
|
(2135104, 744, 0, 'Mageroyal'),
|
|
(2135105, 746, 0, 'Bruiseweed'),
|
|
(2135106, 747, 0, 'Stranglekelp'),
|
|
(2135107, 747, 0, 'Stranglekelp'),
|
|
(2135108, 742, 0, 'Peacebloom'),
|
|
(2135109, 744, 0, 'Mageroyal'),
|
|
(2135110, 745, 0, 'Briarthorn'),
|
|
(2135111, 745, 0, 'Briarthorn'),
|
|
(2135112, 745, 0, 'Briarthorn'),
|
|
(2135113, 745, 0, 'Briarthorn'),
|
|
(2135114, 747, 0, 'Stranglekelp'),
|
|
(2135115, 742, 0, 'Peacebloom'),
|
|
(2135116, 741, 0, 'Silverleaf'),
|
|
(2135117, 741, 0, 'Silverleaf'),
|
|
(2135118, 742, 0, 'Peacebloom'),
|
|
(2135119, 751, 0, 'Bruiseweed'),
|
|
(2135120, 741, 0, 'Silverleaf'),
|
|
(2135121, 745, 0, 'Briarthorn'),
|
|
(2135122, 743, 0, 'Earthroot'),
|
|
(2135123, 747, 0, 'Stranglekelp'),
|
|
(2135124, 744, 0, 'Mageroyal'),
|
|
(2135125, 750, 0, 'Mageroyal'),
|
|
(2135126, 743, 0, 'Earthroot'),
|
|
(2135127, 743, 0, 'Earthroot'),
|
|
(2135128, 742, 0, 'Peacebloom'),
|
|
(2135129, 744, 0, 'Mageroyal'),
|
|
(2135130, 741, 0, 'Silverleaf'),
|
|
(2135131, 741, 0, 'Silverleaf'),
|
|
(2135132, 742, 0, 'Peacebloom'),
|
|
(2135133, 744, 0, 'Mageroyal'),
|
|
(2135134, 745, 0, 'Briarthorn'),
|
|
(2135135, 745, 0, 'Briarthorn'),
|
|
(2135136, 749, 0, 'Silverleaf'),
|
|
(2135137, 741, 0, 'Silverleaf'),
|
|
(2135138, 742, 0, 'Peacebloom'),
|
|
(2135139, 747, 0, 'Stranglekelp'),
|
|
(2135140, 742, 0, 'Peacebloom'),
|
|
(2135141, 742, 0, 'Peacebloom'),
|
|
(2135142, 742, 0, 'Peacebloom'),
|
|
(2135143, 743, 0, 'Earthroot'),
|
|
(2135144, 744, 0, 'Mageroyal'),
|
|
(2135145, 746, 0, 'Bruiseweed'),
|
|
(2135146, 742, 0, 'Peacebloom'),
|
|
(2135147, 741, 0, 'Silverleaf'),
|
|
(2135148, 744, 0, 'Mageroyal'),
|
|
(2135149, 744, 0, 'Mageroyal'),
|
|
(2135150, 742, 0, 'Peacebloom'),
|
|
(2135151, 742, 0, 'Peacebloom'),
|
|
(2135152, 741, 0, 'Silverleaf'),
|
|
(2135153, 741, 0, 'Silverleaf'),
|
|
(2135154, 746, 0, 'Bruiseweed'),
|
|
(2135155, 746, 0, 'Bruiseweed'),
|
|
(2135156, 747, 0, 'Stranglekelp'),
|
|
(2135157, 744, 0, 'Mageroyal'),
|
|
(2135158, 741, 0, 'Silverleaf'),
|
|
(2135159, 741, 0, 'Silverleaf'),
|
|
(2135160, 747, 0, 'Stranglekelp'),
|
|
(2135161, 742, 0, 'Peacebloom'),
|
|
(2135162, 750, 0, 'Mageroyal'),
|
|
(2135164, 741, 0, 'Silverleaf'),
|
|
(2135165, 742, 0, 'Peacebloom'),
|
|
(2135166, 741, 0, 'Silverleaf'),
|
|
(2135167, 742, 0, 'Peacebloom'),
|
|
(2135168, 744, 0, 'Mageroyal'),
|
|
(2135169, 746, 0, 'Bruiseweed'),
|
|
(2135170, 743, 0, 'Earthroot'),
|
|
(2135171, 744, 0, 'Mageroyal'),
|
|
(2135172, 751, 0, 'Bruiseweed'),
|
|
(2135173, 746, 0, 'Bruiseweed'),
|
|
(2135174, 744, 0, 'Mageroyal'),
|
|
(2135175, 745, 0, 'Briarthorn'),
|
|
(2135176, 741, 0, 'Silverleaf'),
|
|
(2135177, 749, 0, 'Silverleaf'),
|
|
(2135178, 743, 0, 'Earthroot'),
|
|
(2135179, 742, 0, 'Peacebloom'),
|
|
(2135180, 741, 0, 'Silverleaf'),
|
|
(2135181, 746, 0, 'Bruiseweed'),
|
|
(2135182, 745, 0, 'Briarthorn'),
|
|
(2135183, 747, 0, 'Stranglekelp'),
|
|
(2135184, 742, 0, 'Peacebloom'),
|
|
(2135185, 745, 0, 'Briarthorn'),
|
|
(2135186, 743, 0, 'Earthroot'),
|
|
(2135187, 741, 0, 'Silverleaf'),
|
|
(2135188, 749, 0, 'Silverleaf'),
|
|
(2135189, 745, 0, 'Briarthorn'),
|
|
(2135190, 745, 0, 'Briarthorn'),
|
|
(2135191, 743, 0, 'Earthroot'),
|
|
(2135192, 743, 0, 'Earthroot'),
|
|
(2135193, 747, 0, 'Stranglekelp'),
|
|
(2135194, 745, 0, 'Briarthorn'),
|
|
(2135195, 742, 0, 'Peacebloom'),
|
|
(2135196, 745, 0, 'Briarthorn'),
|
|
(2135197, 745, 0, 'Briarthorn'),
|
|
(2135198, 750, 0, 'Mageroyal'),
|
|
(2135199, 746, 0, 'Bruiseweed'),
|
|
(2135200, 744, 0, 'Mageroyal'),
|
|
(2135201, 743, 0, 'Earthroot'),
|
|
(2135202, 747, 0, 'Stranglekelp'),
|
|
(2135203, 742, 0, 'Peacebloom'),
|
|
(2135204, 742, 0, 'Peacebloom'),
|
|
(2135205, 745, 0, 'Briarthorn'),
|
|
(2135206, 741, 0, 'Silverleaf'),
|
|
(2135207, 741, 0, 'Silverleaf'),
|
|
(2135208, 741, 0, 'Silverleaf'),
|
|
(2135209, 750, 0, 'Mageroyal'),
|
|
(2135210, 743, 0, 'Earthroot'),
|
|
(2135211, 741, 0, 'Silverleaf'),
|
|
(2135212, 746, 0, 'Bruiseweed'),
|
|
(2135213, 746, 0, 'Bruiseweed'),
|
|
(2135214, 744, 0, 'Mageroyal'),
|
|
(2135215, 748, 0, 'Peacebloom'),
|
|
(2135216, 744, 0, 'Mageroyal'),
|
|
(2135217, 742, 0, 'Peacebloom'),
|
|
(2135218, 751, 0, 'Bruiseweed'),
|
|
(2135219, 745, 0, 'Briarthorn'),
|
|
(2135220, 743, 0, 'Earthroot'),
|
|
(2135221, 743, 0, 'Earthroot'),
|
|
(2135222, 744, 0, 'Mageroyal'),
|
|
(2135223, 742, 0, 'Peacebloom'),
|
|
(2135224, 741, 0, 'Silverleaf'),
|
|
(2135225, 749, 0, 'Silverleaf'),
|
|
(2135226, 744, 0, 'Mageroyal'),
|
|
(2135227, 743, 0, 'Earthroot'),
|
|
(2135228, 747, 0, 'Stranglekelp'),
|
|
(2135229, 750, 0, 'Mageroyal'),
|
|
(2135230, 742, 0, 'Peacebloom'),
|
|
(2135231, 744, 0, 'Mageroyal'),
|
|
(2135232, 751, 0, 'Bruiseweed'),
|
|
(2135233, 747, 0, 'Stranglekelp'),
|
|
(2135234, 741, 0, 'Silverleaf'),
|
|
(2135235, 741, 0, 'Silverleaf'),
|
|
(2135236, 741, 0, 'Silverleaf'),
|
|
(2135237, 746, 0, 'Bruiseweed'),
|
|
(2135238, 747, 0, 'Stranglekelp'),
|
|
(2135239, 747, 0, 'Stranglekelp'),
|
|
(2135240, 742, 0, 'Peacebloom'),
|
|
(2135241, 746, 0, 'Bruiseweed'),
|
|
(2135242, 745, 0, 'Briarthorn'),
|
|
(2135243, 745, 0, 'Briarthorn'),
|
|
(2135253, 751, 0, 'Bruiseweed'),
|
|
(2135254, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(2135255, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(2135256, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(2135257, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(2135258, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(2135259, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(2135260, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(2135261, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(2135262, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(2135263, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(2135264, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(2135265, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(2135266, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(2135267, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(2135268, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(2135269, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(2135270, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(2135271, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(2135272, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(2135273, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(2135274, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(2135275, 11649, 0, 'Pumpkins - Quest Fields of Grief'),
|
|
(2135399, 11712, 0, 'Rich Thorium Vein - Dire Maul East node 1'),
|
|
(2135400, 11712, 0, 'Rich Thorium Vein - Dire Maul East node 2'),
|
|
(2135401, 11712, 0, 'Rich Thorium Vein - Dire Maul East node 3'),
|
|
(2135402, 11712, 0, 'Rich Thorium Vein - Dire Maul East node 4'),
|
|
(2135403, 11712, 0, 'Rich Thorium Vein - Dire Maul East node 5');
|
|
|
|
/*!40103 SET TIME_ZONE=IFNULL(@OLD_TIME_ZONE, 'system') */;
|
|
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
|
|
/*!40014 SET FOREIGN_KEY_CHECKS=IFNULL(@OLD_FOREIGN_KEY_CHECKS, 1) */;
|
|
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|
|
/*!40111 SET SQL_NOTES=IFNULL(@OLD_SQL_NOTES, 1) */;
|