aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/create/create_mysql.sql4
-rw-r--r--sql/create/drop_mysql.sql6
-rw-r--r--sql/updates/hotfixes/2014_10_19_00_create.sql2
-rw-r--r--sql/updates/hotfixes/2014_10_19_01_hotfixes_area_poi.sql1460
-rw-r--r--sql/updates/hotfixes/2014_10_19_02_hotfixes_area_poi_state.sql512
5 files changed, 1984 insertions, 0 deletions
diff --git a/sql/create/create_mysql.sql b/sql/create/create_mysql.sql
index e182e06168f..a5e00ed7330 100644
--- a/sql/create/create_mysql.sql
+++ b/sql/create/create_mysql.sql
@@ -6,8 +6,12 @@ CREATE DATABASE `characters` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
CREATE DATABASE `auth` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
+CREATE DATABASE `hotfixes` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
+
GRANT ALL PRIVILEGES ON `world` . * TO 'trinity'@'localhost' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON `characters` . * TO 'trinity'@'localhost' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON `auth` . * TO 'trinity'@'localhost' WITH GRANT OPTION;
+
+GRANT ALL PRIVILEGES ON `hotfixes` . * TO 'trinity'@'localhost' WITH GRANT OPTION;
diff --git a/sql/create/drop_mysql.sql b/sql/create/drop_mysql.sql
index ee05439df99..29f0031d06f 100644
--- a/sql/create/drop_mysql.sql
+++ b/sql/create/drop_mysql.sql
@@ -12,6 +12,10 @@ REVOKE ALL PRIVILEGES ON `auth` . * FROM 'trinity'@'localhost';
REVOKE GRANT OPTION ON `auth` . * FROM 'trinity'@'localhost';
+REVOKE ALL PRIVILEGES ON `hotfixes` . * FROM 'trinity'@'localhost';
+
+REVOKE GRANT OPTION ON `hotfixes` . * FROM 'trinity'@'localhost';
+
DROP USER 'trinity'@'localhost';
DROP DATABASE IF EXISTS `world`;
@@ -19,3 +23,5 @@ DROP DATABASE IF EXISTS `world`;
DROP DATABASE IF EXISTS `characters`;
DROP DATABASE IF EXISTS `auth`;
+
+DROP DATABASE IF EXISTS `hotfixes`;
diff --git a/sql/updates/hotfixes/2014_10_19_00_create.sql b/sql/updates/hotfixes/2014_10_19_00_create.sql
new file mode 100644
index 00000000000..9ae160e7298
--- /dev/null
+++ b/sql/updates/hotfixes/2014_10_19_00_create.sql
@@ -0,0 +1,2 @@
+CREATE DATABASE `hotfixes` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
+GRANT ALL PRIVILEGES ON `hotfixes` . * TO 'trinity'@'localhost' WITH GRANT OPTION;
diff --git a/sql/updates/hotfixes/2014_10_19_01_hotfixes_area_poi.sql b/sql/updates/hotfixes/2014_10_19_01_hotfixes_area_poi.sql
new file mode 100644
index 00000000000..5b5524ed882
--- /dev/null
+++ b/sql/updates/hotfixes/2014_10_19_01_hotfixes_area_poi.sql
@@ -0,0 +1,1460 @@
+DROP TABLE IF EXISTS `area_poi`;
+CREATE TABLE `area_poi` (
+ `ID` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
+ `Flags` MEDIUMINT(8) NOT NULL DEFAULT '0',
+ `Importance` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
+ `FactionID` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
+ `MapID` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
+ `AreaID` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
+ `Icon` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
+ `PositionX` FLOAT NOT NULL DEFAULT '0',
+ `PositionY` FLOAT NOT NULL DEFAULT '0',
+ `Name` TEXT NOT NULL,
+ `Description` TEXT NOT NULL,
+ `WorldStateID` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
+ `PlayerConditionID` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
+ `WorldMapLink` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
+ `PortLocID` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
+ `WDBVerified` SMALLINT(5) DEFAULT '1',
+ PRIMARY KEY (`ID`)
+) ENGINE=MyISAM DEFAULT CHARSET=utf8;
+
+INSERT INTO `area_poi` VALUES
+(1, 517, 3, 0, 0, 132, 7, -6134.28, 383.763, 'Anvilmar', '', 0, 0, 0, 0, 19000),
+(2, 517, 2, 0, 0, 159, 7, 2249.85, 278.414, 'Brill', '', 0, 0, 0, 0, 19000),
+(3, 525, 3, 0, 0, 10, 5, -10564.7, -1170.65, 'Darkshire', '', 0, 0, 0, 0, 19000),
+(4, 517, 3, 0, 0, 154, 7, 1879.83, 1588.2, 'Deathknell', '', 0, 0, 0, 0, 19000),
+(5, 517, 3, 0, 0, 836, 7, -4191.02, -2373.14, 'Dun Algaz', '', 0, 0, 0, 0, 19000),
+(6, 517, 3, 0, 0, 205, 7, -2610.26, -2350.56, 'Dun Modr', '', 0, 0, 0, 0, 19000),
+(7, 517, 3, 0, 0, 87, 7, -9480.09, 63.5218, 'Goldshire', '', 0, 0, 0, 0, 19000),
+(8, 541, 3, 0, 0, 1, 6, -4798.776, -1107.497, 'Ironforge', '', 0, 0, 0, 0, 19000),
+(9, 517, 2, 0, 0, 131, 7, -5585.95, -482.127, 'Kharanos', '', 0, 0, 0, 0, 19000),
+(10, 525, 3, 0, 0, 44, 5, -9227.69, -2201.47, 'Lakeshire', '', 0, 0, 0, 0, 19000),
+(11, 525, 3, 0, 0, 11, 5, -3672.7, -828.455, 'Menethil Harbor', '', 0, 0, 0, 0, 19000),
+(12, 517, 3, 0, 0, 20, 7, -11017.1, 1510.17, 'Moonbrook', '', 0, 0, 0, 0, 19000),
+(13, 517, 3, 0, 0, 24, 7, -8896.16, -179.328, 'Northshire Abbey', '', 0, 0, 0, 0, 19000),
+(14, 517, 3, 0, 0, 94, 7, -10752.5, 310.433, 'Raven Hill', '', 0, 0, 0, 0, 19000),
+(15, 525, 3, 0, 0, 40, 5, -10503.7, 1027.76, 'Sentinel Hill', '', 0, 0, 0, 0, 19000),
+(16, 541, 3, 0, 0, 12, 6, -8678.426, 729.6007, 'Stormwind City', '', 0, 0, 0, 0, 19000),
+(17, 525, 2, 0, 0, 130, 5, 508.073, 1619.02, 'The Sepulcher', '', 0, 0, 0, 0, 19000),
+(18, 541, 4, 0, 0, 85, 6, 1594.339, 240.2882, 'Undercity', '', 0, 0, 0, 0, 19000),
+(19, 525, 3, 0, 0, 38, 5, -5349.27, -2959.91, 'Thelsamar', '', 0, 0, 0, 0, 19000),
+(20, 1, 0, 0, 37, 0, 0, -448.982, -1028.22, 'Alliance', '', 0, 0, 0, 0, 19000),
+(21, 1, 0, 0, 37, 0, 0, -669.134, -483.289, 'Horde', '', 0, 0, 0, 0, 19000),
+(22, 0, 3, 0, 0, 267, 5, -803.031, -531.727, 'Southshore', '', 0, 0, 0, 0, 19000),
+(23, 525, 2, 0, 0, 267, 5, -27.0354, -900.562, 'Tarren Mill', '', 0, 0, 0, 0, 19000),
+(24, 525, 2, 84, 0, 320, 5, -1251.05, -2526.81, 'Refuge Pointe', '', 0, 0, 0, 0, 19000),
+(25, 525, 2, 83, 0, 45, 5, -991.57, -3528.34, 'Hammerfall', '', 0, 0, 0, 0, 19000),
+(26, 0, 3, 83, 0, 3, 5, -6676.42, -2186.68, 'Kargath', '', 0, 0, 0, 0, 19000),
+(27, 517, 3, 84, 0, 338, 7, -6392.65, -3158, 'Angor Fortress', '', 0, 0, 0, 0, 19000),
+(28, 517, 3, 83, 1, 222, 7, -2323.92, -394.981, 'Bloodhoof Village', '', 0, 0, 0, 0, 19000),
+(29, 541, 3, 83, 1, 215, 6, -1205.41, 29.4214, 'Thunder Bluff', '', 0, 0, 0, 0, 19000),
+(30, 517, 3, 83, 1, 221, 7, -2906.49, -253.607, 'Camp Narache', '', 0, 0, 0, 0, 19000),
+(31, 517, 3, 83, 1, 362, 7, 312.659, -4745.52, 'Razor Hill', '', 0, 0, 0, 0, 19000),
+(32, 517, 3, 83, 1, 364, 7, -604.098, -4202.92, 'The Den', '', 0, 0, 0, 0, 19000),
+(33, 541, 3, 83, 1, 14, 6, 1381.77, -4371.16, 'Orgrimmar', '', 0, 0, 0, 0, 19000),
+(34, 516, 3, 83, 1, 367, 7, -819.492, -4918.24, 'Sen''jin Village', '', 0, 0, 0, 0, 19000),
+(35, 525, 3, 83, 1, 17, 5, -455.9, -2652.15, 'The Crossroads', '', 0, 0, 0, 0, 19000),
+(36, 517, 3, 84, 1, 188, 5, 10462.7, 805.993, 'Aldrassil', '', 0, 0, 0, 0, 19000),
+(37, 517, 3, 84, 1, 5481, 7, 9787.99, 949.897, 'Dolanaar', '', 0, 0, 0, 0, 19000),
+(38, 541, 3, 84, 1, 141, 6, 9951.75, 2254.5, 'Darnassus', '', 0, 0, 0, 0, 19000),
+(39, 525, 3, 0, 1, 392, 5, -951.364, -3680.07, 'Ratchet', '', 0, 0, 0, 0, 19000),
+(40, 525, 3, 0, 0, 35, 5, -14383.3, 487.139, 'Booty Bay', '', 0, 0, 0, 0, 19000),
+(41, 525, 3, 83, 0, 33, 5, -12378.4, 185.734, 'Grom''gol Base Camp', '', 0, 0, 0, 0, 19000),
+(42, 525, 3, 84, 1, 331, 5, 2720.43, -382.391, 'Astranaar', '', 0, 0, 0, 0, 19000),
+(44, 0, 3, 84, 1, 467, 5, 2658.78, 1449.71, 'Stonetalon Peak', '', 0, 0, 0, 0, 19000),
+(45, 0, 3, 84, 1, 489, 5, -4510.03, -779.474, 'Thalanaar', '', 0, 0, 0, 0, 19000),
+(46, 0, 3, 83, 1, 484, 5, -5454.07, -2445.5, 'Freewind Post', '', 0, 0, 0, 0, 19000),
+(227, 516, 0, 0, 0, 92, 3, -9389.26, 458.427, 'Mirror Lake', '', 0, 0, 0, 0, 19000),
+(247, 516, 0, 0, 0, 282, 3, 861.216, -558.217, 'Slaughter Hollow', '', 0, 0, 0, 0, 19000),
+(327, 516, 0, 0, 0, 321, 7, -1014.22, -3827.39, 'Drywhisker Gorge', '', 0, 0, 0, 0, 19000),
+(701, 517, 1, 0, 1, 406, 7, 936.308, 910.974, 'Sun Rock Retreat', '', 0, 0, 0, 0, 19000),
+(707, 516, 0, 0, 1, 1221, 7, 3549.15, -5359.12, 'Temple of Zin-Malor', '', 0, 0, 0, 0, 19000),
+(708, 516, 0, 0, 1, 1227, 7, 3556.64, -6232.79, 'Hetaera''s Clutch', '', 0, 0, 0, 0, 19000),
+(709, 516, 0, 0, 0, 197, 7, 969.176, -1825.52, 'Uther''s Tomb', '', 0, 0, 0, 0, 19000),
+(710, 516, 0, 0, 0, 2298, 7, 1262.19, -2579.41, 'Scholomance', '', 0, 0, 0, 0, 19000),
+(767, 516, 0, 0, 1, 480, 7, -4917.35, -1375.5, 'Whitereach Post', '', 0, 0, 0, 0, 19000),
+(788, 517, 1, 0, 0, 8, 7, -10443.7, -3277.49, 'Stonard', '', 0, 0, 0, 0, 19000),
+(789, 525, 3, 0, 1, 440, 5, -7139.15, -3752.11, 'Gadgetzan', '', 0, 0, 0, 0, 19000),
+(790, 525, 3, 0, 1, 215, 5, -4394.98, 215.611, 'Camp Mojache', '', 0, 0, 0, 0, 19000),
+(791, 525, 3, 0, 1, 15, 5, -3680.17, -4388.51, 'Theramore Isle', '', 0, 0, 0, 0, 19000),
+(792, 525, 2, 0, 0, 47, 5, 234.85, -2127.76, 'Aerie Peak', '', 0, 0, 0, 0, 19000),
+(794, 525, 3, 0, 1, 618, 5, 6723.46, -4662.5, 'Everlook', '', 0, 0, 0, 0, 19000),
+(795, 525, 3, 0, 1, 405, 5, -1657.85, 3097.92, 'Shadowprey Village', '', 0, 0, 0, 0, 19000),
+(796, 525, 3, 0, 1, 357, 5, -4517.382, 2240.932, 'Feathermoon Stronghold', '', 0, 0, 0, 0, 19000),
+(798, 0, 3, 0, 1, 148, 5, 6439.33, 411.951, 'Auberdine', '', 0, 0, 0, 0, 19000),
+(799, 525, 3, 0, 1, 405, 5, 202.521, 1308.24, 'Nijel''s Point', '', 0, 0, 0, 0, 19000),
+(907, 516, 0, 0, 1, 188, 7, 10479.6, 812.281, 'Aldrassil', '', 0, 0, 0, 0, 19000),
+(908, 516, 0, 0, 1, 188, 7, 10756.2, 921.301, 'Shadowthread Cave', '', 0, 0, 0, 0, 19000),
+(909, 516, 0, 0, 1, 186, 7, 10050.6, 1031.2, 'Fel Rock', '', 0, 0, 0, 0, 19000),
+(911, 516, 0, 0, 1, 736, 7, 9864.17, 1557.41, 'Ban''ethil Barrow Den', '', 0, 0, 0, 0, 19000),
+(912, 516, 0, 0, 1, 266, 7, 10316.4, 1200.62, 'The Cleft', '', 0, 0, 0, 0, 19000),
+(913, 516, 0, 0, 1, 410, 7, 636.963, -4534.04, 'Razorwind Canyon', '', 0, 0, 0, 0, 19000),
+(929, 516, 0, 0, 1, 369, 7, 726.297, -4242.41, 'Tor''kren Farm', '', 0, 0, 0, 0, 19000),
+(947, 516, 0, 0, 0, 131, 7, -5488.04, -658.67, 'Steelgrill''s Depot', '', 0, 0, 0, 0, 19000),
+(948, 516, 0, 0, 0, 212, 7, -5858.7, -2004.1, 'Ironband''s Compound', '', 0, 0, 0, 0, 19000),
+(949, 516, 0, 0, 0, 24, 7, -8676.57, -119.634, 'Echo Ridge Mine', '', 0, 0, 0, 0, 19000),
+(950, 516, 0, 0, 0, 57, 7, -9948.39, 69.1568, 'Maclure Vineyards', '', 0, 0, 0, 0, 19000),
+(951, 516, 0, 0, 0, 57, 7, -9901.14, 378.19, 'Stonefield Farm', '', 0, 0, 0, 0, 19000),
+(954, 516, 0, 0, 0, 24, 7, -9067.35, -333.965, 'Northshire Vineyards', '', 0, 0, 0, 0, 19000),
+(955, 516, 0, 0, 0, 1000, 7, -9281.33, -3318.81, 'Tower of Ilgalar', '', 0, 0, 0, 0, 19000),
+(956, 516, 0, 0, 0, 996, 7, -8674.12, -2290.05, 'Render''s Rock', '', 0, 0, 0, 0, 19000),
+(1007, 516, 0, 0, 0, 1737, 7, -13751.4, -18.3165, 'Spirit Den', '', 0, 0, 0, 0, 19000),
+(1008, 516, 0, 0, 0, 98, 7, -8970.76, -2002.7, 'Rethban Caverns', '', 0, 0, 0, 0, 19000),
+(1010, 516, 0, 0, 0, 1858, 7, -1194.05, -2119.16, 'Boulderfist Outpost', '', 0, 0, 0, 0, 19000),
+(1011, 516, 0, 0, 0, 2561, 7, -11112.2, -2335.63, 'Grosh''gok Compound', '', 0, 0, 0, 0, 19000),
+(1012, 516, 0, 0, 0, 1797, 7, -10803.2, -3739.01, 'Stagalbog Cave', '', 0, 0, 0, 0, 19000),
+(1013, 516, 0, 0, 0, 74, 7, -10429.9, -3828.52, 'Temple of Atal''Hakkar', '', 0, 0, 0, 0, 19000),
+(1014, 516, 0, 0, 0, 324, 7, -1778.21, -1513.16, 'The Tower of Arathor', '', 0, 0, 0, 0, 19000),
+(1015, 516, 0, 0, 0, 348, 7, 316.946, -2119.3, 'Wildhammer Keep', '', 0, 0, 0, 0, 19000),
+(1016, 516, 0, 0, 0, 154, 7, 2046.11, 1829.45, 'Night Web''s Hollow', '', 0, 0, 0, 0, 19000),
+(1017, 516, 0, 0, 0, 2627, 7, 3035.33, -2773.9, 'Terrorweb Tunnel', '', 0, 0, 0, 0, 19000),
+(1018, 516, 0, 0, 0, 2271, 7, 2483.98, -5183.79, 'Browman Mill', '', 0, 0, 0, 0, 19000),
+(1027, 516, 0, 0, 0, 1897, 7, -6092.01, -3179.35, 'Uldaman', '', 0, 0, 0, 0, 19000),
+(1028, 516, 0, 0, 0, 344, 7, -7320.59, -2265.09, 'Dustbelch Grotto', '', 0, 0, 0, 0, 19000),
+(1029, 516, 0, 0, 0, 60, 7, -9615.71, 667.327, 'Westbrook Garrison', '', 0, 0, 0, 0, 19000),
+(1030, 516, 0, 0, 0, 91, 7, -9184.5, -605.891, 'Jasperlode Mine', '', 0, 0, 0, 0, 19000),
+(1031, 516, 0, 0, 0, 35, 7, -14179.6, 718, 'Janeiro''s Point', '', 0, 0, 0, 0, 19000),
+(1032, 516, 0, 0, 0, 838, 7, -4817.79, -2666.7, 'Algaz Station', '', 0, 0, 0, 0, 19000),
+(1033, 516, 0, 0, 0, 1038, 7, -4055, -3448.54, 'Grim Batol', '', 0, 0, 0, 0, 19000),
+(1047, 516, 0, 0, 1, 820, 7, -1501.49, -1036.19, 'Venture Co. Mine', '', 0, 0, 0, 0, 19000),
+(1048, 516, 0, 0, 1, 449, 7, 4619.42, 25.6126, 'Blackwood Den', '', 0, 0, 0, 0, 19000),
+(1049, 516, 0, 0, 1, 448, 7, 5056.04, 220.755, 'Wildbend River', '', 0, 0, 0, 0, 19000),
+(1050, 516, 0, 0, 1, 456, 7, 6870.57, -662.396, 'Cliffspring Falls', '', 0, 0, 0, 0, 19000),
+(1067, 516, 0, 0, 1, 720, 7, -1668.51, -4329.2, 'Fray Island', '', 0, 0, 0, 0, 19000),
+(1068, 516, 0, 0, 1, 387, 7, -837.968, -2037, 'Wailing Caverns', '', 0, 0, 0, 0, 19000),
+(1087, 516, 0, 0, 1, 2302, 7, -3723.63, -2535.18, 'Shady Rest Inn', '', 0, 0, 0, 0, 19000),
+(1088, 516, 0, 0, 1, 496, 7, -2829.79, -2722.81, 'Darkmist Cavern', '', 0, 0, 0, 0, 19000),
+(1089, 516, 0, 0, 1, 496, 7, -2884.79, -3429.99, 'North Point Tower', '', 0, 0, 0, 0, 19000),
+(1090, 516, 0, 0, 1, 496, 7, -2685.32, -3087.58, 'Bluefen', '', 0, 0, 0, 0, 19000),
+(1091, 516, 0, 0, 1, 2302, 7, -3925.5, -2862.15, 'Lost Point', '', 0, 0, 0, 0, 19000),
+(1092, 516, 0, 0, 1, 511, 7, -4300.98, -4062.71, 'Tidefury Cove', '', 0, 0, 0, 0, 19000),
+(1093, 516, 0, 0, 1, 510, 7, -4346.02, -3321.15, 'Stonemaul Ruins', '', 0, 0, 0, 0, 19000),
+(1094, 516, 0, 0, 1, 511, 7, -4698.06, -3720.58, 'Onyxia''s Lair', '', 0, 0, 0, 0, 19000),
+(1095, 516, 0, 0, 1, 511, 7, -4987.73, -3832.99, 'Emberstrife''s Den', '', 0, 0, 0, 0, 19000),
+(1096, 516, 0, 0, 1, 509, 7, -4335.04, -2639.53, 'Bloodfen Burrow', '', 0, 0, 0, 0, 19000),
+(1097, 516, 0, 0, 1, 502, 7, -3476.59, -4109.08, 'Sentry Point', '', 0, 0, 0, 0, 19000),
+(1098, 516, 0, 0, 1, 502, 7, -2949.47, -3893.5, 'Swamplight Manor', '', 0, 0, 0, 0, 19000),
+(1099, 644, 0, 0, 30, 0, 3, 793.751, -330.197, 'Irondeep Mine', 'Alliance Controlled', 1358, 14882, 0, 0, 19000),
+(1100, 516, 0, 0, 30, 0, 7, 1.66764, -292.675, 'Stonehearth Outpost', '', 0, 0, 0, 0, 19000),
+(1101, 516, 0, 0, 30, 0, 7, -537.807, -168.363, 'Iceblood Garrison', '', 0, 0, 0, 0, 19000),
+(1102, 644, 0, 0, 30, 0, 2, -946.912, -195.454, 'Coldtooth Mine', 'Horde Controlled', 1356, 15185, 0, 0, 19000),
+(1103, 516, 0, 0, 30, 0, 7, -1369.01, -225.37, 'Frostwolf Keep', '', 0, 0, 0, 0, 19000),
+(1104, 516, 0, 0, 1, 538, 7, -6143.21, -1078.89, 'Marshal''s Refuge', '', 0, 0, 0, 0, 19000),
+(1105, 516, 0, 0, 1, 538, 7, -6370.15, -1836.52, 'Fungal Rock', '', 0, 0, 0, 0, 19000),
+(1106, 516, 0, 0, 1, 1336, 7, -7693.45, -4878.96, 'Wavestrider Beach', '', 0, 0, 0, 0, 19000),
+(1107, 516, 0, 0, 1, 990, 7, -9635.41, -2787.2, 'Uldum', '', 0, 0, 0, 0, 19000),
+(1108, 516, 0, 0, 1, 2097, 7, -5086.21, -1919.44, 'Darkcloud Pinnacle', '', 0, 0, 0, 0, 19000),
+(1109, 516, 0, 0, 1, 483, 7, -5466.71, -1636.27, 'Roguefeather Den', '', 0, 0, 0, 0, 19000),
+(1110, 516, 0, 0, 1, 439, 7, -6239.42, -3973.12, 'Mirage Raceway', '', 0, 0, 0, 0, 19000),
+(1111, 516, 0, 0, 1, 439, 7, -6490.61, -3449.15, 'Sunken Dig Site', '', 0, 0, 0, 0, 19000),
+(1112, 516, 0, 0, 1, 481, 7, -5065.61, -2367.61, 'Splithoof Hold', '', 0, 0, 0, 0, 19000),
+(1113, 516, 0, 0, 1, 481, 7, -5213.85, -2794.53, 'The Weathered Nook', '', 0, 0, 0, 0, 19000),
+(1114, 516, 0, 0, 1, 2303, 7, -5848.05, -3412.38, 'Ironstone Camp', '', 0, 0, 0, 0, 19000),
+(1115, 516, 0, 0, 1, 439, 7, -5799.94, -3899.53, 'Weazel''s Crater', '', 0, 0, 0, 0, 19000),
+(1116, 516, 0, 0, 1, 439, 7, -6569.91, -3894.97, 'Tahonda Ruins', '', 0, 0, 0, 0, 19000),
+(1127, 516, 0, 0, 0, 241, 7, -11076, -1139.98, 'Roland''s Doom', '', 0, 0, 0, 0, 19000),
+(1128, 0, 0, 0, 0, 42, 7, -10349.7, -1538.8, 'Beggar''s Haunt', '', 0, 0, 0, 0, 19000),
+(1147, 516, 0, 0, 1, 606, 7, -2281.95, 2499.6, 'Bolgan''s Hole', '', 0, 0, 0, 0, 19000),
+(1148, 516, 0, 0, 1, 607, 7, -1422.62, 2918.45, 'Maraudon', '', 0, 0, 0, 0, 19000),
+(1149, 516, 0, 0, 1, 596, 7, -1224.06, 1736.67, 'Ghost Walker Post', '', 0, 0, 0, 0, 19000),
+(1150, 516, 0, 0, 1, 602, 7, -1407.87, 1493.13, 'Scrabblescrew''s Camp', '', 0, 0, 0, 0, 19000),
+(1151, 516, 0, 0, 1, 602, 7, -2251.19, 1513.55, 'Valley of Bones', '', 0, 0, 0, 0, 19000),
+(1168, 516, 0, 0, 1, 1119, 7, -3842.71, 1738.94, 'Rage Scar Hold', '', 0, 0, 0, 0, 19000),
+(1169, 516, 0, 0, 1, 1117, 7, -4852.91, 3616.63, 'Ruins of Solarsal', '', 0, 0, 0, 0, 19000),
+(1171, 516, 0, 0, 1, 2740, 7, -6206.25, 1766.95, 'Ravaged Twilight Camp', '', 0, 0, 0, 0, 19000),
+(1172, 516, 0, 0, 1, 3098, 7, -6740.04, 1636.32, 'Twilight Post', '', 0, 0, 0, 0, 19000),
+(1173, 516, 0, 0, 1, 2743, 7, -7929.11, 1833.28, 'Twilight Outpost', '', 0, 0, 0, 0, 19000),
+(1174, 516, 0, 0, 1, 1101, 7, -4915.81, 199.275, 'Woodpaw Hills', '', 0, 0, 0, 0, 19000),
+(1175, 516, 0, 0, 1, 1103, 7, -4052.72, 81.5525, 'Lariss Pavillion', '', 0, 0, 0, 0, 19000),
+(1176, 516, 0, 0, 0, 2420, 7, -7652.52, -3030.61, 'Slither Rock', '', 0, 0, 0, 0, 19000),
+(1177, 517, 3, 0, 0, 250, 7, -7479.77, -2186.4, 'Flame Crest', '', 0, 0, 0, 0, 19000),
+(1187, 516, 0, 0, 1, 1121, 7, -5492.37, 3622.79, 'Shalzaru''s Lair', '', 0, 0, 0, 0, 19000),
+(1208, 644, 0, 0, 30, 0, 15, 666.927, -305.544, 'Stormpike Graveyard', 'Alliance Controlled', 1333, 14966, 0, 0, 19000),
+(1209, 644, 0, 0, 30, 0, 13, -202.695, -112.569, 'Snowfall Graveyard', 'Horde Controlled', 1342, 14959, 0, 0, 19000),
+(1210, 644, 0, 0, 30, 0, 13, -1083.31, -307.402, 'Frostwolf Graveyard', 'Horde Controlled', 1338, 14953, 0, 0, 19000),
+(1211, 516, 0, 0, 1, 1227, 7, 3705.1, -6043.45, 'Scalebeard''s Cave', '', 0, 0, 0, 0, 19000),
+(1212, 516, 0, 0, 1, 2246, 7, 6900.63, -2298.18, 'Timbermaw Hold', '', 0, 0, 0, 0, 19000),
+(1213, 516, 0, 0, 1, 2251, 7, 6426.76, -4304.99, 'The Ruins of Kel''Theril', '', 0, 0, 0, 0, 19000),
+(1214, 516, 0, 0, 1, 2245, 7, 5718.83, -4507.31, 'Dun Mandarr', '', 0, 0, 0, 0, 19000),
+(1215, 516, 0, 0, 1, 1235, 7, 2707.72, -3869.25, 'Talrendis Point', '', 0, 0, 0, 0, 19000),
+(1216, 516, 0, 0, 1, 1256, 7, 2195.67, -6438.33, 'Rethress Sanctum', '', 0, 0, 0, 0, 19000),
+(1217, 516, 0, 0, 1, 2255, 7, 7123.02, -4631.57, 'Moon Horror Den', '', 0, 0, 0, 0, 19000),
+(1218, 516, 0, 0, 1, 1762, 7, 6817.78, -2097.68, 'Timbermaw Hold', '', 0, 0, 0, 0, 19000),
+(1219, 516, 0, 0, 1, 1767, 7, 6481.87, -1571, 'Irontree Cavern', '', 0, 0, 0, 0, 19000),
+(1220, 516, 0, 0, 1, 1765, 7, 5111.98, -353.403, 'Bloodvenom Post', '', 0, 0, 0, 0, 19000),
+(1227, 516, 0, 0, 1, 2541, 7, 515.845, 624.05, 'Sishir Canyon', '', 0, 0, 0, 0, 19000),
+(1228, 516, 0, 0, 1, 461, 7, 1543.57, 70.1338, 'Cragpool Lake', '', 0, 0, 0, 0, 19000),
+(1229, 516, 0, 0, 1, 461, 7, 981.949, -358.9, 'Windshear Mine', '', 0, 0, 0, 0, 19000),
+(1230, 516, 0, 0, 1, 461, 7, 1531.94, -576.57, 'The Talondeep Path', '', 0, 0, 0, 0, 19000),
+(1231, 516, 0, 0, 1, 467, 7, 2416.89, 1792.39, 'The Talon Den', '', 0, 0, 0, 0, 19000),
+(1232, 516, 0, 0, 1, 413, 7, 3493.89, -119.601, 'The Ruins of Ordil''Aran', '', 0, 0, 0, 0, 19000),
+(1233, 516, 0, 0, 1, 413, 7, 3827.37, -161.305, 'Bathran''s Haunt', '', 0, 0, 0, 0, 19000),
+(1234, 525, 3, 0, 1, 414, 5, 3362.22, 1010.16, 'Zoram''gar Outpost', '', 0, 0, 0, 0, 19000),
+(1235, 516, 0, 0, 1, 428, 7, 2231.21, -2222.91, 'Falfarren River', '', 0, 0, 0, 0, 19000),
+(1237, 516, 0, 0, 1, 430, 7, 2936.56, -2822.67, 'Xavian', '', 0, 0, 0, 0, 19000),
+(1238, 516, 0, 0, 1, 430, 7, 2880.33, -3287.54, 'Forest Song', '', 0, 0, 0, 0, 19000),
+(1239, 516, 0, 0, 1, 434, 7, 1702.45, -3150.99, 'Demon Fall Canyon', '', 0, 0, 0, 0, 19000),
+(1240, 516, 0, 0, 1, 422, 7, 1776.64, -2065.15, 'Silverwing Outpost', '', 0, 0, 0, 0, 19000),
+(1241, 516, 0, 0, 1, 422, 7, 1776.23, -2678.36, 'The Dor''Danil Barrow Den', '', 0, 0, 0, 0, 19000),
+(1242, 517, 1, 0, 1, 421, 7, 2130.27, -1190.25, 'Silverwind Refuge', '', 0, 0, 0, 0, 19000),
+(1243, 516, 0, 0, 1, 421, 7, 2291.29, -1444.96, 'Greenpaw Village', '', 0, 0, 0, 0, 19000),
+(1244, 516, 0, 0, 1, 421, 7, 1612.52, -1465.1, 'Bloodtooth Camp', '', 0, 0, 0, 0, 19000),
+(1245, 516, 0, 0, 1, 421, 7, 1930.26, -732.677, 'The Talondeep Path', '', 0, 0, 0, 0, 19000),
+(1246, 516, 0, 0, 1, 656, 7, 7856.18, -2215.45, 'Shrine of Remulos', '', 0, 0, 0, 0, 19000),
+(1247, 525, 3, 0, 1, 656, 5, 7961.75, -2491.77, 'Nighthaven', '', 0, 0, 0, 0, 19000),
+(1248, 516, 0, 0, 1, 656, 7, 7564.51, -2951.72, 'Stormrage Barrow Dens', '', 0, 0, 0, 0, 19000),
+(1249, 644, 0, 0, 30, 0, 11, 571.535, -80.543, 'Dun Baldar South Bunker', 'Alliance Controlled', 1361, 15021, 0, 0, 19000),
+(1250, 644, 0, 0, 30, 0, 11, 668.04, -128.176, 'Dun Baldar North Bunker', 'Alliance Controlled', 1362, 15229, 0, 0, 19000),
+(1251, 644, 0, 0, 30, 0, 11, 217.425, -359.764, 'Icewing Bunker', 'Alliance Controlled', 1363, 15186, 0, 0, 19000),
+(1252, 644, 0, 0, 30, -1, 10, -562.172, -273.554, 'Iceblood Tower', 'Horde Controlled', 1385, 15081, 0, 0, 19000),
+(1254, 644, 0, 0, 30, -1, 10, -760.664, -347.326, 'Tower Point', 'Horde Controlled', 1384, 15132, 0, 0, 19000),
+(1255, 644, 0, 0, 30, -1, 10, -1302.65, -305.886, 'East Frostwolf Tower', 'Horde Controlled', 1383, 15064, 0, 0, 19000),
+(1268, 516, 0, 0, 1, 422, 7, 1575.91, -2463.94, 'Warsong Labor Camp', '', 0, 0, 0, 0, 19000),
+(1287, 516, 0, 0, 0, 2697, 7, -10443.3, -2141.1, 'Ariden''s Camp', '', 0, 0, 0, 0, 19000),
+(1288, 516, 0, 0, 0, 2697, 7, -10572, -1841.05, 'Deadwind Ravine', '', 0, 0, 0, 0, 19000),
+(1289, 516, 0, 0, 0, 2938, 7, -10740.8, -1973.68, 'Sleeping Gorge', '', 0, 0, 0, 0, 19000),
+(1307, 517, 2, 0, 0, 197, 7, 921.054, -1421.46, 'Chillwind Camp', '', 0, 0, 0, 0, 19000),
+(1328, 516, 0, 0, 30, 0, 7, 693.095, -19.197, 'Dun Baldar', '', 0, 0, 0, 0, 19000),
+(1347, 644, 0, 0, 30, 0, 11, -160.17, -454.107, 'Stonehearth Bunker', 'Alliance Controlled', 1364, 15038, 0, 0, 19000),
+(1348, 644, 0, 0, 30, 0, 15, 640.261, -18.6661, 'Stormpike Aid Station', 'Alliance Controlled', 1325, 14864, 0, 0, 19000),
+(1349, 644, 0, 0, 30, 0, 13, -531.316, -405.584, 'Iceblood Graveyard', 'Horde Controlled', 1347, 14872, 0, 0, 19000),
+(1350, 644, 0, 0, 30, 0, 15, 65.9825, -415.573, 'Stonehearth Graveyard', 'Alliance Controlled', 1302, 15056, 0, 0, 19000),
+(1351, 644, 0, 0, 30, 0, 13, -1415.05, -305.986, 'Frostwolf Relief Hut', 'Horde Controlled', 1330, 15073, 0, 0, 19000),
+(1352, 644, 0, 0, 30, -1, 6, 678.076, -137.378, 'Dun Baldar North Bunker', 'Destroyed', 1371, 15187, 0, 0, 19000),
+(1353, 644, 0, 0, 30, 0, 9, 678.437, -137.095, 'Dun Baldar North Bunker', 'In Conflict', 1375, 15007, 0, 0, 19000),
+(1354, 644, 0, 0, 30, 0, 12, 678.371, -137.14, 'Dun Baldar North Bunker', 'In Conflict', 1379, 15059, 0, 0, 19000),
+(1355, 644, 0, 0, 30, -1, 6, 557.858, -88.1394, 'Dun Baldar South Bunker', 'Destroyed', 1370, 15188, 0, 0, 19000),
+(1356, 644, 0, 0, 30, 0, 9, 557.849, -88.2827, 'Dun Baldar South Bunker', 'In Conflict', 1374, 14939, 0, 0, 19000),
+(1357, 644, 0, 0, 30, 0, 12, 557.752, -88.2432, 'Dun Baldar South Bunker', 'In Conflict', 1378, 14873, 0, 0, 19000),
+(1358, 644, 0, 0, 30, 0, 3, -948.309, -193.286, 'Coldtooth Mine', 'Alliance Controlled', 1355, 14874, 0, 0, 19000),
+(1359, 644, 0, 0, 30, 0, 0, -948.542, -193.079, 'Coldtooth Mine', 'Kobold Controlled', 1357, 14940, 0, 0, 19000),
+(1362, 644, 0, 0, 30, 5481, 6, -1301.22, -306.564, 'East Frostwolf Tower', 'Destroyed', 1366, 15076, 0, 0, 19000),
+(1363, 644, 0, 0, 30, -1, 9, -1301.4, -307.196, 'East Frostwolf Tower', 'In Conflict', 1388, 14875, 0, 0, 19000),
+(1364, 644, 0, 0, 30, -1, 12, -1301.47, -307.241, 'East Frostwolf Tower', 'In Conflict', 1393, 15075, 0, 0, 19000),
+(1368, 644, 0, 0, 30, 0, 15, -1083.54, -307.433, 'Frostwolf Graveyard', 'Alliance Controlled', 1337, 15230, 0, 0, 19000),
+(1369, 644, 0, 0, 30, -1, 4, -1083.49, -307.617, 'Frostwolf Graveyard', 'In Conflict', 1339, 15068, 0, 0, 19000),
+(1370, 644, 0, 0, 30, 0, 14, -1083.67, -307.436, 'Frostwolf Graveyard', 'In Conflict', 1340, 14886, 0, 0, 19000),
+(1371, 644, 0, 0, 30, 0, 15, -1414.93, -305.602, 'Frostwolf Relief Hut', 'Alliance Controlled', 1329, 15231, 0, 0, 19000),
+(1372, 644, 0, 0, 30, 0, 14, -1414.79, -306.018, 'Frostwolf Relief Hut', 'In Conflict', 1332, 14834, 0, 0, 19000),
+(1373, 644, 0, 0, 30, 0, 4, -1414.89, -306.056, 'Frostwolf Relief Hut', 'In Conflict', 1331, 14993, 0, 0, 19000),
+(1374, 644, 0, 0, 30, 0, 15, -531.344, -405.273, 'Iceblood Graveyard', 'Alliance Controlled', 1346, 15020, 0, 0, 19000),
+(1375, 644, 0, 0, 30, 0, 4, -531.402, -405.326, 'Iceblood Graveyard', 'In Conflict', 1348, 14829, 0, 0, 19000),
+(1376, 644, 0, 0, 30, 0, 14, -531.425, -405.326, 'Iceblood Graveyard', 'In Conflict', 1349, 15039, 0, 0, 19000),
+(1377, 644, 0, 0, 30, -1, 6, -560.3, -271.439, 'Iceblood Tower', 'Destroyed', 1368, 15080, 0, 0, 19000),
+(1378, 644, 0, 0, 30, -1, 12, -560.261, -271.528, 'Iceblood Tower', 'In Conflict', 1395, 14954, 0, 0, 19000),
+(1379, 644, 0, 0, 30, -1, 9, -560.376, -271.281, 'Iceblood Tower', 'In Conflict', 1390, 15061, 0, 0, 19000),
+(1380, 644, 0, 0, 30, -1, 6, 209.101, -367.837, 'Icewing Bunker', 'Destroyed', 1372, 14909, 0, 0, 19000),
+(1381, 644, 0, 0, 30, 0, 9, 208.785, -367.938, 'Icewing Bunker', 'In Conflict', 1376, 15054, 0, 0, 19000),
+(1382, 644, 0, 0, 30, 0, 12, 209.023, -368.034, 'Icewing Bunker', 'In Conflict', 1380, 14887, 0, 0, 19000),
+(1383, 644, 0, 0, 30, 0, 2, 801.661, -330.015, 'Irondeep Mine', 'Horde Controlled', 1359, 14835, 0, 0, 19000),
+(1384, 644, 0, 0, 30, 0, 0, 801.41, -330.128, 'Irondeep Mine', 'Trogg Controlled', 1360, 15018, 0, 0, 19000),
+(1386, 644, 0, 0, 30, 0, 15, -202.963, -112.575, 'Snowfall Graveyard', 'Alliance Controlled', 1341, 14856, 0, 0, 19000),
+(1387, 644, 0, 0, 30, 0, 14, -203.153, -112.587, 'Snowfall Graveyard', 'In Conflict', 1344, 15189, 0, 0, 19000),
+(1388, 644, 0, 0, 30, 0, 4, -203.09, -112.598, 'Snowfall Graveyard', 'In Conflict', 1343, 14836, 0, 0, 19000),
+(1389, 644, 0, 0, 30, -1, 6, -160.264, -454.198, 'Stonehearth Bunker', 'Destroyed', 1373, 14984, 0, 0, 19000),
+(1390, 644, 0, 0, 30, 0, 9, -160.169, -454.076, 'Stonehearth Bunker', 'In Conflict', 1377, 15032, 0, 0, 19000),
+(1391, 644, 0, 0, 30, 0, 12, -160.403, -454.183, 'Stonehearth Bunker', 'In Conflict', 1381, 15190, 0, 0, 19000),
+(1392, 644, 0, 0, 30, 0, 13, 65.9149, -415.562, 'Stonehearth Graveyard', 'Horde Controlled', 1301, 15208, 0, 0, 19000),
+(1393, 644, 0, 0, 30, 0, 4, 65.8907, -415.551, 'Stonehearth Graveyard', 'In Conflict', 1304, 14933, 0, 0, 19000),
+(1394, 644, 0, 0, 30, 0, 14, 65.8889, -415.616, 'Stonehearth Graveyard', 'In Conflict', 1303, 14896, 0, 0, 19000),
+(1395, 644, 0, 0, 30, 0, 13, 641.501, -17.3997, 'Stormpike Aid Station', 'Horde Controlled', 1327, 15191, 0, 0, 19000),
+(1396, 644, 0, 0, 30, 0, 4, 640.908, -18.1867, 'Stormpike Aid Station', 'In Conflict', 1326, 14994, 0, 0, 19000),
+(1397, 644, 0, 0, 30, 0, 14, 640.699, -18.1078, 'Stormpike Aid Station', 'In Conflict', 1328, 15034, 0, 0, 19000),
+(1398, 644, 0, 0, 30, 0, 13, 666.642, -305.542, 'Stormpike Graveyard', 'Horde Controlled', 1334, 14897, 0, 0, 19000),
+(1399, 644, 0, 0, 30, 0, 4, 666.699, -305.533, 'Stormpike Graveyard', 'In Conflict', 1335, 15074, 0, 0, 19000),
+(1400, 644, 0, 0, 30, 0, 14, 666.571, -305.432, 'Stormpike Graveyard', 'In Conflict', 1336, 14944, 0, 0, 19000),
+(1405, 644, 0, 0, 30, -1, 6, -759.186, -348.19, 'Tower Point', 'Destroyed', 1367, 14922, 0, 0, 19000),
+(1406, 644, 0, 0, 30, -1, 12, -759.141, -348.12, 'Tower Point', 'In Conflict', 1394, 14914, 0, 0, 19000),
+(1407, 644, 0, 0, 30, -1, 9, -759.266, -348.044, 'Tower Point', 'In Conflict', 1389, 14995, 0, 0, 19000),
+(1469, 0, 3, 0, 1, 17, 5, -2352.66, -1921.67, 'Camp Taurajo', '', 0, 0, 0, 0, 19000),
+(1471, 525, 3, 0, 1, 331, 5, 2286.41, -2564.67, 'Splintertree Post', '', 0, 0, 0, 0, 19000),
+(1472, 516, 0, 0, 1, 3425, 7, -7066.79, 731.852, 'The Swarming Pillar', '', 0, 0, 0, 0, 19000),
+(1473, 516, 0, 0, 1, 3425, 7, -7234.61, 874.224, 'Bones of Grakkarond', '', 0, 0, 0, 0, 19000),
+(1475, 516, 0, 0, 1, 1101, 7, -4835.2, 863.048, 'Woodpaw Den', '', 0, 0, 0, 0, 19000),
+(1507, 525, 2, 0, 0, 307, 5, -573.459, -4590.51, 'Revantusk Village', '', 0, 0, 0, 0, 19000),
+(1508, 516, 0, 0, 0, 1442, 7, -6513.68, -1142.76, 'Thorium Point', '', 0, 0, 0, 0, 19000),
+(1512, 516, 0, 0, 1, 1703, 7, 1035.13, -2113.34, 'Mor''shan Base Camp', '', 0, 0, 0, 0, 19000),
+(1513, 516, 0, 0, 1, 422, 7, 1462.48, -1858.93, 'Silverwing Grove', '', 0, 0, 0, 0, 19000),
+(1527, 644, 0, 0, 30, -1, 10, -1297.9, -266.613, 'West Frostwolf Tower', 'Horde Controlled', 1382, 14839, 0, 0, 19000),
+(1528, 644, 0, 0, 30, -1, 6, -1297.92, -266.629, 'West Frostwolf Tower', 'Destroyed', 1365, 14991, 0, 0, 19000),
+(1529, 644, 0, 0, 30, -1, 12, -1298.02, -266.508, 'West Frostwolf Tower', 'In Conflict', 1392, 15052, 0, 0, 19000),
+(1530, 644, 0, 0, 30, -1, 9, -1298.09, -266.702, 'West Frostwolf Tower', 'In Conflict', 1387, 14838, 0, 0, 19000),
+(1550, 644, 0, 0, 30, -1, 4, 451.372, -127.12, 'Pre-alliance POI test', '', 1665, 14857, 0, 0, 19000),
+(1551, 0, 0, 0, 0, 198, 7, 2249.61, -2389.63, 'The Weeping Cave', '', 0, 0, 0, 0, 19000),
+(1568, 516, 0, 0, 30, 2978, 7, -1436.1, -455.651, 'Wildpaw Cavern', '', 0, 0, 0, 0, 19000),
+(1569, 516, 0, 0, 30, 2959, 7, 276.056, 61.1517, 'Icewing Cavern', '', 0, 0, 0, 0, 19000),
+(1588, 516, 0, 0, 0, 33, 7, -11874.6, 1250.73, 'Yojamba Isle', '', 0, 0, 0, 0, 19000),
+(1612, 644, 0, 0, 529, -1, 36, 1181.51, 1185.65, 'Stables', 'Neutral', 5834, 0, 0, 0, 19000),
+(1618, 644, 0, 0, 529, -1, 26, 988.693, 1012.81, 'Blacksmith', 'Neutral', 8799, 0, 0, 0, 19000),
+(1623, 644, 0, 0, 529, -1, 21, 812.715, 1182.26, 'Lumber Mill', 'Neutral', 8805, 0, 0, 0, 19000),
+(1628, 644, 0, 0, 529, -1, 16, 1178.15, 822.624, 'Gold Mine', 'Neutral', 8809, 0, 0, 0, 19000),
+(1632, 644, 0, 0, 529, -1, 31, 824.015, 826.696, 'Farm', 'Neutral', 8808, 0, 0, 0, 19000),
+(1682, 644, 0, 0, 30, -1, 8, -202.932, -112.716, 'Snowfall Graveyard', 'Uncontrolled', 1966, 14925, 0, 0, 19000),
+(1683, 517, 0, 0, 0, 300, 7, -10854.8, -4093.43, 'Misty Reed Post', '', 0, 0, 0, 0, 19000),
+(1684, 517, 1, 0, 1, 496, 7, -3132.98, -2880.71, 'Brackenwall Village', '', 0, 0, 0, 0, 19000),
+(1685, 525, 3, 0, 1, 3425, 5, -6886.15, 718.398, 'Cenarion Hold', '', 0, 0, 0, 0, 19000),
+(1687, 516, 0, 0, 1, 2739, 7, -6996.15, 1195.01, 'Twilight Base Camp', '', 0, 0, 0, 0, 19000),
+(1688, 516, 0, 0, 1, 3426, 7, -6517.49, 97.5554, 'Staghelm Point', '', 0, 0, 0, 0, 19000),
+(1689, 516, 0, 0, 1, 3426, 7, -6310.14, 136.591, 'Twilight''s Run', '', 0, 0, 0, 0, 19000),
+(1690, 516, 0, 0, 1, 2744, 7, -7586.17, 226.396, 'Ortell''s Hideout', '', 0, 0, 0, 0, 19000),
+(1694, 516, 0, 0, 1, 3427, 7, -8021.76, 1105.84, 'Bronzebeard Encampment', '', 0, 0, 0, 0, 19000),
+(1696, 152, 3, 0, 1, -1, 41, 6519.57, -4117.1, 'Under Attack', 'Winterspring', 2259, 15037, 0, 0, 19000),
+(1697, 152, 3, 0, 1, -1, 41, 3366.79, -6226.81, 'Under Attack', 'Azshara', 2260, 15002, 0, 0, 19000),
+(1698, 152, 3, 0, 0, 4, 41, -11456.9, -2981.41, 'Under Attack', 'Blasted Lands', 2261, 14865, 0, 0, 19000),
+(1699, 152, 3, 0, 0, 46, 41, -7741.19, -2722.21, 'Under Attack', 'Burning Steppes', 2262, 14869, 0, 0, 19000),
+(1700, 152, 3, 0, 1, -1, 41, -8277.12, -3484.09, 'Under Attack', 'Tanaris Desert', 2263, 14870, 0, 0, 19000),
+(1701, 152, 3, 0, 0, 139, 41, 2414.5, -3919.26, 'Under Attack', 'Eastern Plaguelands', 2264, 14871, 0, 0, 19000),
+(1702, 516, 0, 0, 0, 130, 7, 1233.05, 1214.28, 'Ivar''s Patch', '', 0, 0, 0, 0, 19000),
+(1703, 516, 0, 0, 0, 227, 7, 908.754, 1255.63, 'Valgan''s Field', '', 0, 0, 0, 0, 19000),
+(1704, 541, 3, 0, 530, 3487, 6, 9504.23, -7297.86, 'Silvermoon City', '', 0, 0, 0, 0, 19000),
+(1705, 517, 3, 0, 530, 3665, 7, 9443.57, -6889.18, 'Falconwing Square', '', 0, 0, 0, 0, 19000),
+(1706, 0, 0, 0, 530, 3431, 7, 10251.2, -6243.67, 'Sunstrider Isle', '', 0, 0, 0, 0, 19000),
+(1707, 0, 0, 0, 530, -1, 7, 10339.4, -6393.8, 'The Sunspire', '', 0, 0, 0, 0, 19000),
+(1708, 0, 0, 0, 530, 3461, 7, 8760.85, -6099.67, 'Sunsail Anchorage', '', 0, 0, 0, 0, 19000),
+(1709, 517, 1, 0, 530, 3462, 7, 8722.06, -6675.4, 'Fairbreeze Village', '', 0, 0, 0, 0, 19000),
+(1710, 0, 0, 0, 530, 3464, 7, 8986.2, -7461.7, 'Farstride Retreat', '', 0, 0, 0, 0, 19000),
+(1711, 0, 0, 0, 530, 3500, 7, 6494.17, -6367.48, 'Deatholme', '', 0, 0, 0, 0, 19000),
+(1712, 0, 0, 0, 530, 3492, 7, 7018.83, -5731.5, 'Windrunner Spire', '', 0, 0, 0, 0, 19000),
+(1713, 525, 2, 0, 530, 3488, 5, 7567.08, -6818.75, 'Tranquillien', '', 0, 0, 0, 0, 19000),
+(1714, 541, 3, 0, 530, 3538, 5, -715.967, 2670.63, 'Honor Hold', '', 0, 0, 0, 0, 19000),
+(1715, 541, 3, 0, 530, 3536, 5, 138.907, 2703.56, 'Thrallmar', '', 0, 0, 0, 0, 19000),
+(1716, 0, 0, 0, 530, 3539, 7, -250.472, 1029.01, 'The Stair of Destiny', '', 0, 0, 0, 0, 19000),
+(1717, 0, 0, 0, 530, 3547, 7, 815.059, 2331.75, 'Throne of Kil''Jaeden', '', 0, 0, 0, 0, 19000),
+(1718, 0, 0, 0, 530, -1, 7, -315.158, 3099.17, 'Hellfire Citadel', '', 0, 0, 0, 0, 19000),
+(1719, 0, 0, 0, 530, 3556, 7, -1105.52, 4200.52, 'Den of Haal''esh', '', 0, 0, 0, 0, 19000),
+(1720, 525, 3, 0, 530, 3554, 5, -699.534, 4260.89, 'Falcon Watch', '', 0, 0, 0, 0, 19000),
+(1721, 0, 0, 0, 530, 3551, 7, -236.269, 4935.25, 'Ruins of Sha''naar', '', 0, 0, 0, 0, 19000),
+(1722, 0, 0, 0, 530, 3555, 7, 500.537, 3850.62, 'Clan Post', '', 0, 0, 0, 0, 19000),
+(1723, 0, 0, 0, 530, 3553, 7, 244.889, 3467.86, 'Pools of Aggonar', '', 0, 0, 0, 0, 19000),
+(1724, 646, 0, 0, 1, 1377, 42, -6548.72, 1150.51, 'Sandworm!', 'A Silithyst beast has surfaced', 2322, 15019, 0, 0, 19000),
+(1725, 646, 0, 0, 1, 1377, 42, -7786.01, 978.815, 'Sandworm!', 'A Silithyst beast has surfaced', 2323, 14906, 0, 0, 19000),
+(1726, 646, 0, 0, 1, 1377, 42, -7463.3, 1411.7, 'Sandworm!', 'A Silithyst beast has surfaced', 2324, 14913, 0, 0, 19000),
+(1727, 646, 0, 0, 1, 1377, 42, -7377.08, 447.046, 'Sandworm!', 'A Silithyst beast has surfaced', 2325, 15194, 0, 0, 19000),
+(1749, 0, 0, 0, 0, 139, 0, 2562.3, -4796.96, '[DEPRECATED] Eastwall Tower', '', 2361, 0, 0, 0, 19000),
+(1750, 0, 0, 0, 0, 139, 0, 2562.07, -4797.24, '[DEPRECATED] Eastwall Tower', 'Alliance, Contested', 2359, 0, 0, 0, 19000),
+(1751, 0, 0, 0, 0, 139, 0, 2562.15, -4797.25, '[DEPRECATED] Eastwall Tower', 'Alliance, Progressing', 2357, 0, 0, 0, 19000),
+(1752, 0, 0, 0, 0, 139, 0, 2561.74, -4797.14, '[DEPRECATED] Eastwall Tower', 'Horde, Contested', 2360, 0, 0, 0, 19000),
+(1753, 0, 0, 0, 0, 139, 0, 2561.91, -4797.32, '[DEPRECATED] Eastwall Tower', 'Horde, Progressing', 2358, 0, 0, 0, 19000),
+(1754, 0, 0, 0, 0, 139, 0, 2561.96, -4796.84, '[DEPRECATED] Eastwall Tower', 'Horde', 2356, 0, 0, 0, 19000),
+(1755, 0, 0, 0, 0, 139, 0, 2562.03, -4797.02, '[DEPRECATED] Eastwall Tower', 'Alliance', 2354, 0, 0, 0, 19000),
+(1756, 0, 0, 0, 0, 139, 0, 2967.53, -3034.37, '[DEPRECATED] Plaguewood Tower', '', 2353, 0, 0, 0, 19000),
+(1757, 0, 0, 0, 0, 139, 0, 2967.53, -3034.29, '[DEPRECATED] Plaguewood Tower', 'Alliance, Contested', 2366, 0, 0, 0, 19000),
+(1760, 0, 0, 0, 0, 139, 0, 2972.89, -3034.52, '[DEPRECATED] Plaguewood Tower', 'Horde, Progressing', 2369, 0, 0, 0, 19000),
+(1761, 0, 0, 0, 0, 139, 0, 2966.69, -3033.86, '[DEPRECATED] Plaguewood Tower', 'Alliance', 2370, 0, 0, 0, 19000),
+(1762, 0, 0, 0, 0, 139, 0, 2966.72, -3034.01, '[DEPRECATED] Plaguewood Tower', 'Horde', 2371, 0, 0, 0, 19000),
+(1763, 0, 0, 0, 0, 139, 0, 3170.26, -4376.45, '[DEPRECATED] Northpass Tower', '', 2352, 0, 0, 0, 19000),
+(1764, 0, 0, 0, 0, 139, 0, 3169.99, -4376.53, '[DEPRECATED] Northpass Tower', 'Alliance, Contested', 2362, 0, 0, 0, 19000),
+(1765, 0, 0, 0, 0, 139, 0, 3169.65, -4376.62, '[DEPRECATED] Northpass Tower', 'Horde, Contested', 2363, 0, 0, 0, 19000),
+(1766, 0, 0, 0, 0, 139, 0, 3169.88, -4376.38, '[DEPRECATED] Northpass Tower', 'Alliance, Progressing', 2364, 0, 0, 0, 19000),
+(1767, 0, 0, 0, 0, 139, 0, 3169.82, -4376.17, '[DEPRECATED] Northpass Tower', 'Horde, Progressing', 2365, 0, 0, 0, 19000),
+(1768, 0, 0, 0, 0, 139, 0, 3169.14, -4376.62, '[DEPRECATED] Northpass Tower', 'Alliance', 2372, 0, 0, 0, 19000),
+(1769, 0, 0, 0, 0, 139, 0, 3168.74, -4376.37, '[DEPRECATED] Northpass Tower', 'Horde', 2373, 0, 0, 0, 19000),
+(1770, 0, 0, 0, 0, 139, 0, 1853.48, -3723.24, '[DEPRECATED] Crown Guard Tower', '', 2355, 0, 0, 0, 19000),
+(1771, 0, 0, 0, 0, 139, 0, 1853.35, -3723.33, '[DEPRECATED] Crown Guard Tower', 'Alliance, Contested', 2374, 0, 0, 0, 19000),
+(1772, 0, 0, 0, 0, 139, 0, 1853.41, -3723.26, '[DEPRECATED] Crown Guard Tower', 'Horde, Contested', 2375, 0, 0, 0, 19000),
+(1773, 0, 0, 0, 0, 139, 0, 1853.13, -3723.44, '[DEPRECATED] Crown Guard Tower', 'Alliance, Progressing', 2376, 0, 0, 0, 19000),
+(1774, 0, 0, 0, 0, 139, 0, 1853.54, -3723.49, '[DEPRECATED] Crown Guard Tower', 'Horde, Progressing', 2377, 0, 0, 0, 19000),
+(1775, 0, 0, 0, 0, 139, 0, 1853.47, -3723.38, '[DEPRECATED] Crown Guard Tower', 'Alliance', 2378, 0, 0, 0, 19000),
+(1776, 0, 0, 0, 0, 139, 0, 1853.51, -3723.47, '[DEPRECATED] Crown Guard Tower', 'Horde', 2379, 0, 0, 0, 19000),
+(1777, 0, 0, 0, 0, 139, 0, 2967.45, -3034.87, '[DEPRECATED] Plaguewood Tower', 'Alliance, Progressing', 2368, 0, 0, 0, 19000),
+(1779, 516, 0, 0, 530, 3570, 7, -4959.96, -11815.9, 'Wrathscale Point', '', 0, 0, 0, 0, 19000),
+(1780, 516, 0, 0, 530, 3571, 7, -4588.5, -11603.5, 'Bristlelimb Village', '', 0, 0, 0, 0, 19000),
+(1781, 516, 0, 0, 530, 3567, 7, -4414.18, -11970.8, 'Pod Cluster', '', 0, 0, 0, 0, 19000),
+(1782, 516, 0, 0, 530, 3568, 7, -4464.58, -12661, 'Pod Wreckage', '', 0, 0, 0, 0, 19000),
+(1783, 16, 0, 0, 530, 3577, 7, -4583.14, -12879.8, 'Geezle''s Camp', '', 0, 0, 0, 0, 19000),
+(1784, 517, 3, 0, 530, 3576, 7, -4179.47, -12501.5, 'Azure Watch', '', 0, 0, 0, 0, 19000),
+(1785, 541, 3, 0, 530, 3557, 6, -4007.31, -11873.6, 'The Exodar', '', 0, 0, 0, 0, 19000),
+(1786, 516, 0, 0, 530, 3574, 7, -4257.04, -11424.7, 'Valaar''s Berth', '', 0, 0, 0, 0, 19000),
+(1787, 516, 0, 0, 530, 3575, 7, -3390.31, -11887, 'Silting Shore', '', 0, 0, 0, 0, 19000),
+(1788, 516, 0, 0, 530, 3572, 7, -3354.12, -12348.4, 'Stillpine Hold', '', 0, 0, 0, 0, 19000),
+(1789, 516, 0, 0, 530, 3578, 7, -3300.91, -12730.9, 'Menagerie Wreckage', '', 0, 0, 0, 0, 19000),
+(1790, 516, 0, 0, 530, 3561, 7, -3811.64, -13374.7, 'The Sacred Grove', '', 0, 0, 0, 0, 19000),
+(1791, 516, 0, 0, 530, 3580, 7, -3768.73, -11465.4, 'Wildwind Peak', '', 0, 0, 0, 0, 19000),
+(1792, 516, 0, 0, 530, 3564, 7, -3284.43, -12901, 'Emberglade', '', 0, 0, 0, 0, 19000),
+(1793, 516, 0, 0, 530, 3573, 7, -4694.52, -12411.2, 'Odesyus'' Landing', '', 0, 0, 0, 0, 19000),
+(1794, 516, 0, 0, 530, 3579, 7, -5081.78, -11265.1, 'Traitor''s Cove', '', 0, 0, 0, 0, 19000),
+(1795, 516, 0, 0, 530, 3526, 5, -4145.27, -13739.4, 'Crash Site', '', 0, 0, 0, 0, 19000),
+(1796, 516, 0, 0, 530, 3530, 7, -4537.33, -13338, 'Shadow Ridge', '', 0, 0, 0, 0, 19000),
+(1797, 516, 0, 0, 530, 3528, 7, -4386.85, -13595.1, 'Silverline Lake', '', 0, 0, 0, 0, 19000),
+(1798, 516, 0, 0, 530, 3529, 7, -4397.99, -13805.5, 'Nestlewood Thicket', '', 0, 0, 0, 0, 19000),
+(1799, 516, 0, 0, 530, 3560, 7, -4164.96, -13487.2, 'Ammen Fields', '', 0, 0, 0, 0, 19000),
+(1800, 516, 0, 0, 530, 3566, 7, -5065.18, -11067.8, 'Moonwing Den', '', 0, 0, 0, 0, 19000),
+(1801, 516, 0, 0, 530, 3569, 7, -4871.51, -11598, 'Tide''s Hollow', '', 0, 0, 0, 0, 19000),
+(1802, 516, 0, 0, 530, 3489, 7, 7988.71, -7299.7, 'Suncrown Village', '', 0, 0, 0, 0, 19000),
+(1803, 516, 0, 0, 530, 3512, 7, 8014.57, -7793.08, 'Zeb''Sora', '', 0, 0, 0, 0, 19000),
+(1804, 516, 0, 0, 530, 3495, 7, 7828.3, -7844.05, 'Dawnstar Spire', '', 0, 0, 0, 0, 19000),
+(1805, 516, 0, 0, 530, 3496, 7, 7543.67, -7665.41, 'Farstrider Enclave', '', 0, 0, 0, 0, 19000),
+(1806, 516, 0, 0, 530, 3516, 7, 7371.75, -7805.6, 'Zeb''Tela', '', 0, 0, 0, 0, 19000),
+(1807, 516, 0, 0, 530, 3493, 7, 7186.54, -7125.71, 'Sanctum of the Sun', '', 0, 0, 0, 0, 19000),
+(1808, 516, 0, 0, 530, 3498, 7, 7451.8, -7290.97, 'An''telas', '', 0, 0, 0, 0, 19000),
+(1809, 516, 0, 0, 530, 3510, 7, 7638.25, -7310.51, 'Amani Catacombs', '', 0, 0, 0, 0, 19000),
+(1810, 516, 0, 0, 530, 3517, 7, 6909.73, -7378.86, 'Zeb''Nowa', '', 0, 0, 0, 0, 19000),
+(1811, 516, 0, 0, 530, 3508, 7, 6857.14, -7680.32, 'Amani Pass', '', 0, 0, 0, 0, 19000),
+(1812, 516, 0, 0, 530, 3506, 7, 7034.17, -6823.45, 'Andilien Estate', '', 0, 0, 0, 0, 19000),
+(1813, 516, 0, 0, 530, 3502, 7, 7168.21, -6615.66, 'Howling Ziggurat', '', 0, 0, 0, 0, 19000),
+(1814, 516, 0, 0, 530, 3501, 7, 7219.75, -6416.48, 'Bleeding Ziggurat', '', 0, 0, 0, 0, 19000),
+(1815, 516, 0, 0, 530, 3505, 7, 7208.95, -6247.08, 'Underlight Mines', '', 0, 0, 0, 0, 19000),
+(1816, 516, 0, 0, 530, 3491, 7, 7260.98, -5936.89, 'Windrunner Village', '', 0, 0, 0, 0, 19000),
+(1817, 516, 0, 0, 530, 3494, 7, 7536.23, -6408.08, 'Sanctum of the Moon', '', 0, 0, 0, 0, 19000),
+(1819, 516, 0, 0, 530, 3497, 7, 7933.11, -6507.79, 'An''daroth', '', 0, 0, 0, 0, 19000),
+(1820, 516, 0, 0, 530, 3476, 7, 8538.68, -7931.78, 'Tor''Watha', '', 0, 0, 0, 0, 19000),
+(1821, 516, 0, 0, 530, 3475, 7, 8445.3, -7596.97, 'Zeb''Watha', '', 0, 0, 0, 0, 19000),
+(1822, 516, 0, 0, 530, 3467, 7, 8742.78, -7105.38, 'East Sanctum', '', 0, 0, 0, 0, 19000),
+(1823, 516, 0, 0, 530, 3468, 7, 8645.7, -6372.79, 'Saltheril''s Haven', '', 0, 0, 0, 0, 19000),
+(1824, 516, 0, 0, 530, 3466, 7, 9100.33, -6223.32, 'West Sanctum', '', 0, 0, 0, 0, 19000),
+(1825, 516, 0, 0, 530, 3465, 7, 9297.83, -6659.46, 'North Sanctum', '', 0, 0, 0, 0, 19000),
+(1826, 516, 0, 0, 530, 3470, 7, 9215.16, -7211.67, 'Stillwhisper Pond', '', 0, 0, 0, 0, 19000),
+(1827, 516, 0, 0, 530, 3586, 7, -1944.84, -10678.4, 'The Vector Coil', '', 0, 0, 0, 0, 19000),
+(1828, 516, 0, 0, 530, 3588, 7, -2077.3, -11344.5, 'The Cryo-Core', '', 0, 0, 0, 0, 19000),
+(1829, 516, 0, 0, 530, 3587, 7, -1209.9, -11802.8, 'The Warp Piston', '', 0, 0, 0, 0, 19000),
+(1830, 516, 0, 0, 530, 3585, 7, -1753.26, -11622.5, 'Bladewood', '', 0, 0, 0, 0, 19000),
+(1831, 516, 0, 0, 530, 3590, 7, -2220.94, -12324.7, 'Wrathscale Lair', '', 0, 0, 0, 0, 19000),
+(1832, 516, 0, 0, 530, 3591, 7, -1746.56, -12079.8, 'Ruins of Loreth''Aran', '', 0, 0, 0, 0, 19000),
+(1833, 516, 0, 0, 530, 3592, 7, -2415.29, -11295.7, 'Nazzivian', '', 0, 0, 0, 0, 19000),
+(1834, 516, 0, 0, 530, 3593, 7, -1515.3, -11384.8, 'Axxarien', '', 0, 0, 0, 0, 19000),
+(1836, 516, 0, 0, 530, 3596, 7, -1220.49, -11143.2, 'The Hidden Reef', '', 0, 0, 0, 0, 19000),
+(1837, 516, 0, 0, 530, 3597, 7, -1516.76, -10755.1, 'Amberweb Pass', '', 0, 0, 0, 0, 19000),
+(1838, 516, 0, 0, 530, 3601, 7, -1549.41, -11889.5, 'Ragefeather Ridge', '', 0, 0, 0, 0, 19000),
+(1839, 516, 0, 0, 530, 3599, 7, -1217.23, -12449.1, 'Talon Stand', '', 0, 0, 0, 0, 19000),
+(1840, 516, 0, 0, 530, 3600, 7, -2496.43, -12216.7, 'Bristlelimb Enclave', '', 0, 0, 0, 0, 19000),
+(1841, 647, 0, 0, 530, 3483, 6, -199.731, 3466.6, 'The Overlook', 'Neutral', 2482, 14969, 0, 0, 19000),
+(1842, 647, 0, 0, 530, 3483, 11, -199.628, 3466.98, 'The Overlook', 'Alliance Controlled', 2480, 14945, 0, 0, 19000),
+(1843, 647, 0, 0, 530, 3483, 10, -199.434, 3467.1, 'The Overlook', 'Horde Controlled', 2481, 14990, 0, 0, 19000),
+(1844, 647, 0, 0, 530, 3483, 6, -466.044, 3467.61, 'Broken Hill', 'Neutral', 2485, 14970, 0, 0, 19000),
+(1845, 647, 0, 0, 530, 3483, 11, -465.609, 3467.81, 'Broken Hill', 'Alliance Controlled', 2483, 14992, 0, 0, 19000),
+(1846, 647, 0, 0, 530, 3483, 10, -465.397, 3467.81, 'Broken Hill', 'Horde Controlled', 2484, 15072, 0, 0, 19000),
+(1847, 647, 0, 0, 530, 3483, 6, -291.268, 3702.61, 'The Stadium', 'Neutral', 2472, 14971, 0, 0, 19000),
+(1848, 647, 0, 0, 530, 3483, 11, -290.921, 3702.59, 'The Stadium', 'Alliance Controlled', 2471, 14828, 0, 0, 19000),
+(1849, 647, 0, 0, 530, 3483, 10, -290.818, 3702.22, 'The Stadium', 'Horde Controlled', 2470, 14972, 0, 0, 19000),
+(1894, 647, 0, 0, 530, 3521, 11, 374.82, 7333.08, 'West Beacon', 'Alliance Controlled', 2644, 15062, 0, 0, 19000),
+(1895, 647, 0, 0, 530, 3521, 10, 374.83, 7333.08, 'West Beacon', 'Horde Controlled', 2645, 14989, 0, 0, 19000),
+(1896, 647, 0, 0, 530, 3521, 6, 374.813, 7333.08, 'West Beacon', '', 2646, 15049, 0, 0, 19000),
+(1897, 647, 0, 0, 530, 3521, 8, 246.488, 7084.32, 'Twinspire Graveyard', '', 2647, 14983, 0, 0, 19000),
+(1898, 647, 0, 0, 530, 3521, 15, 246.489, 7084.33, 'Twinspire Graveyard', 'Alliance Controlled', 2648, 15209, 0, 0, 19000),
+(1899, 647, 0, 0, 530, 3521, 13, 246.491, 7084.32, 'Twinspire Graveyard', 'Horde Controlled', 2649, 15041, 0, 0, 19000),
+(1901, 647, 0, 0, 530, 3521, 11, 341.394, 6833.16, 'East Beacon', 'Alliance Controlled', 2650, 15060, 0, 0, 19000),
+(1902, 647, 0, 0, 530, 3521, 10, 341.234, 6833.17, 'East Beacon', 'Horde Controlled', 2651, 14961, 0, 0, 19000),
+(1903, 647, 0, 0, 530, 3521, 6, 341.409, 6833.08, 'East Beacon', '', 2652, 15050, 0, 0, 19000),
+(1904, 647, 0, 0, 530, 3521, 45, 374.129, 6229.92, 'Alliance Field Scout', '', 2656, 15195, 0, 0, 19000),
+(1905, 647, 0, 0, 530, 3521, 43, 374.146, 6229.91, 'Alliance Field Scout', '', 2655, 14877, 0, 0, 19000),
+(1906, 647, 0, 0, 530, 3521, 45, 296.583, 7820.33, 'Horde Field Scout', '', 2657, 15211, 0, 0, 19000),
+(1907, 647, 0, 0, 530, 3521, 44, 296.632, 7820.35, 'Horde Field Scout', '', 2658, 14943, 0, 0, 19000),
+(1908, 647, 0, 0, 530, 3518, 47, -1656.53, 7733.27, 'Wyvern Camp', 'Uncontrolled', 2659, 14947, 0, 0, 19000),
+(1909, 647, 0, 0, 530, 3518, 48, -1656.64, 7733.22, 'Wyvern Camp', 'Horde Controlled', 2660, 14948, 0, 0, 19000),
+(1910, 647, 0, 0, 530, 3518, 46, -1656.65, 7733.18, 'Wyvern Camp', 'Alliance Controlled', 2661, 14920, 0, 0, 19000),
+(1911, 647, 0, 0, 530, 3518, 47, -1512.81, 8135.79, 'Wyvern Camp', 'Uncontrolled', 2667, 15036, 0, 0, 19000),
+(1912, 647, 0, 0, 530, 3518, 46, -1512.88, 8135.7, 'Wyvern Camp', 'Alliance Controlled', 2666, 14962, 0, 0, 19000),
+(1913, 647, 0, 0, 530, 3518, 48, -1512.85, 8135.71, 'Wyvern Camp', 'Horde Controlled', 2665, 14904, 0, 0, 19000),
+(1914, 647, 0, 0, 530, 3518, 47, -1817.36, 8038.34, 'Wyvern Camp', 'Uncontrolled', 2670, 14949, 0, 0, 19000),
+(1915, 647, 0, 0, 530, 3518, 48, -1817.4, 8038.21, 'Wyvern Camp', 'Horde Controlled', 2668, 15212, 0, 0, 19000),
+(1916, 647, 0, 0, 530, 3518, 46, -1817.37, 8038.18, 'Wyvern Camp', 'Alliance Controlled', 2669, 14941, 0, 0, 19000),
+(1917, 647, 0, 0, 530, 3518, 47, -1387.35, 7781.24, 'Wyvern Camp', 'Uncontrolled', 2662, 15055, 0, 0, 19000),
+(1918, 647, 0, 0, 530, 3518, 46, -1387.23, 7781.24, 'Wyvern Camp', 'Alliance Controlled', 2664, 15196, 0, 0, 19000),
+(1919, 647, 0, 0, 530, 3518, 48, -1387.35, 7781.25, 'Wyvern Camp', 'Horde Controlled', 2663, 14950, 0, 0, 19000),
+(1920, 645, 0, 0, 530, 3518, 31, -1573.7, 7942.06, 'Halaa', '', 2671, 14951, 0, 0, 19000),
+(1921, 645, 0, 0, 530, 3518, 35, -1573.61, 7942.09, 'Halaa', 'Horde Controlled', 2672, 14964, 0, 0, 19000),
+(1922, 645, 0, 0, 530, 3518, 33, -1573.6, 7942.03, 'Halaa', 'Alliance Controlled', 2673, 14952, 0, 0, 19000),
+(1923, 645, 0, 0, 530, 3518, 32, -1573.6, 7942.06, 'Halaa', '', 2676, 14967, 0, 0, 19000),
+(1924, 645, 0, 0, 530, 3518, 34, -1573.68, 7942, 'Halaa', '', 2677, 14968, 0, 0, 19000),
+(1925, 647, 0, 0, 530, 3519, 6, -3082.84, 5329.92, 'Spirit Tower', '', 2681, 14938, 0, 0, 19000),
+(1926, 647, 0, 0, 530, 3519, 11, -3082.89, 5329.91, 'Spirit Tower', 'Alliance Controlled', 2683, 14960, 0, 0, 19000),
+(1927, 647, 0, 0, 530, 3519, 10, -3082.88, 5329.91, 'Spirit Tower', 'Horde Controlled', 2682, 14921, 0, 0, 19000),
+(1928, 647, 0, 0, 530, 3519, 6, -2944.75, 4788.92, 'Spirit Tower', '', 2686, 15022, 0, 0, 19000),
+(1929, 647, 0, 0, 530, 3519, 11, -2944.78, 4788.99, 'Spirit Tower', 'Alliance Controlled', 2684, 14876, 0, 0, 19000),
+(1930, 647, 0, 0, 530, 3519, 10, -2944.75, 4789.01, 'Spirit Tower', 'Horde Controlled', 2685, 15023, 0, 0, 19000),
+(1931, 647, 0, 0, 530, 3519, 6, -3170.13, 4438.59, 'Spirit Tower', '', 2690, 15024, 0, 0, 19000),
+(1932, 647, 0, 0, 530, 3519, 11, -3170.17, 4438.58, 'Spirit Tower', 'Alliance Controlled', 2688, 15031, 0, 0, 19000),
+(1933, 647, 0, 0, 530, 3519, 10, -3170.19, 4438.55, 'Spirit Tower', 'Horde Controlled', 2689, 15213, 0, 0, 19000),
+(1934, 647, 0, 0, 530, 3519, 6, -3601.07, 4533.99, 'Spirit Tower', '', 2696, 15025, 0, 0, 19000),
+(1935, 647, 0, 0, 530, 3519, 11, -3600.99, 4533.97, 'Spirit Tower', 'Alliance Controlled', 2694, 15000, 0, 0, 19000),
+(1936, 647, 0, 0, 530, 3519, 10, -3601.06, 4533.97, 'Spirit Tower', 'Horde Controlled', 2695, 14986, 0, 0, 19000),
+(1937, 647, 0, 0, 530, 3519, 6, -3807.71, 4896.94, 'Spirit Tower', '', 2693, 14987, 0, 0, 19000),
+(1938, 647, 0, 0, 530, 3519, 11, -3807.66, 4896.9, 'Spirit Tower', 'Alliance Controlled', 2691, 14996, 0, 0, 19000),
+(1939, 647, 0, 0, 530, 3519, 10, -3807.7, 4896.87, 'Spirit Tower', 'Horde Controlled', 2692, 15026, 0, 0, 19000),
+(1940, 525, 3, 0, 530, 3584, 5, -1990.97, -11866.2, 'Blood Watch', '', 0, 0, 0, 0, 19000),
+(1941, 655, 0, 0, 566, 3820, 6, 2048.922, 1393.585, 'Blood Elf Tower', 'Uncontrolled', 2722, 15027, 0, 0, 19000),
+(1942, 655, 0, 0, 566, 3820, 11, 2048.646, 1393.821, 'Blood Elf Tower', 'Alliance Controlled', 2723, 15070, 0, 0, 19000),
+(1943, 655, 0, 0, 566, 3820, 10, 2048.29, 1394.215, 'Blood Elf Tower', 'Horde Controlled', 2724, 15214, 0, 0, 19000),
+(1944, 655, 0, 0, 566, 3820, 6, 2026.33, 1749.76, 'Fel Reaver Ruins', 'Uncontrolled', 2725, 15071, 0, 0, 19000),
+(1945, 655, 0, 0, 566, 3820, 11, 2026.35, 1749.75, 'Fel Reaver Ruins', 'Alliance Controlled', 2726, 15197, 0, 0, 19000),
+(1946, 655, 0, 0, 566, 3820, 10, 2026.35, 1749.75, 'Fel Reaver Ruins', 'Horde Controlled', 2727, 15215, 0, 0, 19000),
+(1947, 655, 0, 0, 566, 3820, 6, 2284.889, 1731.115, 'Mage Tower', 'Uncontrolled', 0, 15028, 0, 0, 19000),
+(1948, 655, 0, 0, 566, 3820, 11, 2284.788, 1731.396, 'Mage Tower', 'Alliance Controlled', 0, 15033, 0, 0, 19000),
+(1949, 655, 0, 0, 566, 3820, 10, 2284.955, 1731.224, 'Mage Tower', 'Horde Controlled', 0, 15029, 0, 0, 19000),
+(1950, 655, 0, 0, 566, 3820, 6, 2302.85, 1388.07, 'Draenei Ruins', 'Uncontrolled', 2731, 14884, 0, 0, 19000),
+(1951, 655, 0, 0, 566, 3820, 11, 2302.86, 1388.07, 'Draenei Ruins', 'Alliance Controlled', 2732, 15030, 0, 0, 19000),
+(1952, 655, 0, 0, 566, 3820, 10, 2302.85, 1388.07, 'Draenei Ruins', 'Horde Controlled', 2733, 14942, 0, 0, 19000),
+(1953, 655, 0, 0, 566, 3820, 9, 2302.84, 1388.07, 'Draenei Ruins', 'In Conflict', 2738, 14866, 0, 0, 19000),
+(1954, 655, 0, 0, 566, 3820, 12, 2302.85, 1388.07, 'Draenei Ruins', 'In Conflict', 2737, 15058, 0, 0, 19000),
+(1955, 655, 0, 0, 566, 3820, 9, 2284.696, 1731.42, 'Mage Tower', 'In Conflict', 0, 14867, 0, 0, 19000),
+(1956, 655, 0, 0, 566, 3820, 12, 2284.849, 1731.509, 'Mage Tower', 'In Conflict', 0, 14885, 0, 0, 19000),
+(1957, 655, 0, 0, 566, 3820, 9, 2026.35, 1749.76, 'Fel Reaver Ruins', 'In Conflict', 2739, 14843, 0, 0, 19000),
+(1958, 655, 0, 0, 566, 3820, 12, 2026.34, 1749.76, 'Fel Reaver Ruins', 'In Conflict', 2740, 14868, 0, 0, 19000),
+(1959, 655, 0, 0, 566, 3820, 9, 2048.205, 1393.28, 'Blood Elf Tower', 'In Conflict', 2735, 15003, 0, 0, 19000),
+(1960, 655, 0, 0, 566, 3820, 12, 2048.035, 1393.944, 'Blood Elf Tower', 'In Conflict', 2736, 15004, 0, 0, 19000),
+(1961, 541, 3, 0, 530, 3703, 6, -1863.83, 5429.83, 'Shattrath City', '', 0, 0, 0, 0, 19000),
+(1962, 647, 0, 0, 566, 3820, 45, 2174.5, 1569.48, 'Netherstorm Flag', 'Not Controlled', 2757, 15057, 0, 0, 19000),
+(1963, 647, 0, 0, 530, 3518, 49, -1817.41, 8038.24, 'Wyvern Camp', 'Uncontrolled', 2760, 15005, 0, 0, 19000),
+(1964, 647, 0, 0, 530, 3518, 49, -1512.78, 8135.72, 'Wyvern Camp', 'Uncontrolled', 2761, 15006, 0, 0, 19000),
+(1965, 647, 0, 0, 530, 3518, 49, -1387.29, 7781.21, 'Wyvern Camp', 'Uncontrolled', 2762, 14988, 0, 0, 19000),
+(1966, 647, 0, 0, 530, 3518, 49, -1656.66, 7733.23, 'Wyvern Camp', 'Uncontrolled', 2763, 15035, 0, 0, 19000),
+(1999, 0, 0, 0, 530, 3665, 0, 9516, -6871.03, 'Falconwing Square, Paladin Trainer', '', 0, 0, 0, 0, 19000),
+(2005, 516, 0, 0, 530, 3503, 7, 7704.54, -5690.85, 'Shalandris Isle', '', 0, 0, 0, 0, 19000),
+(2006, 516, 0, 0, 530, 3499, 7, 6822.26, -7202.79, 'An''owyn', '', 0, 0, 0, 0, 19000),
+(2015, 516, 0, 0, 530, 3460, 7, 9050.31, -5844.63, 'Golden Strand', '', 0, 0, 0, 0, 19000),
+(2016, 516, 0, 0, 530, 3482, 7, 9146.88, -6966.3, 'The Dead Scar', '', 0, 0, 0, 0, 19000),
+(2017, 516, 0, 0, 530, 3469, 7, 9263.48, -7495.62, 'Thuron''s Livery', '', 0, 0, 0, 0, 19000),
+(2018, 516, 0, 0, 530, 3481, 7, 9335.37, -7884.4, 'Duskwither Spire', '', 0, 0, 0, 0, 19000),
+(2019, 516, 0, 0, 530, 3460, 7, 8732.59, -5701.58, 'Golden Strand', '', 0, 0, 0, 0, 19000),
+(2020, 516, 0, 0, 530, 3482, 7, 8433.61, -7008.6, 'The Dead Scar', '', 0, 0, 0, 0, 19000),
+(2021, 516, 0, 0, 530, 3905, 7, 567.344, 6943.26, 'Coilfang Reservoir', '', 0, 0, 0, 0, 19000),
+(2022, 516, 0, 0, 530, 3653, 7, 546.771, 7214.29, 'Serpent Lake', '', 0, 0, 0, 0, 19000),
+(2023, 516, 0, 0, 530, 3653, 7, 574.777, 6613.34, 'Serpent Lake', '', 0, 0, 0, 0, 19000),
+(2024, 516, 0, 0, 530, 3655, 7, -325.616, 5702.5, 'Umbrafen Lake', '', 0, 0, 0, 0, 19000),
+(2025, 516, 0, 0, 530, 3655, 7, -712.157, 5700.55, 'Umbrafen Lake', '', 0, 0, 0, 0, 19000),
+(2034, 525, 3, 0, 530, 3918, 5, 1917.5, 5566.59, 'Toshley''s Station', '', 0, 0, 0, 0, 19000),
+(2058, 525, 3, 0, 530, 3645, 5, 256.993, 7853.89, 'Zabra''jin', '', 0, 0, 0, 0, 19000),
+(2059, 525, 3, 0, 530, 3649, 5, 233.297, 8498.02, 'Sporeggar', '', 0, 0, 0, 0, 19000),
+(2060, 525, 3, 0, 530, 3766, 5, 999.593, 7369.97, 'Orebor Harborage', '', 0, 0, 0, 0, 19000),
+(2061, 525, 3, 0, 530, 3644, 5, 281.781, 6042.78, 'Telredor', '', 0, 0, 0, 0, 19000),
+(2062, 525, 3, 0, 530, 3565, 5, -237.101, 5519.13, 'Cenarion Refuge', '', 0, 0, 0, 0, 19000),
+(2063, 525, 3, 0, 530, 3718, 5, 103.671, 5204.96, 'Swamprat Post', '', 0, 0, 0, 0, 19000),
+(2064, 525, 3, 0, 530, 3613, 5, -1322.49, 7214.32, 'Garadar', '', 0, 0, 0, 0, 19000),
+(2065, 525, 3, 0, 530, 3626, 5, -2657.54, 7282.29, 'Telaar', '', 0, 0, 0, 0, 19000),
+(2066, 525, 3, 0, 530, 3772, 5, 2057.07, 6845.29, 'Sylvanaar', '', 0, 0, 0, 0, 19000),
+(2068, 525, 3, 0, 530, 3951, 5, 2990.17, 5470.22, 'Evergrove', '', 0, 0, 0, 0, 19000),
+(2069, 525, 3, 0, 530, 3552, 5, 143.138, 4333.41, 'Temple of Telhamat', '', 0, 0, 0, 0, 19000),
+(2070, 525, 3, 0, 530, 3738, 5, 4119.72, 2995.7, 'The Stormspire', '', 0, 0, 0, 0, 19000),
+(2071, 525, 3, 0, 530, 3712, 5, 3031.08, 3687.24, 'Area 52', '', 0, 0, 0, 0, 19000),
+(2072, 525, 3, 0, 530, 3724, 5, 2964.62, 1789.14, 'Cosmowrench', '', 0, 0, 0, 0, 19000),
+(2073, 525, 3, 0, 530, 3683, 5, -2643.03, 4416.87, 'Stonebreaker Hold', '', 0, 0, 0, 0, 19000),
+(2074, 525, 3, 0, 530, 3684, 5, -2958.41, 3971.65, 'Allerian Stronghold', '', 0, 0, 0, 0, 19000),
+(2075, 525, 3, 0, 530, 3744, 5, -3022.78, 2582.05, 'Shadowmoon Village', '', 0, 0, 0, 0, 19000),
+(2076, 525, 3, 0, 530, 3745, 5, -3995.69, 2186.96, 'Wildhammer Stronghold', '', 0, 0, 0, 0, 19000),
+(2077, 525, 3, 0, 530, 3938, 5, -4099.49, 1117.34, 'Sanctum of the Stars', '', 0, 0, 0, 0, 19000),
+(2078, 525, 3, 0, 530, 3754, 5, -3042.85, 804.584, 'Altar of Sha''tar', '', 0, 0, 0, 0, 19000),
+(2080, 525, 3, 0, 530, 3786, 5, 2329.84, 7297.04, 'Ogri''la', '', 0, 0, 0, 0, 19000),
+(2083, 525, 3, 0, 1, 4010, 5, -4590.83, -3182.5, 'Mudsprocket', '', 0, 0, 0, 0, 19000),
+(2084, 525, 3, 0, 571, 3998, 5, 1386.61, -3247.23, 'Westguard Keep', '', 0, 0, 0, 0, 19000),
+(2085, 525, 3, 0, 571, 3988, 5, 767.473, -2904.19, 'Kamagua', '', 0, 0, 0, 0, 19000),
+(2086, 525, 3, 0, 571, 3981, 5, 616.887, -5007.05, 'Valgarde', '', 0, 0, 0, 0, 19000),
+(2087, 525, 3, 0, 571, 4000, 5, 1923.22, -6160.07, 'Vengeance Landing', '', 0, 0, 0, 0, 19000),
+(2088, 525, 3, 0, 571, 3991, 5, 407.822, -4599.75, 'New Agamand', '', 0, 0, 0, 0, 19000),
+(2089, 525, 3, 0, 571, 4003, 5, 2448.53, -5114.01, 'Fort Wildervar', '', 0, 0, 0, 0, 19000),
+(2090, 525, 3, 0, 571, -1, 5, 2666.23, -4362.25, 'Camp Winterhoof', '', 0, 0, 0, 0, 19000),
+(2096, 516, 0, 0, 530, 4080, 0, 12787.3, -6885.54, 'Sun''s Reach Sanctum', 'Held by the enemy', 3418, 14915, 0, 0, 19000),
+(2097, 516, 0, 0, 530, 4080, 0, 12787.4, -6885.6, 'Sun''s Reach Sanctum', 'Shattered Sun Offensive', 3419, 15198, 0, 0, 19000),
+(2098, 516, 0, 0, 530, 4080, 0, 12683.2, -6957.78, 'Sun''s Reach Armory', 'Held by the enemy', 3414, 14916, 0, 0, 19000),
+(2099, 516, 0, 0, 530, 4080, 0, 12683.3, -6957.8, 'Sun''s Reach Armory', 'Shattered Sun Offensive', 3415, 14917, 0, 0, 19000),
+(2100, 516, 0, 0, 530, 4080, 0, 12825.6, -7015.24, 'Sun''s Reach Harbor', 'Held by the enemy', 3416, 14918, 0, 0, 19000),
+(2101, 516, 0, 0, 530, 4080, 0, 12825.7, -7015.17, 'Sun''s Reach Harbor', 'Shattered Sun Offensive', 3417, 14919, 0, 0, 19000),
+(2105, 903, 0, 0, 595, 4100, 45, 2355.44, 1195.52, 'Town Hall', 'Town Hall', 3585, 15001, 0, 0, 19000),
+(2106, 903, 0, 0, 595, 4100, 45, 2279.17, 1138.86, 'Elder''s Square Gate', 'Elder''s Square Gate', 3581, 14982, 0, 0, 19000),
+(2107, 903, 0, 0, 595, 4100, 45, 2184.28, 1236.69, 'Festival Lane Gate', 'Festival Lane Gate', 3582, 14965, 0, 0, 19000),
+(2108, 903, 0, 0, 595, 4100, 45, 2225.75, 1331.91, 'Market Row Gate', 'Market Row Gate', 3584, 15216, 0, 0, 19000),
+(2109, 903, 0, 0, 595, 4100, 45, 2122.57, 1354.61, 'King''s Square Fountain', 'King''s Square Fountain', 3583, 15040, 0, 0, 19000),
+(2110, 0, 0, 0, 0, 4253, 7, -8573.47, 990.095, 'Stormwind Harbor', 'Harbor Entrance', 0, 0, 0, 0, 19000),
+(2111, 647, 0, 0, 607, 4384, 105, 1216.33, 79.1829, 'Gate of the Purple Amethyst', '', 3614, 15199, 0, 0, 19000),
+(2114, 935, 0, 0, 607, 4384, 77, 1232.38, -210.044, 'Gate of the Red Sun', '', 3617, 14923, 0, 0, 19000),
+(2117, 959, 0, 0, 607, 4384, 80, 1433.07, -216.331, 'Gate of the Blue Sapphire', '', 3620, 14924, 0, 0, 19000),
+(2120, 959, 0, 0, 607, 4384, 108, 1414.54, 104.746, 'Gate of the Green Emerald', '', 3623, 14934, 0, 0, 19000),
+(2123, 959, 0, 0, 607, 4384, 46, 1571.42, 87.6971, 'The Frostbreaker', 'Alliance Offense', 3626, 15200, 0, 0, 19000),
+(2124, 959, 0, 0, 607, 4384, 46, 1570.41, -145.681, 'The Graceful Maiden', 'Alliance Offense', 3627, 14833, 0, 0, 19000),
+(2125, 959, 0, 0, 607, 4384, 48, 1571.34, -143.83, 'The Blightbringer', 'Horde Offense', 3628, 14980, 0, 0, 19000),
+(2126, 959, 0, 0, 607, 4384, 48, 1571.31, 87.2816, 'The Casket Carrier', 'Horde Offense', 3629, 14883, 0, 0, 19000),
+(2127, 959, 0, 0, 607, 4384, 48, 794.829, -108.578, 'Horde Defense', '', 3631, 14935, 0, 0, 19000),
+(2128, 959, 0, 0, 607, 4384, 46, 794.854, -108.89, 'Alliance Defense', '', 3630, 14977, 0, 0, 19000),
+(2129, 959, 0, 0, 607, 4384, 13, 1338.26, -155.265, 'East Graveyard', 'Horde Controlled', 3632, 14936, 0, 0, 19000),
+(2130, 959, 0, 0, 607, 4384, 15, 1338.91, -155.733, 'East Graveyard', 'Alliance Controlled', 3636, 14937, 0, 0, 19000),
+(2132, 959, 0, 0, 607, 4384, 15, 1308.6, 8.67329, 'West Graveyard', 'Alliance Controlled', 3635, 14862, 0, 0, 19000),
+(2133, 959, 0, 0, 607, 4384, 13, 1220.74, -70.5094, 'South Graveyard', 'Horde Controlled', 3634, 15065, 0, 0, 19000),
+(2134, 959, 0, 0, 607, 4384, 15, 1220.39, -70.6197, 'South Graveyard', 'Alliance Controlled', 3637, 15069, 0, 0, 19000),
+(2135, 959, 0, 0, 607, 4384, 102, 1058.72, -107.526, 'Gate of the Yellow Moon', '', 3638, 14860, 0, 0, 19000),
+(2138, 1, 3, 0, 571, 4467, 5, 7424.22, 4187.86, 'Death''s Rise', '', 0, 0, 0, 0, 19000),
+(2139, 525, 3, 0, 571, 4477, 5, 8428.89, 2707.51, 'The Shadow Vault', '', 0, 0, 0, 0, 19000),
+(2141, 903, 0, 0, 571, 4197, 6, 4556.98, 3623.77, 'Shadowsight Tower', '', 3704, 14858, 0, 0, 19000),
+(2142, 903, 0, 0, 571, 4197, 6, 4397.97, 2822.6, 'Winter''s Edge Tower', '', 3705, 14863, 0, 0, 19000),
+(2143, 903, 0, 0, 571, 4197, 6, 4458.95, 1944.13, 'Flamewatch Tower', '', 3706, 14859, 0, 0, 19000),
+(2144, 903, 0, 0, 571, 4197, 6, 5161.26, 2934.32, 'Wintergrasp Fortress Tower (SW)', '', 3713, 14981, 0, 0, 19000),
+(2145, 903, 0, 0, 571, 4197, 6, 5164.64, 2747.98, 'Wintergrasp Fortress Tower (SE)', '', 3714, 14830, 0, 0, 19000),
+(2146, 903, 0, 0, 571, 4197, 6, 5279.47, 2632.11, 'Wintergrasp Fortress Tower (NE)', '', 3712, 15082, 0, 0, 19000),
+(2147, 903, 0, 0, 571, 4197, 6, 5280.07, 3046.51, 'Wintergrasp Fortress Tower (NW)', '', 3711, 15051, 0, 0, 19000),
+(2149, 903, 0, 0, 571, 4197, 65, 5389.97, 2712.18, 'Fortress Vehicle Workshop (E)', '', 3699, 14879, 0, 0, 19000),
+(2150, 903, 0, 0, 571, 4197, 65, 5390.88, 2979.48, 'Fortress Vehicle Workshop (W)', '', 3698, 14880, 0, 0, 19000),
+(2151, 903, 0, 0, 571, 4197, 65, 4360.35, 2352.27, 'Eastspark Vehicle Workshop', '', 3703, 14844, 0, 0, 19000),
+(2152, 903, 0, 0, 571, 4197, 65, 4355.01, 3308.44, 'Westspark Vehicle Workshop', '', 3702, 14907, 0, 0, 19000),
+(2153, 903, 0, 0, 571, 4197, 65, 4961.23, 3384.18, 'Broken Temple Vehicle Workshop', '', 3700, 14881, 0, 0, 19000),
+(2154, 903, 0, 0, 571, 4197, 65, 4942.82, 2390.43, 'Sunken Ring Vehicle Workshop', '', 3701, 14889, 0, 0, 19000),
+(2199, 903, 0, 0, 571, 4197, 101, 5048.52, 2847.42, 'PvP Activity Detected', '', 3723, 14899, 0, 0, 19000),
+(2200, 903, 0, 0, 571, 4197, 101, 4484.44, 2826.67, 'PvP Activity Detected', '', 3724, 14926, 0, 0, 19000),
+(2201, 903, 0, 0, 571, 4197, 101, 4763.67, 2881.21, 'PvP Activity Detected', '', 3725, 14890, 0, 0, 19000),
+(2203, 903, 0, 0, 571, 4197, 101, 5052.91, 3192.65, 'PvP Activity Detected', '', 3729, 14911, 0, 0, 19000),
+(2205, 903, 0, 0, 571, 4197, 101, 4812.1, 3304.64, 'PvP Activity Detected', '', 3730, 14912, 0, 0, 19000),
+(2206, 903, 0, 0, 571, 4197, 101, 4730.25, 2414.65, 'PvP Activity Detected', '', 3727, 14827, 0, 0, 19000),
+(2207, 903, 0, 0, 571, 4197, 101, 5018.89, 2578.16, 'PvP Activity Detected', '', 3726, 14845, 0, 0, 19000),
+(2208, 903, 0, 0, 571, 4197, 101, 4493.03, 3337.28, 'PvP Activity Detected', '', 3731, 14895, 0, 0, 19000),
+(2209, 903, 0, 0, 571, 4197, 101, 4497.72, 2326.91, 'PvP Activity Detected', '', 3728, 14846, 0, 0, 19000),
+(2210, 903, 0, 0, 571, 4197, 101, 5010.88, 2701.46, 'PvP Activity Detected', '', 3739, 15016, 0, 0, 19000),
+(2211, 903, 0, 0, 571, 4197, 101, 4821.56, 2618.59, 'PvP Activity Detected', '', 3740, 14979, 0, 0, 19000),
+(2212, 903, 0, 0, 571, 4197, 101, 4450.37, 2529.12, 'PvP Activity Detected', '', 3741, 15008, 0, 0, 19000),
+(2213, 903, 0, 0, 571, 4197, 101, 4516.68, 2087.62, 'PvP Activity Detected', '', 3738, 15217, 0, 0, 19000),
+(2214, 903, 0, 0, 571, 4197, 101, 4774.63, 2045.92, 'PvP Activity Detected', '', 3737, 14891, 0, 0, 19000),
+(2215, 903, 0, 0, 571, 4197, 101, 4402.92, 3090.83, 'PvP Activity Detected', '', 3742, 14841, 0, 0, 19000),
+(2216, 903, 0, 0, 571, 4197, 101, 4789.57, 3074.77, 'PvP Activity Detected', '', 3743, 15201, 0, 0, 19000),
+(2217, 903, 0, 0, 571, 4197, 101, 5046.72, 3024.94, 'PvP Activity Detected', '', 3744, 14975, 0, 0, 19000),
+(2218, 903, 0, 0, 571, 4197, 101, 4400.1, 3479.49, 'PvP Activity Detected', '', 3745, 14848, 0, 0, 19000),
+(2219, 903, 0, 0, 571, 4197, 101, 4558.4, 3490.13, 'PvP Activity Detected', '', 3746, 14927, 0, 0, 19000),
+(2220, 903, 0, 0, 571, 4197, 101, 4837.71, 3456.31, 'PvP Activity Detected', '', 3747, 15042, 0, 0, 19000),
+(2221, 903, 0, 0, 571, 4197, 101, 5085.96, 3437.93, 'PvP Activity Detected', '', 3748, 14849, 0, 0, 19000),
+(2222, 391, 0, 0, 571, 4197, 92, 5372.89, 3047.3, 'Wintergrasp Fortress Wall', '', 3749, 15012, 0, 0, 19000),
+(2223, 391, 0, 0, 571, 4197, 92, 5331.85, 3046.55, 'Wintergrasp Fortress Wall', '', 3750, 14850, 0, 0, 19000),
+(2224, 391, 0, 0, 571, 4197, 83, 5280.8, 2995.93, 'Wintergrasp Fortress Wall', '', 3751, 14851, 0, 0, 19000),
+(2225, 391, 0, 0, 571, 4197, 83, 5279.13, 2954.81, 'Wintergrasp Fortress Wall', '', 3752, 15010, 0, 0, 19000),
+(2226, 391, 0, 0, 571, 4197, 92, 5255.6, 2934.08, 'Wintergrasp Fortress Wall', '', 3753, 15011, 0, 0, 19000),
+(2227, 391, 0, 0, 571, 4197, 92, 5216.08, 2933.99, 'Wintergrasp Fortress Wall', '', 3754, 15017, 0, 0, 19000),
+(2228, 391, 0, 0, 571, 4197, 83, 5162.25, 2882.84, 'Wintergrasp Fortress Wall', '', 3755, 15202, 0, 0, 19000),
+(2229, 1927, 0, 0, 571, 4197, 74, 5162.54, 2841.25, 'Wintergrasp Fortress Gate', '', 3763, 14985, 0, 0, 19000),
+(2230, 391, 0, 0, 571, 4197, 83, 5163.71, 2798.72, 'Wintergrasp Fortress Wall', '', 3756, 14852, 0, 0, 19000),
+(2231, 391, 0, 0, 571, 4197, 92, 5215.36, 2747.99, 'Wintergrasp Fortress Wall', '', 3757, 14928, 0, 0, 19000),
+(2232, 391, 0, 0, 571, 4197, 92, 5256.52, 2747.55, 'Wintergrasp Fortress Wall', '', 3758, 14888, 0, 0, 19000),
+(2233, 391, 0, 0, 571, 4197, 83, 5279.76, 2725.12, 'Wintergrasp Fortress Wall', '', 3759, 14892, 0, 0, 19000),
+(2234, 391, 0, 0, 571, 4197, 83, 5279.45, 2683.91, 'Wintergrasp Fortress Wall', '', 3760, 14973, 0, 0, 19000),
+(2235, 391, 0, 0, 571, 4197, 92, 5330.66, 2630.69, 'Wintergrasp Fortress Wall', '', 3761, 14853, 0, 0, 19000),
+(2236, 391, 0, 0, 571, 4197, 92, 5372.93, 2630.77, 'Wintergrasp Fortress Wall', '', 3762, 14854, 0, 0, 19000),
+(2237, 391, 0, 0, 571, 4197, 92, 5386.46, 2909.89, 'Wintergrasp Fortress Wall', '', 3764, 15013, 0, 0, 19000),
+(2238, 391, 0, 0, 571, 4197, 92, 5343.39, 2909.19, 'Wintergrasp Fortress Wall', '', 3765, 14855, 0, 0, 19000),
+(2239, 391, 0, 0, 571, 4197, 92, 5300.49, 2909.33, 'Wintergrasp Fortress Wall', '', 3766, 15014, 0, 0, 19000),
+(2240, 391, 0, 0, 571, 4197, 83, 5279.34, 2883.16, 'Wintergrasp Fortress Wall', '', 3767, 14929, 0, 0, 19000),
+(2241, 391, 0, 0, 571, 4197, 83, 5280.86, 2840.4, 'Wintergrasp Fortress Wall', '', 3768, 14974, 0, 0, 19000),
+(2242, 391, 0, 0, 571, 4197, 83, 5280.32, 2798.61, 'Wintergrasp Fortress Wall', '', 3769, 14840, 0, 0, 19000),
+(2243, 391, 0, 0, 571, 4197, 92, 5302.01, 2771.67, 'Wintergrasp Fortress Wall', '', 3770, 15009, 0, 0, 19000),
+(2244, 391, 0, 0, 571, 4197, 92, 5343.66, 2771.01, 'Wintergrasp Fortress Wall', '', 3771, 14893, 0, 0, 19000),
+(2245, 391, 0, 0, 571, 4197, 92, 5384.4, 2772.53, 'Wintergrasp Fortress Wall', '', 3772, 14878, 0, 0, 19000),
+(2246, 903, 0, 0, 571, 4197, 74, 5394.58, 2841.49, 'Wintergrasp Fortress', '', 3773, 14894, 0, 0, 19000),
+(2247, 903, 0, 0, 571, 4197, 101, 5217.2, 2842.45, 'PvP Activity Detected', '', 3774, 14900, 0, 0, 19000),
+(2248, 903, 0, 0, 571, 4197, 101, 5214.84, 3011.21, 'PvP Activity Detected', '', 3775, 14901, 0, 0, 19000),
+(2249, 903, 0, 0, 571, 4253, 101, 5213.37, 2684.88, 'PvP Activity Detected', '', 3776, 14902, 0, 0, 19000),
+(2250, 903, 0, 0, 571, 4197, 101, 5339.85, 2700.9, 'PvP Activity Detected', '', 3777, 14903, 0, 0, 19000),
+(2251, 903, 0, 0, 571, 4197, 101, 5338.95, 2841.39, 'PvP Activity Detected', '', 3778, 15043, 0, 0, 19000),
+(2252, 903, 0, 0, 571, 4197, 101, 5336.29, 2978.43, 'PvP Activity Detected', '', 3779, 15015, 0, 0, 19000),
+(2253, 903, 0, 0, 571, 4197, 101, 4481.82, 1993.34, 'PvP Activity Detected', '', 3794, 14831, 0, 0, 19000),
+(2254, 903, 0, 0, 571, 4197, 101, 4403.42, 2349.1, 'PvP Activity Detected', '', 3791, 14930, 0, 0, 19000),
+(2255, 903, 0, 0, 571, 4197, 101, 4446.22, 2820.74, 'PvP Activity Detected', '', 3795, 15044, 0, 0, 19000),
+(2256, 903, 0, 0, 571, 4197, 101, 4530.66, 3584.57, 'PvP Activity Detected', '', 3793, 15218, 0, 0, 19000),
+(2257, 903, 0, 0, 571, 4197, 101, 4394.79, 3294.74, 'PvP Activity Detected', '', 3792, 15045, 0, 0, 19000),
+(2258, 903, 0, 0, 571, 4197, 101, 4946.42, 3331.67, 'PvP Activity Detected', '', 3788, 15046, 0, 0, 19000),
+(2259, 903, 0, 0, 571, 4197, 101, 4932.31, 2440.47, 'PvP Activity Detected', '', 3790, 14931, 0, 0, 19000),
+(2260, 903, 0, 0, 571, 4197, 101, 4860.4, 2023.33, 'PvP Activity Detected', '', 3797, 14976, 0, 0, 19000),
+(2261, 903, 0, 0, 571, 4197, 101, 4310.33, 1810.36, 'PvP Activity Detected', '', 3798, 14978, 0, 0, 19000),
+(2262, 903, 0, 0, 571, 4197, 101, 4489.01, 4028.89, 'PvP Activity Detected', '', 3799, 15047, 0, 0, 19000),
+(2263, 903, 0, 0, 571, 4197, 101, 4696.33, 3806.99, 'PvP Activity Detected', '', 3796, 14932, 0, 0, 19000),
+(2264, 424, 0, 0, 571, 4197, 48, 5121.38, 2845.14, 'Wintergrasp', 'Control of Wintergrasp', 3804, 15048, 0, 0, 19000),
+(2265, 2951, 0, 0, 571, 4197, 8, 5105.61, 2300.68, 'Sunken Ring Graveyard', '', 3701, 14889, 0, 1329, 19000),
+(2266, 2951, 0, 0, 571, 4197, 8, 5102.12, 3463.95, 'Broken Temple Graveyard', '', 3700, 14881, 0, 1330, 19000),
+(2268, 2951, 0, 0, 571, 4197, 8, 5538.38, 2894.84, 'Fortress Graveyard', '', 3773, 14894, 0, 1285, 19000),
+(2269, 2951, 0, 0, 571, 4197, 8, 4336.28, 3234.63, 'Southwest Graveyard', '', 3702, 14907, 0, 1334, 19000),
+(2270, 2951, 0, 0, 571, 4197, 8, 4318.94, 2408, 'Southeast Graveyard', '', 3703, 14844, 0, 1333, 19000),
+(2292, 959, 0, 0, 607, 4384, 80, 881.703, -108.355, 'Chamber of Ancient Relics', '', 3849, 14861, 0, 0, 19000),
+(2298, 525, 3, 0, 571, 4161, 5, 3546.8, 273.257, 'Wyrmrest Temple', '', 0, 0, 0, 0, 19000),
+(2299, 525, 3, 0, 571, 4186, 5, 3240.58, -692.569, 'Venomspite', '', 0, 0, 0, 0, 19000),
+(2300, 525, 3, 0, 571, 4158, 5, 3495.58, 1993.21, 'Stars'' Rest', '', 0, 0, 0, 0, 19000),
+(2301, 525, 3, 0, 571, 4165, 5, 3830.9, 1580.96, 'Agmar''s Hammer', '', 0, 0, 0, 0, 19000),
+(2302, 525, 3, 0, 571, 4152, 5, 2780.97, 878.934, 'Moa''ki Harbor', '', 0, 0, 0, 0, 19000),
+(2303, 525, 3, 0, 571, 4032, 5, 2279.52, 5248.36, 'Valiance Keep', '', 0, 0, 0, 0, 19000),
+(2304, 525, 3, 0, 571, 4129, 5, 2837.43, 6186.49, 'Warsong Hold', '', 0, 0, 0, 0, 19000),
+(2305, 525, 3, 0, 571, 4113, 5, 3013.88, 4103.26, 'Unu''pe', '', 0, 0, 0, 0, 19000),
+(2306, 525, 3, 0, 571, 4037, 5, 3445.23, 4111, 'Taunka''le Village', '', 0, 0, 0, 0, 19000),
+(2307, 525, 3, 0, 571, 4108, 5, 4158.73, 5281.77, 'Fizzcrank Airstrip', '', 0, 0, 0, 0, 19000),
+(2308, 525, 3, 0, 571, 4122, 5, 4497.92, 5727.56, 'Bor''gorok Outpost', '', 0, 0, 0, 0, 19000),
+(2309, 525, 3, 0, 571, 4177, 5, 3780.27, -734.763, 'Wintergarde Keep', '', 0, 0, 0, 0, 19000),
+(2310, 525, 3, 0, 571, 4206, 5, 3250.52, -2252.59, 'Conquest Hold', '', 0, 0, 0, 0, 19000),
+(2311, 525, 3, 0, 571, 4204, 5, 3415.69, -2788, 'Amberpine Lodge', '', 0, 0, 0, 0, 19000),
+(2312, 525, 3, 0, 571, 4211, 5, 3855.81, -4524.73, 'Camp Oneqwah', '', 0, 0, 0, 0, 19000),
+(2313, 525, 3, 0, 571, 4159, 5, 4554.15, -4213.86, 'Westfall Brigade Encampment', '', 0, 0, 0, 0, 19000),
+(2314, 525, 3, 0, 571, 4275, 5, 5450.08, -2575.08, 'The Argent Stand', '', 0, 0, 0, 0, 19000),
+(2315, 525, 3, 0, 571, 4323, 5, 5764.67, -3563.47, 'Zim''Torga', '', 0, 0, 0, 0, 19000),
+(2316, 525, 3, 0, 571, 4284, 5, 5565.21, 5757.52, 'Nesingwary Base Camp', '', 0, 0, 0, 0, 19000),
+(2317, 669, 4, 0, 571, 4395, 6, 5805.22, 639.992, 'Dalaran', '', 0, 0, 0, 0, 19000),
+(2318, 525, 3, 0, 571, 4441, 5, 7795.98, -2885.31, 'Camp Tunka''lo', '', 0, 0, 0, 0, 19000),
+(2319, 525, 3, 0, 571, 4422, 5, 6953.43, -1653.6, 'Brunnhildar Village', '', 0, 0, 0, 0, 19000),
+(2320, 525, 3, 0, 571, 4418, 5, 6124.23, -1061.87, 'K3', '', 0, 0, 0, 0, 19000),
+(2321, 525, 3, 0, 571, 4428, 5, 6680.32, -231.676, 'Frosthold', '', 0, 0, 0, 0, 19000),
+(2322, 525, 3, 0, 571, 4429, 5, 7857.19, -749.898, 'Grom''arsh Crash-Site', '', 0, 0, 0, 0, 19000),
+(2323, 525, 3, 0, 571, 4580, 5, 6410.24, 441.831, 'Crusaders'' Pinnacle', '', 0, 0, 0, 0, 19000),
+(2324, 959, 0, 0, 607, 4384, 13, 1309, 8.65516, 'West Graveyard', 'Horde Controlled', 3633, 14832, 0, 0, 19000),
+(2331, 903, 0, 0, 603, 4273, 10, -223.332, -299.08, 'Tower of Life', 'Supplies power to Freya''s Ward', 4053, 15149, 0, 0, 19000),
+(2332, 903, 0, 0, 603, 4445, 10, -79.7775, 89.057, 'Tower of Flames', 'Provides power to Mimiron''s Inferno', 4195, 15103, 0, 0, 19000),
+(2333, 903, 0, 0, 603, 4445, 10, 82.2553, -392.476, 'Tower of Frost', 'Provides power to Hodir''s Fury', 4196, 15104, 0, 0, 19000),
+(2334, 903, 0, 0, 603, 4445, 10, 341.266, 317.85, 'Tower of Storms', 'Provides power to Thorim''s Hammer', 4197, 15105, 0, 0, 19000),
+(2345, 5039, 0, 0, 628, 4710, 136, 772.7344, -805.5174, 'Workshop', 'Alliance Controlled', 4229, 15106, 0, 0, 19000),
+(2346, 5039, 0, 0, 628, 4710, 138, 772.7344, -805.5174, 'Workshop', 'Horde Controlled', 4230, 15107, 0, 0, 19000),
+(2347, 5039, 0, 0, 628, 4710, 137, 772.7344, -805.5174, 'Workshop', 'In Conflict', 4228, 15161, 0, 0, 19000),
+(2348, 5039, 0, 0, 628, 4710, 139, 772.7344, -805.5174, 'Workshop', 'In Conflict', 4293, 15203, 0, 0, 19000),
+(2349, 5039, 0, 0, 628, 4710, 135, 772.7344, -805.5174, 'Workshop', 'Uncontrolled', 4294, 15108, 0, 0, 19000),
+(2350, 5039, 0, 0, 628, 4710, 141, 690.2934, -1125.382, 'Hangar', 'Alliance Controlled', 4299, 15130, 0, 0, 19000),
+(2352, 5039, 0, 0, 628, 4710, 143, 690.2882, -1125.396, 'Hangar', 'Horde Controlled', 4298, 15158, 0, 0, 19000),
+(2353, 5039, 0, 0, 628, 4710, 142, 690.2674, -1125.372, 'Hangar', 'In Conflict', 4300, 15110, 0, 0, 19000),
+(2354, 5039, 0, 0, 628, 4710, 144, 690.3021, -1125.389, 'Hangar', 'In Conflict', 4297, 15109, 0, 0, 19000),
+(2355, 5039, 0, 0, 628, 4710, 140, 690.2952, -1125.405, 'Hangar', 'Uncontrolled', 4296, 15111, 0, 0, 19000),
+(2356, 5039, 0, 0, 628, 4710, 147, 796.9948, -379.9479, 'Docks', 'In Conflict', 4305, 15112, 0, 0, 19000),
+(2357, 5039, 0, 0, 628, 4710, 148, 797.0018, -379.9149, 'Docks', 'Horde Controlled', 4303, 15113, 0, 0, 19000),
+(2358, 5039, 0, 0, 628, 4710, 146, 797.007, -379.908, 'Docks', 'Alliance Controlled', 4304, 15114, 0, 0, 19000),
+(2359, 5039, 0, 0, 628, 4710, 149, 796.9983, -379.9115, 'Docks', 'In Conflict', 4302, 15219, 0, 0, 19000),
+(2360, 5039, 0, 0, 628, 4710, 145, 796.9965, -379.9375, 'Docks', 'Uncontrolled', 4301, 15129, 0, 0, 19000),
+(2361, 5039, 0, 0, 628, 4710, 16, 225.0382, -1188.757, 'Quarry', 'Uncontrolled', 4306, 15160, 0, 0, 19000),
+(2362, 5039, 0, 0, 628, 4710, 18, 225.0382, -1188.757, 'Quarry', 'Alliance Controlled', 4309, 15085, 0, 0, 19000),
+(2363, 5039, 0, 0, 628, 4710, 20, 225.0382, -1188.757, 'Quarry', 'Horde Controlled', 4308, 15115, 0, 0, 19000),
+(2364, 5039, 0, 0, 628, 4710, 17, 225.0382, -1188.757, 'Quarry', 'In Conflict', 4310, 15116, 0, 0, 19000),
+(2365, 5039, 0, 0, 628, 4710, 19, 225.0382, -1188.757, 'Quarry', 'In Conflict', 4307, 15117, 0, 0, 19000),
+(2366, 5039, 0, 0, 628, 4710, 153, 1267.118, -396.0695, 'Refinery', 'Horde Controlled', 4313, 15118, 0, 0, 19000),
+(2367, 5039, 0, 0, 628, 4710, 151, 1267.118, -396.0695, 'Refinery', 'Alliance Controlled', 4314, 15220, 0, 0, 19000),
+(2368, 5039, 0, 0, 628, 4710, 154, 1267.118, -396.0695, 'Refinery', 'In Conflict', 4312, 15119, 0, 0, 19000),
+(2369, 5039, 0, 0, 628, 4710, 152, 1267.118, -396.0695, 'Refinery', 'In Conflict', 4315, 15131, 0, 0, 19000),
+(2370, 5039, 0, 0, 628, 4710, 150, 1267.118, -396.0695, 'Refinery', 'Uncontrolled', 4311, 15120, 0, 0, 19000),
+(2371, 5039, 0, 0, 628, 4710, 77, 1151.189, -762.5261, 'Horde Gate', 'Front Gate', 4317, 15159, 0, 0, 19000),
+(2372, 5039, 0, 0, 628, 4710, 79, 1151.189, -762.5261, 'Horde Gate', 'Destroyed', 4322, 15134, 0, 0, 19000),
+(2373, 5039, 0, 0, 628, 4710, 77, 1218.585, -850.993, 'Horde Gate', 'East Gate', 4319, 15204, 0, 0, 19000),
+(2374, 5039, 0, 0, 628, 4710, 79, 1218.63, -851.1024, 'Horde Gate', 'Destroyed', 4320, 15121, 0, 0, 19000),
+(2375, 5039, 0, 0, 628, 4710, 77, 1218.078, -677.0816, 'Horde Gate', 'West Gate', 4318, 15122, 0, 0, 19000),
+(2376, 5039, 0, 0, 628, 4710, 79, 1218.052, -677.1215, 'Horde Gate', 'Destroyed', 4321, 15123, 0, 0, 19000),
+(2377, 5039, 0, 0, 628, 4710, 80, 352.0035, -901.0434, 'Alliance Gate', 'East Gate', 4326, 15124, 0, 0, 19000),
+(2378, 5039, 0, 0, 628, 4710, 82, 411.3854, -833.7969, 'Alliance Gate', 'Destroyed', 4323, 15125, 0, 0, 19000),
+(2379, 5039, 0, 0, 628, 4710, 82, 352.0035, -901.0434, 'Alliance Gate', 'Destroyed', 4325, 15205, 0, 0, 19000),
+(2380, 5039, 0, 0, 628, 4710, 80, 351.6684, -764.717, 'Alliance Gate', 'West Gate', 4327, 15126, 0, 0, 19000),
+(2381, 5039, 0, 0, 628, 4710, 82, 351.6684, -764.717, 'Alliance Gate', 'Destroyed', 4324, 15127, 0, 0, 19000),
+(2382, 5039, 0, 0, 628, 4710, 80, 411.3854, -833.7969, 'Alliance Gate', 'Front Gate', 4328, 15128, 0, 0, 19000),
+(2383, 5039, 0, 0, 628, 4710, 6, 347.7604, -831.559, 'Alliance Keep', 'Uncontrolled', 4341, 15150, 0, 0, 19000),
+(2384, 5039, 0, 0, 628, 4710, 11, 347.7604, -831.559, 'Alliance Keep', 'Alliance Controlled', 4339, 15151, 0, 0, 19000),
+(2385, 5039, 0, 0, 628, 4710, 9, 347.7604, -831.559, 'Alliance Keep', 'In Conflict', 4342, 15152, 0, 0, 19000),
+(2386, 5039, 0, 0, 628, 4710, 12, 347.7604, -831.559, 'Alliance Keep', 'In Conflict', 4343, 15153, 0, 0, 19000),
+(2387, 5039, 0, 0, 628, 4710, 10, 347.7604, -831.559, 'Alliance Keep', 'Horde Controlled', 4340, 15221, 0, 0, 19000),
+(2388, 5039, 0, 0, 628, 4710, 10, 1212.892, -765.4184, 'Horde Keep', 'Horde Controlled', 4345, 15206, 0, 0, 19000),
+(2389, 5039, 0, 0, 628, 4710, 11, 1212.892, -765.4184, 'Horde Keep', 'Alliance Controlled', 4344, 15154, 0, 0, 19000),
+(2390, 5039, 0, 0, 628, 4710, 9, 1212.892, -765.4184, 'Horde Keep', 'In Conflict', 4347, 15155, 0, 0, 19000),
+(2391, 5039, 0, 0, 628, 4710, 12, 1212.892, -765.4184, 'Horde Keep', 'In Conflict', 4348, 15156, 0, 0, 19000),
+(2392, 5039, 0, 0, 628, 4710, 6, 1212.892, -765.4184, 'Horde Keep', 'Uncontrolled', 4346, 15157, 0, 0, 19000),
+(2395, 655, 0, 0, 728, 3820, 11, 1978.74, 829.606, 'Stoneward Prison', 'Alliance Controlled', 1787, 15193, 0, 0, 19000),
+(2396, 655, 0, 0, 728, 3820, 12, 1978.94, 829.552, 'Stoneward Prison', 'In Conflict', 1790, 14963, 0, 0, 19000),
+(2397, 655, 0, 0, 728, 3820, 9, 1978.88, 829.538, 'Stoneward Prison', 'In Conflict', 1789, 15077, 0, 0, 19000),
+(2398, 655, 0, 0, 728, 3820, 10, 1979.11, 830.01, 'Stoneward Prison', 'Horde Controlled', 1788, 15053, 0, 0, 19000),
+(2399, 655, 0, 0, 728, 3820, 6, 1976.22, 828.076, 'Stoneward Prison', 'Uncontrolled', 1843, 14999, 0, 0, 19000),
+(2404, 4751, 0, 0, 761, 5449, 16, 1244.51, 923.092, 'Mines', '', 8853, 0, 0, 0, 19000),
+(2405, 4751, 0, 0, 761, 5449, 26, 980.462, 948.932, 'Waterworks', '', 8852, 0, 0, 0, 19000),
+(2412, 4751, 0, 0, 761, 5449, 6, 1057.288, 1278.174, 'Lighthouse', '', 8851, 0, 0, 0, 19000),
+(2428, 935, 0, 0, 0, 1519, 46, -8839.79, 614.043, 'Trade District', '', 5398, 15086, 0, 0, 19000),
+(2429, 935, 0, 0, 0, 1519, 46, -8722.51, 417.172, 'Old Town', '', 5399, 15087, 0, 0, 19000),
+(2430, 935, 0, 0, 0, 1519, 46, -8444.19, 595.262, 'The Dwarven District', '', 5404, 15088, 0, 0, 19000),
+(2431, 935, 0, 0, 0, 1519, 46, -8635.6, 795.168, 'Cathedral Square', '', 5401, 15089, 0, 0, 19000),
+(2432, 935, 0, 0, 0, 1519, 46, -8756.01, 1106.16, 'The Park', '', 5403, 15175, 0, 0, 19000),
+(2433, 935, 0, 0, 0, 1519, 46, -8979.6, 874.806, 'The Mage Quarter', '', 5400, 15090, 0, 0, 19000),
+(2434, 935, 0, 0, 0, 1519, 46, -8503.96, 1011.85, 'Stormwind Harbor', '', 5402, 15091, 0, 0, 19000),
+(2435, 934, 0, 0, 1, 1638, 48, -1072.98, -281.852, 'Elder Rise', '', 5414, 15092, 0, 0, 19000),
+(2436, 934, 0, 0, 1, 1638, 48, -1457.86, -88.8611, 'Hunter Rise', '', 5415, 15093, 0, 0, 19000),
+(2437, 934, 0, 0, 1, 1638, 48, -974.498, 283.786, 'Spirit Rise', '', 5416, 15094, 0, 0, 19000),
+(2438, 934, 0, 0, 1, 1638, 48, -1058.27, 194.363, 'Pools of Vision', '', 5417, 15140, 0, 0, 19000),
+(2439, 934, 0, 0, 1, 1638, 48, -1197.69, 30.8854, 'Thunder Bluff', '', 5413, 15145, 0, 0, 19000),
+(2440, 1967, 0, 0, 732, 5095, 11, -914.184, 979.191, 'Ironclad Garrison', 'Alliance Controlled', 5422, 15142, 0, 0, 19000),
+(2441, 1967, 0, 0, 732, 5095, 10, -914.184, 979.191, 'Ironclad Garrison', 'Horde Controlled', 5418, 15171, 0, 0, 19000),
+(2442, 1967, 0, 0, 732, 5095, 9, -914.184, 979.191, 'Ironclad Garrison', 'In Conflict', 5421, 15207, 0, 0, 19000),
+(2443, 1967, 0, 0, 732, 5095, 12, -914.184, 979.191, 'Ironclad Garrison', 'In Conflict', 5419, 15095, 0, 0, 19000),
+(2444, 1967, 0, 0, 732, 5095, 11, -1496.24, 1312.83, 'Warden''s Vigil', 'Alliance Controlled', 5427, 15168, 0, 0, 19000),
+(2445, 1967, 0, 0, 732, 5095, 10, -1496.24, 1312.83, 'Warden''s Vigil', 'Horde Controlled', 5423, 15096, 0, 0, 19000),
+(2446, 1967, 0, 0, 732, 5095, 9, -1496.24, 1312.83, 'Warden''s Vigil', 'In Conflict', 5426, 15167, 0, 0, 19000),
+(2447, 1967, 0, 0, 732, 5095, 12, -1496.24, 1312.83, 'Warden''s Vigil', 'In Conflict', 5424, 15222, 0, 0, 19000),
+(2448, 1967, 0, 0, 732, 5095, 28, -1436.89, 685.561, 'Slagworks', 'Alliance Controlled', 5432, 15165, 0, 0, 19000),
+(2449, 1967, 0, 0, 732, 5095, 30, -1436.89, 685.561, 'Slagworks', 'Horde Controlled', 5428, 15143, 0, 0, 19000),
+(2450, 1967, 0, 0, 732, 5095, 27, -1436.89, 685.561, 'Slagworks', 'In Conflict', 5431, 15146, 0, 0, 19000),
+(2451, 1967, 0, 0, 732, 5095, 29, -1436.89, 685.561, 'Slagworks', 'In Conflict', 5429, 15179, 0, 0, 19000),
+(2452, 1967, 0, 0, 732, 5095, 11, -950.056, 1469.46, 'West Spire', 'Alliance Controlled', 5436, 15176, 0, 0, 19000),
+(2453, 1967, 0, 0, 732, 5095, 10, -950.056, 1469.46, 'West Spire', 'Horde Controlled', 5433, 15162, 0, 0, 19000),
+(2454, 1967, 0, 0, 732, 5095, 52, -950.056, 1469.46, 'West Spire', 'Horde Controlled, Damaged', 5434, 15097, 0, 0, 19000),
+(2455, 1967, 0, 0, 732, 5095, 50, -950.056, 1469.46, 'West Spire', 'Alliance Controlled, Damaged', 5437, 15223, 0, 0, 19000),
+(2456, 1967, 0, 0, 732, 5095, 54, -950.056, 1469.46, 'West Spire', 'Damaged', 5454, 15163, 0, 0, 19000),
+(2457, 1967, 0, 0, 732, 5095, 55, -950.056, 1469.46, 'West Spire', 'Destroyed', 5435, 15098, 0, 0, 19000),
+(2458, 1967, 0, 0, 732, 5095, 6, -950.056, 1469.46, 'West Spire', 'Uncontrolled', 5453, 15173, 0, 0, 19000),
+(2459, 1967, 0, 0, 732, 5095, 6, -1012.88, 530.448, 'East Spire', 'Uncontrolled', 5451, 15099, 0, 0, 19000),
+(2460, 1967, 0, 0, 732, 5095, 55, -1012.88, 530.448, 'East Spire', 'Destroyed', 5445, 15169, 0, 0, 19000),
+(2461, 1967, 0, 0, 732, 5095, 54, -1012.88, 530.448, 'East Spire', 'Damaged', 5452, 15141, 0, 0, 19000),
+(2462, 1967, 0, 0, 732, 5095, 11, -1012.88, 530.448, 'East Spire', 'Alliance Controlled', 5446, 15100, 0, 0, 19000),
+(2463, 1967, 0, 0, 732, 5095, 50, -1012.88, 530.448, 'East Spire', 'Alliance Controlled, Damaged', 5447, 15224, 0, 0, 19000),
+(2464, 1967, 0, 0, 732, 5095, 10, -1012.88, 530.448, 'East Spire', 'Horde Controlled', 5443, 15170, 0, 0, 19000),
+(2465, 1967, 0, 0, 732, 5095, 52, -1012.88, 530.448, 'East Spire', 'Horde Controlled, Damaged', 5444, 15225, 0, 0, 19000),
+(2466, 1967, 0, 0, 732, 5095, 6, -1618.03, 953.585, 'South Spire', 'Uncontrolled', 5455, 15172, 0, 0, 19000),
+(2467, 1967, 0, 0, 732, 5095, 54, -1618.03, 953.585, 'South Spire', 'Damaged', 5456, 15101, 0, 0, 19000),
+(2468, 1967, 0, 0, 732, 5095, 55, -1618.03, 953.585, 'South Spire', 'Destroyed', 5440, 15102, 0, 0, 19000),
+(2469, 1967, 0, 0, 732, 5095, 11, -1618.03, 953.585, 'South Spire', 'Alliance Controlled', 5441, 15226, 0, 0, 19000),
+(2470, 1967, 0, 0, 732, 5095, 50, -1618.03, 953.585, 'South Spire', 'Alliance Controlled, Damaged', 5442, 15177, 0, 0, 19000),
+(2471, 1967, 0, 0, 732, 5095, 10, -1618.03, 953.585, 'South Spire', 'Horde Controlled', 5438, 15164, 0, 0, 19000),
+(2472, 1967, 0, 0, 732, 5095, 52, -1618.03, 953.585, 'South Spire', 'Horde Controlled, Damaged', 5439, 15135, 0, 0, 19000),
+(2473, 934, 0, 0, 0, 1537, 46, -4703.6, -1217.26, 'Hall of Explorers', '', 5457, 15136, 0, 0, 19000),
+(2474, 934, 0, 0, 0, 1537, 46, -4645.04, -944.885, 'Mystic Ward', '', 5458, 15147, 0, 0, 19000),
+(2475, 934, 0, 0, 0, 1537, 46, -4930.1, -943.351, 'The Commons', '', 5459, 15137, 0, 0, 19000),
+(2476, 934, 0, 0, 0, 1537, 46, -4639.32, -1098.48, 'The Forlorn Cavern', '', 5460, 15174, 0, 0, 19000),
+(2477, 934, 0, 0, 0, 1537, 46, -4818.28, -1090.15, 'The Great Forge', '', 5461, 15144, 0, 0, 19000),
+(2478, 934, 0, 0, 0, 1537, 46, -4983.07, -1220.4, 'The Military Ward', '', 5462, 15178, 0, 0, 19000),
+(2481, 934, 0, 0, 1, 1637, 48, 1773.42, -4336.81, 'The Cleft of Shadow', '', 5465, 15227, 0, 0, 19000),
+(2482, 934, 0, 0, 1, 1637, 48, 1841.67, -4519.81, 'The Drag', '', 5466, 15138, 0, 0, 19000),
+(2485, 943, 0, 0, 732, 5095, 46, -1292.11, 980.354, 'Baradin Hold', 'Alliance Controlled', 5470, 15148, 0, 0, 19000),
+(2486, 943, 0, 0, 732, 5095, 48, -1292.11, 980.354, 'Baradin Hold', 'Horde Controlled', 5469, 15166, 0, 0, 19000),
+(2500, 934, 0, 0, 1, 1637, 48, 1581.96, -4204.51, 'The Goblim Slums', '', 5463, 15139, 0, 0, 19000),
+(2557, 525, 3, 83, 0, 3, 5, -6764.01, -2433.285, 'New Kargath', '', 0, 0, 0, 0, 19000),
+(2558, 517, 1, 0, 0, 3, 7, -7011.733, -2554.184, 'Dragon''s Mouth', '', 0, 0, 0, 0, 19000),
+(2559, 525, 3, 83, 0, 3, 5, -6615.338, -3892.476, 'Fuselight', '', 0, 0, 0, 0, 19000),
+(2560, 525, 2, 0, 0, 4, 5, -10994.64, -3435.795, 'Nethergarde Keep', '', 0, 0, 0, 0, 19000),
+(2561, 525, 2, 0, 0, 4, 5, -10930.78, -2728.788, 'Dreadmaul Hold', '', 0, 31303, 0, 0, 19000),
+(2562, 517, 3, 0, 0, 4, 7, -12706.02, -2873.431, 'Surwich', '', 0, 0, 0, 0, 19000),
+(2564, 525, 3, 0, 0, 139, 5, 2302.976, -5341.295, 'Light''s Hope Chapel', '', 0, 0, 0, 0, 19000),
+(2566, 517, 1, 0, 0, 12, 7, -9478.264, -1290.38, 'Eastvale Logging Camp', '', 0, 0, 0, 0, 19000),
+(2567, 517, 3, 0, 0, 38, 7, -5656.009, -4274.749, 'Farstrider Lodge', '', 0, 0, 0, 0, 19000),
+(2568, 525, 3, 0, 0, 33, 5, -12836.27, -425.6736, 'Fort Livingston', '', 0, 0, 0, 0, 19000),
+(2569, 525, 2, 0, 0, 51, 5, -7095.238, -1202.052, 'Iron Summit', '', 0, 0, 0, 0, 19000),
+(2570, 517, 1, 0, 0, 130, 7, 1065.51, 1559.382, 'Forsaken Rear Guard', '', 0, 0, 0, 0, 19000),
+(2571, 525, 3, 0, 0, 8, 5, -9767.96, -3912.948, 'Bogpaddle', '', 0, 0, 0, 0, 19000),
+(2572, 517, 1, 0, 0, 8, 7, -10110.46, -2804.26, 'The Harborage', '', 0, 0, 0, 0, 19000),
+(2573, 0, 0, 0, 0, 33, 5, -13272.82, 728.3663, 'Hardwrench Hideaway', '', 0, 0, 0, 0, 19000),
+(2574, 517, 1, 0, 0, 47, 7, -25.46354, -2815.5, 'Hiri''watha Research Station', '', 0, 0, 0, 0, 19000),
+(2575, 517, 1, 0, 0, 47, 7, 340.6684, -4128.128, 'Stormfeather Outpost', '', 0, 0, 0, 0, 19000),
+(2576, 525, 2, 0, 0, 85, 5, 1712.175, -751.5295, 'The Bulwark', '', 0, 0, 0, 0, 19000),
+(2577, 525, 3, 0, 0, 4922, 5, -4013.146, -6417.573, 'Dragonmaw Port', '', 0, 0, 0, 0, 19000),
+(2578, 525, 3, 0, 0, 4922, 5, -4812.708, -6678.292, 'Highbank', '', 0, 0, 0, 0, 19000),
+(2579, 517, 1, 0, 0, 4922, 7, -4186.21, -5608.162, 'Firebeard''s Patrol', '', 0, 0, 0, 0, 19000),
+(2580, 517, 2, 0, 0, 4922, 7, -3663.528, -5303.932, 'Bloodgulch', '', 0, 0, 0, 0, 19000),
+(2581, 517, 1, 0, 0, 4922, 7, -2743.804, -6410.026, 'The Krazzworks', '', 0, 0, 0, 0, 19000),
+(2582, 517, 1, 0, 0, 4922, 7, -2769.226, -5333.944, 'Kirthaven', '', 0, 0, 0, 0, 19000),
+(2583, 517, 2, 0, 0, 4922, 7, -3201.318, -5029.646, 'Thundermar', '', 0, 0, 0, 0, 19000),
+(2584, 517, 1, 0, 0, 4922, 7, -4194.932, -4724.745, 'Victor''s Point', '', 0, 0, 0, 0, 19000),
+(2585, 517, 1, 0, 0, 4922, 7, -4840.495, -4821.499, 'Crushblow', '', 0, 0, 0, 0, 19000),
+(2586, 0, 3, 0, 0, 5146, 7, -5132.042, 3282.906, 'Deepmist Grotto', '', 0, 0, 0, 0, 19000),
+(2587, 517, 3, 0, 0, 5146, 7, -6116.978, 4294.889, 'Silver Tide Hollow', '', 0, 0, 0, 0, 19000),
+(2588, 517, 3, 0, 0, 5146, 7, -6608.521, 4285.433, 'Tranquil Wash', '', 0, 0, 0, 0, 19000),
+(2589, 517, 3, 0, 0, 5146, 7, -6778.962, 4193.525, 'Legion''s Rest', '', 0, 0, 0, 0, 19000),
+(2590, 517, 3, 0, 0, 5146, 7, -6876.415, 6009.471, 'Darkbreak Cove', '', 0, 0, 0, 0, 19000),
+(2591, 517, 3, 0, 0, 5146, 7, -6549.031, 6126.409, 'Tenebrous Cavern', '', 0, 0, 0, 0, 19000),
+(2592, 525, 2, 0, 0, 28, 5, 1537.479, -1596.34, 'Andorhal', '', 0, 0, 0, 0, 19000),
+(2593, 517, 1, 0, 0, 11, 7, -2871.995, -1493.771, 'Swiftgear Station', '', 0, 0, 0, 0, 19000),
+(2594, 517, 2, 0, 0, 11, 7, -3280.667, -2752.481, 'Greenwarden''s Grove', '', 0, 0, 0, 0, 19000),
+(2596, 517, 1, 0, 0, 4714, 7, -1380.689, 2126.285, 'Keel Harbor', '', 0, 0, 0, 0, 19000),
+(2597, 517, 1, 0, 1, 331, 7, 3015.771, -514.8507, 'Hellscream''s Watch', '', 0, 0, 0, 0, 19000),
+(2598, 525, 3, 0, 1, 16, 5, 3511.2, -6549.838, 'Bilgewater Harbor', '', 0, 0, 0, 0, 19000),
+(2599, 525, 3, 0, 1, 148, 5, 7415.803, -272.474, 'Lor''danel', '', 0, 0, 0, 0, 19000),
+(2600, 525, 3, 0, 1, 405, 5, -977.8316, 1640.688, 'Karnum''s Glade', '', 0, 0, 0, 0, 19000),
+(2601, 525, 3, 0, 1, 361, 5, 6089.463, -871.8021, 'Whisperwind Grove', '', 0, 0, 0, 0, 19000),
+(2602, 517, 1, 0, 1, 361, 7, 6197.865, -1931.347, 'Talonbranch Glade', '', 0, 0, 0, 0, 19000),
+(2603, 517, 1, 0, 1, 357, 7, -3077.53, 2573.988, 'Camp Ataya', '', 0, 0, 0, 0, 19000),
+(2604, 517, 1, 0, 1, 357, 7, -4573.439, 1832.96, 'Stonemaul Hold', '', 0, 0, 0, 0, 19000),
+(2605, 517, 1, 0, 1, 357, 7, -3168.969, 1909.273, 'Dreamer''s Rest', '', 0, 0, 0, 0, 19000),
+(2606, 525, 3, 0, 1, 616, 5, 5523.938, -3609.866, 'Nordrassil', '', 0, 0, 0, 0, 19000),
+(2607, 517, 1, 0, 1, 616, 7, 5136.833, -1755.382, 'Grove of Aessina', '', 0, 0, 0, 0, 19000),
+(2608, 517, 1, 0, 1, 616, 7, 4919.508, -2727.566, 'Shrine of Aviana', '', 0, 0, 0, 0, 19000),
+(2609, 517, 1, 0, 1, 17, 7, 1169.868, -3390.976, 'Nozzlepot''s Outpost', '', 0, 0, 0, 0, 19000),
+(2611, 517, 1, 0, 1, 4709, 7, -789.2674, -1568.986, 'Hunter''s Hill', '', 0, 0, 0, 0, 19000),
+(2612, 517, 1, 0, 1, 4709, 7, -442.1649, -1475.08, 'Honor''s Stand', '', 0, 0, 0, 0, 19000),
+(2613, 517, 1, 0, 1, 4709, 7, -2171.91, -3632.043, 'Northwatch Hold', '', 0, 0, 0, 0, 19000),
+(2614, 525, 3, 0, 1, 4709, 5, -3253.825, -1725.438, 'Desolation Hold', '', 0, 0, 0, 0, 19000),
+(2615, 525, 3, 0, 1, 4709, 5, -3146.649, -2280.623, 'Fort Triumph', '', 0, 0, 0, 0, 19000),
+(2616, 525, 3, 0, 1, 406, 5, 902.5382, 3.770833, 'Krom''gar Fortress', '', 0, 0, 0, 0, 19000),
+(2617, 525, 3, 0, 1, 406, 5, 1202.004, 443.184, 'Windshear Hold', '', 0, 0, 0, 0, 19000),
+(2618, 517, 1, 0, 1, 406, 7, 1025.519, 2003.116, 'Farwatcher''s Glen', '', 0, 0, 0, 0, 19000),
+(2619, 517, 1, 0, 1, 406, 7, 2127.559, 1592.045, 'Thal''darah Overlook', '', 0, 0, 0, 0, 19000),
+(2620, 517, 1, 0, 1, 440, 7, -8670.891, -4065.628, 'Bootlegger Outpost', '', 0, 0, 0, 0, 19000),
+(2621, 525, 3, 0, 1, 400, 5, -6126.91, -3852.34, 'Fizzle and Pozzik''s Speedbarge', '', 0, 0, 0, 0, 19000),
+(2622, 525, 3, 0, 1, 5034, 5, -9440.91, -958.6354, 'Ramkahen', '', 0, 0, 0, 0, 19000),
+(2623, 517, 1, 0, 1, 5034, 7, -8340.511, 788.2864, 'Oasis of Vir''sar', '', 0, 0, 0, 0, 19000),
+(2624, 525, 3, 0, 1, 5034, 5, -10676.9, 1052.095, 'Schnottz''s Landing', '', 0, 0, 0, 0, 19000),
+(2625, 525, 3, 0, 1, 490, 5, -7504.564, -1503.879, 'Marshal''s Stand', '', 0, 0, 0, 0, 19000),
+(2626, 525, 2, 0, 0, 46, 5, -7924.009, -1918.425, 'Chiselgrip', '', 0, 0, 0, 0, 19000),
+(2627, 0, 1, 0, 0, 4815, 7, -4635.432, 3535.167, 'Smuggler''s Scar', '', 0, 0, 0, 0, 19000),
+(2693, 655, 0, 0, 968, 5799, 6, 2048.422, 1394.047, 'Blood Elf Tower', '', 8861, 15180, 0, 0, 19000),
+(2694, 655, 0, 0, 968, 5799, 6, 2043.83, 1730.028, 'Fel Reaver Ruins', '', 8862, 15228, 0, 0, 19000),
+(2695, 655, 0, 0, 968, 5799, 6, 2284.903, 1731.54, 'Mage Tower', '', 8859, 15181, 0, 0, 19000),
+(2696, 655, 0, 0, 968, 5799, 6, 2286.568, 1402.504, 'Draenei Ruins', '', 8860, 15182, 0, 0, 19000),
+(2704, 29, 0, 0, 0, 12, 181, -9548.009, 90.97396, 'Darkmoon Faire', '', 6078, 15184, 0, 0, 19000),
+(2705, 29, 0, 0, 1, 215, 181, -1524.851, 176.7622, 'Darkmoon Faire', '', 6078, 15184, 0, 0, 19000),
+(2723, 643, 0, 0, 939, 5993, 45, 3289.22, -4993.2, 'Portal 1', 'CoT Well of Eternity - Portal 1', 6246, 15210, 0, 0, 19000),
+(2724, 643, 0, 0, 939, 5993, 45, 3452.313, -4880.193, 'Portal 2', 'CoT Well of Eternity - Portal 2', 6246, 15210, 0, 0, 19000),
+(2725, 643, 0, 0, 939, 5993, 45, 3478.842, -4851.016, 'Portal 3', 'CoT Well of Eternity - Portal 3', 6246, 15210, 0, 0, 19000),
+(2743, 4254, 0, 0, 870, 5785, 188, 1422.063, -471.908, 'Fort Grookin', '', 0, 15364, 0, 0, 19000),
+(2744, 4252, 0, 0, 870, 5841, 188, 1869.047, 194.5035, 'Inkgill Mere', '', 0, 15507, 0, 0, 19000),
+(2745, 4260, 1, 0, 870, 5785, 188, 2485.833, -1687.135, 'Tian Monastery', '', 0, 15694, 0, 0, 19000),
+(2746, 4228, 0, 0, 870, 5785, 188, 119.1267, -1586.908, 'Nectarbreeze Orchard', '', 0, 15697, 0, 0, 19000),
+(2747, 4228, 0, 0, 870, 5785, 188, 2493.783, -1947.259, 'Woods of the Lost ', '', 0, 15695, 0, 0, 19000),
+(2748, 4255, 0, 0, 870, 5785, 188, -101.7917, -2607.321, 'Glassfin Village', '', 0, 15704, 0, 0, 19000),
+(2749, 4228, 0, 0, 870, 5805, 188, -1061.826, 2047.304, 'Nesingwary''s Safari', '', 0, 15717, 0, 0, 19000),
+(2750, 4228, 0, 0, 870, 5805, 188, -1330.879, 1556.896, 'Fallsong Village', '', 0, 15718, 0, 0, 19000),
+(2751, 4108, 0, 0, 870, 5841, 188, 1891.46, 1998.108, 'Firebough Nook', '', 0, 15862, 0, 0, 19000),
+(2753, 4255, 0, 0, 870, 5805, 188, -2511.832, 532.5851, 'Nayeli Lagoon', '', 0, 16152, 0, 0, 19000),
+(2754, 4228, 0, 0, 870, 5841, 188, 2728.191, 2175.313, 'Kota Basecamp', '', 0, 16179, 0, 0, 19000),
+(2755, 4260, 0, 0, 870, 5841, 188, 2723.045, 383.651, 'Muskpaw Ranch', '', 0, 16178, 0, 0, 19000),
+(2756, 4228, 0, 0, 870, 5841, 188, 3071.87, 1204.476, 'Onekeg', '', 0, 16177, 0, 0, 19000),
+(2763, 4252, 0, 0, 870, 5785, 188, 2841.853, -714.3489, 'Seein'' Red', '', 0, 16419, 0, 0, 19000),
+(2773, 4231, 0, 0, 870, 5842, 188, 2389.276, 5045.748, 'Bluesaddle and Bag-of-Rocks', '', 0, 16750, 0, 0, 19000),
+(2774, 655, 0, 0, 998, 6051, 45, 1708.837, 1244.149, 'Power Orb', 'Uncontrolled', 6960, 16754, 0, 0, 19000),
+(2775, 655, 0, 0, 998, 6051, 45, 1857.913, 1422.75, 'Power Orb', 'Uncontrolled', 6960, 16757, 0, 0, 19000),
+(2776, 655, 0, 0, 998, 6051, 45, 1855.028, 1245.365, 'Power Orb', 'Uncontrolled', 6960, 16759, 0, 0, 19000),
+(2777, 655, 0, 0, 998, 6051, 45, 1710.686, 1421.894, 'Power Orb', 'Uncontrolled', 6960, 16758, 0, 0, 19000),
+(2778, 4228, 0, 0, 870, 6334, 188, 973.3038, 3510.987, 'Sunset Brewgarden', '', 0, 16954, 0, 0, 19000),
+(2779, 4228, 0, 0, 870, 6368, 188, -1100.533, 3207.982, 'Soggy''s Gamble', '', 0, 16955, 0, 0, 19000),
+(2780, 4228, 0, 0, 870, 6138, 188, 685.8906, 3243.884, 'Chen Stormstout', '', 0, 16971, 0, 0, 19000),
+(2781, 4260, 0, 0, 870, 6006, 188, 478.3472, -69.59202, 'The Veiled Stair', '', 0, 17348, 0, 0, 19000),
+(2782, 4228, 0, 0, 870, 6164, 188, 1968.033, 3176.542, 'Sumprushes', '', 0, 17457, 0, 0, 19000),
+(2783, 4228, 0, 0, 870, 6187, 188, 1401.504, 2688.911, 'Gao-Ran Battlefront', '', 0, 17458, 0, 0, 19000),
+(2790, 4228, 0, 0, 870, 6197, 188, 1843.116, 4256.379, 'Shado-Pan Garrison', '', 0, 17536, 0, 0, 19000),
+(2816, 4260, 0, 0, 870, 5841, 188, 3821.906, 537.4739, 'Temple of the White Tiger', '', 0, 17763, 0, 0, 19000),
+(2817, 647, 0, 0, 968, 5799, 45, 2174.45, 1569.498, 'Eye of the Storm Flag', 'Not Controlled', 8863, 15183, 0, 0, 19000),
+(2821, 0, 0, 0, 870, 6315, 7, 156.8837, 3162.639, 'Klaxxi''vess Alchemy', '', 0, 0, 0, 4107, 19000),
+(2822, 0, 0, 0, 870, 6295, 7, 1421.056, 364.2743, 'Seat of Knowledge Archaeology', '', 0, 0, 0, 4276, 19000),
+(2823, 0, 0, 0, 870, 6035, 7, 726.5486, 1928.281, 'Setting Sun Garrison Blacksmith', '', 0, 0, 0, 4280, 19000),
+(2824, 0, 0, 0, 870, 5981, 7, -256.1441, 611.6059, 'Halfhill Cooking', '', 0, 0, 0, 4148, 19000),
+(2825, 0, 0, 0, 870, 5930, 7, 1656.757, -1817.516, 'Dawn''s Blossom Enchanting', '', 0, 0, 0, 3567, 19000),
+(2826, 0, 0, 0, 870, 6025, 7, -1079.483, 2048.707, 'Nesingwary''s Safari Engineering', '', 0, 0, 0, 4148, 19000),
+(2827, 0, 0, 0, 870, 3673, 7, -1078.097, 2054.267, 'Nesingwary''s Safari Skinning', '', 0, 0, 0, 4148, 19000),
+(2829, 0, 0, 0, 870, 6106, 7, -1469.734, -261.8681, 'Anglers Wharf Fishing', '', 0, 0, 0, 4103, 19000),
+(2830, 0, 0, 0, 870, 6295, 7, 1464.674, 406.3906, 'Seat of Knowledge Inscription', '', 0, 0, 0, 4281, 19000),
+(2831, 0, 0, 0, 870, 6204, 7, 2025.571, -1905.21, 'Greenstone Village Jewelcrafting', '', 0, 0, 0, 3567, 19000),
+(2832, 0, 0, 0, 870, 5955, 7, 2283.715, -1764.807, 'Greenstone Quarry Mining', '', 0, 0, 0, 3567, 19000),
+(2833, 0, 0, 0, 870, 5986, 7, -466.4288, 219.7326, 'Silken Fields Tailoring', '', 0, 0, 0, 4148, 19000),
+(2834, 0, 0, 0, 870, 6079, 7, 3079.293, 793.3646, 'The Grummle Bazaar Leatherworking', '', 0, 0, 0, 3590, 19000),
+(2835, 0, 0, 0, 870, 6395, 7, 200.5556, 2203.135, 'Serpent''s Spine Alliance Conquest Quartermasters', '', 0, 0, 0, 4348, 19000),
+(2836, 0, 0, 0, 870, 6396, 7, 894.033, 2324.655, 'Gate of the Setting Sun Honor Quartermaster', '', 0, 0, 0, 4348, 19000),
+(2837, 4255, 0, 0, 870, 6213, 194, 2084.592, 4903.283, 'Valor & Justice Quartermaster', '', 0, 20106, 0, 4380, 19000),
+(2838, 0, 0, 0, 870, 6213, 7, 2083.97, 4900.018, 'Niuzao Temple Justice Quartermaster', '', 0, 0, 0, 4380, 19000),
+(2839, 0, 0, 0, 870, 6106, 7, -1469.991, -260.474, 'Anglers Wharf Anglers Quartermaster', '', 0, 0, 0, 4103, 19000),
+(2841, 0, 0, 0, 870, 5963, 7, -695.3055, 1253.743, 'Stormstout Brewery Brewmasters Quartermaster', '', 0, 0, 0, 4100, 19000),
+(2842, 0, 0, 0, 870, 6143, 7, 888.4063, 346.8524, 'Mogu''shan Palace Golden Lotus Quartermaster - Alliance', '', 0, 0, 0, 4278, 19000),
+(2843, 0, 0, 0, 870, 6315, 7, 149.9236, 3193.011, 'Klaxxi''vess Klaxxi Quartermaster', '', 0, 0, 0, 4107, 19000),
+(2844, 0, 0, 0, 870, 6295, 7, 1453.361, 405.4688, 'Seat of Knowledge Lorewalkers Quartermaster', '', 0, 0, 0, 4278, 19000),
+(2845, 0, 0, 0, 870, 5980, 7, -258.2188, 599.3455, 'Halfhill Tillers Quartermaster', '', 0, 0, 0, 4148, 19000),
+(2850, 0, 0, 0, 870, 6142, 7, 911.7327, 348.4757, 'Shrine of Seven Stars Flight Trainer', '', 0, 0, 0, 4276, 19000),
+(2880, 0, 0, 0, 870, 5980, 7, -246.3594, 570.8854, 'Halfhill Herbalism', '', 0, 0, 0, 4148, 19000),
+(2881, 0, 0, 0, 870, 6197, 7, 1856.34, 4274.068, 'Shado-Pan Garrison Quartermaster', '', 0, 0, 0, 4381, 19000),
+(2882, 4255, 0, 0, 870, 6395, 46, 200.5556, 2203.135, 'Conquest & Honor Quartermaster', '', 0, 20112, 0, 0, 19000),
+(2883, 0, 0, 0, 870, 6395, 7, 2141.648, 2620.688, 'Serpent''s Spine Horde Conquest Quartermasters', '', 0, 0, 0, 4348, 19000),
+(2884, 4255, 0, 0, 870, 6396, 48, 2141.648, 2620.688, 'Conquest & Honor Quartermaster', '', 0, 20111, 0, 0, 19000),
+(2886, 0, 0, 0, 870, 5931, 7, 1461.167, -2498.797, 'The Arboretum Order of the Cloud Serpent Quartermaster', '', 0, 0, 0, 3568, 19000),
+(2890, 6023, 0, 0, 870, 6134, 13, -1964.78, 2282.354, 'Domination Point Graveyard', 'Horde Controlled', 0, 19607, 0, 0, 19000),
+(2891, 6023, 0, 0, 870, 6134, 15, -1964.873, 2282.385, 'Domination Point Graveyard', 'Alliance Controlled', 0, 19608, 0, 0, 19000),
+(2892, 6023, 0, 0, 870, 6134, 10, -2183.47, 2331.568, 'Domination Point Tower', 'Horde Controlled', 0, 19609, 0, 0, 19000),
+(2893, 6023, 0, 0, 870, 6134, 11, -2183.432, 2331.54, 'Domination Point Tower', 'Alliance Controlled', 0, 19610, 0, 0, 19000),
+(2894, 6023, 0, 0, 870, 6134, 13, -773.4149, -1033.611, 'Lion''s Landing Graveyard', 'Horde Controlled', 0, 19611, 0, 0, 19000),
+(2895, 6023, 0, 0, 870, 6134, 15, -773.4011, -1033.563, 'Lion''s Landing Graveyard', 'Alliance Controlled', 0, 19612, 0, 0, 19000),
+(2896, 6023, 0, 0, 870, 6134, 10, -881.5399, -769.2621, 'Lion''s Landing Tower', 'Horde Controlled', 0, 19613, 0, 0, 19000),
+(2897, 6023, 0, 0, 870, 6134, 11, -881.5399, -769.3108, 'Lion''s Landing Tower', 'Alliance Controlled', 0, 19614, 0, 0, 19000),
+(2902, 4285, 0, 0, 1104, 6574, 193, -1292.828, 1513.953, 'Elder Adler', '', 0, 19733, 0, 0, 19000),
+(2903, 4285, 0, 0, 1104, 6574, 193, -1188.431, 1147.741, 'Rosey Axlerod', '', 0, 19734, 0, 0, 19000),
+(2904, 4285, 0, 0, 1104, 6574, 193, -1175.679, 1210.557, 'Duff McStrum', '', 0, 19735, 0, 0, 19000),
+(2905, 6023, 0, 0, 870, 6134, 153, -2116.457, 1768.351, 'Blacksand Oilfield', 'Horde Controlled', 0, 19808, 0, 0, 19000),
+(2906, 6023, 0, 0, 870, 6134, 151, -2116.46, 1768.387, 'Blacksand Oilfield', 'Alliance Controlled', 0, 19809, 0, 0, 19000),
+(2907, 6023, 0, 0, 870, 6134, 20, -717.5295, -1030.047, 'Ogudei Shrine', 'Horde Controlled', 0, 19810, 0, 0, 19000),
+(2908, 6023, 0, 0, 870, 6134, 18, -717.5313, -1030.002, 'Ogudei Shrine', 'Alliance Controlled', 0, 19811, 0, 0, 19000),
+(2909, 4285, 0, 0, 1104, 6574, 193, -1163.405, 1037.464, 'Master Brownstone', '', 0, 19845, 0, 0, 19000),
+(2910, 4285, 0, 0, 1104, 6574, 193, -1093.622, 1256.693, 'Ferra Pearl', '', 0, 20015, 0, 0, 19000),
+(2925, 4228, 0, 0, 1064, 6507, 102, 6820.853, 5458.492, 'The Zandalari Battlements', 'Aid the Kirin Tor war effort to gain access to the city.', 0, 20988, 0, 0, 19000),
+(2927, 4228, 0, 0, 1064, 6507, 104, 6820.983, 5458.362, 'The Zandalari Battlements', 'You need to gain a foothold on the island before attacking the city.', 0, 20848, 0, 0, 19000),
+(2937, 4228, 0, 0, 1064, 6507, 102, 7348.343, 5403.266, 'The Thunder Forges', 'Aid the Kirin Tor war effort to gain access to the forge.', 0, 20781, 0, 0, 19000),
+(2938, 4228, 0, 0, 1064, 6507, 102, 7347.894, 5401.14, 'The Thunder Forges', 'You need to break through the battlements before attacking this area.', 0, 20782, 0, 0, 19000),
+(2939, 4228, 0, 0, 1064, 6507, 102, 6924.854, 4903.918, 'Stormsea Landing', 'Aid the Kirin Tor war effort to gain access to the landing.', 0, 20779, 0, 0, 19000),
+(2940, 4228, 0, 0, 1064, 6507, 102, 6923.648, 4902.349, 'Stormsea Landing', 'You need to control the Thunder Forges before attacking this area.', 0, 20984, 0, 0, 19000),
+(2941, 4228, 0, 0, 1064, 6507, 102, 7301.731, 4973.28, 'The Foot of Lei Shen', 'Aid the Kirin Tor war effort to gain access to this area.', 0, 20778, 0, 0, 19000),
+(2942, 4228, 0, 0, 1064, 6507, 102, 7301.441, 4973.695, 'The Foot of Lei Shen', 'You need to hold Stormsea Landing before attacking this area.', 0, 20985, 0, 0, 19000),
+(2943, 4228, 0, 0, 1064, 6507, 102, 6134.277, 5011.243, 'Shaol''mara', 'Aid the Kirin Tor war effort to gain access to this area.', 0, 20848, 0, 0, 19000),
+(2944, 4228, 0, 0, 1064, 6507, 102, 7203.191, 6302.98, 'Zeb''tula', 'Aid the Sunreaver war effort to gain access to this area.', 0, 20849, 0, 0, 19000),
+(2945, 4228, 0, 0, 1064, 6507, 102, 6820.853, 5458.492, 'The Zandalari Battlements', 'Aid the Sunreaver war effort to gain access to the city.', 0, 20989, 0, 0, 19000),
+(2946, 4228, 0, 0, 1064, 6507, 102, 7347.783, 5401.788, 'The Thunder Forges', 'Aid the Sunreaver war effort to gain access to the forge.', 0, 20786, 0, 0, 19000),
+(2947, 4228, 0, 0, 1064, 6507, 102, 6923.24, 4902.965, 'Stormsea Landing', 'Aid the Sunreaver war effort to gain access to the landing.', 0, 20785, 0, 0, 19000),
+(2948, 4228, 0, 0, 1064, 6507, 102, 7300.356, 4973.545, 'The Foot of Lei Shen', 'Aid the Sunreaver war effort to gain access to this area.', 0, 20784, 0, 0, 19000),
+(2949, 4228, 0, 0, 1064, 6507, 104, 6820.983, 5458.362, 'The Zandalari Battlements', 'You need to gain a foothold on the island before attacking the city.', 0, 20849, 0, 0, 19000),
+(2950, 4228, 0, 0, 1064, 6507, 102, 7347.467, 5401.82, 'The Thunder Forges', 'You need to break through the battlements before attacking this area.', 0, 20787, 0, 0, 19000),
+(2951, 4228, 0, 0, 1064, 6507, 102, 6923.199, 4902.674, 'Stormsea Landing', 'You need to control the Thunder Forges before attacking this area.', 0, 20986, 0, 0, 19000),
+(2952, 4228, 0, 0, 1064, 6507, 102, 7303.135, 4975.564, 'The Foot of Lei Shen', 'You need to hold Stormsea Landing before attacking this area.', 0, 20987, 0, 0, 19000),
+(2958, 6023, 0, 0, 870, 6609, 20, -717.5295, -1030.047, 'Ogudei Shrine', 'Horde Controlled', 0, 19810, 0, 0, 19000),
+(2959, 6023, 0, 0, 870, 6609, 18, -717.5313, -1030.002, 'Ogudei Shrine', 'Alliance Controlled', 0, 19811, 0, 0, 19000),
+(2960, 655, 0, 0, 1105, 6665, 17, 68.30729, 431.6146, 'Pandaren Mine', 'In Conflict', 7857, 21387, 0, 0, 19000),
+(2961, 655, 0, 0, 1105, 6665, 19, 68.37153, 432.0573, 'Pandaren Mine', 'In Conflict', 7861, 21440, 0, 0, 19000),
+(2962, 655, 0, 0, 1105, 6665, 18, 68.37847, 431.9097, 'Pandaren Mine', 'Alliance Controlled', 7859, 21390, 0, 0, 19000),
+(2963, 655, 0, 0, 1105, 6665, 20, 68.39931, 431.4462, 'Pandaren Mine', 'Horde Controlled', 7858, 21391, 0, 0, 19000),
+(2965, 655, 0, 0, 1105, 6665, 16, 68.30035, 431.7674, 'Pandaren Mine', 'Uncontrolled', 7935, 21392, 0, 0, 19000),
+(2966, 647, 0, 0, 1105, 6665, 16, -165.3524, 502.5538, 'Center Mine', 'Uncontrolled', 7939, 21417, 0, 0, 19000),
+(2967, 655, 0, 0, 1105, 6665, 19, -397.2639, 573.6111, 'Goblin Mine', 'In Conflict', 7865, 21434, 0, 0, 19000),
+(2968, 655, 0, 0, 1105, 6665, 16, -397.559, 573.4948, 'Goblin Mine', 'Uncontrolled', 7938, 21435, 0, 0, 19000),
+(2969, 655, 0, 0, 1105, 6665, 17, -397.9496, 573.8386, 'Goblin Mine', 'In Conflict', 7864, 21441, 0, 0, 19000),
+(2970, 655, 0, 0, 1105, 6665, 20, -397.7014, 573.5555, 'Goblin Mine', 'Horde Controlled', 7863, 21436, 0, 0, 19000),
+(2971, 655, 0, 0, 1105, 6665, 18, -397.5868, 573.7587, 'Goblin Mine', 'Alliance Controlled', 7862, 21437, 0, 0, 19000),
+(2972, 655, 0, 0, 1105, 6665, 19, -165.1372, 502.5451, 'Center Mine', 'In Conflict', 7936, 21442, 0, 0, 19000),
+(2973, 655, 0, 0, 1105, 6665, 17, -164.9931, 502.4826, 'Center Mine', 'In Conflict', 7934, 21443, 0, 0, 19000),
+(2974, 655, 0, 0, 1105, 6665, 20, -165.0712, 502.6094, 'Center Mine', 'Horde Controlled', 7933, 21444, 0, 0, 19000),
+(2975, 655, 0, 0, 1105, 6665, 18, -164.9497, 502.4236, 'Center Mine', 'Alliance Controlled', 7937, 21445, 0, 0, 19000),
+(2976, 4743, 0, 0, 1, 0, 195, 377.1302, -1968.347, 'Kor''kron Commander', '', 0, 21465, 0, 0, 19000),
+(2977, 4743, 0, 0, 1, 0, 195, 517.6528, -1586.951, 'Kor''kron Commander', '', 0, 21466, 0, 0, 19000),
+(2978, 4743, 0, 0, 1, 0, 195, -493.6059, -2055.349, 'Kor''kron Commander', '', 0, 21467, 0, 0, 19000),
+(2979, 4743, 0, 0, 1, 0, 195, -742.6528, -2485.988, 'Kor''kron Commander', '', 0, 21469, 0, 0, 19000),
+(2980, 4743, 0, 0, 1, 0, 195, -41.25868, -1414.483, 'Kor''kron Commander', '', 0, 21470, 0, 0, 19000),
+(2981, 4743, 0, 0, 1, 0, 195, -672.0972, -3744.96, 'Kor''kron Commander', '', 0, 21471, 0, 0, 19000),
+(2982, 4743, 0, 0, 1, 0, 195, 54.79514, -3024.609, 'Kor''kron Commander', '', 0, 21472, 0, 0, 19000),
+(2983, 4743, 0, 0, 1, 0, 195, 437.9774, -3451.163, 'Kor''kron Commander', '', 0, 21473, 0, 0, 19000),
+(2984, 4743, 0, 0, 1, 0, 195, 765.4514, -2894.318, 'Kor''kron Commander', '', 0, 21474, 0, 0, 19000),
+(2985, 4743, 0, 0, 1, 0, 68, 570.3299, -1747.17, 'Overturned Kor''kron Caravan', 'Lumber', 0, 21503, 0, 0, 19000),
+(2986, 4743, 0, 0, 1, 0, 68, 482.1528, -2635.715, 'Overturned Kor''kron Caravan', 'Oil', 0, 21504, 0, 0, 19000),
+(2987, 4743, 0, 0, 1, 0, 68, -234.4288, -2511.734, 'Overturned Kor''kron Caravan', 'Meat', 0, 21505, 0, 0, 19000),
+(2988, 4743, 0, 0, 1, 0, 68, -898.5278, -3441.068, 'Overturned Kor''kron Caravan', 'Stone', 0, 21506, 0, 0, 19000),
+(2990, 4743, 0, 0, 1, 0, 68, 674.9202, -2125.816, 'Overturned Kor''kron Caravan', 'Lumber', 0, 21616, 0, 0, 19000),
+(2991, 4743, 0, 0, 1, 0, 68, 305.8871, -1595.639, 'Overturned Kor''kron Caravan', 'Lumber', 0, 21621, 0, 0, 19000),
+(2992, 4743, 0, 0, 1, 0, 68, 345.5208, -3268.58, 'Overturned Kor''kron Caravan', 'Oil', 0, 21618, 0, 0, 19000),
+(2993, 4743, 0, 0, 1, 0, 68, 922.3004, -2969.097, 'Overturned Kor''kron Caravan', 'Oil', 0, 21622, 0, 0, 19000),
+(2994, 4743, 0, 0, 1, 0, 68, 103.6649, -1952.55, 'Overturned Kor''kron Caravan', 'Meat', 0, 21619, 0, 0, 19000),
+(2995, 4743, 0, 0, 1, 0, 68, 35.25, -2615.83, 'Overturned Kor''kron Caravan', 'Meat', 0, 21623, 0, 0, 19000),
+(2996, 4743, 0, 0, 1, 0, 68, -810.4688, -3087.337, 'Overturned Kor''kron Caravan', 'Stone', 0, 21620, 0, 0, 19000),
+(2997, 4743, 0, 0, 1, 0, 68, -378, -3627.344, 'Overturned Kor''kron Caravan', 'Stone', 0, 21624, 0, 0, 19000),
+(2998, 12332, 0, 0, 0, 0, 196, -9876.11, 89.52, 'Julia Stevens', 'Aspiring Pet Tamer', 0, 0, 0, 0, 19000),
+(2999, 12332, 0, 0, 0, 0, 196, -9831.59, 886.78, 'Old Macdonald', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3003, 12332, 0, 0, 0, 0, 196, -9414.94, -2334.44, 'Lindsay', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3004, 12332, 0, 0, 0, 0, 196, -10528.03, 297.28, 'Eric Davidson', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3005, 12332, 0, 0, 0, 0, 196, -12122.29, -142.4, 'Steven Lisbane', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3006, 12332, 0, 0, 0, 0, 196, -14447.72, 77.53, 'Bill Buckler', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3007, 12332, 0, 0, 1, 0, 196, 791.04, -4281.26, 'Zunta', 'Aspiring Pet Tamer', 0, 0, 0, 0, 19000),
+(3008, 12332, 0, 0, 1, 0, 196, -221.81, -3165.47, 'Dagra the Fierce', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3009, 12332, 0, 0, 1, 0, 196, 3537.08, 535.17, 'Analynn', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3010, 12332, 0, 0, 1, 0, 196, 588.54, 382.45, 'Zonya the Sadist', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3011, 12332, 0, 0, 1, 0, 196, -917.52, 1665.68, 'Merda Stronghoof', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3012, 12332, 0, 0, 1, 0, 196, -3707.71, -1582.18, 'Cassandra Kaboom', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3013, 12332, 0, 0, 1, 0, 196, -4666.74, 1288.99, 'Traitor Gluk', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3014, 12332, 0, 0, 1, 0, 196, -4653.96, -3802.35, 'Grazzle the Great', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3015, 12332, 0, 0, 1, 0, 196, -4932.9, -1835.98, 'Kela Grimtotem', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3016, 12332, 0, 0, 1, 0, 196, 4951.15, -624.15, 'Zoltan', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3017, 12332, 0, 0, 1, 0, 196, 7563.73, -2446.02, 'Elena Flutterfly', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3018, 12332, 0, 0, 1, 0, 196, 6148.53, -5028.3, 'Stone Cold Trixxy', 'Grand Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3019, 12332, 0, 0, 0, 0, 196, 65.62, -3999.93, 'David Kosse', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3020, 12332, 0, 0, 0, 0, 196, 2295.27, -4986.98, 'Deiza Plaguehorn', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3021, 12332, 0, 0, 0, 0, 196, -6512.87, -1110.56, 'Kortas Darkhammer', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3022, 12332, 0, 0, 0, 0, 196, -10229.63, -4008.05, 'Everessa', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3023, 12332, 0, 0, 0, 0, 196, -7982.93, -1269.64, 'Durin Darkhammer', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3024, 12332, 0, 0, 0, 0, 196, -11141.02, -1834.53, 'Lydia Accoste', 'Grand Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3025, 12332, 0, 0, 530, 0, 196, -216.6, 2218, 'Nicki Tinytech', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3026, 12332, 0, 0, 530, 0, 196, 241.98, 8608.06, 'Ras''an', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3027, 12332, 0, 0, 530, 0, 196, -1778.9, 6927.21, 'Narrok', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3028, 12332, 0, 0, 530, 0, 196, -2084.03, 5367.8, 'Morulu the Elder', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3029, 12332, 0, 0, 530, 0, 196, -3479.28, 2546.71, 'Bloodknight Antari', 'Grand Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3030, 12332, 0, 0, 571, 0, 196, 1750.8, -3127.52, 'Beegle Blastfuse', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3031, 12332, 0, 0, 571, 0, 196, 5432.46, 78.96, 'Nearly Headless Jacob', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3032, 12332, 0, 0, 571, 0, 196, 2693.34, 316.89, 'Orkut Dragonwaste', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3033, 12332, 0, 0, 571, 0, 196, 5445.3, -1260.61, 'Gutretch', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3034, 12332, 0, 0, 571, 0, 196, 8609.03, 590.56, 'Major Payne', 'Grand Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3035, 12332, 0, 0, 1, 0, 196, 5269.79, -3534.61, 'Brok', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3036, 12332, 0, 0, 646, 0, 196, 856.13, 508.82, 'Bordin Steadyfist', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3037, 12332, 0, 0, 0, 0, 196, -4152.23, -5420.39, 'Goz Banefury', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3038, 12332, 0, 0, 1, 0, 196, -9763.45, -1061.34, 'Obalis', 'Grand Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3039, 12332, 0, 0, 870, 0, 196, 1130.8, -1897.38, 'Hyuna of the Shrines', 'Grand Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3040, 12332, 0, 0, 870, 0, 196, -47.16, 871.1, 'Farmer Nishi', 'Grand Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3041, 12332, 0, 0, 870, 0, 196, -1545.16, 30.58, 'Mo''ruk', 'Grand Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3042, 12332, 0, 0, 870, 0, 196, 2546.45, 2596.29, 'Courageous Yon', 'Grand Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3043, 12332, 0, 0, 870, 0, 196, 2559.26, 4992.9, 'Seeker Zusshi', 'Grand Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3044, 12332, 0, 0, 870, 0, 196, 76.04, 3190.32, 'Wastewalker Shu', 'Grand Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3045, 12332, 0, 0, 870, 0, 196, 697.2, 1689.28, 'Aki the Chosen', 'Grand Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3046, 12332, 0, 0, 974, 0, 196, -4099.497, 6382.18, 'Jeremy Feasel', 'Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3047, 12332, 0, 0, 870, 0, 196, 1975.281, -565.7136, 'Whispering Pandaren Spirit', 'Grand Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3048, 12332, 0, 0, 870, 0, 196, 1705.04, 775.0712, 'Thundering Pandaren Spirit', 'Grand Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3049, 12332, 0, 0, 870, 0, 196, 2946.092, 3796.944, 'Burning Pandaren Spirit', 'Grand Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3050, 12332, 0, 0, 870, 0, 196, -1706.082, 2867.674, 'Flowing Pandaren Spirit', 'Grand Master Pet Tamer', 0, 0, 0, 0, 19000),
+(3086, 0, 0, 0, 870, 6143, 7, 1575.722, 879.1614, 'Mogu''shan Palace Golden Lotus Quartermaster - Horde', '', 0, 0, 0, 4278, 19000),
+(3088, 4743, 0, 0, 1116, 0, 48, 5636.434, 1858.92, 'Rokk', 'Laughing Skull Ruins', 0, 23100, 0, 0, 19000),
+(3089, 4743, 0, 0, 1116, 0, 48, 5366.982, 1534.951, 'Rokk', 'Tank Base', 0, 23101, 0, 0, 19000),
+(3090, 4743, 0, 0, 1116, 0, 48, 6263.3, 1691.231, 'Rokk', 'Ogre Slave Camp', 0, 23102, 0, 0, 19000),
+(3091, 4743, 0, 0, 1116, 0, 48, 5743.805, 894.8333, 'Rokk', 'Pipeworks Camp', 0, 23103, 0, 0, 19000),
+(3092, 4743, 0, 0, 1116, 0, 48, 7363.087, 1573.561, 'Rokk', 'Steam Capping Camp', 0, 23104, 0, 0, 19000),
+(3093, 4743, 0, 0, 1116, 0, 48, 6792.872, 312.8611, 'Rokk', 'Shipyard Camp', 0, 23120, 0, 0, 19000),
+(3104, 4231, 0, 0, 1116, 6720, 197, 7169.229, 6024.37, 'Arena Spectator''s Chest', '', 0, 25352, 0, 0, 19000),
+(3105, 4231, 0, 0, 1116, 6720, 197, 7257.686, 6089.362, 'Arena Master''s Warhorn', '', 0, 25354, 0, 0, 19000),
+(3107, 4231, 0, 0, 1116, 6720, 197, 6457.64, 5789.28, 'Slave''s Stash', '', 0, 25355, 0, 0, 19000),
+(3109, 4231, 0, 0, 1116, 6720, 197, 7882.47, 6167.6, 'Lagoon Pool', 'Requires Fishing', 0, 25358, 0, 0, 19000),
+(3114, 4231, 0, 0, 1116, 6720, 197, 7512.659, 4439.047, 'Fallen Ogre', '', 0, 25364, 0, 0, 19000),
+(3116, 4231, 0, 0, 1116, 6720, 197, 6829.731, 4152.84, 'Young Orc Traveler', '', 0, 25366, 0, 0, 19000),
+(3117, 4231, 0, 0, 1116, 6720, 197, 7675.647, 3629.538, 'Young Orc Woman', '', 0, 25367, 0, 0, 19000),
+(3125, 4231, 0, 0, 1116, 6720, 197, 7317.838, 5415.456, 'Thunderlord Cache', '', 0, 25375, 0, 0, 19000),
+(3129, 771, 0, 0, 1191, 6941, 101, 4801.473, -4211.365, 'Horde Tower', 'In Conflict', 0, 26281, 0, 0, 19000),
+(3130, 771, 0, 0, 1191, 6941, 48, 4678.314, -4222.196, 'Horde Outpost', 'Horde Controlled', 0, 26285, 0, 0, 19000),
+(3131, 771, 0, 0, 1191, 6941, 101, 4535.019, -4211.821, 'Crossroads', 'In Conflict', 0, 26289, 0, 0, 19000),
+(3132, 771, 0, 0, 1191, 6941, 46, 4353.568, -4190.189, 'Alliance Outpost', 'Alliance Controlled', 0, 26290, 0, 0, 19000),
+(3133, 771, 0, 0, 1191, 6941, 46, 4226.889, -4171.198, 'Alliance Tower', 'Alliance Controlled', 0, 26293, 0, 0, 19000),
+(3134, 771, 0, 0, 1191, 6941, 101, 4677.958, -4223.139, 'Horde Outpost', 'In Conflict', 0, 26286, 0, 0, 19000),
+(3135, 771, 0, 0, 1191, 6941, 46, 4677.86, -4222.285, 'Horde Outpost', 'Alliance Controlled', 0, 26284, 0, 0, 19000),
+(3136, 771, 0, 0, 1191, 6941, 46, 4801.799, -4211.228, 'Horde Tower', 'Alliance Controlled', 0, 26283, 0, 0, 19000),
+(3137, 771, 0, 0, 1191, 6941, 48, 4801.356, -4210.374, 'Horde Tower', 'Horde Controlled', 0, 26282, 0, 0, 19000),
+(3138, 771, 0, 0, 1191, 6941, 46, 4535.08, -4211.788, 'Crossroads', 'Alliance Controlled', 0, 26287, 0, 0, 19000),
+(3139, 771, 0, 0, 1191, 6941, 48, 4535.034, -4211.858, 'Crossroads', 'Horde Controlled', 0, 26288, 0, 0, 19000),
+(3140, 771, 0, 0, 1191, 6941, 48, 4354.859, -4191.295, 'Alliance Outpost', 'Horde Controlled', 0, 26291, 0, 0, 19000),
+(3141, 771, 0, 0, 1191, 6941, 101, 4354.545, -4190.92, 'Alliance Outpost', 'In Conflict', 0, 26292, 0, 0, 19000),
+(3143, 771, 0, 0, 1191, 6941, 101, 4226.471, -4171.528, 'Alliance Tower', 'In Conflict', 0, 26295, 0, 0, 19000),
+(3144, 771, 0, 0, 1191, 6941, 11, 3994.866, -4095.481, 'Alliance Fortress', 'Alliance Controlled', 0, 26296, 0, 0, 19000),
+(3145, 771, 0, 0, 1191, 6941, 48, 4226.776, -4171.245, 'Alliance Tower', 'Horde Controlled', 0, 26294, 0, 0, 19000),
+(3146, 771, 0, 0, 1191, 6941, 101, 3995.101, -4093.491, 'Alliance Fortress', 'In Conflict', 0, 26298, 0, 0, 19000),
+(3147, 771, 0, 0, 1191, 6941, 10, 5052.596, -4184.495, 'Horde Fortress', 'Horde Controlled', 0, 26279, 0, 0, 19000),
+(3148, 771, 0, 0, 1191, 6941, 101, 5052.573, -4182.851, 'Horde Fortress', 'In Conflict', 0, 26280, 0, 0, 19000),
+(3149, 771, 0, 0, 1191, 0, 134, 4532.258, -4381.585, 'Throne of the Ogre King', 'Inactive', 0, 26724, 0, 0, 19000),
+(3150, 771, 0, 0, 1191, 0, 195, 4532.896, -4380.896, 'Throne of the Ogre King', 'Active', 0, 26318, 0, 0, 19000),
+(3151, 771, 0, 0, 1191, 6941, 15, 4533.371, -4003.023, 'Alliance Graveyard', '', 0, 26924, 0, 0, 19000),
+(3152, 771, 0, 0, 1191, 6941, 13, 4532.912, -4002.728, 'Horde Graveyard', '', 0, 26925, 0, 0, 19000),
+(3153, 903, 0, 0, 1191, 6941, 15, 4198.715, -4152.422, 'Alliance Graveyard', '', 0, 26127, 0, 0, 19000),
+(3154, 771, 0, 0, 1191, 6941, 13, 4843.078, -4184.377, 'Horde Graveyard', '', 0, 26923, 0, 0, 19000),
+(3155, 771, 0, 0, 1191, 6941, 8, 4532.912, -4002.728, 'Neutral Graveyard', '', 0, 27524, 0, 0, 19000),
+(3156, 771, 0, 0, 1191, 6941, 101, 5072.691, -4556.139, 'Ogre Fire', 'In Conflict', 9421, 31069, 0, 0, 19000),
+(3162, 0, 0, 0, 1116, 0, 0, 604.9202, -890.7083, 'Hanging Satchel ', '', 0, 28440, 0, 0, 19000),
+(3163, 0, 0, 0, 1116, 0, 0, -1388.733, -2275.856, 'Scaly Rylakk Egg', 'near Rexxar capper on south island', 0, 28440, 0, 0, 19000),
+(3164, 0, 0, 0, 1116, 0, 0, 19.0434, -712.0226, 'Peaceful Offering ', '008D - basket', 0, 28469, 0, 0, 19000),
+(3165, 0, 0, 0, 1116, 0, 0, -47.28472, -662.6996, 'Peaceful Offering ', '008C', 0, 28468, 0, 0, 19000),
+(3166, 0, 0, 0, 1116, 0, 0, -41.40799, -760.842, 'Peaceful Offering ', '008B', 0, 28467, 0, 0, 19000),
+(3167, 0, 0, 0, 1116, 0, 0, -178.9792, -711.6042, 'Peaceful Offering ', '008A - jar', 0, 28454, 0, 0, 19000),
+(3168, 0, 0, 0, 1116, 0, 0, -1088.89, -357.47, 'Waterlogged Chest ', 'chest buried in the sand near Lobstroks', 0, 28450, 0, 0, 19000),
+(3169, 0, 0, 0, 1116, 0, 0, 636.467, -1612.104, 'Kaliri Egg', 'large egg in a nest', 0, 28451, 0, 0, 19000),
+(3171, 0, 0, 0, 1116, 0, 0, 715.9774, -23.30556, 'Veema''s Herb Bag', 'anguish fortress catacombs', 0, 28472, 0, 0, 19000),
+(3172, 0, 0, 0, 1116, 0, 0, 834.6875, -133.0521, 'Uzko''s Knickknacks', 'anguish fortress catacombs', 0, 28455, 0, 0, 19000),
+(3173, 4231, 0, 0, 1116, 6719, 197, 736.3351, -309.191, 'Greka''s Urn', 'anguish fortress catacombs', 0, 28471, 0, 0, 19000),
+(3174, 0, 0, 0, 1116, 0, 0, 670.316, -189.0938, 'Rovo''s Dagger', 'anguish fortress catacombs', 0, 28462, 0, 0, 19000),
+(3175, 4231, 0, 0, 1116, 6719, 197, 679.4479, -262.375, 'Ashes of A''kumbo', 'anguish fortress catacombs', 0, 28466, 0, 0, 19000),
+(3176, 0, 0, 0, 1116, 0, 0, 891.2639, 27.56597, 'Carved Drinking Horn', 'anguish fortress catacombs', 0, 28458, 0, 0, 19000),
+(3177, 0, 0, 0, 1116, 0, 0, -684.5955, -1432.448, 'Giant Beehive', 'beehive in botani area, have to climb tree to reach', 0, 28484, 0, 0, 19000),
+(3178, 0, 0, 0, 1116, 0, 0, 1678.11, -1675.38, 'Mikkal''s Chest', 'draenei painter', 0, 28489, 0, 0, 19000),
+(3179, 0, 0, 0, 1116, 0, 0, 916.0035, 176.8802, 'Ronokk''s Belongings', 'anguish fortress catacombs', 0, 28474, 0, 0, 19000),
+(3180, 0, 0, 0, 1116, 0, 0, 595.368, -35.28472, 'Giant Moonwillow Seed', 'giant seed, needs new reward', 0, 28483, 0, 0, 19000),
+(3181, 0, 0, 0, 1116, 0, 0, 1410.788, -506.0816, 'Armored Elekk Tusk', 'elekk skeleton being scavenged by wolves', 0, 28477, 0, 0, 19000),
+(3182, 0, 0, 0, 1116, 0, 0, 981.0573, -1035.134, 'Astrologer''s Box', 'in observatory', 0, 28478, 0, 0, 19000),
+(3183, 0, 0, 0, 1116, 0, 0, 11.6923, -249.389, 'Iron Horde Tribute ', 'chest inside Shaz''gul', 0, 28457, 0, 0, 19000),
+(3184, 0, 0, 0, 1116, 0, 0, 1575.71, -812.825, 'Shadowmoon Exile Treasure', 'inside the exile cave with ner''zhul CSI', 0, 28459, 0, 0, 19000),
+(3185, 0, 0, 0, 1116, 0, 0, 632.6268, 261.5347, 'Sacrificial Dagger', 'at the top of the steps in anguish fortress', 0, 28460, 0, 0, 19000),
+(3186, 0, 0, 0, 1116, 0, 0, 1148.15, 735.252, 'Rotting Basket', '', 0, 28461, 0, 0, 19000),
+(3187, 0, 0, 0, 1116, 0, 0, -873.7952, -1157.694, 'Vindicator''s Cache', '', 0, 28463, 0, 0, 19000),
+(3188, 0, 0, 0, 1116, 0, 0, 1455.448, 861.5313, 'Demonic Cache', '', 0, 28464, 0, 0, 19000),
+(3189, 0, 0, 0, 1116, 0, 0, 1627.335, -222.0017, 'Bubbling Cauldron', 'crazed squirrels', 0, 28470, 0, 0, 19000),
+(3190, 4231, 0, 0, 1116, 0, 0, 760.875, -3233.625, 'Cargo of the Raven Queen', 'sunken cargo in the harbor', 0, 28475, 0, 0, 19000),
+(3191, 0, 0, 0, 1116, 0, 0, 2406.634, 491.4531, 'Fantastic Fish', 'fantastic fish', 0, 28492, 0, 0, 19000),
+(3192, 0, 0, 0, 1116, 0, 0, 2338.802, 337.632, 'Sunken Treasure', 'chest under iron horde ship', 0, 28488, 0, 0, 19000),
+(3193, 0, 0, 0, 1116, 0, 0, 2549.666, 456.7083, 'Stolen Treasure', 'pale cave treasure', 0, 28494, 0, 0, 19000),
+(3201, 4231, 0, 0, 1116, 6720, 197, 6967.17, 5294.63, 'Smoldering True Iron Deposit', '', 0, 28560, 0, 0, 19000),
+(3202, 4231, 0, 0, 1116, 6720, 197, 7512.659, 4439.047, 'Cragmaul Brute', '', 0, 28561, 0, 0, 19000),
+(3203, 4231, 0, 0, 1116, 6720, 197, 6540.52, 3721.04, 'Borokk the Devourer', '', 0, 28562, 0, 0, 19000),
+(3204, 4231, 0, 0, 1116, 6720, 197, 7224.77, 6104.65, 'Arena Master''s War Horn', '', 0, 28598, 0, 0, 19000),
+(3207, 4231, 0, 0, 1152, 6720, 197, 5534.604, 4713.354, 'Lady Sena''s Extra Stash', '', 0, 28607, 0, 0, 19000),
+(3208, 0, 0, 0, 1158, 0, 0, 2087.788, 199.3316, '[Deprecated] Spark''s Stolen Supplies', 'Spark''s Stolen Supplies', 0, 28610, 0, 0, 19000),
+(3209, 0, 0, 0, 1158, 0, 0, 1875.517, 203.6806, 'Buried Supplies', 'Buried Supplies', 0, 28611, 0, 0, 19000),
+(3210, 0, 0, 0, 1158, 0, 0, 1869.172, 196.7205, 'Buried Supplies', 'Buried Supplies', 0, 28614, 0, 0, 19000),
+(3211, 0, 0, 0, 1158, 0, 0, 1740.95, 210.0972, 'Buried Supplies', 'Buried Supplies', 0, 28612, 0, 0, 19000),
+(3212, 0, 0, 0, 1158, 0, 0, 1965.497, 333.3542, 'Buried Supplies', 'Buried Supplies', 0, 28613, 0, 0, 19000),
+(3213, 0, 0, 0, 1116, 0, 0, 1772.161, 244.6788, 'Lunarfall Egg', 'Lunarfall raven egg', 0, 28616, 0, 0, 19000),
+(3214, 0, 0, 0, 1116, 0, 0, 810.3837, -194.9688, 'Beloved Offering', 'anguish fortress catacombs', 0, 28453, 0, 0, 19000),
+(3215, 0, 0, 0, 1116, 0, 0, 650.0347, -1411.036, 'Alchemist''s Satchel', 'Alchemist satchel in the Verdant Mire', 0, 28486, 0, 0, 19000),
+(3216, 0, 0, 0, 1116, 0, 0, 500.0521, -1270.34, 'Relics of the Ancestors', '2H axe left in a graveyard', 0, 28487, 0, 0, 19000),
+(3217, 0, 0, 0, 1116, 0, 0, 1768.549, -1471.252, 'Strange Spore', 'atop some zangarshrooms', 0, 28488, 0, 0, 19000),
+(3218, 0, 0, 0, 1116, 0, 0, 1498.639, -223.2205, 'Sunken Fishing Boat', 'fishing boat at the bottom of the lake', 0, 28490, 0, 0, 19000),
+(3219, 4231, 0, 0, 1116, 0, 197, -74.20139, -551.6996, 'Iron Horde Cargo Shipment', 'Iron Horde caravan', 0, 28618, 0, 0, 19000),
+(3220, 0, 0, 0, 1116, 0, 0, 535.507, -995.3489, 'Glowing Cave Mushroom', 'treasure in cave by waterfall', 0, 28619, 0, 0, 19000),
+(3221, 0, 0, 0, 1116, 0, 0, 908.7049, 378.6979, 'Shadowmoon Treasure', '', 0, 28476, 0, 0, 19000),
+(3222, 4231, 0, 0, 1116, 6720, 197, 5558.314, 5776.554, 'Pale Fishmonger', '', 0, 28624, 0, 0, 19000),
+(3257, 4231, 0, 0, 1116, 6720, 197, 3949.6, 2324.932, 'Deceptia''s Smoldering Boots', '', 0, 28799, 0, 0, 19000),
+(3258, 4231, 0, 0, 1116, 6720, 197, 3900.229, 1963.028, 'Rook''s Tacklebox', '', 0, 28735, 0, 0, 19000),
+(3465, 4231, 0, 0, 1116, 6720, 197, 7190.413, 3729.827, 'Jehil the Climber', '', 0, 31466, 0, 0, 19000),
+(3795, 4231, 0, 0, 1116, 6720, 197, 6529.838, 5815.319, 'Slave''s Stash', '', 0, 30012, 0, 0, 19000),
+(3796, 4231, 0, 0, 1116, 6720, 197, 6733.249, 5164.507, 'Obsidian Petroglyph', '', 0, 30013, 0, 0, 19000),
+(3797, 4231, 0, 0, 1116, 6720, 197, 5589.77, 3568.49, 'Wiggling Egg', '', 0, 30014, 0, 0, 19000),
+(3798, 4231, 0, 0, 1116, 6720, 197, 5457.753, 3293.088, 'Iron Horde Supplies', '', 0, 30015, 0, 0, 19000),
+(3799, 4231, 0, 0, 1116, 6720, 197, 7574.577, 5080.94, 'Cragmaul Cache', '', 0, 30016, 0, 0, 19000),
+(3800, 4231, 0, 0, 1116, 6720, 197, 7257.686, 6089.362, 'Arena Master''s War Horn', '', 0, 30017, 0, 0, 19000),
+(3802, 4231, 0, 0, 1116, 6720, 197, 6980.578, 4897.733, 'Crag-Leaper''s Cache', '', 0, 30019, 0, 0, 19000),
+(3803, 4231, 0, 0, 1116, 6720, 197, 6247.956, 6520.465, 'Supply Dump', '', 0, 30020, 0, 0, 19000),
+(3804, 4231, 0, 0, 1116, 6720, 197, 7225.838, 3548.812, 'Survivalist''s Cache', '', 0, 30021, 0, 0, 19000),
+(3805, 4231, 0, 0, 1116, 6720, 197, 6405.215, 3340.942, 'Grimfrost Treasure', '', 0, 30022, 0, 0, 19000),
+(3806, 4231, 0, 0, 1116, 6720, 197, 7198.648, 3427.224, 'Goren Leftovers', '', 0, 30023, 0, 0, 19000),
+(3812, 4231, 0, 0, 1116, 6720, 197, 6148.353, 4010.733, 'Frozen Orc Skeleton', '', 0, 30029, 0, 0, 19000),
+(3813, 4231, 0, 0, 1116, 6720, 197, 6293.714, 6027.578, 'Frozen Frostwolf Axe', '', 0, 30030, 0, 0, 19000),
+(3814, 4231, 0, 0, 1116, 6720, 197, 7487.992, 4928.118, 'Burning Pearl', '', 0, 30031, 0, 0, 19000),
+(3815, 4231, 0, 0, 1116, 6720, 197, 7341.758, 4389.627, 'Glowing Obsidian Shard', '', 0, 30032, 0, 0, 19000),
+(3816, 4231, 0, 0, 1116, 6720, 197, 6426.817, 6905.155, 'Sealed Jug', '', 0, 30033, 0, 0, 19000),
+(3817, 4231, 0, 0, 1116, 6720, 197, 7785.124, 6331.755, 'Lucky Coin', '', 0, 30034, 0, 0, 19000),
+(3818, 4231, 0, 0, 1116, 6720, 197, 7748.58, 6040.359, 'Snow-Covered Strongbox', '', 0, 30035, 0, 0, 19000),
+(3819, 4231, 0, 0, 1116, 6720, 197, 7439.214, 5945.621, 'Gnawed Bone', '', 0, 30036, 0, 0, 19000),
+(3822, 4231, 0, 0, 1116, 6720, 197, 6205.389, 6180.609, 'Pale Loot Sack', '', 0, 30039, 0, 0, 19000),
+(3823, 4231, 0, 0, 1116, 6720, 197, 6007.518, 4836.484, 'Forgotten Supplies', '', 0, 30040, 0, 0, 19000),
+(3824, 4231, 0, 0, 1116, 6720, 197, 5534.604, 4713.354, 'Lady Sena''s Materials Stash', '', 0, 30041, 0, 0, 19000),
+(3825, 4231, 0, 0, 1116, 6720, 197, 5863.688, 5228.03, 'Raided Loot', '', 0, 30042, 0, 0, 19000),
+(3826, 4231, 0, 0, 1116, 6720, 197, 6838.816, 5883.857, 'Ogre Booty', '', 0, 30043, 0, 0, 19000),
+(3827, 4231, 0, 0, 1116, 6720, 197, 6790.1, 5891.89, 'Gorr''thogg''s Personal Reserve', '', 0, 30044, 0, 0, 19000),
+(3828, 4231, 0, 0, 1116, 6720, 197, 6869.01, 5771.945, 'Ogre Booty', '', 0, 30045, 0, 0, 19000),
+(3829, 4231, 0, 0, 1116, 6720, 197, 6678.749, 5807.52, 'Ogre Booty', '', 0, 30046, 0, 0, 19000),
+(3830, 4231, 0, 0, 1116, 6720, 197, 6665.021, 5879.452, 'Doorog''s Secret Stash', '', 0, 30047, 0, 0, 19000),
+(3831, 4231, 0, 0, 1116, 6720, 197, 6895.448, 5819.13, 'Ogre Booty', '', 0, 30048, 0, 0, 19000),
+(3832, 4231, 0, 0, 1116, 6720, 197, 6740.029, 5784.96, 'Ogre Booty', '', 0, 30049, 0, 0, 19000),
+(3833, 4231, 0, 0, 1116, 6720, 197, 6884.815, 5788.954, 'Ogre Booty', '', 0, 30050, 0, 0, 19000),
+(3834, 4231, 0, 0, 1116, 6720, 197, 6673.973, 5666.999, 'Ogre Booty', '', 0, 30051, 0, 0, 19000),
+(3835, 4231, 0, 0, 1116, 6720, 197, 6697.491, 5627.534, 'Ogre Booty', '', 0, 30052, 0, 0, 19000),
+(3836, 4231, 0, 0, 1116, 6720, 197, 6694.982, 5838.496, 'Ogre Booty', '', 0, 30053, 0, 0, 19000),
+(3837, 4231, 0, 0, 1116, 6720, 197, 5345.302, 4038.32, 'Iron Horde Munitions', '', 0, 30054, 0, 0, 19000),
+(3876, 4231, 0, 0, 1116, 6719, 197, -178.9792, -711.6042, 'Peaceful Offering', '', 0, 30093, 0, 0, 19000),
+(3877, 4231, 0, 0, 1116, 6719, 197, 604.3246, -890.1059, 'Hanging Satchel', '', 0, 30094, 0, 0, 19000),
+(3878, 4231, 0, 0, 1116, 6719, 197, -1099.799, -2223.375, 'Scaly Rylak Egg', '', 0, 30095, 0, 0, 19000),
+(3879, 4231, 0, 0, 1116, 6719, 197, -1087.453, -357.4323, 'Waterlogged Chest', '', 0, 30096, 0, 0, 19000),
+(3880, 4231, 0, 0, 1116, 6719, 197, 14.10417, -244.684, 'Iron Horde Tribute', '', 0, 30097, 0, 0, 19000),
+(3881, 4231, 0, 0, 1116, 6719, 197, 650.0347, -1411.036, 'Alchemist''s Satchel', '', 0, 30098, 0, 0, 19000),
+(3882, 4231, 0, 0, 1116, 6719, 197, 1562.731, -801.0573, 'Shadowmoon Exile Treasure', '', 0, 30099, 0, 0, 19000),
+(3883, 4231, 0, 0, 1116, 6719, 197, 634.2656, 259.6389, 'Shadowmoon Sacrificial Dagger', '', 0, 30100, 0, 0, 19000),
+(3884, 4231, 0, 0, 1116, 6719, 197, 1148.342, 734.8507, 'Rotting Basket', '', 0, 30101, 0, 0, 19000),
+(3885, 4231, 0, 0, 1116, 6719, 197, -873.7952, -1157.694, 'Vindicator''s Cache', '', 0, 30102, 0, 0, 19000),
+(3886, 4231, 0, 0, 1116, 6719, 197, 1291.441, 903.6129, 'Demonic Cache', '', 0, 30103, 0, 0, 19000),
+(3887, 4231, 0, 0, 1116, 6719, 197, -41.40799, -760.842, 'Peaceful Offering', '', 0, 30104, 0, 0, 19000),
+(3888, 4231, 0, 0, 1116, 6719, 197, -47.28472, -662.6996, 'Peaceful Offering', '', 0, 30105, 0, 0, 19000),
+(3889, 4231, 0, 0, 1116, 6719, 197, 19.0434, -712.0226, 'Peaceful Offering', '', 0, 30106, 0, 0, 19000),
+(3890, 4231, 0, 0, 1116, 6719, 197, 981.0573, -1035.134, 'Astrologer''s Box', '', 0, 30107, 0, 0, 19000),
+(3891, 4231, 0, 0, 1116, 6719, 197, 1410.788, -506.0816, 'Armored Elekk Tusk', '', 0, 30108, 0, 0, 19000),
+(3892, 4231, 0, 0, 1116, 6719, 197, 916.0035, 176.8802, 'Ronokk''s Belongings', '', 0, 30109, 0, 0, 19000),
+(3893, 4231, 0, 0, 1116, 6719, 197, 595.368, -35.28472, 'Giant Moonwillow Cone', '', 0, 30110, 0, 0, 19000),
+(3894, 4231, 0, 0, 1116, 6719, 197, 660.2708, -3396.606, 'Cargo of the Raven Queen', '', 0, 30111, 0, 0, 19000),
+(3895, 4231, 0, 0, 1116, 6719, 197, 2338.802, 337.632, 'Sunken Treasure', '', 0, 30112, 0, 0, 19000),
+(3896, 4231, 0, 0, 1116, 6719, 197, 2549.666, 456.7083, 'Stolen Treasure', '', 0, 30113, 0, 0, 19000),
+(3897, 4231, 0, 0, 1116, 6719, 197, 1550.115, -1274.443, 'Mushroom-Covered Chest', '', 0, 30114, 0, 0, 19000),
+(3898, 4231, 0, 0, 1116, 6719, 197, 1772.161, 244.6788, '[Deprecated] Lunarfall Egg', '', 0, 30115, 0, 0, 19000),
+(3899, 4231, 0, 0, 1116, 6719, 197, 636.467, -1612.104, 'Kaliri Egg', '', 0, 30116, 0, 0, 19000),
+(3901, 4231, 0, 0, 1116, 6719, 197, 891.2639, 27.56597, 'Carved Drinking Horn', '', 0, 30118, 0, 0, 19000),
+(3902, 4231, 0, 0, 1116, 6719, 197, 670.316, -189.0938, 'Rovo''s Dagger', '', 0, 30119, 0, 0, 19000),
+(3903, 4231, 0, 0, 1116, 6719, 197, 834.6875, -133.0521, 'Uzko''s Knickknacks', '', 0, 30120, 0, 0, 19000),
+(3905, 4231, 0, 0, 1116, 6719, 197, 715.9774, -23.30556, 'Veema''s Herb Bag', '', 0, 30122, 0, 0, 19000),
+(3906, 4231, 0, 0, 1116, 6719, 197, 810.3837, -194.9688, 'Beloved''s Offering', '', 0, 30123, 0, 0, 19000),
+(3907, 4231, 0, 0, 1116, 6719, 197, -683.7552, -1435.722, 'Swamplighter Hive', '', 0, 30124, 0, 0, 19000),
+(3908, 4231, 0, 0, 1116, 6719, 197, 499.6684, -1270.806, 'Ancestral Greataxe', '', 0, 30125, 0, 0, 19000),
+(3909, 4231, 0, 0, 1116, 6719, 197, 1768.549, -1471.252, 'Strange Spore', '', 0, 30126, 0, 0, 19000),
+(3910, 4231, 0, 0, 1116, 6719, 197, 1680.865, -1675.922, 'Mikkal''s Chest', '', 0, 30127, 0, 0, 19000),
+(3911, 4231, 0, 0, 1116, 6719, 197, 907.5313, 377.4861, 'Shadowmoon Treasure', '', 0, 30128, 0, 0, 19000),
+(3912, 4231, 0, 0, 1116, 6719, 197, 537.2899, -995.592, 'Glowing Cave Mushroom', '', 0, 30129, 0, 0, 19000),
+(3913, 4231, 0, 0, 1116, 6719, 197, 1164.458, -2217.799, 'Orc Skeleton', '', 0, 30130, 0, 0, 19000),
+(3986, 4231, 0, 0, 1116, 6721, 197, 5232.353, 735.2917, 'Strange Looking Dagger', '', 0, 30203, 0, 0, 19000),
+(3987, 4231, 0, 0, 1116, 6721, 197, 7036.018, 1584.538, 'Horned Skull', '', 0, 30204, 0, 0, 19000),
+(3988, 4231, 0, 0, 1116, 6721, 197, 7039.32, 704.5018, 'Ancient Titan Chest', '', 0, 30205, 0, 0, 19000),
+(3989, 4231, 0, 0, 1116, 6721, 197, 5541.935, 1452.163, 'Laughing Skull Cache', '', 0, 30206, 0, 0, 19000),
+(3990, 4231, 0, 0, 1116, 6721, 197, 6948.707, 1054.359, 'Aged Stone Container', '', 0, 30207, 0, 0, 19000),
+(3991, 4231, 0, 0, 1116, 6721, 197, 6468.098, 426.6042, 'Mysterious Petrified Pod', '', 0, 30208, 0, 0, 19000),
+(3992, 4231, 0, 0, 1116, 6721, 197, 6238.682, 831.1962, 'Remains of Grimnir Ashpick', '', 0, 30209, 0, 0, 19000),
+(3993, 4231, 0, 0, 1116, 6721, 197, 5651.58, 843.8871, 'Unknown Petrified Egg', '', 0, 30210, 0, 0, 19000),
+(3994, 4231, 0, 0, 1116, 6721, 197, 5293.418, 1006.38, 'Forgotten Ogre Cache', '', 0, 30211, 0, 0, 19000),
+(3995, 4231, 0, 0, 1116, 6721, 197, 5826.502, 1222.625, 'Forgotten Skull Cache', '', 0, 30212, 0, 0, 19000),
+(3996, 4231, 0, 0, 1116, 6721, 197, 4489.813, 1308.092, 'Remains of Explorer Engineer Toldirk Ashlamp', '', 0, 30213, 0, 0, 19000),
+(3997, 4231, 0, 0, 1116, 6721, 197, 5920.523, 1718.245, 'Obsidian Crystal Formation', '', 0, 30214, 0, 0, 19000),
+(3998, 4231, 0, 0, 1116, 6721, 197, 5379.155, 1702.519, 'Mysterious Petrified Pod', '', 0, 30215, 0, 0, 19000),
+(3999, 4231, 0, 0, 1116, 6721, 197, 5123.101, 1361.264, 'Unknown Petrified Egg', '', 0, 30216, 0, 0, 19000),
+(4000, 4231, 0, 0, 1116, 6721, 197, 5145.028, 1633.694, 'Botani Essence Seed', '', 0, 30217, 0, 0, 19000),
+(4001, 4231, 0, 0, 1116, 6721, 197, 6659.609, 965.6458, 'Ancient Titan Chest', '', 0, 30218, 0, 0, 19000),
+(4002, 4231, 0, 0, 1116, 6721, 197, 7218.859, 1558.069, 'Unknown Petrified Egg', '', 0, 30219, 0, 0, 19000),
+(4003, 4231, 0, 0, 1116, 6721, 197, 6604.423, 1604.821, 'Aged Stone Container', '', 0, 30220, 0, 0, 19000),
+(4004, 4231, 0, 0, 1116, 6721, 197, 5624.428, 119.8611, 'Mysterious Petrified Pod', '', 0, 30221, 0, 0, 19000),
+(4005, 4231, 0, 0, 1116, 6721, 197, 4722.083, 1321.438, 'Forgotten Skull Cache', '', 0, 30222, 0, 0, 19000),
+(4007, 4231, 0, 0, 1116, 6721, 197, 5653.285, 1792.845, 'Femur of Improbability', '', 0, 30224, 0, 0, 19000),
+(4008, 4231, 0, 0, 1116, 6721, 197, 7011.023, 1064.405, 'Warm Goren Egg', '', 0, 30225, 0, 0, 19000),
+(4009, 4231, 0, 0, 1116, 6721, 197, 6472.645, -107.8542, 'Mysterious Petrified Pod', '', 0, 30226, 0, 0, 19000),
+(4010, 4231, 0, 0, 1116, 6721, 197, 6702.746, 1654.592, 'Brokor''s Sack', '', 0, 30227, 0, 0, 19000),
+(4011, 4231, 0, 0, 1116, 6721, 197, 7211.82, 1036.87, 'Weapons Cache', '', 0, 30228, 0, 0, 19000),
+(4012, 4231, 0, 0, 1116, 6721, 197, 7248.598, 1285.319, 'Petrified Rylak Egg', '', 0, 30229, 0, 0, 19000),
+(4013, 4231, 0, 0, 1116, 6721, 197, 4500.716, 1131.722, 'Stashed Emergency Rucksack', '', 0, 30230, 0, 0, 19000),
+(4014, 4231, 0, 0, 1116, 6721, 197, 6539.042, 337.2934, 'Remains of Balldir Deeprock', '', 0, 30231, 0, 0, 19000),
+(4015, 4231, 0, 0, 1116, 6721, 197, 6880.062, 1330.691, 'Suntouched Spear', '', 0, 30232, 0, 0, 19000),
+(4016, 4231, 0, 0, 1116, 6721, 197, 7274.203, 1493.936, 'Iron Supply Chest', '', 0, 30233, 0, 0, 19000),
+(4017, 4231, 0, 0, 1116, 6721, 197, 5414.996, 1766.139, 'Explorer Canister', '', 0, 30234, 0, 0, 19000),
+(4018, 4231, 0, 0, 1116, 6721, 197, 5043.693, 1603.094, 'Discarded Pack', '', 0, 30235, 0, 0, 19000),
+(4019, 4231, 0, 0, 1116, 6721, 197, 6112.983, 218.5243, 'Vindicator''s Hammer', '', 0, 30236, 0, 0, 19000),
+(4020, 4231, 0, 0, 1116, 6721, 197, 5880.929, 1874.91, 'Sasha''s Secret Stash', '', 0, 30237, 0, 0, 19000),
+(4021, 4231, 0, 0, 1116, 6721, 197, 7266.995, 1390.825, 'Sniper''s Crossbow', '', 0, 30238, 0, 0, 19000),
+(4022, 4231, 0, 0, 1116, 6721, 197, 6865.279, 1296.707, 'Harvestable Precious Crystal', '', 0, 30239, 0, 0, 19000),
+(4023, 4231, 0, 0, 1116, 6721, 197, 5529.676, 723.4045, 'Remains of Balik Orecrusher', '', 0, 30240, 0, 0, 19000),
+(4024, 4231, 0, 0, 1116, 6721, 197, 5337.245, 1647.179, 'Evermorn Supply Cache', '', 0, 30241, 0, 0, 19000),
+(4025, 4231, 0, 0, 1116, 6721, 197, 6818.813, 1025.53, 'Ancient Titan Chest', '', 0, 30242, 0, 0, 19000),
+(4026, 4231, 0, 0, 1116, 6721, 197, 5280.54, 732.9774, 'Unknown Petrified Egg', '', 0, 30243, 0, 0, 19000),
+(4027, 4231, 0, 0, 1116, 6721, 197, 5404.312, 1171.137, 'Mysterious Petrified Pod', '', 0, 30244, 0, 0, 19000),
+(4028, 4231, 0, 0, 1116, 6721, 197, 5824.107, 835.0261, 'Mysterious Petrified Pod', '', 0, 30245, 0, 0, 19000),
+(4029, 4231, 0, 0, 1116, 6721, 197, 6523.04, 1850.745, 'Forgotten Skull Cache', '', 0, 30246, 0, 0, 19000),
+(4030, 4231, 0, 0, 1116, 6721, 197, 7211.749, 1181.906, 'Aged Stone Container', '', 0, 30247, 0, 0, 19000),
+(4031, 4231, 0, 0, 1116, 6721, 197, 6766.718, 1203.714, 'Unknown Petrified Egg', '', 0, 30248, 0, 0, 19000),
+(4032, 4231, 0, 0, 1116, 6721, 197, 7078.941, 1625.811, 'Ancient Titan Chest', '', 0, 30249, 0, 0, 19000),
+(4033, 4231, 0, 0, 1116, 6721, 197, 7062.096, 1132.563, 'Obsidian Crystal Formation', '', 0, 30250, 0, 0, 19000),
+(4034, 4231, 0, 0, 1116, 6721, 197, 6902.425, 1335.677, 'Aged Stone Container', '', 0, 30251, 0, 0, 19000),
+(4035, 4231, 0, 0, 1116, 6721, 197, 7096.861, 1532.474, 'Aged Stone Container', '', 0, 30252, 0, 0, 19000),
+(4036, 4231, 0, 0, 1116, 6721, 197, 7122.329, 1652.021, 'Aged Stone Container', '', 0, 30253, 0, 0, 19000),
+(4037, 4231, 0, 0, 1116, 6721, 197, 6753.998, 1616.521, 'Ancient Titan Chest', '', 0, 30254, 0, 0, 19000),
+(4038, 4231, 0, 0, 1116, 6721, 197, 6380.192, 1644.688, 'Obsidian Crystal Formation', '', 0, 30255, 0, 0, 19000),
+(4039, 4231, 0, 0, 1116, 6721, 197, 6085.777, 1627.929, 'Obsidian Crystal Formation', '', 0, 30256, 0, 0, 19000),
+(4040, 4231, 0, 0, 1116, 6721, 197, 6583.323, 1132.33, 'Aged Stone Container', '', 0, 30257, 0, 0, 19000),
+(4041, 4231, 0, 0, 1116, 6721, 197, 6772.521, 1520.958, 'Ancient Titan Chest', '', 0, 30258, 0, 0, 19000),
+(4042, 4231, 0, 0, 1116, 6721, 197, 7047.219, 1454.274, 'Obsidian Crystal Formation', '', 0, 30259, 0, 0, 19000),
+(4043, 4231, 0, 0, 1116, 6721, 197, 7247.283, 1342.941, 'Ancient Ogre Cache', '', 0, 30260, 0, 0, 19000),
+(4044, 4231, 0, 0, 1116, 6721, 197, 7379.397, 869.1511, 'Aged Stone Container', '', 0, 30261, 0, 0, 19000),
+(4045, 4231, 0, 0, 1116, 6721, 197, 7410.851, 1147.809, 'Ancient Titan Chest', '', 0, 30262, 0, 0, 19000),
+(4046, 4231, 0, 0, 1116, 6721, 197, 6153.528, 1300.88, 'Aged Stone Container', '', 0, 30263, 0, 0, 19000),
+(4047, 4231, 0, 0, 1116, 6721, 197, 5778.484, 1381.252, 'Ancient Ogre Cache', '', 0, 30264, 0, 0, 19000),
+(4048, 4231, 0, 0, 1116, 6721, 197, 5961.171, 951.7587, 'Ancient Titan Chest', '', 0, 30265, 0, 0, 19000),
+(4049, 4231, 0, 0, 1116, 6721, 197, 6784.957, 314.4375, 'Aged Stone Container', '', 0, 30266, 0, 0, 19000),
+(4050, 4231, 0, 0, 1116, 6721, 197, 6398.533, 33.38542, 'Ancient Ogre Cache', '', 0, 30267, 0, 0, 19000),
+(4051, 4231, 0, 0, 1116, 6721, 197, 5624.845, 196.4254, 'Aged Stone Container', '', 0, 30268, 0, 0, 19000),
+(4052, 4231, 0, 0, 1116, 6721, 197, 5604.082, 630.5417, 'Ancient Ogre Cache', '', 0, 30269, 0, 0, 19000),
+(4053, 4231, 0, 0, 1116, 6721, 197, 5094.429, 1049.877, 'Ancient Titan Chest', '', 0, 30270, 0, 0, 19000),
+(4054, 4231, 0, 0, 1116, 6721, 197, 4781.897, 1326.46, 'Aged Stone Container', '', 0, 30271, 0, 0, 19000),
+(4055, 4231, 0, 0, 1116, 6721, 197, 4516.721, 1618.568, 'Ancient Ogre Cache', '', 0, 30272, 0, 0, 19000),
+(4056, 4231, 0, 0, 1116, 6721, 197, 4874.052, 1671.889, 'Ancient Ogre Cache', '', 0, 30273, 0, 0, 19000),
+(4057, 4231, 0, 0, 1116, 6721, 197, 5940.388, 772.6875, 'Odd Skull', '', 0, 30274, 0, 0, 19000),
+(4086, 4231, 0, 0, 1116, 6662, 197, 3977.395, 1929.977, 'Jug of Aged Ironwine', '', 0, 30303, 0, 0, 19000),
+(4087, 4231, 0, 0, 1116, 6662, 197, 3254.937, 2699.602, 'Luminous Shell', '', 0, 30304, 0, 0, 19000),
+(4088, 4231, 0, 0, 1116, 6662, 197, 3141.912, 2131.863, 'Amethyl Crystal', '', 0, 30305, 0, 0, 19000),
+(4089, 4231, 0, 0, 1116, 6662, 197, 3290.069, 2413.174, 'Foreman''s Lunchbox', '', 0, 30306, 0, 0, 19000),
+(4090, 4231, 0, 0, 1116, 6662, 197, 973.2448, 1868.349, 'Curious Deathweb Egg', '', 0, 30307, 0, 0, 19000),
+(4091, 4231, 0, 0, 1116, 6662, 197, 2443.32, 1239.833, 'Charred Sword', '', 0, 30308, 0, 0, 19000),
+(4092, 4231, 0, 0, 1116, 6662, 197, 590.9983, 3722.271, 'Farmer''s Bounty', '', 0, 30309, 0, 0, 19000),
+(4093, 4231, 0, 0, 1116, 6662, 197, 2651.515, 1315.174, 'Relic of Aruuna', '', 0, 30310, 0, 0, 19000),
+(4094, 4231, 0, 0, 1116, 6662, 197, 1280.913, 1982.535, 'Iron Box', '', 0, 30311, 0, 0, 19000),
+(4095, 4231, 0, 0, 1116, 6662, 197, 2522.234, 2112.002, 'Barrel of Fish', '', 0, 30312, 0, 0, 19000),
+(4096, 4231, 0, 0, 1116, 6662, 197, 1777.247, 2539.335, 'Draenei Weapons', '', 0, 30313, 0, 0, 19000),
+(4097, 4487, 0, 0, 1116, 6979, 197, 2239.031, 3479.884, 'Soulbinder''s Reliquary', '', 0, 30314, 0, 0, 19000),
+(4098, 4231, 0, 0, 1116, 6662, 197, 907.5, 1931.443, 'Webbed Sac', '', 0, 30315, 0, 0, 19000),
+(4099, 4231, 0, 0, 1116, 6662, 197, 782.4965, 3033.621, 'Relic of Telmor', '', 0, 30316, 0, 0, 19000),
+(4100, 4231, 0, 0, 1116, 6662, 197, 1070.229, 3548.034, 'Treasure of Ango''rosh', '', 0, 30317, 0, 0, 19000),
+(4101, 4231, 0, 0, 1116, 6662, 197, 3935.661, 3556.531, 'Light of the Sea', '', 0, 30318, 0, 0, 19000),
+(4102, 4231, 0, 0, 1116, 6662, 197, 1376.488, 3848.273, 'Bonechewer Remnants', '', 0, 30319, 0, 0, 19000),
+(4103, 4231, 0, 0, 1116, 6662, 197, 3040.252, 953.3854, 'Aruuna Mining Cart', '', 0, 30320, 0, 0, 19000),
+(4104, 4231, 0, 0, 1116, 6662, 197, 2783.681, 1320.766, 'Keluu''s Belongings', '', 0, 30321, 0, 0, 19000),
+(4105, 4231, 0, 0, 1116, 6662, 197, 3844.26, 1169.962, 'Pure Crystal Dust', '', 0, 30322, 0, 0, 19000),
+(4106, 4231, 0, 0, 1116, 6662, 197, 1045.122, 1900.377, 'Rusted Lockbox', '', 0, 30323, 0, 0, 19000),
+(4107, 4231, 0, 0, 1116, 6662, 197, 3328.651, 2615.092, 'Ketya''s Stash', '', 0, 30324, 0, 0, 19000),
+(4108, 4231, 0, 0, 1116, 6662, 197, 2387.293, 1449.896, 'Bright Coin', '', 0, 30325, 0, 0, 19000),
+(4109, 4231, 0, 0, 1116, 6662, 197, 1480.271, 4140.854, 'Gift of the Ancients', '', 0, 30326, 0, 0, 19000),
+(4163, 4231, 0, 0, 1116, 6722, 197, -659.1285, 2416.286, 'Rooby''s Roo', '', 0, 30380, 0, 0, 19000),
+(4164, 4231, 0, 0, 1116, 6722, 197, 690.1285, 2450.045, 'Outcast''s Belongings', '', 0, 30381, 0, 0, 19000),
+(4165, 4231, 0, 0, 1116, 6722, 197, 643.3854, 2093.873, 'Misplaced Scrolls', '', 0, 30382, 0, 0, 19000),
+(4166, 4231, 0, 0, 1116, 6722, 197, 722.132, 2077.46, 'Relics of the Outcasts', '', 0, 30383, 0, 0, 19000),
+(4167, 4231, 0, 0, 1116, 6722, 197, 490.5642, 1620.51, 'Fractured Sunstone', '', 0, 30384, 0, 0, 19000),
+(4168, 4231, 0, 0, 1116, 6722, 197, 222.2882, 1603.944, 'Lost Herb Satchel', '', 0, 30385, 0, 0, 19000),
+(4169, 4231, 0, 0, 1116, 6722, 197, -1049.988, 1123.845, 'Ogron Plunder', '', 0, 30386, 0, 0, 19000),
+(4170, 4231, 0, 0, 1116, 6722, 197, -400.3073, 1896.108, 'Relics of the Outcasts', '', 0, 30387, 0, 0, 19000),
+(4171, 4231, 0, 0, 1116, 6722, 197, 282.2222, 2065.719, 'Relics of the Outcasts', '', 0, 30388, 0, 0, 19000),
+(4172, 4231, 0, 0, 1116, 6722, 197, -225.7014, 598.1493, 'Relics of the Outcasts', '', 0, 30389, 0, 0, 19000),
+(4173, 4231, 0, 0, 1116, 6722, 197, -794.2743, 1032.257, 'Relics of the Outcasts', '', 0, 30390, 0, 0, 19000),
+(4174, 4231, 0, 0, 1116, 6722, 197, -592.9549, 1536.625, 'Relics of the Outcasts', '', 0, 30391, 0, 0, 19000),
+(4175, 4231, 0, 0, 1116, 6722, 197, 145.033, 1776.891, 'Shattered Hand Lockbox', '', 0, 30392, 0, 0, 19000),
+(4176, 4231, 0, 0, 1116, 6722, 197, 219.6337, 1273.351, 'Shattered Hand Cache', '', 0, 30393, 0, 0, 19000),
+(4177, 4231, 0, 0, 1116, 6722, 197, -93.71702, 1146.608, 'Shattered Hand Spoils', '', 0, 21439, 0, 0, 19000),
+(4178, 4231, 0, 0, 1116, 6722, 197, 68.58681, 1387.109, 'Toxicfang Venom', '', 0, 30395, 0, 0, 19000),
+(4179, 4231, 0, 0, 1116, 6722, 197, -1902.62, 1067.543, 'Spray-O-Matic 5000 XT', '', 0, 30396, 0, 0, 19000),
+(4180, 4231, 0, 0, 1116, 6722, 197, -2278.181, 1095.26, 'Sailor Zazzuk''s 180-Proof Rum', '', 0, 30397, 0, 0, 19000),
+(4181, 4231, 0, 0, 1116, 6722, 197, -2286.859, 1315.913, 'Campaign Contributions', '', 0, 30398, 0, 0, 19000),
+(4183, 4231, 0, 0, 1116, 6722, 197, 775.5469, 2020.028, 'Elixir of Shadow Sight', '', 0, 30400, 0, 0, 19000),
+(4184, 4231, 0, 0, 1116, 6722, 197, 388.908, 2024.769, 'Elixir of Shadow Sight', '', 0, 30401, 0, 0, 19000),
+(4185, 4231, 0, 0, 1116, 6722, 197, -367.4115, 490.5, 'Elixir of Shadow Sight', '', 0, 30402, 0, 0, 19000),
+(4186, 4231, 0, 0, 1116, 6722, 197, -1143.807, 1713.441, 'Elixir of Shadow Sight', '', 0, 30403, 0, 0, 19000),
+(4187, 4231, 0, 0, 1116, 6722, 197, 490.8021, 1308.524, 'Elixir of Shadow Sight', '', 0, 30404, 0, 0, 19000),
+(4188, 4231, 0, 0, 1116, 6722, 197, -2029.918, 1460.201, 'Elixir of Shadow Sight', '', 0, 30405, 0, 0, 19000),
+(4189, 4231, 0, 0, 1116, 6722, 197, -205.776, 2482.236, 'Orcish Signaling Horn', '', 0, 30406, 0, 0, 19000),
+(4190, 4231, 0, 0, 1116, 6722, 197, -859.2899, 1450.427, 'Offering to the Raven Mother', '', 0, 30407, 0, 0, 19000),
+(4191, 4231, 0, 0, 1116, 6722, 197, -741.8629, 1750.896, 'Offering to the Raven Mother', '', 0, 30408, 0, 0, 19000),
+(4192, 4231, 0, 0, 1116, 6722, 197, -826.4167, 1717.491, 'Offering to the Raven Mother', '', 0, 30409, 0, 0, 19000),
+(4193, 4231, 0, 0, 1116, 6722, 197, -1228.339, 1537.01, 'Offering to the Raven Mother', '', 0, 30410, 0, 0, 19000),
+(4194, 4231, 0, 0, 1116, 6722, 197, -1196.818, 986.0139, 'Offering to the Raven Mother', '', 0, 30411, 0, 0, 19000),
+(4195, 4231, 0, 0, 1116, 6722, 197, -75.62327, 1786.2, 'Lost Ring', '', 0, 30412, 0, 0, 19000),
+(4196, 4231, 0, 0, 1116, 6722, 197, -42.01215, 2429.142, 'Reagent Pouch', '', 0, 30413, 0, 0, 19000),
+(4197, 4231, 0, 0, 1116, 6722, 197, -345.5295, 1501.51, 'Misplaced Scroll', '', 0, 30414, 0, 0, 19000),
+(4198, 4231, 0, 0, 1116, 6722, 197, -955.9063, 2464.325, 'Ephial''s Dark Grimoire', '', 0, 30415, 0, 0, 19000),
+(4199, 4231, 0, 0, 1116, 6722, 197, -535.4827, 2429.778, 'Garrison Supplies', '', 0, 30416, 0, 0, 19000),
+(4200, 4231, 0, 0, 1116, 6722, 197, 271.8576, 2612.075, 'Sun-Touched Cache', '', 0, 30417, 0, 0, 19000),
+(4201, 4231, 0, 0, 1116, 6722, 197, 281.7031, 2663.765, 'Sun-Touched Cache', '', 0, 30418, 0, 0, 19000),
+(4202, 4231, 0, 0, 1116, 6722, 197, -446.8733, 1269.623, 'Smuggled Apexis Artifacts', '', 0, 30419, 0, 0, 19000),
+(4203, 4231, 0, 0, 1116, 6722, 197, 341.5885, 1631.247, 'Iron Horde Explosives', '', 0, 30420, 0, 0, 19000),
+(4204, 4231, 0, 0, 1116, 6722, 197, -119.6059, 1699.254, 'Assassin''s Spear', '', 0, 30421, 0, 0, 19000),
+(4205, 4231, 0, 0, 1116, 6722, 197, 7.605903, 1838.613, 'Outcast''s Pouch', '', 0, 30422, 0, 0, 19000),
+(4206, 4231, 0, 0, 1116, 6722, 197, 507.533, 2125.688, 'Outcast''s Belongings', '', 0, 30423, 0, 0, 19000),
+(4207, 4231, 0, 0, 1116, 6722, 197, -579.5886, 339.8472, 'Sethekk Ritual Brew', '', 0, 30424, 0, 0, 19000),
+(4208, 4231, 0, 0, 1116, 6722, 197, -653.5573, 2144.672, 'Garrison Workman''s Hammer', '', 0, 30425, 0, 0, 19000),
+(4209, 4231, 0, 0, 1116, 6722, 197, -2211.233, 534.4705, 'Coinbender''s Payment', '', 0, 30426, 0, 0, 19000),
+(4210, 4231, 0, 0, 1116, 6722, 197, -1338.191, 828.3143, 'Mysterious Mushrooms', '', 0, 30427, 0, 0, 19000),
+(4211, 4231, 0, 0, 1116, 6722, 197, -900.2205, 652.6493, 'Waterlogged Satchel', '', 0, 30428, 0, 0, 19000),
+(4212, 4231, 0, 0, 1116, 6722, 197, -2034.417, 992.7986, 'Shredder Parts', '', 0, 30429, 0, 0, 19000),
+(4213, 4231, 0, 0, 1116, 6722, 197, -837.243, 2221.233, 'Abandoned Mining Pick', '', 0, 30430, 0, 0, 19000),
+(4215, 4231, 0, 0, 1116, 6722, 197, -816.6945, 2488.134, 'Admiral Taylor''s Coffer', '', 0, 30432, 0, 0, 19000),
+(4278, 4231, 0, 0, 1116, 6755, 197, 2249.955, 7168.293, 'Treasure of Kull''krosh', '', 0, 30495, 0, 0, 19000),
+(4279, 4231, 0, 0, 1116, 6755, 197, 2938.825, 5338.54, 'Adventurer''s Pack', '', 0, 30496, 0, 0, 19000),
+(4280, 4231, 0, 0, 1116, 6755, 197, 2113.915, 6629.726, 'Goblin Pack', '', 0, 30497, 0, 0, 19000),
+(4281, 4231, 0, 0, 1116, 6755, 197, 1809.851, 6463.887, 'Steamwheedle Supplies', '', 0, 30498, 0, 0, 19000),
+(4282, 4231, 0, 0, 1116, 6755, 197, 2406.651, 6472.311, 'Void-Infused Crystal', '', 0, 30499, 0, 0, 19000),
+(4283, 4231, 0, 0, 1116, 6755, 197, 1893.13, 6319.139, 'Steamwheedle Supplies', '', 0, 30500, 0, 0, 19000),
+(4284, 4231, 0, 0, 1116, 6755, 197, 2572.533, 5167.321, 'Goblin Pack', '', 0, 30501, 0, 0, 19000),
+(4285, 4231, 0, 0, 1116, 6755, 197, 2957.642, 4891.429, 'Steamwheedle Supplies', '', 0, 30502, 0, 0, 19000),
+(4286, 4231, 0, 0, 1116, 6755, 197, 2632.434, 4731.55, 'Warsong Spoils', '', 0, 30503, 0, 0, 19000),
+(4287, 4231, 0, 0, 1116, 6755, 197, 3310.394, 4299.127, 'Steamwheedle Supplies', '', 0, 30504, 0, 0, 19000),
+(4288, 4231, 0, 0, 1116, 6755, 197, 3221.08, 4335.749, 'Hidden Stash', '', 0, 30505, 0, 0, 19000),
+(4289, 4231, 0, 0, 1116, 6755, 197, 4398.923, 5305.63, 'Mountain Climber''s Pack', '', 0, 30506, 0, 0, 19000),
+(4290, 4231, 0, 0, 1116, 6755, 197, 4219.137, 5301.935, 'Steamwheedle Supplies', '', 0, 30507, 0, 0, 19000),
+(4291, 4231, 0, 0, 1116, 6755, 197, 4256.379, 5642.717, 'Steamwheedle Supplies', '', 0, 30508, 0, 0, 19000),
+(4292, 4231, 0, 0, 1116, 6755, 197, 4232.899, 4263.482, 'Fungus-Covered Chest', '', 0, 30509, 0, 0, 19000),
+(4293, 4231, 0, 0, 1116, 6755, 197, 3513.492, 4707.116, 'Brilliant Dreampetal', '', 0, 30510, 0, 0, 19000),
+(4294, 4231, 0, 0, 1116, 6755, 197, 4155.813, 4337.042, 'Steamwheedle Supplies', '', 0, 30511, 0, 0, 19000),
+(4295, 4231, 0, 0, 1116, 6755, 197, 2064.877, 5162.518, 'Appropriated Warsong Supplies', '', 0, 30512, 0, 0, 19000),
+(4296, 4231, 0, 0, 1116, 6755, 197, 2261.113, 5163.319, 'Warsong Lockbox', '', 0, 30513, 0, 0, 19000),
+(4297, 4231, 0, 0, 1116, 6755, 197, 2278.266, 4992.127, 'Warsong Spear', '', 0, 30514, 0, 0, 19000),
+(4298, 4231, 0, 0, 1116, 6755, 197, 4108.274, 5162.79, 'Freshwater Clam', '', 0, 30515, 0, 0, 19000),
+(4299, 4231, 0, 0, 1116, 6755, 197, 2937.118, 6001.19, 'Golden Kaliri Egg', '', 0, 30516, 0, 0, 19000),
+(4300, 4231, 0, 0, 1116, 6755, 197, 2642.108, 6373.464, 'Warsong Cache', '', 0, 30517, 0, 0, 19000),
+(4301, 4231, 0, 0, 1116, 6755, 197, 2899.928, 4461.472, 'Burning Blade Cache', '', 0, 30518, 0, 0, 19000),
+(4302, 4231, 0, 0, 1116, 6755, 197, 2663.834, 5469.439, 'Abandoned Cargo', '', 0, 30519, 0, 0, 19000),
+(4303, 4231, 0, 0, 1116, 6755, 197, 2781.601, 4639.753, 'Adventurer''s Pack', '', 0, 30520, 0, 0, 19000),
+(4304, 4231, 0, 0, 1116, 6755, 197, 4514.324, 5161.796, 'A Pile of Dirt', '', 0, 30521, 0, 0, 19000),
+(4305, 4231, 0, 0, 1116, 6755, 197, 4428.327, 4685.477, 'Adventurer''s Staff', '', 0, 30522, 0, 0, 19000),
+(4306, 4231, 0, 0, 1116, 6755, 197, 4185.468, 5508.517, 'Elemental Offering', '', 0, 30523, 0, 0, 19000),
+(4307, 4231, 0, 0, 1116, 6755, 197, 4391.368, 5112.813, 'Adventurer''s Sack', '', 0, 30524, 0, 0, 19000),
+(4308, 4231, 0, 0, 1116, 6755, 197, 2955.452, 6718.929, 'Adventurer''s Pack', '', 0, 30525, 0, 0, 19000),
+(4309, 4231, 0, 0, 1116, 6755, 197, 2430.627, 4234.758, 'Warsong Supplies', '', 0, 30526, 0, 0, 19000),
+(4310, 4231, 0, 0, 1116, 6755, 197, 3861, 4921.224, 'Bone-Carved Dagger', '', 0, 30527, 0, 0, 19000),
+(4311, 4231, 0, 0, 1116, 6755, 197, 2745.786, 6855.361, 'Genedar Debris', '', 0, 30528, 0, 0, 19000),
+(4312, 4231, 0, 0, 1116, 6755, 197, 2648.761, 6580.662, 'Genedar Debris', '', 0, 30529, 0, 0, 19000),
+(4313, 4231, 0, 0, 1116, 6755, 197, 2366.674, 6772.226, 'Genedar Debris', '', 0, 30530, 0, 0, 19000),
+(4314, 4231, 0, 0, 1116, 6755, 197, 2169.201, 6551.215, 'Genedar Debris', '', 0, 30531, 0, 0, 19000),
+(4315, 4231, 0, 0, 1116, 6755, 197, 2339.733, 6167.44, 'Genedar Debris', '', 0, 30532, 0, 0, 19000),
+(4316, 4231, 0, 0, 1116, 6755, 197, 2414.811, 6706.011, 'Fragment of Oshu''gun', '', 0, 30533, 0, 0, 19000),
+(4317, 4231, 0, 0, 1116, 6755, 197, 2678.853, 6000.099, 'Pokkar''s Thirteenth Axe', '', 0, 30534, 0, 0, 19000),
+(4318, 4231, 0, 0, 1116, 6755, 197, 2618.104, 5182.128, 'Polished Saberon Skull', '', 0, 30535, 0, 0, 19000),
+(4319, 4231, 0, 0, 1116, 6755, 197, 4334.327, 4830.916, 'Elemental Shackles', '', 0, 30536, 0, 0, 19000),
+(4320, 4231, 0, 0, 1116, 6755, 197, 3066.684, 5484.286, 'Highmaul Sledge', '', 0, 30537, 0, 0, 19000),
+(4321, 4231, 0, 0, 1116, 6755, 197, 2432.226, 5635.986, 'Telaar Defender Shield', '', 0, 30538, 0, 0, 19000),
+(4322, 4231, 0, 0, 1116, 6755, 197, 1904.056, 4713.988, 'Ogre Beads', '', 0, 30539, 0, 0, 19000),
+(4323, 4231, 0, 0, 1116, 6755, 197, 2163.285, 6098.297, 'Adventurer''s Pouch', '', 0, 30540, 0, 0, 19000),
+(4324, 4231, 0, 0, 1116, 6755, 197, 2165.747, 4365.18, 'Grizzlemaw''s Bonepile', '', 0, 30541, 0, 0, 19000),
+(4326, 4231, 0, 0, 1116, 6755, 197, 3571.056, 5632.976, 'Watertight Bag', '', 0, 30543, 0, 0, 19000),
+(4327, 4231, 0, 0, 1116, 6755, 197, 3243.724, 6333.919, 'Warsong Helm', '', 0, 30544, 0, 0, 19000),
+(4328, 4231, 0, 0, 1116, 6755, 197, 3140.645, 5031.07, 'Gambler''s Purse', '', 0, 30545, 0, 0, 19000),
+(4329, 4231, 0, 0, 1116, 6755, 197, 2576.186, 5005.851, 'Adventurer''s Mace', '', 0, 30546, 0, 0, 19000),
+(4330, 4231, 0, 0, 1116, 6755, 197, 2748.736, 5803.464, 'Lost Pendant', '', 0, 30547, 0, 0, 19000),
+(4331, 4231, 0, 0, 1116, 6755, 197, 2492.012, 6279.075, 'Adventurer''s Pouch', '', 0, 30548, 0, 0, 19000),
+(4332, 4231, 0, 0, 1116, 6755, 197, 2440.05, 5039.187, 'Important Exploration Supplies', '', 0, 30549, 0, 0, 19000),
+(4333, 4231, 0, 0, 1116, 6755, 197, 2465.943, 5042.031, 'Saberon Stash', '', 0, 30550, 0, 0, 19000),
+(4334, 4231, 0, 0, 1116, 6755, 197, 2701.168, 7132.761, 'Goldtoe''s Plunder', '', 0, 30551, 0, 0, 19000),
+(4335, 4231, 0, 0, 1116, 6755, 197, 2575.405, 6028.518, 'Pale Elixir', '', 0, 30552, 0, 0, 19000),
+(4336, 4231, 0, 0, 1116, 6755, 197, 2385.167, 5759.047, 'Bag of Herbs', '', 0, 30553, 0, 0, 19000),
+(4337, 4231, 0, 0, 1116, 6755, 197, 4294.313, 4934.307, 'Bounty of the Elements', '', 0, 30554, 0, 0, 19000),
+(4338, 4231, 0, 0, 1116, 6755, 197, 2757.136, 7295.27, 'Spirit''s Gift', '', 0, 30555, 0, 0, 19000),
+(4339, 4231, 0, 0, 1116, 6755, 197, 3669.489, 4253.515, 'Smuggler''s Cache', '', 0, 30556, 0, 0, 19000),
+(4345, 4231, 0, 0, 1116, 6719, 197, 1627.335, -222.0017, 'Bubbling Cauldron', '', 0, 30583, 0, 0, 19000),
+(4346, 4231, 0, 0, 1116, 6719, 197, 2406.634, 491.4531, 'Fantastic Fish', '', 0, 30584, 0, 0, 19000),
+(4417, 4231, 0, 0, 1116, 6719, 197, 2087.788, 199.3316, '[Deprecated] Spark''s Stolen Supplies', '', 0, 30669, 0, 0, 19000),
+(4418, 4231, 0, 0, 1116, 6719, 197, 1843.5, 256.1024, '[Deprecated] Pippers'' Buried Supplies', '', 0, 30670, 0, 0, 19000),
+(4419, 4231, 0, 0, 1116, 6719, 197, 1870.811, 199.9045, '[Deprecated] Pippers'' Buried Supplies', '', 0, 30671, 0, 0, 19000),
+(4420, 4231, 0, 0, 1116, 6719, 197, 1965.497, 333.3542, '[Deprecated] Pippers'' Buried Supplies', '', 0, 30672, 0, 0, 19000),
+(4421, 4231, 0, 0, 1116, 6719, 197, 1740.95, 210.0972, '[Deprecated] Pippers'' Buried Supplies', '', 0, 30673, 0, 0, 19000),
+(4424, 4231, 0, 0, 1116, 6720, 197, 5549.832, 4364.098, 'Lady Sena''s Other Materials Stash', '', 0, 30676, 0, 0, 19000),
+(4425, 4231, 0, 0, 1116, 6720, 197, 5670.688, 4537.518, 'Unused Wood Pile', '', 0, 30677, 0, 0, 19000),
+(4531, 771, 0, 0, 1191, 6941, 101, 4994.519, -4474.356, 'Ogre Fire', 'In Conflict', 9422, 31069, 0, 0, 19000),
+(4532, 771, 0, 0, 1191, 6941, 101, 4918.098, -4406.67, 'Ogre Fire', 'In Conflict', 9423, 31069, 0, 0, 19000),
+(4533, 771, 0, 0, 1191, 6941, 101, 4905.64, -4497.603, 'Ogre Fire', 'In Conflict', 9424, 31069, 0, 0, 19000),
+(4534, 771, 0, 0, 1191, 6941, 101, 4896.217, -4578.667, 'Ogre Fire', 'In Conflict', 9425, 31069, 0, 0, 19000),
+(4563, 4231, 0, 0, 1116, 6721, 197, 6031, 398.882, 'Strange Spore', '', 0, 31450, 0, 0, 19000),
+(4564, 4231, 0, 0, 1116, 6662, 197, 4150.79, 1653.69, 'Burning Blade Cache', '', 0, 31456, 0, 0, 19000),
+(4566, 4231, 0, 0, 1116, 6719, 197, 1498.639, -223.2205, 'Sunken Fishing Boat', '', 0, 31460, 0, 0, 19000),
+(4567, 4231, 0, 0, 1116, 6755, 197, 2326.16, 7018.98, 'Spirit Coffer', '', 0, 31461, 0, 0, 19000),
+(4568, 4231, 0, 0, 1116, 6719, 197, 1075.13, -1198.34, 'False-Bottomed Jar', '', 0, 31462, 0, 0, 19000),
+(4569, 4231, 0, 0, 1116, 6722, 197, -189.405, 539.862, 'Sethekk Idol', '', 0, 31473, 0, 0, 19000),
+(4571, 4231, 0, 0, 1116, 6722, 197, 896.797, 1994.45, 'Rukhmar''s Image', '', 0, 31475, 0, 0, 19000),
+(4572, 4231, 0, 0, 1116, 6722, 197, -853.58, 978.34, 'Gift of Anzu', '', 0, 31476, 0, 0, 19000),
+(4574, 4231, 0, 0, 1116, 6722, 197, -250.215, 1836.16, 'Gift of Anzu', '', 0, 31478, 0, 0, 19000),
+(4576, 4231, 0, 0, 1116, 6722, 197, 592.319, 1527.95, 'Gift of Anzu', '', 0, 31480, 0, 0, 19000),
+(4577, 12332, 0, 0, 1116, 0, 196, 1264.13, -1083.5, 'Ashlei', 'Grand Master Pet Tamer', 0, 0, 0, 0, 19000),
+(4578, 12332, 0, 0, 1116, 0, 196, 5634.63, 3312.514, 'Gargra', 'Grand Master Pet Tamer', 0, 0, 0, 0, 19000),
+(4579, 12332, 0, 0, 1116, 0, 196, -447.3316, 1875.741, 'Vesharr', 'Grand Master Pet Tamer', 0, 0, 0, 0, 19000),
+(4580, 12332, 0, 0, 1116, 0, 196, 4551.971, 6117.254, 'Tarr the Terrible', 'Grand Master Pet Tamer', 0, 0, 0, 0, 19000),
+(4581, 12332, 0, 0, 1116, 0, 196, 5743.671, 890.8403, 'Cymre Brightblade', 'Grand Master Pet Tamer', 0, 0, 0, 0, 19000),
+(4582, 12332, 0, 0, 1116, 0, 196, 1234.738, 2905.961, 'Taralune', 'Grand Master Pet Tamer', 0, 0, 0, 0, 19000);
diff --git a/sql/updates/hotfixes/2014_10_19_02_hotfixes_area_poi_state.sql b/sql/updates/hotfixes/2014_10_19_02_hotfixes_area_poi_state.sql
new file mode 100644
index 00000000000..1d9708920ba
--- /dev/null
+++ b/sql/updates/hotfixes/2014_10_19_02_hotfixes_area_poi_state.sql
@@ -0,0 +1,512 @@
+DROP TABLE IF EXISTS `area_poi_state`;
+CREATE TABLE `area_poi_state` (
+ `ID` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
+ `AreaPOIID` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
+ `State` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
+ `Icon` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
+ `Description` TEXT NOT NULL,
+ `WDBVerified` SMALLINT(5) DEFAULT '1',
+ PRIMARY KEY (`ID`)
+) ENGINE=MyISAM DEFAULT CHARSET=utf8;
+
+INSERT INTO `area_poi_state` VALUES
+(1003, 2242, 2, 84, '', 19000),
+(1004, 2242, 3, 85, '', 19000),
+(1005, 2242, 4, 86, '', 19000),
+(1006, 2242, 5, 87, '', 19000),
+(1007, 2242, 6, 88, '', 19000),
+(1008, 2242, 7, 89, '', 19000),
+(1009, 2242, 8, 90, '', 19000),
+(1010, 2242, 9, 91, '', 19000),
+(1011, 2145, 2, 54, '', 19000),
+(1012, 2145, 3, 55, '', 19000),
+(1013, 2145, 4, 10, '', 19000),
+(1014, 2145, 5, 52, '', 19000),
+(1015, 2145, 6, 53, '', 19000),
+(1016, 2145, 7, 11, '', 19000),
+(1017, 2145, 8, 50, '', 19000),
+(1018, 2145, 9, 51, '', 19000),
+(1019, 2245, 2, 93, '', 19000),
+(1020, 2245, 3, 94, '', 19000),
+(1021, 2245, 4, 95, '', 19000),
+(1022, 2245, 5, 96, '', 19000),
+(1023, 2245, 6, 97, '', 19000),
+(1024, 2245, 7, 98, '', 19000),
+(1025, 2245, 8, 99, '', 19000),
+(1026, 2245, 9, 100, '', 19000),
+(1027, 2149, 2, 66, '', 19000),
+(1028, 2149, 3, 67, '', 19000),
+(1029, 2149, 4, 68, '', 19000),
+(1030, 2149, 5, 69, '', 19000),
+(1031, 2149, 6, 70, '', 19000),
+(1032, 2149, 7, 71, '', 19000),
+(1033, 2149, 8, 72, '', 19000),
+(1034, 2149, 9, 73, '', 19000),
+(1035, 2150, 2, 66, '', 19000),
+(1036, 2150, 3, 67, '', 19000),
+(1037, 2150, 4, 68, '', 19000),
+(1038, 2150, 5, 69, '', 19000),
+(1039, 2150, 6, 70, '', 19000),
+(1040, 2150, 7, 71, '', 19000),
+(1041, 2150, 8, 72, '', 19000),
+(1042, 2150, 9, 73, '', 19000),
+(1043, 2153, 2, 66, '', 19000),
+(1044, 2153, 3, 67, '', 19000),
+(1045, 2153, 4, 68, '', 19000),
+(1046, 2153, 5, 69, '', 19000),
+(1047, 2153, 6, 70, '', 19000),
+(1048, 2153, 7, 71, '', 19000),
+(1049, 2153, 8, 72, '', 19000),
+(1050, 2153, 9, 73, '', 19000),
+(1051, 1632, 2, 34, 'Contested', 19000),
+(1052, 1632, 3, 32, 'Contested', 19000),
+(1053, 1632, 4, 35, 'Horde Controlled', 19000),
+(1054, 1632, 5, 33, 'Alliance Controlled', 19000),
+(1055, 2151, 2, 66, '', 19000),
+(1056, 2151, 3, 67, '', 19000),
+(1057, 2151, 4, 68, '', 19000),
+(1058, 2151, 5, 69, '', 19000),
+(1059, 2151, 6, 70, '', 19000),
+(1060, 2151, 7, 71, '', 19000),
+(1061, 2151, 8, 72, '', 19000),
+(1062, 2151, 9, 73, '', 19000),
+(1071, 2223, 2, 93, '', 19000),
+(1072, 2223, 3, 94, '', 19000),
+(1073, 2223, 4, 95, '', 19000),
+(1074, 2223, 5, 96, '', 19000),
+(1075, 2223, 6, 97, '', 19000),
+(1076, 2223, 7, 98, '', 19000),
+(1077, 2223, 8, 99, '', 19000),
+(1078, 2223, 9, 100, '', 19000),
+(1079, 2224, 2, 84, '', 19000),
+(1080, 2224, 3, 85, '', 19000),
+(1081, 2224, 4, 86, '', 19000),
+(1082, 2224, 5, 87, '', 19000),
+(1083, 2224, 6, 88, '', 19000),
+(1084, 2224, 7, 89, '', 19000),
+(1085, 2224, 8, 90, '', 19000),
+(1086, 2224, 9, 91, '', 19000),
+(1087, 2230, 2, 84, '', 19000),
+(1088, 2230, 3, 85, '', 19000),
+(1089, 2230, 4, 86, '', 19000),
+(1090, 2230, 5, 87, '', 19000),
+(1091, 2230, 6, 88, '', 19000),
+(1092, 2230, 7, 89, '', 19000),
+(1093, 2230, 8, 90, '', 19000),
+(1094, 2230, 9, 91, '', 19000),
+(1095, 2235, 2, 93, '', 19000),
+(1096, 2235, 3, 94, '', 19000),
+(1097, 2235, 4, 95, '', 19000),
+(1098, 2235, 5, 96, '', 19000),
+(1099, 2235, 6, 97, '', 19000),
+(1100, 2235, 7, 98, '', 19000),
+(1101, 2235, 8, 99, '', 19000),
+(1102, 2235, 9, 100, '', 19000),
+(1103, 2236, 2, 93, '', 19000),
+(1104, 2236, 3, 94, '', 19000),
+(1105, 2236, 4, 95, '', 19000),
+(1106, 2236, 5, 96, '', 19000),
+(1107, 2236, 6, 97, '', 19000),
+(1108, 2236, 7, 98, '', 19000),
+(1109, 2236, 8, 99, '', 19000),
+(1110, 2236, 9, 100, '', 19000),
+(1111, 2238, 2, 93, '', 19000),
+(1112, 2238, 3, 94, '', 19000),
+(1113, 2238, 4, 95, '', 19000),
+(1114, 2238, 5, 96, '', 19000),
+(1115, 2238, 6, 97, '', 19000),
+(1116, 2238, 7, 98, '', 19000),
+(1117, 2238, 8, 99, '', 19000),
+(1118, 2238, 9, 100, '', 19000),
+(1119, 2141, 2, 54, '', 19000),
+(1120, 2141, 3, 55, '', 19000),
+(1121, 2141, 4, 10, '', 19000),
+(1122, 2141, 5, 52, '', 19000),
+(1123, 2141, 6, 53, '', 19000),
+(1124, 2141, 7, 11, '', 19000),
+(1125, 2141, 8, 50, '', 19000),
+(1126, 2141, 9, 51, '', 19000),
+(1127, 2143, 2, 54, '', 19000),
+(1128, 2143, 3, 55, '', 19000),
+(1129, 2143, 4, 10, '', 19000),
+(1130, 2143, 5, 52, '', 19000),
+(1131, 2143, 6, 53, '', 19000),
+(1132, 2143, 7, 11, '', 19000),
+(1133, 2143, 8, 50, '', 19000),
+(1134, 2143, 9, 51, '', 19000),
+(1135, 2135, 2, 103, '', 19000),
+(1136, 2135, 3, 104, '', 19000),
+(1137, 2135, 4, 102, '', 19000),
+(1138, 2135, 5, 103, '', 19000),
+(1139, 2135, 6, 104, '', 19000),
+(1140, 2135, 7, 74, '', 19000),
+(1141, 2135, 8, 75, '', 19000),
+(1142, 2135, 9, 76, '', 19000),
+(1143, 2292, 2, 81, '', 19000),
+(1144, 2292, 3, 82, '', 19000),
+(1145, 2292, 4, 77, '', 19000),
+(1146, 2292, 5, 78, '', 19000),
+(1147, 2292, 6, 79, '', 19000),
+(1148, 2292, 7, 74, '', 19000),
+(1149, 2292, 8, 75, '', 19000),
+(1150, 2292, 9, 76, '', 19000),
+(1151, 2142, 2, 54, '', 19000),
+(1152, 2142, 3, 55, '', 19000),
+(1153, 2142, 4, 10, '', 19000),
+(1154, 2142, 5, 52, '', 19000),
+(1155, 2142, 6, 53, '', 19000),
+(1156, 2142, 7, 11, '', 19000),
+(1157, 2142, 8, 50, '', 19000),
+(1158, 2142, 9, 51, '', 19000),
+(1167, 1623, 2, 24, 'Contested', 19000),
+(1168, 1623, 3, 22, 'Contested', 19000),
+(1169, 1623, 4, 25, 'Horde Controlled', 19000),
+(1170, 1623, 5, 23, 'Alliance Controlled', 19000),
+(1171, 2152, 2, 66, '', 19000),
+(1172, 2152, 3, 67, '', 19000),
+(1173, 2152, 4, 68, '', 19000),
+(1174, 2152, 5, 69, '', 19000),
+(1175, 2152, 6, 70, '', 19000),
+(1176, 2152, 7, 71, '', 19000),
+(1177, 2152, 8, 72, '', 19000),
+(1178, 2152, 9, 73, '', 19000),
+(1179, 2269, 2, 8, '', 19000),
+(1180, 2269, 3, 8, '', 19000),
+(1181, 2269, 4, 13, '', 19000),
+(1182, 2269, 5, 13, '', 19000),
+(1183, 2269, 6, 13, '', 19000),
+(1184, 2269, 7, 15, '', 19000),
+(1185, 2269, 8, 15, '', 19000),
+(1186, 2269, 9, 15, '', 19000),
+(1187, 2232, 2, 93, '', 19000),
+(1188, 2232, 3, 94, '', 19000),
+(1189, 2232, 4, 95, '', 19000),
+(1190, 2232, 5, 96, '', 19000),
+(1191, 2232, 6, 97, '', 19000),
+(1192, 2232, 7, 98, '', 19000),
+(1193, 2232, 8, 99, '', 19000),
+(1194, 2232, 9, 100, '', 19000),
+(1195, 2154, 2, 66, '', 19000),
+(1196, 2154, 3, 67, '', 19000),
+(1197, 2154, 4, 68, '', 19000),
+(1198, 2154, 5, 69, '', 19000),
+(1199, 2154, 6, 70, '', 19000),
+(1200, 2154, 7, 71, '', 19000),
+(1201, 2154, 8, 72, '', 19000),
+(1202, 2154, 9, 73, '', 19000),
+(1203, 2233, 2, 84, '', 19000),
+(1204, 2233, 3, 85, '', 19000),
+(1205, 2233, 4, 86, '', 19000),
+(1206, 2233, 5, 87, '', 19000),
+(1207, 2233, 6, 88, '', 19000),
+(1208, 2233, 7, 89, '', 19000),
+(1209, 2233, 8, 90, '', 19000),
+(1210, 2233, 9, 91, '', 19000),
+(1211, 2244, 2, 93, '', 19000),
+(1212, 2244, 3, 94, '', 19000),
+(1213, 2244, 4, 95, '', 19000),
+(1214, 2244, 5, 96, '', 19000),
+(1215, 2244, 6, 97, '', 19000),
+(1216, 2244, 7, 98, '', 19000),
+(1217, 2244, 8, 99, '', 19000),
+(1218, 2244, 9, 100, '', 19000),
+(1219, 2268, 2, 8, '', 19000),
+(1220, 2268, 3, 8, '', 19000),
+(1221, 2268, 4, 13, '', 19000),
+(1222, 2268, 5, 13, '', 19000),
+(1223, 2268, 6, 13, '', 19000),
+(1224, 2268, 7, 15, '', 19000),
+(1225, 2268, 8, 15, '', 19000),
+(1226, 2268, 9, 15, '', 19000),
+(1227, 2120, 2, 109, '', 19000),
+(1228, 2120, 3, 110, '', 19000),
+(1229, 2120, 4, 108, '', 19000),
+(1230, 2120, 5, 109, '', 19000),
+(1231, 2120, 6, 110, '', 19000),
+(1232, 2120, 7, 74, '', 19000),
+(1233, 2120, 8, 75, '', 19000),
+(1234, 2120, 9, 76, '', 19000),
+(1235, 2114, 2, 78, '', 19000),
+(1236, 2114, 3, 79, '', 19000),
+(1237, 2114, 4, 77, '', 19000),
+(1238, 2114, 5, 78, '', 19000),
+(1239, 2114, 6, 79, '', 19000),
+(1240, 2114, 7, 74, '', 19000),
+(1241, 2114, 8, 75, '', 19000),
+(1242, 2114, 9, 76, '', 19000),
+(1243, 2117, 2, 81, '', 19000),
+(1244, 2117, 3, 82, '', 19000),
+(1245, 2117, 4, 80, '', 19000),
+(1246, 2117, 5, 81, '', 19000),
+(1247, 2117, 6, 82, '', 19000),
+(1248, 2117, 7, 74, '', 19000),
+(1249, 2117, 8, 75, '', 19000),
+(1250, 2117, 9, 76, '', 19000),
+(1251, 2231, 2, 93, '', 19000),
+(1252, 2231, 3, 94, '', 19000),
+(1253, 2231, 4, 95, '', 19000),
+(1254, 2231, 5, 96, '', 19000),
+(1255, 2231, 6, 97, '', 19000),
+(1256, 2231, 7, 98, '', 19000),
+(1257, 2231, 8, 99, '', 19000),
+(1258, 2231, 9, 100, '', 19000),
+(1259, 2240, 2, 84, '', 19000),
+(1260, 2240, 3, 85, '', 19000),
+(1261, 2240, 4, 86, '', 19000),
+(1262, 2240, 5, 87, '', 19000),
+(1263, 2240, 6, 88, '', 19000),
+(1264, 2240, 7, 89, '', 19000),
+(1265, 2240, 8, 90, '', 19000),
+(1266, 2240, 9, 91, '', 19000),
+(1267, 2266, 2, 8, '', 19000),
+(1268, 2266, 3, 8, '', 19000),
+(1269, 2266, 4, 13, '', 19000),
+(1270, 2266, 5, 13, '', 19000),
+(1271, 2266, 6, 13, '', 19000),
+(1272, 2266, 7, 15, '', 19000),
+(1273, 2266, 8, 15, '', 19000),
+(1274, 2266, 9, 15, '', 19000),
+(1275, 2234, 2, 84, '', 19000),
+(1276, 2234, 3, 85, '', 19000),
+(1277, 2234, 4, 86, '', 19000),
+(1278, 2234, 5, 87, '', 19000),
+(1279, 2234, 6, 88, '', 19000),
+(1280, 2234, 7, 89, '', 19000),
+(1281, 2234, 8, 90, '', 19000),
+(1282, 2234, 9, 91, '', 19000),
+(1283, 2144, 2, 54, '', 19000),
+(1284, 2144, 3, 55, '', 19000),
+(1285, 2144, 4, 10, '', 19000),
+(1286, 2144, 5, 52, '', 19000),
+(1287, 2144, 6, 53, '', 19000),
+(1288, 2144, 7, 11, '', 19000),
+(1289, 2144, 8, 50, '', 19000),
+(1290, 2144, 9, 51, '', 19000),
+(1291, 2229, 2, 75, '', 19000),
+(1292, 2229, 3, 76, '', 19000),
+(1293, 2229, 4, 77, '', 19000),
+(1294, 2229, 5, 78, '', 19000),
+(1295, 2229, 6, 79, '', 19000),
+(1296, 2229, 7, 80, '', 19000),
+(1297, 2229, 8, 81, '', 19000),
+(1298, 2229, 9, 82, '', 19000),
+(1299, 1612, 2, 39, 'Contested', 19000),
+(1300, 1612, 3, 37, 'Contested', 19000),
+(1301, 1612, 4, 40, 'Horde Controlled', 19000),
+(1302, 1612, 5, 38, 'Alliance Controlled', 19000),
+(1303, 1618, 2, 29, 'Contested', 19000),
+(1304, 1618, 3, 27, 'Contested', 19000),
+(1305, 1618, 4, 30, 'Horde Controlled', 19000),
+(1306, 1618, 5, 28, 'Alliance Controlled', 19000),
+(1307, 1628, 2, 19, 'Contested', 19000),
+(1308, 1628, 3, 17, 'Contested', 19000),
+(1309, 1628, 4, 20, 'Horde Controlled', 19000),
+(1310, 1628, 5, 18, 'Alliance Controlled', 19000),
+(1311, 2265, 2, 8, '', 19000),
+(1312, 2265, 3, 8, '', 19000),
+(1313, 2265, 4, 13, '', 19000),
+(1314, 2265, 5, 13, '', 19000),
+(1315, 2265, 6, 13, '', 19000),
+(1316, 2265, 7, 15, '', 19000),
+(1317, 2265, 8, 15, '', 19000),
+(1318, 2265, 9, 15, '', 19000),
+(1319, 2243, 2, 93, '', 19000),
+(1320, 2243, 3, 94, '', 19000),
+(1321, 2243, 4, 95, '', 19000),
+(1322, 2243, 5, 96, '', 19000),
+(1323, 2243, 6, 97, '', 19000),
+(1324, 2243, 7, 98, '', 19000),
+(1325, 2243, 8, 99, '', 19000),
+(1326, 2243, 9, 100, '', 19000),
+(1327, 2225, 2, 84, '', 19000),
+(1328, 2225, 3, 85, '', 19000),
+(1329, 2225, 4, 86, '', 19000),
+(1330, 2225, 5, 87, '', 19000),
+(1331, 2225, 6, 88, '', 19000),
+(1332, 2225, 7, 89, '', 19000),
+(1333, 2225, 8, 90, '', 19000),
+(1334, 2225, 9, 91, '', 19000),
+(1335, 2226, 2, 93, '', 19000),
+(1336, 2226, 3, 94, '', 19000),
+(1337, 2226, 4, 95, '', 19000),
+(1338, 2226, 5, 96, '', 19000),
+(1339, 2226, 6, 97, '', 19000),
+(1340, 2226, 7, 98, '', 19000),
+(1341, 2226, 8, 99, '', 19000),
+(1342, 2226, 9, 100, '', 19000),
+(1343, 2222, 2, 93, '', 19000),
+(1344, 2222, 3, 94, '', 19000),
+(1345, 2222, 4, 95, '', 19000),
+(1346, 2222, 5, 96, '', 19000),
+(1347, 2222, 6, 97, '', 19000),
+(1348, 2222, 7, 98, '', 19000),
+(1349, 2222, 8, 99, '', 19000),
+(1350, 2222, 9, 100, '', 19000),
+(1351, 2237, 2, 93, '', 19000),
+(1352, 2237, 3, 94, '', 19000),
+(1353, 2237, 4, 95, '', 19000),
+(1354, 2237, 5, 96, '', 19000),
+(1355, 2237, 6, 97, '', 19000),
+(1356, 2237, 7, 98, '', 19000),
+(1357, 2237, 8, 99, '', 19000),
+(1358, 2237, 9, 100, '', 19000),
+(1359, 2239, 2, 93, '', 19000),
+(1360, 2239, 3, 94, '', 19000),
+(1361, 2239, 4, 95, '', 19000),
+(1362, 2239, 5, 96, '', 19000),
+(1363, 2239, 6, 97, '', 19000),
+(1364, 2239, 7, 98, '', 19000),
+(1365, 2239, 8, 99, '', 19000),
+(1366, 2239, 9, 100, '', 19000),
+(1367, 2227, 2, 93, '', 19000),
+(1368, 2227, 3, 94, '', 19000),
+(1369, 2227, 4, 95, '', 19000),
+(1370, 2227, 5, 96, '', 19000),
+(1371, 2227, 6, 97, '', 19000),
+(1372, 2227, 7, 98, '', 19000),
+(1373, 2227, 8, 99, '', 19000),
+(1374, 2227, 9, 100, '', 19000),
+(1375, 2270, 2, 8, '', 19000),
+(1376, 2270, 3, 8, '', 19000),
+(1377, 2270, 4, 13, '', 19000),
+(1378, 2270, 5, 13, '', 19000),
+(1379, 2270, 6, 13, '', 19000),
+(1380, 2270, 7, 15, '', 19000),
+(1381, 2270, 8, 15, '', 19000),
+(1382, 2270, 9, 15, '', 19000),
+(1383, 2147, 2, 54, '', 19000),
+(1384, 2147, 3, 55, '', 19000),
+(1385, 2147, 4, 10, '', 19000),
+(1386, 2147, 5, 52, '', 19000),
+(1387, 2147, 6, 53, '', 19000),
+(1388, 2147, 7, 11, '', 19000),
+(1389, 2147, 8, 50, '', 19000),
+(1390, 2147, 9, 51, '', 19000),
+(1391, 2331, 2, 52, 'Supplies power to Freya''s Ward', 19000),
+(1392, 2331, 3, 53, 'Supplies power to Freya''s Ward', 19000),
+(1393, 2331, 4, 6, 'Supplies power to Freya''s Ward', 19000),
+(1414, 2428, 2, 7, '', 19000),
+(1415, 2429, 2, 7, '', 19000),
+(1416, 2430, 2, 7, '', 19000),
+(1417, 2431, 2, 7, '', 19000),
+(1418, 2433, 2, 7, '', 19000),
+(1419, 2473, 2, 7, '', 19000),
+(1420, 2481, 2, 7, '', 19000),
+(1421, 2500, 2, 7, '', 19000),
+(1422, 2438, 2, 7, '', 19000),
+(1423, 2434, 2, 7, '', 19000),
+(1424, 2435, 2, 7, '', 19000),
+(1425, 2436, 2, 7, '', 19000),
+(1426, 2437, 2, 7, '', 19000),
+(1427, 2332, 2, 52, 'Provides power to Mimiron''s Inferno', 19000),
+(1428, 2332, 3, 53, 'Provides power to Mimiron''s Inferno', 19000),
+(1429, 2332, 4, 6, 'Provides power to Mimiron''s Inferno', 19000),
+(1430, 2333, 2, 52, 'Provides power to Hodir''s Fury', 19000),
+(1431, 2333, 3, 53, 'Provides power to Hodir''s Fury', 19000),
+(1432, 2333, 4, 6, 'Provides power to Hodir''s Fury', 19000),
+(1433, 2334, 2, 52, 'Provides power to Thorim''s Hammer', 19000),
+(1434, 2334, 3, 53, 'Provides power to Thorim''s Hammer', 19000),
+(1435, 2334, 4, 6, 'Provides power to Thorim''s Hammer', 19000),
+(1436, 2477, 2, 7, '', 19000),
+(1437, 2439, 2, 7, '', 19000),
+(1438, 2474, 2, 7, '', 19000),
+(1439, 2246, 2, 75, '', 19000),
+(1440, 2246, 3, 76, '', 19000),
+(1441, 2246, 4, 77, '', 19000),
+(1442, 2246, 5, 78, '', 19000),
+(1443, 2246, 6, 79, '', 19000),
+(1444, 2246, 7, 80, '', 19000),
+(1445, 2246, 8, 81, '', 19000),
+(1446, 2246, 9, 82, '', 19000),
+(1447, 2476, 2, 7, '', 19000),
+(1448, 2432, 2, 7, '', 19000),
+(1449, 2478, 2, 7, '', 19000),
+(1466, 2111, 2, 106, '', 19000),
+(1467, 2111, 3, 107, '', 19000),
+(1468, 2111, 4, 105, '', 19000),
+(1469, 2111, 5, 106, '', 19000),
+(1470, 2111, 6, 107, '', 19000),
+(1471, 2111, 7, 74, '', 19000),
+(1472, 2111, 8, 75, '', 19000),
+(1473, 2111, 9, 76, '', 19000),
+(1474, 2228, 2, 84, '', 19000),
+(1475, 2228, 3, 85, '', 19000),
+(1476, 2228, 4, 86, '', 19000),
+(1477, 2228, 5, 87, '', 19000),
+(1478, 2228, 6, 88, '', 19000),
+(1479, 2228, 7, 89, '', 19000),
+(1480, 2228, 8, 90, '', 19000),
+(1481, 2228, 9, 91, '', 19000),
+(1482, 2146, 2, 54, '', 19000),
+(1483, 2146, 3, 55, '', 19000),
+(1484, 2146, 4, 10, '', 19000),
+(1485, 2146, 5, 52, '', 19000),
+(1486, 2146, 6, 53, '', 19000),
+(1487, 2146, 7, 11, '', 19000),
+(1488, 2146, 8, 50, '', 19000),
+(1489, 2146, 9, 51, '', 19000),
+(1490, 2241, 2, 84, '', 19000),
+(1491, 2241, 3, 85, '', 19000),
+(1492, 2241, 4, 86, '', 19000),
+(1493, 2241, 5, 87, '', 19000),
+(1494, 2241, 6, 88, '', 19000),
+(1495, 2241, 7, 89, '', 19000),
+(1496, 2241, 8, 90, '', 19000),
+(1497, 2241, 9, 91, '', 19000),
+(1498, 2264, 2, 46, 'Control of Wintergrasp', 19000),
+(1499, 2264, 3, 101, 'Control of Wintergrasp', 19000),
+(1500, 2482, 2, 7, '', 19000),
+(1501, 2475, 2, 7, '', 19000),
+(1502, 3149, 2, 44, '', 19000),
+(1503, 3149, 3, 43, '', 19000),
+(1571, 3156, 0, 101, 'In Conflict', 19000),
+(1572, 3156, 1, 48, 'Horde Controlled', 19000),
+(1573, 3156, 2, 46, 'Alliance Controlled', 19000),
+(1574, 4531, 0, 101, 'In Conflict', 19000),
+(1575, 4531, 1, 48, 'Horde Controlled', 19000),
+(1576, 4531, 2, 46, 'Alliance Controlled', 19000),
+(1577, 4532, 0, 101, 'In Conflict', 19000),
+(1578, 4532, 1, 48, 'Horde Controlled', 19000),
+(1579, 4532, 2, 46, 'Alliance Controlled', 19000),
+(1580, 4533, 0, 101, 'In Conflict', 19000),
+(1581, 4533, 1, 48, 'Horde Controlled', 19000),
+(1582, 4533, 2, 46, 'Alliance Controlled', 19000),
+(1583, 4534, 0, 101, 'In Conflict', 19000),
+(1584, 4534, 1, 48, 'Horde Controlled', 19000),
+(1585, 4534, 2, 46, 'Alliance Controlled', 19000),
+(1586, 2695, 1, 6, 'Neutral', 19000),
+(1587, 2695, 2, 12, 'Contested, Horde', 19000),
+(1588, 2695, 3, 9, 'Contested, Alliance', 19000),
+(1589, 2695, 5, 11, 'Captured, Alliance', 19000),
+(1590, 2694, 1, 6, '', 19000),
+(1591, 2694, 2, 12, '', 19000),
+(1592, 2694, 5, 11, '', 19000),
+(1593, 2694, 4, 10, '', 19000),
+(1594, 2693, 1, 6, '', 19000),
+(1595, 2693, 2, 12, '', 19000),
+(1596, 2693, 5, 11, '', 19000),
+(1597, 2693, 4, 10, '', 19000),
+(1598, 2696, 1, 6, '', 19000),
+(1599, 2696, 2, 12, '', 19000),
+(1600, 2696, 5, 11, '', 19000),
+(1601, 2696, 4, 10, '', 19000),
+(1602, 2695, 4, 10, 'Controlled, Horde', 19000),
+(1603, 2694, 3, 9, '', 19000),
+(1604, 2693, 3, 9, '', 19000),
+(1605, 2696, 3, 9, '', 19000),
+(1606, 2817, 1, 45, '', 19000),
+(1608, 2412, 1, 6, 'Neutral', 19000),
+(1609, 2412, 2, 12, '', 19000),
+(1610, 2412, 3, 9, '', 19000),
+(1611, 2412, 4, 10, '', 19000),
+(1612, 2412, 5, 11, '', 19000),
+(1613, 2404, 1, 6, 'Neutral', 19000),
+(1614, 2404, 2, 19, '', 19000),
+(1615, 2404, 3, 17, '', 19000),
+(1616, 2404, 4, 20, '', 19000),
+(1617, 2404, 5, 18, '', 19000),
+(1618, 2405, 2, 29, '', 19000),
+(1619, 2405, 5, 28, '', 19000),
+(1620, 2405, 4, 30, '', 19000),
+(1621, 2405, 3, 27, '', 19000),
+(1622, 2405, 1, 6, 'Neutral', 19000);