WoWInterface SVN InFlight

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 50 to Rev 51
    Reverse comparison

Rev 50 → Rev 51

trunk/InFlight_Load/InFlight_Load.toc
4,7 → 4,7
## Notes-zhTW: InFlight 的載入器
## Notes-zhCN: 显示各地飞行点
## Author: TotalPackage
## Version: 7.3.002
## Version: 7.3.003
 
## X-Category: Interface Enhancements
 
trunk/InFlight/InFlight.lua
264,8 → 264,8
InFlightVars = InFlightVars or { Alliance = {}, Horde = {}, } -- flight time data
vars = InFlightVars[UnitFactionGroup("player")]
 
if db.dbinit ~= 35 then
db.dbinit = 35
if db.dbinit ~= 2 then
db.dbinit = 2
local function SetDefaults(db, t) -- set saved variables
for k,v in pairs(t) do
if type(db[k]) == "table" then
364,7 → 364,8
source = ShortenName(TaxiNodeName(i))
end
end
elseif FlightMapFrame then
end
if FlightMapFrame then
local tb = FlightMapFrame.pinPools.FlightMap_FlightPointPinTemplate
for flightnode in tb:EnumerateActive() do
if flightnode then
871,11 → 872,13
function inflightupdate()
local updates = {}
--for table, updates in pairs(updates) do
local found = false
for faction, t in pairs(updates) do
for source, dt in pairs(t) do
if not InFlightVars[faction][source] then
InFlightVars[faction][source] = dt
ChatFrame1:AddMessage("New source: "..faction.." "..source)
found = true
end
for destination, utime in pairs(dt) do
if type(utime) == "number" then
883,11 → 886,15
if not vtime or (vtime > utime and vtime > 20) then
ChatFrame1:AddMessage("Update time: "..faction.." "..source.." "..destination.." "..utime)
InFlightVars[faction][source][destination] = utime
found = true
end
end
end
end
end
if not found then
ChatFrame1:AddMessage("No times updates necessary.")
end
--end
end
]]--
trunk/InFlight/Defaults.lua
925,49 → 925,49
["Mudsprocket"] = 268,
["Shadowprey Village"] = 424,
["Ratchet"] = 354,
["Camp Mojache"] = 224,
["Orgrimmar"] = 450,
["Emerald Sanctuary"] = 617,
["Bloodvenom Post"] = 643,
["Valormok"] = 547,
["Brackenwall Village"] = 294,
["Everlook"] = 675,
["Thunder Bluff"] = 416,
["Valormok"] = 547,
["Cenarion Hold"] = 100,
["Brackenwall Village"] = 294,
["Orgrimmar"] = 450,
["Bloodvenom Post"] = 643,
["Camp Mojache"] = 224,
},
["Nordrassil"] = {
["Gates of Sothann"] = 111,
["Wildheart Point"] = 283,
["Moonglade"] = 132,
["Sanctuary of Malorne"] = 78,
["Bootlegger Outpost"] = 757,
["Bilgewater Harbor"] = 269,
["Bootlegger Outpost"] = 757,
["Whisperwind Grove"] = 226,
["Grove of Aessina"] = 76,
["Shrine of Aviana"] = 47,
["Cliffwalker Post"] = 466,
["Northern Rocketway"] = 320,
["Cliffwalker Post"] = 466,
["Shrine of Aessina"] = 76,
["Ethel Rethor"] = 603,
["Everlook"] = 122,
["Shrine of Aviana"] = 47,
["Whisperwind Grove"] = 226,
["Shrine of Aessina"] = 76,
["Sanctuary of Malorne"] = 78,
["Orgrimmar"] = 219,
},
["Thunk's Abode"] = {
["Crossroads"] = 148,
["Orgrimmar"] = 258,
["Nijel's Point"] = 33,
["Sun Rock Retreat"] = 145,
["Shadowprey Village"] = 137,
["Hunter's Hill"] = 111,
["Stonemaul Hold"] = 283,
["Karnum's Glade"] = 55,
["Everlook"] = 507,
["Furien's Post"] = 72,
["Ethel Rethor"] = 63,
["Cliffwalker Post"] = 196,
["Krom'gar Fortress"] = 169,
["Oasis of Vir'sar"] = 451,
["Everlook"] = 507,
["Thunder Bluff"] = 45,
["Ethel Rethor"] = 63,
["Furien's Post"] = 72,
["Nijel's Point"] = 33,
["Karnum's Glade"] = 55,
["Orgrimmar"] = 258,
},
["Ramkahen"] = {
["Schnottz's Landing"] = 94,
977,18 → 977,18
["Fizzle & Pozzik's Speedbarge"] = 208,
["Orgrimmar"] = 499,
["Gadgetzan"] = 159,
["Dawnrise Expedition"] = 68,
["Bootlegger Outpost"] = 128,
["Camp Mojache"] = 279,
["Splintertree Post"] = 567,
["Stonemaul Hold"] = 254,
["Cenarion Hold"] = 149,
["Gunstan's Dig"] = 0,
["Ratchet"] = 400,
["Shrine of Aviana"] = 680,
["Desolation Hold"] = 367,
["Oasis of Vir'sar"] = 84,
["Ethel Rethor"] = 473,
["Desolation Hold"] = 367,
["Shrine of Aviana"] = 680,
["Ratchet"] = 400,
["Gunstan's Dig"] = 0,
["Splintertree Post"] = 567,
["Camp Mojache"] = 279,
["Cenarion Hold"] = 149,
["Bootlegger Outpost"] = 128,
["Dawnrise Expedition"] = 68,
},
["Tian Monastery"] = {
["Winter's Blossom"] = 294,
1000,8 → 1000,8
["Jade Temple Grounds"] = 77,
["Honeydew Village"] = 54,
["Zhu's Watch"] = 175,
["The Arboretum"] = 86,
["Sri-La Village"] = 42,
["The Arboretum"] = 86,
},
["Malo's Lookout"] = {
["The Iron Front"] = 55,
1010,11 → 1010,11
["Aktar's Post"] = 26,
["Beastwatch"] = 74,
["Sha'naari Refuge"] = 30,
["Warspear"] = 87,
["Everbloom Wilds"] = 65,
["Vol'mar"] = 32,
["Bastion Rise"] = 48,
["Axefall"] = 149,
["Everbloom Wilds"] = 65,
["Warspear"] = 87,
},
["The Krazzworks"] = {
["Dragonmaw Port"] = 48,
1036,11 → 1036,11
["Kamagua"] = 266,
["Taunka'le Village"] = 48,
["Wyrmrest Temple"] = 141,
["River's Heart"] = 61,
["Fizzcrank Airstrip"] = 35,
["Valiance Keep"] = 66,
["The Shadow Vault"] = 177,
["Moa'ki"] = 147,
["Fizzcrank Airstrip"] = 35,
["River's Heart"] = 61,
},
["Westreach Summit"] = {
["Gadgetzan"] = 154,
1049,11 → 1049,11
["Brackenwall Village"] = 97,
["Fizzle & Pozzik's Speedbarge"] = 119,
["Desolation Hold"] = 100,
["Camp Mojache"] = 50,
["Orgrimmar"] = 283,
["Thunder Bluff"] = 215,
["The Crossroads"] = 186,
["Malaka'jin"] = 268,
["The Crossroads"] = 186,
["Orgrimmar"] = 283,
["Camp Mojache"] = 50,
},
["Grom'gol"] = {
["Kargath"] = 246,
1074,8 → 1074,8
["Chiselgrip"] = 207,
["New Kargath"] = 242,
["Bambala"] = 57,
["Bloodwatcher Point"] = 287,
["Hardwrench Hideaway"] = 39,
["Bloodwatcher Point"] = 287,
},
["Warspear"] = {
["Iron Docks"] = 147,
1098,34 → 1098,34
["Akeeta's Hovel"] = 158,
["Thunder Pass"] = 155,
["Bloodmaul Slag Mines"] = 191,
["Zangarra"] = 134,
["Shattrath City"] = 173,
["Frostwall Garrison"] = 182,
["Exarch's Refuge"] = 191,
["Aktar's Post"] = 103,
["Everbloom Overlook"] = 140,
["Wor'gol"] = 225,
["Evermorn Springs"] = 127,
["Darktide Roost"] = 161,
["Breaker's Crown"] = 131,
["Crow's Crook"] = 182,
["The Ring of Trials"] = 202,
["Apexis Excavation"] = 220,
["Everbloom Wilds"] = 110,
["Wolf's Stand"] = 173,
["Veil Terokk"] = 265,
["Pinchwhistle Gearworks"] = 217,
["Socrethar's Rise"] = 160,
["Retribution Point"] = 206,
["Vol'mar"] = 65,
["Exile's Rise"] = 123,
["Darkspear's Edge"] = 203,
["Throne of the Elements"] = 219,
["Bladespire Citadel"] = 231,
["Skysea Ridge"] = 136,
["Stonefang Outpost"] = 203,
["The Iron Front"] = 121,
["Stonefang Outpost"] = 203,
["Skysea Ridge"] = 136,
["Throne of the Elements"] = 219,
["Darkspear's Edge"] = 203,
["Exile's Rise"] = 123,
["Vol'mar"] = 65,
["Retribution Point"] = 206,
["Socrethar's Rise"] = 160,
["Sha'naari Refuge"] = 106,
["The Ring of Trials"] = 202,
["Crow's Crook"] = 182,
["Breaker's Crown"] = 131,
["Everbloom Overlook"] = 140,
["Shattrath City"] = 173,
["Everbloom Wilds"] = 110,
["Evermorn Springs"] = 127,
["Darktide Roost"] = 161,
["Aktar's Post"] = 103,
["Zangarra"] = 134,
},
["Illidari Stand"] = {
["Shackle's Den"] = 29,
1139,21 → 1139,21
["Watchers' Aerie"] = 43,
["Irongrove Retreat"] = 65,
["Eye of Azshara"] = 88,
["Shipwreck Cove"] = 190,
["Azurewing Repose"] = 24,
["The Witchwood"] = 150,
["Azurewing Repose"] = 24,
["Valdisdall"] = 143,
["Dalaran"] = 81,
["Thunder Totem"] = 136,
["Sylvan Falls"] = 115,
["Skyhorn"] = 157,
["Nesingwary"] = 134,
["Stonehoof Watch"] = 143,
["Cullen's Post"] = 121,
["Nesingwary"] = 134,
["Sylvan Falls"] = 115,
["Illidari Perch"] = 23,
["Challiane's Terrace"] = 48,
["Skyhorn"] = 157,
["Cullen's Post"] = 121,
["Wardens' Redoubt"] = 34,
["Forsaken Foothold"] = 161,
["Shipwreck Cove"] = 190,
["Valdisdall"] = 143,
},
["Crimson Thicket"] = {
["Shackle's Den"] = 111,
1167,20 → 1167,20
["Prepfoot"] = 123,
["Thunder Totem"] = 104,
["Obsidian Overlook"] = 68,
["Stormtorn Foothills"] = 78,
["Bradensbrook"] = 136,
["Challiane's Terrace"] = 106,
["Illidari Stand"] = 111,
["Skyhorn"] = 109,
["Wardens' Redoubt"] = 129,
["Cullen's Post"] = 53,
["Illidari Stand"] = 111,
["Challiane's Terrace"] = 106,
["Bradensbrook"] = 136,
["Stormtorn Foothills"] = 78,
},
["Zouchin Village"] = {
["Shrine of Two Moons"] = 142,
["Longying Outpost"] = 172,
["Honeydew Village"] = 167,
["One Keg"] = 62,
["Westwind Rest"] = 0,
["One Keg"] = 62,
["Honeydew Village"] = 167,
["Shado-Pan Garrison"] = 297,
["Temple of the White Tiger"] = 54,
["Halfhill"] = 198,
1207,63 → 1207,63
["Akeeta's Hovel"] = 137,
["Darkspear's Edge"] = 33,
["Socrethar's Rise"] = 180,
["Pinchwhistle Gearworks"] = 175,
["Thunder Pass"] = 52,
["Bloodmaul Slag Mines"] = 47,
["Aktar's Post"] = 112,
["Exarch's Refuge"] = 97,
["Vol'mar"] = 148,
["Skysea Point"] = 92,
["Everbloom Overlook"] = 126,
["Crow's Crook"] = 146,
["Skysea Ridge"] = 94,
["Wor'gol"] = 49,
["Zangarra"] = 92,
["Breaker's Crown"] = 77,
["Apexis Excavation"] = 128,
["Veil Terokk"] = 146,
["The Ring of Trials"] = 63,
["Wolf's Stand"] = 42,
["Retribution Point"] = 106,
["Apexis Excavation"] = 128,
["Wolf's Stand"] = 42,
["Exile's Rise"] = 164,
["Everbloom Wilds"] = 98,
["Nivek's Overlook"] = 99,
["Evermorn Springs"] = 87,
["Beastwatch"] = 76,
["The Iron Front"] = 86,
["Bladespire Citadel"] = 58,
["Bladespire Fortress"] = 60,
["Throne of the Elements"] = 48,
["Bladespire Fortress"] = 60,
["Darktide Roost"] = 194,
["Stonefang Outpost"] = 41,
["Bladespire Citadel"] = 58,
["The Iron Front"] = 86,
["Beastwatch"] = 76,
["Veil Terokk"] = 146,
["Evermorn Springs"] = 87,
["Nivek's Overlook"] = 99,
["Everbloom Wilds"] = 98,
["Exile's Rise"] = 164,
["Sha'naari Refuge"] = 111,
["Breaker's Crown"] = 77,
["Skysea Ridge"] = 94,
["Vol'mar"] = 148,
["Exarch's Refuge"] = 97,
["Aktar's Post"] = 112,
["Zangarra"] = 92,
["Crow's Crook"] = 146,
["Bloodmaul Slag Mines"] = 47,
["Thunder Pass"] = 52,
["Pinchwhistle Gearworks"] = 175,
},
["Exarch's Refuge"] = {
["Socrethar's Rise"] = 96,
["The Iron Front"] = 75,
["Terokkar Refuge"] = 32,
["Warspear"] = 181,
["Frostwall Garrison"] = 109,
["Vol'jin's Pride"] = 54,
["Retribution Point"] = 30,
["Skysea Ridge"] = 141,
["Beastwatch"] = 108,
["Darktide Roost"] = 112,
["Shattrath City"] = 33,
["Terokkar Refuge"] = 32,
["Evermorn Springs"] = 84,
["Veil Terokk"] = 58,
["The Ring of Trials"] = 75,
["Beastwatch"] = 108,
["Evermorn Springs"] = 84,
["Shattrath City"] = 33,
["Darktide Roost"] = 112,
["Skysea Ridge"] = 141,
["Retribution Point"] = 30,
["Warspear"] = 181,
},
["Gundrak"] = {
["The Shadow Vault"] = 375,
["Camp Winterhoof"] = 186,
["K3"] = 201,
["The Argent Stand"] = 108,
["Grom'arsh Crash-Site"] = 241,
["Bouldercrag's Refuge"] = 257,
["Sunreaver's Command"] = 187,
["Dalaran"] = 227,
["Sunreaver's Command"] = 187,
["Zim'Torga"] = 56,
["Bouldercrag's Refuge"] = 257,
["Grom'arsh Crash-Site"] = 241,
},
["Binan Village"] = {
["Stoneplow"] = 171,
1278,28 → 1278,28
["Tavern in the Mists"] = 39,
["Sri-La Village"] = 139,
["Shado-Pan Fallback"] = 140,
["Westwind Rest"] = 51,
["Longying Outpost"] = 134,
["Halfhill"] = 88,
["Paw'Don Village"] = 0,
["Kota Basecamp"] = 95,
["Honeydew Village"] = 0,
["Shrine of Seven Stars"] = 97,
["Shado-Pan Garrison"] = 247,
["Temple of the White Tiger"] = 66,
["Shrine of Seven Stars"] = 97,
["Westwind Rest"] = 51,
["Honeydew Village"] = 0,
["Halfhill"] = 88,
},
["Krom'gar Fortress"] = {
["Sun Rock Retreat"] = 45,
["The Mor'Shan Ramparts"] = 137,
["Nozzlepot's Outpost"] = 192,
["Ratchet"] = 204,
["Zoram'gar Outpost"] = 152,
["Silverwind Refuge"] = 77,
["Ratchet"] = 204,
["The Mor'Shan Ramparts"] = 137,
["Nozzlepot's Outpost"] = 192,
["Malaka'jin"] = 68,
["The Sludgewerks"] = 48,
["Karnum's Glade"] = 122,
["Vendetta Point"] = 198,
["Cliffwalker Post"] = 70,
["Vendetta Point"] = 198,
["Karnum's Glade"] = 122,
["Splintertree Post"] = 140,
["Orgrimmar"] = 238,
},
1342,11 → 1342,11
["The Argent Vanguard"] = 143,
["Gundrak"] = 311,
["Venomspite"] = 87,
["Dalaran"] = 86,
["Crusaders' Pinnacle"] = 149,
["Dun Nifflelem"] = 267,
["Conquest Hold"] = 145,
["Argent Tournament Grounds"] = 235,
["Crusaders' Pinnacle"] = 149,
["Dalaran"] = 86,
["Zim'Torga"] = 258,
["Warsong Camp"] = 117,
["Nesingwary Base Camp"] = 233,
1355,14 → 1355,14
["Warsong Hold"] = 197,
["Bor'gorok Outpost"] = 187,
["Kor'koron Vanguard"] = 64,
["Unu'pe"] = 143,
["Amber Ledge"] = 188,
["Camp Winterhoof"] = 229,
["Ebon Watch"] = 154,
["The Argent Stand"] = 217,
["Taunka'le Village"] = 113,
["Wyrmrest Temple"] = 51,
["River's Heart"] = 156,
["Ebon Watch"] = 154,
["Camp Winterhoof"] = 229,
["Amber Ledge"] = 188,
["Unu'pe"] = 143,
["Moa'ki"] = 63,
["New Agamand"] = 273,
},
1372,34 → 1372,34
["Wor'var"] = 31,
["Joz's Rylaks"] = 21,
["Beastwatch"] = 117,
["Riverside Post"] = 42,
["Bladespire Citadel"] = 101,
["Nivek's Overlook"] = 65,
["Exarch's Refuge"] = 85,
["Warspear"] = 219,
["Exile's Rise"] = 154,
["Bladespire Citadel"] = 101,
["Riverside Post"] = 42,
},
["Kor'koron Vanguard"] = {
["Agmar's Hammer"] = 53,
["Ebon Watch"] = 106,
["Moa'ki"] = 113,
["River's Heart"] = 257,
["Venomspite"] = 90,
["River's Heart"] = 257,
["Unu'pe"] = 193,
["Wyrmrest Temple"] = 67,
["Warsong Hold"] = 247,
["Camp Winterhoof"] = 234,
["Dalaran"] = 56,
["Unu'pe"] = 193,
["Moa'ki"] = 113,
["Warsong Camp"] = 167,
},
["Hellscream's Fist"] = {
["Shado-Pan Fallback"] = 237,
},
["Wyrmrest Temple"] = {
["Wintergarde Keep"] = 50,
["Moa'ki"] = 35,
["New Agamand"] = 158,
["Fordragon Hold"] = 58,
["Transitus Shield"] = 194,
["River's Heart"] = 174,
["Dun Nifflelem"] = 165,
["Apothecary Camp"] = 99,
["The Argent Vanguard"] = 80,
["Gundrak"] = 176,
1409,48 → 1409,48
["Conquest Hold"] = 73,
["Argent Tournament Grounds"] = 140,
["Crusaders' Pinnacle"] = 83,
["Unu'pe"] = 123,
["River's Heart"] = 174,
["Kor'kron Vanguard"] = 44,
["Warsong Camp"] = 123,
["The Shadow Vault"] = 165,
["Agmar's Hammer"] = 46,
["Vengeance Landing"] = 179,
["Warsong Hold"] = 177,
["Camp Oneqwah"] = 141,
["Ebon Watch"] = 71,
["Kor'koron Vanguard"] = 44,
["Kamagua"] = 134,
["Amber Ledge"] = 170,
["Dalaran"] = 51,
["K3"] = 97,
["Taunka'le Village"] = 120,
["Dalaran"] = 51,
["Ebon Watch"] = 71,
["Warsong Camp"] = 123,
["Dun Nifflelem"] = 165,
["Fordragon Hold"] = 58,
["New Agamand"] = 158,
["Amber Ledge"] = 170,
["Camp Oneqwah"] = 141,
["Agmar's Hammer"] = 46,
["Unu'pe"] = 123,
["Moa'ki"] = 35,
["Wintergarde Keep"] = 50,
},
["Evermorn Springs"] = {
["Beastwatch"] = 27,
["Talon Watch"] = 138,
["Warspear"] = 125,
["Bastion Rise"] = 21,
["Vol'jin's Pride"] = 46,
["Everbloom Overlook"] = 108,
["Vol'mar"] = 87,
["Frostwall Garrison"] = 83,
["Everbloom Overlook"] = 108,
["Beastwatch"] = 27,
["Vol'jin's Pride"] = 46,
["Warspear"] = 125,
},
["Whisperwind Grove"] = {
["Gadgetzan"] = 600,
["Karnum's Glade"] = 377,
["Nordrassil"] = 230,
["Irontree Clearing"] = 40,
["Hellscream's Watch"] = 157,
["Nordrassil"] = 230,
["Zoram'gar Outpost"] = 218,
["Emerald Sanctuary"] = 90,
["Karnum's Glade"] = 377,
["Zoram'gar Outpost"] = 218,
["Irontree Clearing"] = 40,
["Cliffwalker Post"] = 243,
["Valormok"] = 236,
["Talonbranch Glade"] = 59,
["Everlook"] = 146,
["Wildheart Point"] = 60,
["Everlook"] = 146,
["Talonbranch Glade"] = 59,
["Valormok"] = 236,
["Splintertree Post"] = 171,
["Orgrimmar"] = 264,
},
1461,13 → 1461,13
["Amber Ledge"] = 498,
["Kamagua"] = 76,
["Venomspite"] = 191,
["Camp Winterhoof"] = 79,
["Apothecary Camp"] = 103,
["Wyrmrest Temple"] = 246,
["Conquest Hold"] = 151,
["Camp Oneqwah"] = 136,
["Dalaran"] = 352,
["Zim'Torga"] = 228,
["Apothecary Camp"] = 103,
["Camp Winterhoof"] = 79,
},
["Strahnbrad"] = {
["Undercity"] = 138,
1478,22 → 1478,22
["Tranquillien"] = 334,
["Silvermoon City"] = 399,
["The Sepulcher"] = 138,
["Brill"] = 97,
["Hearthglen"] = 139,
["Brill"] = 97,
},
["Vol'jin's Pride"] = {
["Thunder Pass"] = 62,
["Socrethar's Rise"] = 116,
["Frostwall Garrison"] = 92,
["Wor'var"] = 74,
["Beastwatch"] = 69,
["Durotan's Grasp"] = 31,
["Frostwolf Overlook"] = 34,
["Durotan's Grasp"] = 31,
["Zangarra"] = 28,
["Exarch's Refuge"] = 57,
["Crow's Crook"] = 78,
["Warspear"] = 152,
["Terokkar Refuge"] = 32,
["Warspear"] = 152,
["Exarch's Refuge"] = 57,
["Beastwatch"] = 69,
["Zangarra"] = 28,
},
["Joz's Rylaks"] = {
["Rilzit's Holdfast"] = 32,
1502,10 → 1502,10
["Warspear"] = 228,
["Frostwolf Overlook"] = 90,
["Nivek's Overlook"] = 52,
["Beastwatch"] = 125,
["Shattrath City"] = 83,
["Riverside Post"] = 32,
["Zangarra"] = 113,
["Riverside Post"] = 32,
["Shattrath City"] = 83,
["Beastwatch"] = 125,
},
["Ruins of Southshore"] = {
["Thondroril River"] = 135,
1525,31 → 1525,31
["Lorlathil"] = 60,
["Meredil"] = 29,
["Bradensbrook"] = 79,
["Garden of the Moon"] = 60,
["Azurewing Repose"] = 57,
["Challiane's Terrace"] = 58,
["Azurewing Repose"] = 57,
["The Witchwood"] = 104,
["Prepfoot"] = 135,
["Starsong Refuge"] = 57,
["Gloaming Reef"] = 100,
["Stormtorn Foothills"] = 126,
["Valdisdall"] = 112,
["Thunder Totem"] = 87,
["Stonehoof Watch"] = 99,
["Wardens' Redoubt"] = 92,
["Cullen's Post"] = 89,
["Skyhorn"] = 108,
["Illidari Stand"] = 57,
["Skyhorn"] = 108,
["Cullen's Post"] = 89,
["Wardens' Redoubt"] = 92,
["Thunder Totem"] = 87,
["Garden of the Moon"] = 60,
["Valdisdall"] = 112,
["The Witchwood"] = 104,
},
["Domination Point"] = {
["Stoneplow"] = 41,
["Shrine of Two Moons"] = 136,
["Marista"] = 78,
["Huojin Landing"] = 342,
["Marista"] = 78,
["Tavern in the Mists"] = 144,
["Shado-Pan Garrison"] = 254,
["Halfhill"] = 99,
["Klaxxi'vess"] = 91,
["Shrine of Two Moons"] = 136,
["Tavern in the Mists"] = 144,
},
["Gadgetzan"] = {
["Crossroads"] = 301,
1557,33 → 1557,33
["Bloodvenom Post"] = 520,
["Moonglade"] = 681,
["Shadowprey Village"] = 399,
["Dawnrise Expedition"] = 97,
["Camp Mojache"] = 195,
["Marshal's Stand"] = 100,
["Vendetta Point"] = 241,
["Brackenwall Village"] = 194,
["Thunk's Abode"] = 374,
["Bootlegger Outpost"] = 56,
["Splintertree Post"] = 428,
["Ramkahen"] = 169,
["Freewind Post"] = 87,
["Sun Rock Retreat"] = 421,
["Valormok"] = 448,
["Thunder Bluff"] = 304,
["Orgrimmar"] = 333,
["Ratchet"] = 240,
["Fizzle & Pozzik's Speedbarge"] = 50,
["The Crossroads"] = 300,
["Marshal's Refuge"] = 30,
["Mudsprocket"] = 121,
["Everlook"] = 563,
["Camp Taurajo"] = 223,
["Westreach Summit"] = 168,
["Camp Taurajo"] = 223,
["Zoram'gar Outpost"] = 508,
["Everlook"] = 563,
["Mudsprocket"] = 121,
["Cliffwalker Post"] = 472,
["Desolation Hold"] = 208,
["Mossy Pile"] = 102,
["Thunder Bluff"] = 304,
["Valormok"] = 448,
["Cenarion Hold"] = 233,
["Splintertree Post"] = 428,
["Camp Mojache"] = 195,
["Bootlegger Outpost"] = 56,
["Dawnrise Expedition"] = 97,
},
["Obsidian Overlook"] = {
["Shipwreck Cove"] = 121,
1592,9 → 1592,9
["Lorlathil"] = 92,
["Meredil"] = 44,
["Skyhorn"] = 66,
["Stonehoof Watch"] = 65,
["Ironhorn Enclave"] = 43,
["Sylvan Falls"] = 46,
["Ironhorn Enclave"] = 43,
["Stonehoof Watch"] = 65,
},
["Shattrath City"] = {
["The Iron Front"] = 64,
1602,11 → 1602,11
["Frostwall Garrison"] = 85,
["Durotan's Grasp"] = 22,
["Zangarra"] = 49,
["Beastwatch"] = 89,
["Warspear"] = 170,
["Terokkar Refuge"] = 52,
["Axefall"] = 81,
["Exile's Rise"] = 98,
["Axefall"] = 81,
["Warspear"] = 170,
["Beastwatch"] = 89,
},
["Cradle of Chi-Ji"] = {
["Stoneplow"] = 61,
1617,8 → 1617,8
["Marista"] = 43,
["Huojin Landing"] = 324,
["The Arboretum"] = 261,
["Sentinel Basecamp"] = 36,
["The Briny Muck"] = 158,
["Sentinel Basecamp"] = 36,
["The Sunset Brewgarden"] = 160,
},
["Sanctuary of Malorne"] = {
1639,30 → 1639,30
["Gadgetzan"] = 93,
["Mudsprocket"] = 214,
["Shadowprey Village"] = 458,
["Orgrimmar"] = 434,
["Camp Mojache"] = 302,
["Stonemaul Hold"] = 326,
["Marshal's Stand"] = 193,
["Mossy Pile"] = 194,
["Ramkahen"] = 73,
["Fizzle & Pozzik's Speedbarge"] = 143,
["Desolation Hold"] = 301,
["Ramkahen"] = 73,
["Mossy Pile"] = 194,
["Thunder Bluff"] = 401,
["Cenarion Hold"] = 220,
["Bootlegger Outpost"] = 62,
["Camp Mojache"] = 302,
["Orgrimmar"] = 434,
},
["Thunder Pass"] = {
["Bloodmaul Slag Mines"] = 61,
["Stonefang Outpost"] = 70,
["Breaker's Crown"] = 35,
["Frostwall Garrison"] = 58,
["Beastwatch"] = 35,
["Warspear"] = 144,
["Vol'mar"] = 119,
["Darktide Roost"] = 175,
["Everbloom Wilds"] = 56,
["Wolf's Stand"] = 22,
["Skysea Ridge"] = 49,
["Darktide Roost"] = 175,
["Wolf's Stand"] = 22,
["Vol'mar"] = 119,
["Frostwall Garrison"] = 58,
["Warspear"] = 144,
},
["The Sin'loren"] = {
["Shattered Sun Staging Area"] = 12,
1673,13 → 1673,13
["Shattrath"] = 202,
["Swamprat Post"] = 116,
["Hellfire Peninsula"] = 322,
["Area 52"] = 97,
["The Stormspire"] = 158,
["Cosmowrench"] = 163,
["Mok'Nathal Village"] = 55,
["Shadowmoon Village"] = 335,
["Zabra'jin"] = 149,
["Stonebreaker Hold"] = 271,
["Zabra'jin"] = 149,
["Shadowmoon Village"] = 335,
["Mok'Nathal Village"] = 55,
["Cosmowrench"] = 163,
["The Stormspire"] = 158,
["Area 52"] = 97,
},
["Ironhorn Enclave"] = {
["Shipwreck Cove"] = 109,
1688,11 → 1688,11
["Obsidian Overlook"] = 38,
["Meredil"] = 57,
["Illidari Perch"] = 135,
["Valdisdall"] = 71,
["Skyhorn"] = 51,
["Cullen's Post"] = 49,
["Dalaran"] = 111,
["Stonehoof Watch"] = 32,
["Skyhorn"] = 51,
["Valdisdall"] = 71,
},
["Sunveil Excursion"] = {
["Hardwrench Hideaway"] = 213,
1714,37 → 1714,37
["Aktar's Post"] = 35,
["Beastwatch"] = 51,
["Zangarra"] = 33,
["Bastion Rise"] = 26,
["Frostwolf Overlook"] = 28,
["Vol'mar"] = 72,
["Warspear"] = 126,
["Sha'naari Refuge"] = 34,
["Warspear"] = 126,
["Frostwolf Overlook"] = 28,
["Bastion Rise"] = 26,
},
["Bor'gorok Outpost"] = {
["Death's Rise"] = 139,
["Agmar's Hammer"] = 168,
["K3"] = 296,
["Transitus Shield"] = 92,
["Warsong Hold"] = 72,
["Moa'ki"] = 225,
["Unu'pe"] = 107,
["Amber Ledge"] = 57,
["The Argent Vanguard"] = 273,
["K3"] = 296,
["Ebon Watch"] = 320,
["River's Heart"] = 56,
["Wyrmrest Temple"] = 216,
["Taunka'le Village"] = 77,
["Nesingwary Base Camp"] = 49,
["Conquest Hold"] = 311,
["Wyrmrest Temple"] = 216,
["River's Heart"] = 56,
["Dalaran"] = 251,
["Unu'pe"] = 107,
["Transitus Shield"] = 92,
["Moa'ki"] = 225,
["The Argent Vanguard"] = 273,
},
["Stonefang Outpost"] = {
["Wor'gol"] = 40,
["Beastwatch"] = 92,
["Darkspear's Edge"] = 36,
["Wolf's Stand"] = 59,
["Warspear"] = 202,
["Frostwall Garrison"] = 32,
["Warspear"] = 202,
["Darkspear's Edge"] = 36,
},
["Emerald Sanctuary"] = {
["Crossroads"] = 237,
1757,23 → 1757,23
["Ramkahen"] = 642,
["Everlook"] = 226,
["Furien's Post"] = 283,
["Splintertree Post"] = 83,
["Whisperwind Grove"] = 98,
["Orgrimmar"] = 173,
["Sun Rock Retreat"] = 181,
["Thunder Bluff"] = 295,
["Talonbranch Glade"] = 128,
["Gadgetzan"] = 514,
["Bloodvenom Post"] = 80,
["Astranaar"] = 80,
["Ratchet"] = 279,
["Sen'jin Village"] = 267,
["Hellscream's Watch"] = 70,
["Blackfathom Camp"] = 96,
["Hellscream's Watch"] = 70,
["Forest Song"] = 103,
["Zoram'gar Outpost"] = 114,
["Forest Song"] = 103,
["Sen'jin Village"] = 267,
["Grove of the Ancients"] = 77,
["Astranaar"] = 80,
["Talonbranch Glade"] = 128,
["Bloodvenom Post"] = 80,
["Thunder Bluff"] = 295,
["Cenarion Hold"] = 619,
["Whisperwind Grove"] = 98,
["Splintertree Post"] = 83,
["Camp Mojache"] = 488,
},
["Plaguewood"] = {
1786,16 → 1786,16
["Gates of Sothann"] = 64,
["Moonglade"] = 166,
["Nordrassil"] = 65,
["Valormok"] = 118,
["Everlook"] = 155,
["Hellscream's Watch"] = 415,
["Grove of Aessina"] = 37,
["Silverwind Refuge"] = 249,
["Whisperwind Grove"] = 258,
["Sanctuary of Malorne"] = 1,
["Northern Rocketway"] = 253,
["Camp Ataya"] = 739,
["Everlook"] = 155,
["Valormok"] = 118,
["Shrine of Aessina"] = 38,
["Sanctuary of Malorne"] = 1,
["Whisperwind Grove"] = 258,
["Orgrimmar"] = 173,
},
["Shado-Pan Garrison"] = {
1819,22 → 1819,22
["Bozzle's Wreck"] = 262,
},
["Bootlegger Outpost"] = {
["Camp Mojache"] = 269,
["Dawnrise Expedition"] = 64,
["Schnottz's Landing"] = 229,
["Gadgetzan"] = 60,
["Mudsprocket"] = 181,
["Orgrimmar"] = 400,
["Cenarion Hold"] = 295,
["Ratchet"] = 300,
["Gunstan's Dig"] = 51,
["Marshal's Stand"] = 159,
["Vendetta Point"] = 301,
["Brackenwall Village"] = 244,
["Fizzle & Pozzik's Speedbarge"] = 110,
["Oasis of Vir'sar"] = 217,
["Mossy Pile"] = 161,
["Ramkahen"] = 136,
["Oasis of Vir'sar"] = 217,
["Gunstan's Dig"] = 51,
["Ratchet"] = 300,
["Dawnrise Expedition"] = 64,
["Cenarion Hold"] = 295,
["Orgrimmar"] = 400,
["Camp Mojache"] = 269,
},
["Shackle's Den"] = {
["Crimson Thicket"] = 106,
1851,20 → 1851,20
["Starsong Refuge"] = 117,
["Sylvan Falls"] = 120,
["Illidari Perch"] = 44,
["The Witchwood"] = 157,
["Wardens' Redoubt"] = 24,
["Valdisdall"] = 148,
["Illidari Stand"] = 29,
["Valdisdall"] = 148,
["The Witchwood"] = 157,
},
["Schnottz's Landing"] = {
["Ramkahen"] = 89,
["Mossy Pile"] = 229,
["Hunter's Hill"] = 473,
["Oasis of Vir'sar"] = 87,
["Camp Ataya"] = 323,
["Thunder Bluff"] = 538,
["Cenarion Hold"] = 154,
["Mossy Pile"] = 229,
["Thunder Bluff"] = 538,
["Hunter's Hill"] = 473,
["Stonemaul Hold"] = 259,
["Ramkahen"] = 89,
["Camp Ataya"] = 323,
},
["Bloodvenom Post"] = {
["Crossroads"] = 270,
1888,16 → 1888,16
["Mudsprocket"] = {
["Marshal's Refuge"] = 270,
["Ratchet"] = 150,
["Camp Mojache"] = 150,
["Razor Hill"] = 303,
["Brackenwall Village"] = 63,
["Fizzle & Pozzik's Speedbarge"] = 48,
["Splintertree Post"] = 335,
["Bootlegger Outpost"] = 155,
["Ramkahen"] = 266,
["Freewind Post"] = 71,
["Theramore"] = 53,
["Karnum's Glade"] = 366,
["Orgrimmar"] = 199,
["Camp Ataya"] = 278,
["Ethel Rethor"] = 372,
["Dawnrise Expedition"] = 196,
["Gadgetzan"] = 98,
["Everlook"] = 468,
1908,11 → 1908,11
["Emerald Sanctuary"] = 413,
["Shadebough"] = 144,
["Desolation Hold"] = 88,
["Ethel Rethor"] = 372,
["Camp Ataya"] = 278,
["Thunder Bluff"] = 224,
["Cenarion Hold"] = 279,
["Bootlegger Outpost"] = 155,
["Razor Hill"] = 303,
["Splintertree Post"] = 335,
["Camp Mojache"] = 150,
},
["Felblaze Ingress"] = {
["Shackle's Den"] = 35,
1922,24 → 1922,24
["Irongrove Retreat"] = 41,
["Azurewing Repose"] = 29,
["The Witchwood"] = 128,
["Stormtorn Foothills"] = 140,
["Challiane's Terrace"] = 44,
["Starsong Refuge"] = 84,
["Gloaming Reef"] = 71,
["Obsidian Overlook"] = 76,
["Stormtorn Foothills"] = 140,
["Dalaran"] = 53,
["Sylvan Falls"] = 89,
["Stonehoof Watch"] = 114,
["Illidari Perch"] = 55,
["Wardens' Redoubt"] = 53,
["Skyhorn"] = 131,
["Illidari Stand"] = 41,
["Skyhorn"] = 131,
["Wardens' Redoubt"] = 53,
["Dalaran"] = 53,
["Challiane's Terrace"] = 44,
["Stonehoof Watch"] = 114,
["Obsidian Overlook"] = 76,
},
["Ratchet"] = {
["Crossroads"] = 68,
["Mudsprocket"] = 162,
["Honor's Stand"] = 90,
["Razor Hill"] = 159,
["Camp Mojache"] = 242,
["Marshal's Stand"] = 342,
["Vendetta Point"] = 137,
["Brackenwall Village"] = 101,
1947,25 → 1947,25
["Krom'gar Fortress"] = 254,
["Shadowprey Village"] = 333,
["Everlook"] = 325,
["Thunder Bluff"] = 175,
["Astranaar"] = 197,
["Northwatch Hold"] = 55,
["Orgrimmar"] = 101,
["Sun Rock Retreat"] = 218,
["Freewind Post"] = 204,
["Theramore"] = 105,
["Gadgetzan"] = 242,
["The Crossroads"] = 68,
["Sen'jin Village"] = 195,
["Zoram'gar Outpost"] = 282,
["Hunter's Hill"] = 117,
["Camp Taurajo"] = 141,
["The Mor'Shan Ramparts"] = 131,
["Emerald Sanctuary"] = 268,
["Bloodhoof Village"] = 226,
["Camp Taurajo"] = 141,
["Zoram'gar Outpost"] = 282,
["Emerald Sanctuary"] = 268,
["Sen'jin Village"] = 195,
["Gadgetzan"] = 242,
["Theramore"] = 105,
["Northwatch Hold"] = 55,
["Freewind Post"] = 204,
["Sun Rock Retreat"] = 218,
["Thunder Bluff"] = 175,
["Cenarion Hold"] = 452,
["Splintertree Post"] = 190,
["Camp Mojache"] = 242,
["Razor Hill"] = 159,
},
["Grom'arsh Crash-Site"] = {
["Death's Rise"] = 227,
1981,10 → 1981,10
["Camp Oneqwah"] = 277,
["K3"] = 87,
["Taunka'le Village"] = 343,
["Camp Tunka'lo"] = 96,
["River's Heart"] = 310,
["Dalaran"] = 111,
["Moa'ki"] = 259,
["River's Heart"] = 310,
["Camp Tunka'lo"] = 96,
},
["Bastion Rise"] = {
["Socrethar's Rise"] = 221,
1994,57 → 1994,57
["Vol'jin's Pride"] = 44,
["Aktar's Post"] = 30,
["Warspear"] = 116,
["Breaker's Crown"] = 48,
["Vol'mar"] = 76,
["Apexis Excavation"] = 117,
["Beastwatch"] = 29,
["Skysea Point"] = 1685,
["Beastwatch"] = 29,
["Vol'mar"] = 76,
["Breaker's Crown"] = 48,
},
["Sunreaver's Command"] = {
["Camp Oneqwah"] = 187,
["Camp Winterhoof"] = 235,
["Ebon Watch"] = 38,
["Light's Breach"] = 82,
["Ebon Watch"] = 38,
["Bor'gorok Outpost"] = 309,
["Apothecary Camp"] = 213,
["K3"] = 34,
["Gundrak"] = 195,
["The Argent Vanguard"] = 77,
["Dalaran"] = 56,
["Crusaders' Pinnacle"] = 84,
["Wyrmrest Temple"] = 129,
["Conquest Hold"] = 99,
["Argent Tournament Grounds"] = 169,
["Crusaders' Pinnacle"] = 84,
["Dalaran"] = 56,
["Zim'Torga"] = 73,
["Camp Winterhoof"] = 235,
["Bor'gorok Outpost"] = 309,
},
["Eastwind Rest"] = {
["Zouchin Village"] = 0,
["Shrine of Two Moons"] = 61,
["Zouchin Village"] = 0,
["Kota Basecamp"] = 0,
["Shado-Pan Fallback"] = 50,
["Klaxxi'vess"] = 119,
["Zhu's Watch"] = 114,
["Temple of the White Tiger"] = 0,
["Longying Outpost"] = 126,
["Binan Village"] = 31,
["One Keg"] = 48,
["Halfhill"] = 117,
["Shado-Pan Garrison"] = 156,
["Temple of the White Tiger"] = 0,
["Kota Basecamp"] = 0,
["Zhu's Watch"] = 114,
["Klaxxi'vess"] = 119,
["Bozzle's Wreck"] = 138,
},
["Gates of Sothann"] = {
["Orgrimmar"] = 74,
["Shrine of Aessina"] = 68,
["Sanctuary of Malorne"] = 65,
["Shrine of Aviana"] = 44,
["Sanctuary of Malorne"] = 65,
["Shrine of Aessina"] = 68,
["Orgrimmar"] = 74,
},
["Crushblow"] = {
["Bloodgulch"] = 47,
["The Krazzworks"] = 95,
["Dragonmaw Port"] = 80,
["Iron Summit"] = 349,
["The Gullet"] = 0,
["Bogpaddle"] = 435,
["The Gullet"] = 0,
["Iron Summit"] = 349,
},
["Garden of the Moon"] = {
["Shackle's Den"] = 106,
2058,12 → 2058,12
["Starsong Refuge"] = 37,
["Gloaming Reef"] = 48,
["The Witchwood"] = 107,
["Bradensbrook"] = 26,
["Thunder Totem"] = 91,
["Illidari Perch"] = 91,
["Illidari Stand"] = 93,
["Challiane's Terrace"] = 61,
["Wardens' Redoubt"] = 117,
["Challiane's Terrace"] = 61,
["Illidari Stand"] = 93,
["Thunder Totem"] = 91,
["Bradensbrook"] = 26,
["The Dreamgrove"] = 51,
},
["Kamagua"] = {
2106,46 → 2106,46
["Akeeta's Hovel"] = 132,
["Thunder Pass"] = 36,
["Bloodmaul Slag Mines"] = 91,
["Aktar's Post"] = 54,
["Vol'mar"] = 99,
["Darkspear's Edge"] = 82,
["Joz's Rylaks"] = 128,
["Frostwall Garrison"] = 79,
["Everbloom Overlook"] = 71,
["Crow's Crook"] = 140,
["Darktide Roost"] = 179,
["Wor'gol"] = 111,
["Evermorn Springs"] = 39,
["Bastion Rise"] = 36,
["Skysea Ridge"] = 47,
["Pinchwhistle Gearworks"] = 175,
["The Ring of Trials"] = 113,
["Everbloom Wilds"] = 43,
["The Ring of Trials"] = 113,
["Wolf's Stand"] = 51,
["Exile's Rise"] = 130,
["Skysea Point"] = 50,
["Socrethar's Rise"] = 173,
["Retribution Point"] = 123,
["Exarch's Refuge"] = 107,
["Apexis Excavation"] = 141,
["Veil Terokk"] = 151,
["Nivek's Overlook"] = 154,
["The Iron Front"] = 49,
["Throne of the Elements"] = 116,
["Bladespire Citadel"] = 127,
["Stonefang Outpost"] = 102,
["The Iron Front"] = 49,
["Nivek's Overlook"] = 154,
["Veil Terokk"] = 151,
["Apexis Excavation"] = 141,
["Exarch's Refuge"] = 107,
["Retribution Point"] = 123,
["Socrethar's Rise"] = 173,
["Skysea Point"] = 50,
["Sha'naari Refuge"] = 72,
["Pinchwhistle Gearworks"] = 175,
["Skysea Ridge"] = 47,
["Darktide Roost"] = 179,
["Joz's Rylaks"] = 128,
["Darkspear's Edge"] = 82,
["Bastion Rise"] = 36,
["Vol'mar"] = 99,
["Evermorn Springs"] = 39,
["Crow's Crook"] = 140,
["Aktar's Post"] = 54,
},
["Frostwolf Overlook"] = {
["The Iron Front"] = 32,
["Frostwall Garrison"] = 76,
["Vol'jin's Pride"] = 41,
["Warspear"] = 144,
["Crow's Crook"] = 34,
["Vol'mar"] = 91,
["Beastwatch"] = 53,
["Terokkar Refuge"] = 63,
["Evermorn Springs"] = 37,
["Terokkar Refuge"] = 63,
["Beastwatch"] = 53,
["Crow's Crook"] = 34,
},
["Mossy Pile"] = {
["Schnottz's Landing"] = 232,
2153,15 → 2153,15
["Mudsprocket"] = 219,
["Shadowprey Village"] = 321,
["Stonemaul Hold"] = 190,
["Camp Mojache"] = 213,
["Orgrimmar"] = 438,
["Brackenwall Village"] = 281,
["Camp Ataya"] = 254,
["Oasis of Vir'sar"] = 149,
["Ramkahen"] = 228,
["Camp Ataya"] = 254,
["Marshal's Stand"] = 28,
["Cenarion Hold"] = 83,
["Bootlegger Outpost"] = 154,
["Orgrimmar"] = 438,
["Camp Mojache"] = 213,
},
["Evergrove"] = {
["Garadar"] = 262,
2188,16 → 2188,16
["Agmar's Hammer"] = 254,
["Ebon Watch"] = 40,
["Transitus Shield"] = 421,
["Camp Oneqwah"] = 105,
["K3"] = 80,
["Camp Tunka'lo"] = 170,
["Venomspite"] = 122,
["K3"] = 80,
["Dalaran"] = 106,
["The Argent Stand"] = 44,
["Taunka'le Village"] = 310,
["Wyrmrest Temple"] = 173,
["Amberpine Lodge"] = 83,
["Conquest Hold"] = 74,
["Camp Tunka'lo"] = 170,
["Camp Oneqwah"] = 105,
["Dalaran"] = 106,
["The Argent Stand"] = 44,
["Wintergarde Keep"] = 83,
},
["Argent Tournament Grounds"] = {
2220,22 → 2220,22
["Dun Nifflelem"] = 198,
["Dalaran"] = 140,
["Camp Tunka'lo"] = 53,
["Unu'pe"] = 334,
["Bouldercrag's Refuge"] = 49,
["The Shadow Vault"] = 87,
["Agmar's Hammer"] = 249,
["Camp Oneqwah"] = 330,
["Crusaders' Pinnacle"] = 40,
["Ebon Watch"] = 202,
["Return"] = 152,
["Bor'gorok Outpost"] = 341,
["Kor'koron Vanguard"] = 197,
["K3"] = 177,
["Nesingwary Base Camp"] = 281,
["Grom'arsh Crash-Site"] = 90,
["The Argent Stand"] = 266,
["Zim'Torga"] = 247,
["Wyrmrest Temple"] = 247,
["Grom'arsh Crash-Site"] = 90,
["Ebon Watch"] = 202,
["Bouldercrag's Refuge"] = 49,
["Unu'pe"] = 334,
["Nesingwary Base Camp"] = 281,
["Crusaders' Pinnacle"] = 40,
["Camp Oneqwah"] = 330,
["Agmar's Hammer"] = 249,
["New Agamand"] = 472,
},
["Blackwind Landing"] = {
2256,19 → 2256,19
["Warsong Camp"] = 346,
["Agmar's Hammer"] = 292,
["Vengeance Landing"] = 105,
["Zim'Torga"] = 92,
["Bor'gorok Outpost"] = 451,
["Amber Ledge"] = 478,
["Bor'gorok Outpost"] = 451,
["Kor'koron Vanguard"] = 240,
["Kamagua"] = 159,
["The Shadow Vault"] = 347,
["The Argent Stand"] = 100,
["Taunka'le Village"] = 403,
["Wyrmrest Temple"] = 223,
["Ebon Watch"] = 132,
["Grom'arsh Crash-Site"] = 248,
["Crusaders' Pinnacle"] = 225,
["Grom'arsh Crash-Site"] = 248,
["Ebon Watch"] = 132,
["Moa'ki"] = 264,
["Zim'Torga"] = 92,
["Kor'koron Vanguard"] = 240,
},
["Tavern in the Mists"] = {
["Stoneplow"] = 82,
2291,8 → 2291,8
["Halfhill"] = 40,
["Shado-Pan Garrison"] = 228,
["Temple of the White Tiger"] = 103,
["One Keg"] = 122,
["Honeydew Village"] = 95,
["One Keg"] = 122,
},
["Forsaken High Command"] = {
["Undercity"] = 74,
2314,14 → 2314,14
["Valdisdall"] = 24,
["Thunder Totem"] = 73,
["Obsidian Overlook"] = 86,
["Felbane Camp"] = 119,
["Sylvan Falls"] = 94,
["Stonehoof Watch"] = 50,
["The Witchwood"] = 103,
["Lorlathil"] = 158,
["Cullen's Post"] = 32,
["Illidari Stand"] = 152,
["Forsaken Foothold"] = 30,
["Felbane Camp"] = 119,
["Stonehoof Watch"] = 50,
},
["Taunka'le Village"] = {
["Transitus Shield"] = 111,
2338,13 → 2338,13
["Bor'gorok Outpost"] = 73,
["Kor'koron Vanguard"] = 152,
["K3"] = 254,
["Amber Ledge"] = 75,
["Crusaders' Pinnacle"] = 231,
["Wyrmrest Temple"] = 139,
["Zim'Torga"] = 346,
["Sunreaver's Command"] = 255,
["River's Heart"] = 128,
["Sunreaver's Command"] = 255,
["Moa'ki"] = 148,
["Crusaders' Pinnacle"] = 231,
["Amber Ledge"] = 75,
},
["Thunder Bluff"] = {
["Marshal's Refuge"] = 394,
2372,26 → 2372,26
["Brackenwall Village"] = 206,
["Malaka'jin"] = 54,
["Krom'gar Fortress"] = 122,
["Whisperwind Grove"] = 388,
["Bootlegger Outpost"] = 347,
["Everlook"] = 380,
["Dawnrise Expedition"] = 388,
["Westreach Summit"] = 210,
["Thunk's Abode"] = 19,
["Karnum's Glade"] = 120,
["Wildheart Point"] = 334,
["Emerald Sanctuary"] = 234,
["Zoram'gar Outpost"] = 264,
["Nozzlepot's Outpost"] = 172,
["Ratchet"] = 152,
["Stonemaul Hold"] = 278,
["Bloodhoof Village"] = 41,
["Camp Taurajo"] = 87,
["Bloodhoof Village"] = 41,
["Stonemaul Hold"] = 278,
["The Mor'Shan Ramparts"] = 165,
["Nozzlepot's Outpost"] = 172,
["Zoram'gar Outpost"] = 264,
["Emerald Sanctuary"] = 234,
["Wildheart Point"] = 334,
["Desolation Hold"] = 126,
["Camp Ataya"] = 228,
["Valormok"] = 251,
["Cenarion Hold"] = 343,
["Bootlegger Outpost"] = 347,
["Whisperwind Grove"] = 388,
["Camp Mojache"] = 252,
},
["Zabra'jin"] = {
2399,18 → 2399,18
["Stonebreaker Hold"] = 220,
["Shattrath"] = 151,
["Spinebreaker Ridge"] = 287,
["Garadar"] = 81,
["Cosmowrench"] = 277,
["Swamprat Post"] = 112,
["Falcon Watch"] = 147,
["The Stormspire"] = 257,
["Hellfire Peninsula"] = 149,
["Mok'Nathal Village"] = 168,
["Altar of Sha'tar"] = 365,
["Thrallmar"] = 165,
["Thunderlord Stronghold"] = 113,
["Area 52"] = 209,
["Shadowmoon Village"] = 284,
["Area 52"] = 209,
["Thunderlord Stronghold"] = 113,
["Thrallmar"] = 165,
["Altar of Sha'tar"] = 365,
["Mok'Nathal Village"] = 168,
["The Stormspire"] = 257,
["Cosmowrench"] = 277,
["Falcon Watch"] = 147,
["Garadar"] = 81,
},
["The Dreamgrove"] = {
["Shackle's Den"] = 144,
2418,30 → 2418,30
["Felblaze Ingress"] = 120,
["Trueshot Lodge"] = 48,
["Lorlathil"] = 64,
["Crimson Thicket"] = 147,
["The Witchwood"] = 112,
["Wardens' Redoubt"] = 156,
["Cullen's Post"] = 186,
["Shield's Rest"] = 1331,
["Valdisdall"] = 208,
["Illidari Stand"] = 133,
["Skyhorn"] = 152,
["Starsong Refuge"] = 75,
["Bradensbrook"] = 39,
["Watchers' Aerie"] = 117,
["Irongrove Retreat"] = 90,
["Eye of Azshara"] = 43,
["Sylvan Falls"] = 106,
["Azurewing Repose"] = 117,
["The Witchwood"] = 112,
["Garden of the Moon"] = 43,
["Azurewing Repose"] = 117,
["Challiane's Terrace"] = 78,
["Prepfoot"] = 150,
["Thunder Totem"] = 129,
["Gloaming Reef"] = 50,
["Felbane Camp"] = 86,
["Nesingwary"] = 129,
["Stonehoof Watch"] = 149,
["Sylvan Falls"] = 106,
["Starsong Refuge"] = 75,
["Skyhorn"] = 152,
["Illidari Stand"] = 133,
["Prepfoot"] = 150,
["Challiane's Terrace"] = 78,
["Cullen's Post"] = 186,
["Wardens' Redoubt"] = 156,
["Forsaken Foothold"] = 167,
["Shield's Rest"] = 1331,
["Crimson Thicket"] = 147,
},
["Eastwall Tower"] = {
["Light's Hope Chapel"] = 25,
2468,65 → 2468,65
["Orgrimmar"] = 377,
["Everlook"] = 113,
["Gates of Sothann"] = 216,
["Splintertree Post"] = 268,
["Sanctuary of Malorne"] = 182,
["Hellscream's Watch"] = 254,
["Valormok"] = 276,
["Nozzlepot's Outpost"] = 415,
["Camp Taurajo"] = 522,
["Thunder Bluff"] = 460,
["Zoram'gar Outpost"] = 252,
["Silverwind Refuge"] = 301,
["Hellscream's Watch"] = 254,
["Zoram'gar Outpost"] = 252,
["Emerald Sanctuary"] = 186,
["Cliffwalker Post"] = 338,
["Bloodvenom Post"] = 157,
["Nozzlepot's Outpost"] = 415,
["Valormok"] = 276,
["Emerald Sanctuary"] = 186,
["Thunder Bluff"] = 460,
["Cenarion Hold"] = 734,
["Sanctuary of Malorne"] = 182,
["Splintertree Post"] = 268,
["Camp Mojache"] = 604,
},
["Apothecary Camp"] = {
["Camp Oneqwah"] = 117,
["Agmar's Hammer"] = 239,
["Camp Oneqwah"] = 117,
["Vengeance Landing"] = 133,
["Camp Winterhoof"] = 60,
["Moa'ki"] = 200,
["River's Heart"] = 430,
["Amber Ledge"] = 424,
["The Argent Vanguard"] = 254,
["Dalaran"] = 233,
["Sunreaver's Command"] = 193,
["Venomspite"] = 117,
["Taunka'le Village"] = 348,
["Kamagua"] = 54,
["Conquest Hold"] = 47,
["Warsong Hold"] = 418,
["Conquest Hold"] = 47,
["Kamagua"] = 54,
["Sunreaver's Command"] = 193,
["River's Heart"] = 430,
["Dalaran"] = 233,
["Moa'ki"] = 200,
["New Agamand"] = 93,
},
["Dragonmaw Port"] = {
["Zul'Aman"] = 534,
["The Krazzworks"] = 54,
["Stonard"] = 426,
["Thorium Point"] = 280,
["Stonard"] = 426,
["Flame Crest"] = 289,
["The Gullet"] = 93,
["Vermillion Redoubt"] = 122,
["New Kargath"] = 218,
["Revantusk Village"] = 325,
["Hammerfall"] = 238,
["Flamestar Post"] = 331,
["Bloodgulch"] = 44,
["Crushblow"] = 65,
["Bloodgulch"] = 44,
["The Gullet"] = 93,
["Flame Crest"] = 289,
["Iron Summit"] = 303,
},
["Iron Summit"] = {
["Undercity"] = 560,
["Eastwall Tower"] = 518,
["Chiselgrip"] = 82,
["Grom'gol"] = 285,
["Fuselight"] = 146,
["Thorium Point"] = 24,
["Hiri'watha Research Station"] = 392,
["Chiselgrip"] = 82,
["New Kargath"] = 90,
["Revantusk Village"] = 428,
["Grom'gol"] = 285,
["New Kargath"] = 90,
["Hiri'watha Research Station"] = 392,
["Hammerfall"] = 341,
["Flamestar Post"] = 47,
["Crown Guard Tower"] = 558,
2552,12 → 2552,12
["Andorhal"] = 104,
["New Kargath"] = 365,
["Hiri'watha Research Station"] = 104,
["The Bulwark"] = 71,
["Light's Hope Chapel"] = 299,
["Grom'gol"] = 690,
["Eastpoint Tower"] = 24,
["Ruins of Southshore"] = 31,
["Southpoint Gate"] = 71,
["Ruins of Southshore"] = 31,
["Eastpoint Tower"] = 24,
["Grom'gol"] = 690,
["Light's Hope Chapel"] = 299,
["The Bulwark"] = 71,
},
["The Bulwark"] = {
["Kargath"] = 449,
2575,22 → 2575,22
["Andorhal"] = 34,
["Thondoril River"] = 68,
["Tranquillien"] = 287,
["Forsaken Forward Command"] = 182,
["Light's Hope Chapel"] = 164,
["Forsaken Forward Command"] = 182,
},
["New Kargath"] = {
["Undercity"] = 470,
["Fuselight"] = 46,
["Stonard"] = 227,
["Chiselgrip"] = 81,
["Bogpaddle"] = 171,
["Iron Summit"] = 86,
["Thorium Point"] = 62,
["Hammerfall"] = 253,
["Bloodwatcher Point"] = 45,
["Booty Bay"] = 300,
["Grom'gol"] = 243,
["Booty Bay"] = 300,
["Bloodwatcher Point"] = 45,
["Flame Crest"] = 72,
["Iron Summit"] = 86,
["Bogpaddle"] = 171,
},
["Sylvan Falls"] = {
["Shipwreck Cove"] = 80,
2607,12 → 2607,12
["Stormtorn Foothills"] = 87,
["Nesingwary"] = 27,
["Stonehoof Watch"] = 46,
["Obsidian Overlook"] = 37,
["Dalaran"] = 125,
["Starsong Refuge"] = 45,
["Skyhorn"] = 49,
["Felbane Camp"] = 44,
["Forsaken Foothold"] = 65,
["Dalaran"] = 125,
["Obsidian Overlook"] = 37,
},
["Kota Basecamp"] = {
["Winter's Blossom"] = 28,
2637,62 → 2637,62
["Northern Rocketway"] = 207,
["Ramkahen"] = 569,
["Everlook"] = 220,
["Camp Mojache"] = 413,
["Razor Hill"] = 156,
["Sun Rock Retreat"] = 286,
["Orgrimmar"] = 96,
["Freewind Post"] = 345,
["Valormok"] = 92,
["Wildheart Point"] = 130,
["Thunder Bluff"] = 267,
["The Crossroads"] = 160,
["Gadgetzan"] = 438,
["Camp Taurajo"] = 234,
["Nozzlepot's Outpost"] = 106,
["Hellscream's Watch"] = 85,
["Zoram'gar Outpost"] = 163,
["Emerald Sanctuary"] = 85,
["Zoram'gar Outpost"] = 163,
["Cliffwalker Post"] = 166,
["The Mor'Shan Ramparts"] = 51,
["Silverwind Refuge"] = 61,
["Hellscream's Watch"] = 85,
["The Mor'Shan Ramparts"] = 51,
["Nozzlepot's Outpost"] = 106,
["Cliffwalker Post"] = 166,
["Camp Taurajo"] = 234,
["Gadgetzan"] = 438,
["Thunder Bluff"] = 267,
["Wildheart Point"] = 130,
["Valormok"] = 92,
["Freewind Post"] = 345,
["Whisperwind Grove"] = 185,
["Razor Hill"] = 156,
["Camp Mojache"] = 413,
},
["Serpent's Overlook"] = {
["Dawn's Blossom"] = 0,
["Shrine of Two Moons"] = 194,
["Grookin Hill"] = 61,
["Halfhill"] = 171,
["Tian Monastery"] = 116,
["Pearlfin Village"] = 0,
["Huojin Landing"] = 188,
["The Arboretum"] = 89,
["Zhu's Watch"] = 136,
["Honeydew Village"] = 121,
["Zhu's Watch"] = 136,
["The Arboretum"] = 89,
["Pearlfin Village"] = 0,
["Tian Monastery"] = 116,
},
["Pinchwhistle Gearworks"] = {
["Talon Watch"] = 34,
["Exarch's Refuge"] = 111,
["Retribution Point"] = 118,
["Wor'var"] = 158,
["Axefall"] = 53,
["Vol'jin's Pride"] = 115,
["Veil Terokk"] = 47,
["Crow's Crook"] = 51,
["Terokkar Refuge"] = 98,
["Darktide Roost"] = 95,
["Beastwatch"] = 174,
["Warspear"] = 198,
["Nivek's Overlook"] = 159,
["Darktide Roost"] = 95,
["Terokkar Refuge"] = 98,
["Retribution Point"] = 118,
["Exarch's Refuge"] = 111,
["Crow's Crook"] = 51,
["Veil Terokk"] = 47,
["Axefall"] = 53,
["Vol'jin's Pride"] = 115,
},
["Fairbreeze Village"] = {
["Silvermoon City"] = 29,
["Tranquillien"] = 46,
["Zul'Aman"] = 91,
["Tranquillien"] = 46,
["Falconwing Square"] = 50,
},
["Skysea Point"] = {
["Frostwall Garrison"] = 92,
["Warspear"] = 136,
["Frostwall Garrison"] = 92,
["Exarch's Refuge"] = 149,
["Breaker's Crown"] = 34,
},
2701,36 → 2701,36
["The Shadow Vault"] = 148,
["Camp Oneqwah"] = 248,
["Camp Winterhoof"] = 296,
["Dun Niffelem"] = 177,
["Crusaders' Pinnacle"] = 28,
["K3"] = 77,
["Dalaran"] = 32,
["Dun Niffelem"] = 177,
["Gundrak"] = 255,
["Grom'arsh Crash-Site"] = 103,
["Sunreaver's Command"] = 77,
["Wyrmrest Temple"] = 142,
["Conquest Hold"] = 217,
["Argent Tournament Grounds"] = 124,
["Crusaders' Pinnacle"] = 28,
["Dalaran"] = 32,
["Moa'ki"] = 180,
["Warsong Camp"] = 185,
},
["Vendetta Point"] = {
["Orgrimmar"] = 195,
["Bloodhoof Village"] = 168,
["Dawnrise Expedition"] = 304,
["Hunter's Hill"] = 56,
["The Crossroads"] = 76,
["Mudsprocket"] = 110,
["Brackenwall Village"] = 62,
["Bloodhoof Village"] = 168,
["Stonemaul Hold"] = 196,
["Hunter's Hill"] = 56,
["Marshal's Stand"] = 307,
["Thunder Bluff"] = 117,
["Everlook"] = 444,
["Silverwind Refuge"] = 292,
["Thunk's Abode"] = 183,
["Desolation Hold"] = 44,
["Karnum's Glade"] = 237,
["Everlook"] = 444,
["Brackenwall Village"] = 62,
["Thunder Bluff"] = 117,
["Marshal's Stand"] = 307,
["Bootlegger Outpost"] = 323,
["Dawnrise Expedition"] = 304,
["Orgrimmar"] = 195,
},
["The Sepulcher"] = {
["The Menders' Stead"] = 191,
2753,11 → 2753,11
["The Bulwark"] = 164,
["Andorhal"] = 177,
["Hiri'watha Research Station"] = 199,
["Eastpoint Tower"] = 115,
["Silvermoon City"] = 482,
["Revantusk Village"] = 255,
["Plaguewood Tower"] = 298,
["Crown Guard Tower"] = 246,
["Revantusk Village"] = 255,
["Silvermoon City"] = 482,
["Eastpoint Tower"] = 115,
["Falconwing Square"] = 515,
},
["Veil Terokk"] = {
2772,16 → 2772,16
["Axefall"] = 21,
["Talon Watch"] = 35,
["Exile's Rise"] = 85,
["Retribution Point"] = 79,
["Darktide Roost"] = 93,
["Wor'var"] = 119,
["The Ring of Trials"] = 121,
["Crow's Crook"] = 46,
["Warspear"] = 194,
["Terokkar Refuge"] = 80,
["Beastwatch"] = 155,
["Nivek's Overlook"] = 122,
["Shattrath City"] = 91,
["Nivek's Overlook"] = 122,
["Terokkar Refuge"] = 80,
["Warspear"] = 194,
["Darktide Roost"] = 93,
["Crow's Crook"] = 46,
["The Ring of Trials"] = 121,
["Retribution Point"] = 79,
["Akeeta's Hovel"] = 53,
},
["Stonebreaker Hold"] = {
2809,21 → 2809,21
["Stygian Bounty"] = 28,
},
["Bloodhoof Village"] = {
["Razor Hill"] = 317,
["Camp Mojache"] = 303,
["The Crossroads"] = 153,
["Sun Rock Retreat"] = 176,
["Nozzlepot's Outpost"] = 220,
["Westreach Summit"] = 260,
["Bilgewater Harbor"] = 366,
["Karnum's Glade"] = 171,
["Vendetta Point"] = 133,
["Brackenwall Village"] = 195,
["Orgrimmar"] = 261,
["Nozzlepot's Outpost"] = 220,
["Stonemaul Hold"] = 328,
["Desolation Hold"] = 176,
["Mudsprocket"] = 193,
["Thunder Bluff"] = 50,
["Stonemaul Hold"] = 328,
["Westreach Summit"] = 260,
["Camp Mojache"] = 303,
["Orgrimmar"] = 261,
["Brackenwall Village"] = 195,
["Razor Hill"] = 317,
},
["Klaxxi'vess"] = {
["Stoneplow"] = 50,
2834,17 → 2834,17
["Thunder Cleft"] = 104,
["Domination Point"] = 79,
["The Arboretum"] = 282,
["The Sunset Brewgarden"] = 31,
["Soggy's Gamble"] = 39,
["Bozzle's Wreck"] = 289,
["Sentinel Basecamp"] = 71,
["Winter's Blossom"] = 142,
["Halfhill"] = 79,
["Longying Outpost"] = 145,
["Serpent's Spine"] = 41,
["Shado-Pan Garrison"] = 114,
["Shrine of Seven Stars"] = 110,
["Zouchin Village"] = 291,
["Shado-Pan Garrison"] = 114,
["Winter's Blossom"] = 142,
["Sentinel Basecamp"] = 71,
["Bozzle's Wreck"] = 289,
["Serpent's Spine"] = 41,
["Longying Outpost"] = 145,
["Soggy's Gamble"] = 39,
["The Sunset Brewgarden"] = 31,
},
["Chiselgrip"] = {
["Sunveil Excursion"] = 283,
2886,20 → 2886,20
["Grassy Cline"] = 32,
["The Briny Muck"] = 155,
["Serpent's Spine"] = 135,
["Serpent's Overlook"] = 179,
["Marista"] = 119,
["Sentinel Basecamp"] = 66,
["Tavern in the Mists"] = 38,
["Sri-La Village"] = 161,
["Shado-Pan Fallback"] = 213,
["Klaxxi'vess"] = 114,
["Shado-Pan Fallback"] = 213,
["Grookin Hill"] = 83,
["Winter's Blossom"] = 205,
["Dawn's Blossom"] = 128,
["Tian Monastery"] = 140,
["Shrine of Seven Stars"] = 74,
["Dawn's Blossom"] = 128,
["Winter's Blossom"] = 205,
["Shado-Pan Garrison"] = 177,
["Temple of the White Tiger"] = 150,
["Marista"] = 119,
["Serpent's Overlook"] = 179,
["The Sunset Brewgarden"] = 184,
},
["Illidari Perch"] = {
2916,12 → 2916,12
["Thunder Totem"] = 181,
["Nesingwary"] = 181,
["Stonehoof Watch"] = 24,
["Challiane's Terrace"] = 46,
["Valdisdall"] = 162,
["Bradensbrook"] = 72,
["Cullen's Post"] = 140,
["Illidari Stand"] = 24,
["Cullen's Post"] = 140,
["Wardens' Redoubt"] = 38,
["Bradensbrook"] = 72,
["Valdisdall"] = 162,
["Challiane's Terrace"] = 46,
},
["Plaguewood Tower"] = {
["Thondroril River"] = 92,
2932,11 → 2932,11
["The Forsaken Front"] = 297,
["The Bulwark"] = 166,
["Southpoint Gate"] = 259,
["Hiri'watha Research Station"] = 176,
["Light's Shield Tower"] = 61,
["Crown Guard Tower"] = 52,
["The Sepulcher"] = 296,
["Eastwall Tower"] = 65,
["Light's Shield Tower"] = 61,
["Hiri'watha Research Station"] = 176,
},
["Bloodgulch"] = {
["Revantusk Village"] = 325,
2962,8 → 2962,8
["The Bulwark"] = 168,
["New Kargath"] = 440,
["Plaguewood Tower"] = 300,
["Crown Guard Tower"] = 248,
["Andorhal"] = 208,
["Crown Guard Tower"] = 248,
},
["Old Hillsbrad Foothills"] = {
["Durnholde Keep"] = 88,
2981,21 → 2981,21
["Kor'koron Vanguard"] = 120,
["Kamagua"] = 152,
["Sunreaver's Command"] = 110,
["Camp Winterhoof"] = 143,
["Camp Oneqwah"] = 160,
["Zim'Torga"] = 187,
["K3"] = 123,
["Wyrmrest Temple"] = 51,
["Ebon Watch"] = 83,
["K3"] = 123,
["Zim'Torga"] = 187,
["Camp Oneqwah"] = 160,
["Camp Winterhoof"] = 143,
["Moa'ki"] = 82,
["New Agamand"] = 186,
},
["Silver Tide Hollow"] = {
["Legion's Rest"] = 49,
["Tenebrous Cavern"] = 110,
["Smuggler's Scar"] = 57,
["Stygian Bounty"] = 69,
["Sandy Beach"] = 36,
["Stygian Bounty"] = 69,
["Smuggler's Scar"] = 57,
},
["Dreadmaul Hold"] = {
["Sunveil Excursion"] = 44,
3003,8 → 3003,8
["Stonard"] = 43,
["Grom'gol"] = 129,
["Bambala"] = 268,
["Silvermoon City"] = 882,
["Booty Bay"] = 227,
["Silvermoon City"] = 882,
["Thorium Point"] = 252,
["Flame Crest"] = 219,
["Bogpaddle"] = 87,
3036,27 → 3036,27
["The Sepulcher"] = 100,
["Bogpaddle"] = 647,
["Thondroril River"] = 157,
["Strahnbrad"] = 133,
["Forsaken Rear Guard"] = 89,
["Andorhal"] = 122,
["Brill"] = 61,
["Forsaken High Command"] = 66,
["Kargath"] = 488,
["Silvermoon City"] = 445,
["The Bulwark"] = 88,
["Thorium Point"] = 543,
["Bloodwatcher Point"] = 521,
["Thondoril River"] = 152,
["Tranquillien"] = 371,
["Bloodwatcher Point"] = 521,
["Thorium Point"] = 543,
["Plaguewood Tower"] = 240,
["Silvermoon City"] = 445,
["Brill"] = 61,
["Andorhal"] = 122,
["Kargath"] = 488,
["Forsaken Rear Guard"] = 89,
["Strahnbrad"] = 133,
},
["Zul'Aman"] = {
["Southpoint Gate"] = 365,
["Tranquillien"] = 52,
["Light's Hope Chapel"] = 101,
["Silvermoon City"] = 118,
["Strahnbrad"] = 317,
["Shattered Sun Staging Area"] = 252,
["Strahnbrad"] = 317,
},
["Brill"] = {
["Hearthglen"] = 136,
3084,34 → 3084,34
["The Sepulcher"] = 79,
["Thondroril River"] = 116,
["Forsaken High Command"] = 45,
["The Bulwark"] = 45,
["Galen's Fall"] = 168,
["Hammerfall"] = 188,
["Crushblow"] = 545,
["Forsaken Rear Guard"] = 68,
["Strahnbrad"] = 90,
["Bloodgulch"] = 458,
["Tranquillien"] = 332,
["The Menders' Stead"] = 93,
["Plaguewood Tower"] = 197,
["Strahnbrad"] = 90,
["Forsaken Rear Guard"] = 68,
["Crushblow"] = 545,
["Hammerfall"] = 188,
["Galen's Fall"] = 168,
["The Bulwark"] = 45,
},
["Tenebrous Cavern"] = {
["Legion's Rest"] = 77,
["Smuggler's Scar"] = 188,
["Sandy Beach"] = 153,
["Silver Tide Hollow"] = 119,
["Stygian Bounty"] = 58,
["Sandy Beach"] = 153,
["Smuggler's Scar"] = 188,
},
["Altar of Sha'tar"] = {
["Stonebreaker Hold"] = 139,
["Shattrath"] = 193,
["Garadar"] = 274,
["Thrallmar"] = 263,
["Thunderlord Stronghold"] = 378,
["Wildhammer Stronghold"] = 80,
["Thunderlord Stronghold"] = 378,
["Cosmowrench"] = 463,
["Shadowmoon Village"] = 67,
["Cosmowrench"] = 463,
["Zabra'jin"] = 329,
["Thrallmar"] = 263,
["Garadar"] = 274,
},
["Felbane Camp"] = {
["Shipwreck Cove"] = 44,
3122,16 → 3122,16
["Irongrove Retreat"] = 86,
["Challiane's Terrace"] = 133,
["Thunder Totem"] = 66,
["Valdisdall"] = 139,
["Dalaran"] = 165,
["Sylvan Falls"] = 49,
["Nesingwary"] = 48,
["Stonehoof Watch"] = 80,
["Nesingwary"] = 48,
["Sylvan Falls"] = 49,
["The Witchwood"] = 40,
["Skyhorn"] = 80,
["Cullen's Post"] = 117,
["Skyhorn"] = 80,
["Illidari Stand"] = 146,
["Forsaken Foothold"] = 98,
["Dalaran"] = 165,
["Valdisdall"] = 139,
},
["Hiri'watha Research Station"] = {
["Eastwall Tower"] = 142,
3149,8 → 3149,8
["Tarren Mill"] = 17,
["Andorhal"] = 74,
["Crown Guard Tower"] = 125,
["Stonard"] = 542,
["The Bulwark"] = 111,
["Stonard"] = 542,
},
["Skyguard Outpost"] = {
["Blackwind Landing"] = 243,
3161,10 → 3161,10
["Frostwall Garrison"] = 27,
["Wor'gol"] = 64,
["Beastwatch"] = 79,
["Stonefang Outpost"] = 27,
["Warspear"] = 195,
["Wolf's Stand"] = 37,
["Socrethar's Rise"] = 249,
["Warspear"] = 195,
["Stonefang Outpost"] = 27,
},
["Bloodmaul Slag Mines"] = {
["Darkspear's Edge"] = 28,
3172,10 → 3172,10
["Skysea Point"] = 65,
["Wor'gol"] = 74,
["Beastwatch"] = 86,
["Frostwall Garrison"] = 47,
["Rilzit's Holdfast"] = 104,
["Warspear"] = 183,
["Thunder Pass"] = 61,
["Warspear"] = 183,
["Rilzit's Holdfast"] = 104,
["Frostwall Garrison"] = 47,
},
["Shrine of Two Moons"] = {
["Dawn's Blossom"] = 163,
3204,19 → 3204,19
["Grassy Cline"] = 75,
["The Briny Muck"] = 149,
["Marista"] = 177,
["Cradle of Chi-Ji"] = 150,
["Serpent's Overlook"] = 186,
["Tavern in the Mists"] = 89,
["Sri-La Village"] = 206,
["Hellscream's Fist"] = 104,
["Klaxxi'vess"] = 107,
["Grookin Hill"] = 127,
["Klaxxi'vess"] = 107,
["Hellscream's Fist"] = 104,
["Halfhill"] = 73,
["Winter's Blossom"] = 135,
["Thunder Cleft"] = 106,
["Shado-Pan Fallback"] = 140,
["Thunder Cleft"] = 106,
["Shado-Pan Garrison"] = 168,
["Temple of the White Tiger"] = 124,
["Serpent's Overlook"] = 186,
["Cradle of Chi-Ji"] = 150,
["The Sunset Brewgarden"] = 107,
},
["Fizzle & Pozzik's Speedbarge"] = {
3232,13 → 3232,13
},
["Flamestar Post"] = {
["New Kargath"] = 125,
["Bogpaddle"] = 150,
["Iron Summit"] = 45,
["Chiselgrip"] = 35,
["Fuselight"] = 182,
["Booty Bay"] = 329,
["Fuselight"] = 182,
["Bloodwatcher Point"] = 170,
["Flame Crest"] = 52,
["Iron Summit"] = 45,
["Bogpaddle"] = 150,
},
["Dalaran"] = {
["Shackle's Den"] = 55,
3285,7 → 3285,7
["Warsong Camp"] = 161,
["Obsidian Overlook"] = 98,
["Sylvan Falls"] = 126,
["Camp Oneqwah"] = 111,
["Illidari Camp"] = 44,
["Cullen's Post"] = 96,
["Valiance Landing Camp"] = 0,
["Moa'ki"] = 159,
3294,16 → 3294,16
["Shipwreck Cove"] = 201,
["Crimson Thicket"] = 77,
["Camp Winterhoof"] = 279,
["Valgarde Port"] = 0,
["Irongrove Retreat"] = 78,
["Zim'Torga"] = 185,
["The Argent Vanguard"] = 32,
["Lorlathil"] = 99,
["Crusaders' Pinnacle"] = 39,
["The Argent Stand"] = 145,
["Grom'arsh Crash-Site"] = 130,
["Nesingwary"] = 147,
["Dun Nifflelem"] = 155,
["Azurewing Repose"] = 75,
["Dun Niffelem"] = 155,
["Dreadwake's Landing"] = 106,
["K3"] = 55,
["Gloaming Reef"] = 118,
["Ironhorn Enclave"] = 113,
["Watchers' Aerie"] = 68,
["Stonehoof Watch"] = 137,
3312,22 → 3312,22
["Valdisdall"] = 122,
["Bor'gorok Outpost"] = 266,
["Thunder Totem"] = 147,
["Gloaming Reef"] = 118,
["Dun Niffelem"] = 155,
["Nesingwary"] = 147,
["Grom'arsh Crash-Site"] = 130,
["K3"] = 55,
["Azurewing Repose"] = 75,
["The Argent Stand"] = 145,
["Crusaders' Pinnacle"] = 39,
["Illidari Perch"] = 95,
["Irongrove Retreat"] = 78,
["Valgarde Port"] = 0,
["Skyhorn"] = 158,
["Wardens' Redoubt"] = 72,
["Forsaken Foothold"] = 122,
["Illidari Camp"] = 44,
["Camp Oneqwah"] = 111,
},
["The Briny Muck"] = {
["Halfhill"] = 147,
["Shrine of Two Moons"] = 145,
["Soggy's Gamble"] = 33,
["Klaxxi'vess"] = 49,
["Soggy's Gamble"] = 33,
["Pang's Stead"] = 240,
},
["Vengeance Landing"] = {
3363,54 → 3363,32
["Zoram'gar Outpost"] = 309,
["Mudsprocket"] = 121,
["Moonglade"] = 453,
["Thunder Bluff"] = 114,
["Marshal's Refuge"] = 319,
["Valormok"] = 243,
["Marshal's Refuge"] = 319,
["Thunder Bluff"] = 114,
["Cenarion Hold"] = 384,
["Splintertree Post"] = 242,
["Camp Mojache"] = 248,
},
["Shrine of Aessina"] = {
["Everlook"] = 171,
["Nordrassil"] = 81,
["Cliffwalker Post"] = 166,
["Wildheart Point"] = 333,
["Ethel Rethor"] = 652,
["Nordrassil"] = 81,
["Everlook"] = 171,
["Shrine of Aviana"] = 43,
["Sanctuary of Malorne"] = 30,
["Orgrimmar"] = 416,
},
["Wolf's Stand"] = {
["Darkspear's Edge"] = 38,
["Socrethar's Rise"] = 190,
["Exile's Rise"] = 167,
["Throne of the Elements"] = 77,
["Throm'Var"] = 74,
["Stonefang Outpost"] = 51,
["Vol'jin's Pride"] = 99,
["Veil Terokk"] = 165,
["Wor'gol"] = 70,
["Beastwatch"] = 54,
["Exarch's Refuge"] = 112,
["Frostwall Garrison"] = 44,
["Thunder Pass"] = 26,
["Warspear"] = 163,
["Retribution Point"] = 125,
["Skysea Point"] = 67,
["Nastrondir"] = {
["Trueshot Lodge"] = 88,
},
["Socrethar's Rise"] = {
["Warspear"] = 156,
["Beastwatch"] = 162,
["Iron Docks"] = 218,
["Vol'jin's Pride"] = 106,
["Darktide Roost"] = 31,
["Frostwall Garrison"] = 181,
["Exile's Rise"] = 56,
["The Ring of Trials"] = 150,
["Thorim's Peak"] = {
["Trueshot Lodge"] = 137,
},
["Illidari Camp"] = {
["Meredil"] = 72,
["Dalaran"] = 50,
["Meredil"] = 72,
},
["Azurewing Repose"] = {
["Shackle's Den"] = 36,
3420,34 → 3398,33
["Meredil"] = 51,
["Dalaran"] = 75,
["Irongrove Retreat"] = 54,
["Valdisdall"] = 131,
["Challiane's Terrace"] = 35,
["Garden of the Moon"] = 72,
["Challiane's Terrace"] = 35,
["Prepfoot"] = 171,
["Starsong Refuge"] = 105,
["Gloaming Reef"] = 62,
["Stormtorn Foothills"] = 156,
["Nesingwary"] = 123,
["Sylvan Falls"] = 56,
["Illidari Perch"] = 38,
["Cullen's Post"] = 109,
["Skyhorn"] = 144,
["Wardens' Redoubt"] = 48,
["Skyhorn"] = 144,
["Illidari Stand"] = 24,
["Cullen's Post"] = 109,
["Valdisdall"] = 131,
["Prepfoot"] = 171,
},
["Crow's Crook"] = {
["Pinchwhistle Gearworks"] = 43,
["Bloodmaul Slag Mines"] = 201,
["Vol'jin's Pride"] = 82,
["Talon Watch"] = 26,
["Veil Terokk"] = 20,
["Warspear"] = 188,
["Bastion Rise"] = 118,
["Beastwatch"] = 137,
["Darktide Roost"] = 89,
["Apexis Excavation"] = 42,
["Axefall"] = 34,
["Akeeta's Hovel"] = 46,
["Hafr Fjall"] = {
["Crimson Thicket"] = 47,
["Valdisdall"] = 39,
["Challiane's Terrace"] = 129,
["Nesingwary"] = 126,
["Meredil"] = 76,
["Cullen's Post"] = 46,
["Illidari Stand"] = 133,
["Dreadwake's Landing"] = 22,
["Dalaran"] = 97,
["The Witchwood"] = 141,
["Irongrove Retreat"] = 88,
},
["Kargath"] = {
["Undercity"] = 498,
3462,26 → 3439,18
["Flame Crest"] = 68,
["Thorium Point"] = 56,
},
["Desolation Hold"] = {
["Schnottz's Landing"] = 373,
["Mudsprocket"] = 61,
["Furien's Post"] = 301,
["Vendetta Point"] = 48,
["Brackenwall Village"] = 47,
["Ramkahen"] = 342,
["Orgrimmar"] = 240,
["The Crossroads"] = 121,
["Bloodhoof Village"] = 213,
["Westreach Summit"] = 101,
["Hunter's Hill"] = 98,
["Silverwind Refuge"] = 252,
["Karnum's Glade"] = 283,
["Camp Ataya"] = 227,
["Mossy Pile"] = 275,
["Thunder Bluff"] = 163,
["Gadgetzan"] = 174,
["Splintertree Post"] = 230,
["Camp Mojache"] = 98,
["Sha'naari Refuge"] = {
["Malo's Lookout"] = 31,
["The Iron Front"] = 31,
["Vault of the Earth"] = 30,
["Frostwall Garrison"] = 119,
["Aktar's Post"] = 23,
["Beastwatch"] = 68,
["Bastion Rise"] = 44,
["Darktide Roost"] = 125,
["Zangarra"] = 34,
["Warspear"] = 107,
["Vol'mar"] = 52,
},
["Rilzit's Holdfast"] = {
["Socrethar's Rise"] = 204,
3493,8 → 3462,8
["Beastwatch"] = 142,
["Zangarra"] = 134,
["Nivek's Overlook"] = 47,
["Warspear"] = 244,
["Riverside Post"] = 25,
["Warspear"] = 244,
},
["The Witchwood"] = {
["Shipwreck Cove"] = 42,
3506,32 → 3475,32
["Valdisdall"] = 121,
["Prepfoot"] = 41,
["Thunder Totem"] = 43,
["Starsong Refuge"] = 89,
["Garden of the Moon"] = 106,
["Felbane Camp"] = 32,
["Nesingwary"] = 34,
["Stonehoof Watch"] = 62,
["Stormtorn Foothills"] = 102,
["Sylvan Falls"] = 53,
["Skyhorn"] = 46,
["Cullen's Post"] = 99,
["Skyhorn"] = 46,
["Wardens' Redoubt"] = 172,
["Sylvan Falls"] = 53,
["Garden of the Moon"] = 106,
["Stormtorn Foothills"] = 102,
["Starsong Refuge"] = 89,
},
["Riverside Post"] = {
["Pinchwhistle Gearworks"] = 187,
["Rilzit's Holdfast"] = 23,
["Beastwatch"] = 149,
["Frostwall Garrison"] = 77,
["Stonefang Outpost"] = 106,
["Wor'var"] = 60,
["Joz's Rylaks"] = 29,
["Axefall"] = 142,
["Exile's Rise"] = 190,
["Warspear"] = 251,
["Throne of the Elements"] = 43,
["Nivek's Overlook"] = 33,
["Crow's Crook"] = 161,
["Nivek's Overlook"] = 33,
["The Ring of Trials"] = 59,
["Throne of the Elements"] = 43,
["Exile's Rise"] = 190,
["Beastwatch"] = 149,
["Axefall"] = 142,
["Stonefang Outpost"] = 106,
},
["Karnum's Glade"] = {
["Crossroads"] = 240,
3542,85 → 3511,40
["Thunk's Abode"] = 29,
["Ramkahen"] = 477,
["Orgrimmar"] = 284,
["Ratchet"] = 227,
["The Crossroads"] = 176,
["Thargad's Camp"] = 49,
["Fizzle & Pozzik's Speedbarge"] = 324,
["Nijel's Point"] = 56,
["Westreach Summit"] = 321,
["Thal'darah Overlook"] = 121,
["Stonemaul Hold"] = 228,
["Zoram'gar Outpost"] = 219,
["Silverwind Refuge"] = 208,
["Ethel Rethor"] = 40,
["Desolation Hold"] = 188,
["Camp Ataya"] = 153,
["Thunder Bluff"] = 73,
["Stonemaul Hold"] = 228,
["Zoram'gar Outpost"] = 219,
["Emerald Sanctuary"] = 289,
["Camp Ataya"] = 153,
["Desolation Hold"] = 188,
["Ethel Rethor"] = 40,
["Thal'darah Overlook"] = 121,
["Westreach Summit"] = 321,
["Nijel's Point"] = 56,
["The Crossroads"] = 176,
["Fizzle & Pozzik's Speedbarge"] = 324,
["Ratchet"] = 227,
},
["Orgrimmar"] = {
["Marshal's Refuge"] = 452,
["Schnottz's Landing"] = 596,
["Wildheart Point"] = 213,
["Moonglade"] = 358,
["Nordrassil"] = 375,
["Karnum's Glade"] = 338,
["Irontree Clearing"] = 309,
["Southern Rocketway"] = 93,
["Northern Rocketway"] = 165,
["Ramkahen"] = 503,
["Freewind Post"] = 292,
["Furien's Post"] = 171,
["Bootlegger Outpost"] = 391,
["Oasis of Vir'sar"] = 503,
["Thunder Bluff"] = 225,
["Gates of Sothann"] = 116,
["Gadgetzan"] = 335,
["Camp Ataya"] = 449,
["Desolation Hold"] = 222,
["Hunter's Hill"] = 160,
["Westreach Summit"] = 299,
["Zoram'gar Outpost"] = 228,
["Silverwind Refuge"] = 145,
["Cliffwalker Post"] = 257,
["Splintertree Post"] = 90,
["Ethel Rethor"] = 345,
["Emerald Sanctuary"] = 167,
["Malaka'jin"] = 226,
["Sanctuary of Malorne"] = 211,
["Dawnrise Expedition"] = 432,
["Crossroads"] = 97,
["Camp Taurajo"] = 180,
["Krom'gar Fortress"] = 219,
["Sun Rock Retreat"] = 257,
["Shadowprey Village"] = 373,
["Bilgewater Harbor"] = 113,
["Marshal's Stand"] = 434,
["Grove of Aessina"] = 218,
["Brackenwall Village"] = 226,
["Fizzle & Pozzik's Speedbarge"] = 330,
["The Sludgewerks"] = 269,
["Razor Hill"] = 55,
["Everlook"] = 240,
["Thunk's Abode"] = 283,
["Sen'jin Village"] = 91,
["Bloodvenom Post"] = 249,
["Hellscream's Watch"] = 138,
["Ratchet"] = 107,
["The Crossroads"] = 112,
["Vendetta Point"] = 179,
["Mudsprocket"] = 266,
["Bloodhoof Village"] = 269,
["Stonemaul Hold"] = 374,
["The Mor'Shan Ramparts"] = 99,
["Nozzlepot's Outpost"] = 55,
["Mossy Pile"] = 437,
["Shrine of Aessina"] = 422,
["Shrine of Aviana"] = 392,
["Valormok"] = 81,
["Cenarion Hold"] = 439,
["Whisperwind Grove"] = 267,
["Camp Mojache"] = 218,
["Camp Ataya"] = {
["Wildheart Point"] = 480,
["Mudsprocket"] = 270,
["Shadowprey Village"] = 68,
["Karnum's Glade"] = 151,
["Vendetta Point"] = 286,
["Thunk's Abode"] = 178,
["Ramkahen"] = 328,
["Orgrimmar"] = 438,
["Stonemaul Hold"] = 75,
["Camp Mojache"] = 146,
["Marshal's Stand"] = 286,
["Desolation Hold"] = 250,
["Mossy Pile"] = 259,
["Thunder Bluff"] = 223,
["Cenarion Hold"] = 183,
["Malaka'jin"] = 241,
["Dawnrise Expedition"] = 392,
},
["Bradensbrook"] = {
["Felblaze Ingress"] = 91,
3629,33 → 3553,33
["Meredil"] = 91,
["Dalaran"] = 139,
["Ironhorn Enclave"] = 125,
["The Witchwood"] = 130,
["Starsong Refuge"] = 59,
["Wardens' Redoubt"] = 128,
["Azurewing Repose"] = 88,
["Challiane's Terrace"] = 43,
["Stormtorn Foothills"] = 174,
["Illidari Stand"] = 103,
["Azurewing Repose"] = 88,
["The Witchwood"] = 130,
["Garden of the Moon"] = 29,
["Thunder Totem"] = 114,
["Gloaming Reef"] = 28,
["Felbane Camp"] = 121,
["Stormtorn Foothills"] = 174,
["Nesingwary"] = 113,
["Sylvan Falls"] = 90,
["Illidari Perch"] = 71,
["Obsidian Overlook"] = 97,
["Cullen's Post"] = 170,
["Wardens' Redoubt"] = 128,
["Starsong Refuge"] = 59,
["Illidari Stand"] = 103,
["Felbane Camp"] = 121,
["The Dreamgrove"] = 51,
},
["Southern Rocketway"] = {
["Sen'jin Village"] = 178,
["Orgrimmar"] = 87,
["Valormok"] = 122,
["Northern Rocketway"] = 73,
["Bilgewater Harbor"] = 39,
["Everlook"] = 188,
["Northern Rocketway"] = 73,
["Hunter's Hill"] = 249,
["Thunder Bluff"] = 306,
["Bilgewater Harbor"] = 39,
["Valormok"] = 122,
["Orgrimmar"] = 87,
["Sen'jin Village"] = 178,
},
["Northern Rocketway"] = {
["Wildheart Point"] = 319,
3666,30 → 3590,59
["Southern Rocketway"] = 80,
["Everlook"] = 198,
["Orgrimmar"] = 146,
["Valormok"] = 132,
["Shadowprey Village"] = 511,
["Nozzlepot's Outpost"] = 202,
["Cliffwalker Post"] = 357,
["Shrine of Aessina"] = 303,
["Shrine of Aviana"] = 267,
["Valormok"] = 132,
["Splintertree Post"] = 197,
["Whisperwind Grove"] = 343,
["Thunder Bluff"] = 352,
["Whisperwind Grove"] = 343,
["Splintertree Post"] = 197,
["Shadowprey Village"] = 511,
},
["Nighthaven"] = {
["Thunder Bluff"] = 400,
["Warsong Hold"] = {
["Death's Rise"] = 207,
["Transitus Shield"] = 72,
["The Argent Vanguard"] = 317,
["Grom'arsh Crash-Site"] = 392,
["Nesingwary Base Camp"] = 117,
["Dalaran"] = 145,
["Argent Tournament Grounds"] = 376,
["Crusaders' Pinnacle"] = 323,
["Unu'pe"] = 93,
["Warsong Camp"] = 158,
["Agmar's Hammer"] = 176,
["Camp Oneqwah"] = 421,
["Vengeance Landing"] = 477,
["Bouldercrag's Refuge"] = 420,
["Bor'gorok Outpost"] = 68,
["Kor'koron Vanguard"] = 239,
["Kamagua"] = 394,
["River's Heart"] = 125,
["The Argent Stand"] = 391,
["Taunka'le Village"] = 87,
["Wyrmrest Temple"] = 225,
["Amber Ledge"] = 36,
["K3"] = 317,
["Venomspite"] = 262,
["Moa'ki"] = 211,
["Zim'Torga"] = 432,
},
["Aktar's Post"] = {
["Malo's Lookout"] = 31,
["The Iron Front"] = 34,
["Vault of the Earth"] = 52,
["Frostwall Garrison"] = 117,
["Warspear"] = 111,
["Sha'naari Refuge"] = 26,
["Vol'mar"] = 56,
["Beastwatch"] = 51,
["Exile's Rise"] = 87,
["Bastion Rise"] = 26,
["Fuselight"] = {
["Undercity"] = 520,
["Dragon's Mouth"] = 51,
["Light's Hope Chapel"] = 358,
["Bloodwatcher Point"] = 19,
["Farstrider Lodge"] = 49,
["Dustwind Dig"] = 19,
["New Kargath"] = 50,
["Revantusk Village"] = 388,
["Hammerfall"] = 301,
["Bogpaddle"] = 221,
["Booty Bay"] = 350,
["Hiri'watha Research Station"] = 352,
["Thorium Point"] = 112,
["Iron Summit"] = 136,
},
["Bouldercrag's Refuge"] = {
["Death's Rise"] = 189,
3708,8 → 3661,8
["K3"] = 127,
["Dun Nifflelem"] = 148,
["Venomspite"] = 269,
["Dalaran"] = 151,
["Agmar's Hammer"] = 264,
["Dalaran"] = 151,
["Moa'ki"] = 299,
["New Agamand"] = 407,
},
3729,25 → 3682,25
["Warsong Hold"] = 201,
["Bor'gorok Outpost"] = 62,
["K3"] = 246,
["Venomspite"] = 406,
["The Shadow Vault"] = 280,
["Fizzcrank Airstrip"] = 69,
["Camp Oneqwah"] = 626,
["Taunka'le Village"] = 140,
["Wyrmrest Temple"] = 234,
["Kor'kron Vanguard"] = 263,
["Dalaran"] = 201,
["Valiance Landing Camp"] = 0,
["Camp Oneqwah"] = 626,
["Fizzcrank Airstrip"] = 69,
["The Shadow Vault"] = 280,
["Venomspite"] = 406,
},
["Iron Docks"] = {
["Beastwatch"] = 72,
["Warspear"] = 155,
["Frostwall Garrison"] = 135,
["Rilzit's Holdfast"] = 172,
["Vault of the Earth"] = 125,
["Warspear"] = 155,
["Skysea Point"] = 30,
["Rilzit's Holdfast"] = 172,
["Exile's Rise"] = 209,
["Skysea Ridge"] = 28,
["Frostwall Garrison"] = 135,
["Exile's Rise"] = 209,
["Beastwatch"] = 72,
},
["Gloaming Reef"] = {
["Shackle's Den"] = 98,
3759,180 → 3712,219
["Meredil"] = 112,
["Illidari Perch"] = 77,
["Bradensbrook"] = 27,
["Sylvan Falls"] = 111,
["Challiane's Terrace"] = 48,
["Sylvan Falls"] = 111,
},
["Vermillion Redoubt"] = {
["Dragonmaw Port"] = 78,
["Bloodgulch"] = 41,
["Hammerfall"] = 109,
["Iron Summit"] = 179,
["Thunder Totem"] = {
["Shackle's Den"] = 130,
["Shipwreck Cove"] = 73,
["Felblaze Ingress"] = 102,
["Trueshot Lodge"] = 36,
["Lorlathil"] = 98,
["Meredil"] = 79,
["Dalaran"] = 135,
["Ironhorn Enclave"] = 46,
["Irongrove Retreat"] = 65,
["Valdisdall"] = 90,
["Azurewing Repose"] = 112,
["The Witchwood"] = 35,
["Garden of the Moon"] = 81,
["Felbane Camp"] = 56,
["Stonehoof Watch"] = 31,
["Stormtorn Foothills"] = 72,
["Nesingwary"] = 20,
["Sylvan Falls"] = 28,
["Skyhorn"] = 31,
["Bradensbrook"] = 67,
["Cullen's Post"] = 69,
["Illidari Stand"] = 126,
["Forsaken Foothold"] = 50,
["Obsidian Overlook"] = 48,
},
["Stonehoof Watch"] = {
["Lorlathil"] = 122,
["Ironhorn Enclave"] = 37,
["Illidari Stand"] = 151,
["The Witchwood"] = 57,
["Forsaken Foothold"] = 24,
["Wardens' Redoubt"] = 164,
["Valdisdall"] = 67,
["Cullen's Post"] = 45,
["Skyhorn"] = 30,
["Thunder Totem"] = 28,
["Trueshot Lodge"] = 58,
["Stormtorn Foothills"] = 48,
["Challiane's Terrace"] = 139,
["Starsong Refuge"] = 88,
["Sylvan Falls"] = 53,
["Felbane Camp"] = 75,
["Starsong Refuge"] = 88,
["Skyhorn"] = 30,
["Illidari Stand"] = 151,
["Ironhorn Enclave"] = 37,
["Lorlathil"] = 122,
["Challiane's Terrace"] = 139,
["Cullen's Post"] = 45,
["Wardens' Redoubt"] = 164,
["Forsaken Foothold"] = 24,
["Valdisdall"] = 67,
},
["Gao-Ran Battlefront"] = {
["Stoneplow"] = 311,
["Dawnchaser Retreat"] = 150,
["Shrine of Two Moons"] = 109,
["Rensai's Watchpost"] = 51,
["Shado-Pan Fallback"] = 40,
["Longying Outpost"] = 19,
["Serpent's Spine"] = 170,
["Shado-Pan Garrison"] = 72,
["Temple of the White Tiger"] = 167,
["Halfhill"] = 181,
["The Sunset Brewgarden"] = 33,
["Trueshot Lodge"] = {
["Shackle's Den"] = 129,
["Felblaze Ingress"] = 101,
["Meredil"] = 80,
["Irongrove Retreat"] = 63,
["Challiane's Terrace"] = 112,
["Garden of the Moon"] = 79,
["Starsong Refuge"] = 61,
["Felbane Camp"] = 33,
["Sylvan Falls"] = 29,
["Cullen's Post"] = 91,
["Illidari Stand"] = 125,
["Nastrondir"] = 86,
["Shipwreck Cove"] = 57,
["Lorlathil"] = 95,
["Eastern Suramar"] = 163,
["Isle of the Watchers"] = 205,
["Bradensbrook"] = 98,
["Ironhorn Enclave"] = 70,
["Western Suramar"] = 216,
["Azurewing Repose"] = 111,
["Thorim's Peak"] = 141,
["Crimson Thicket"] = 100,
["Thunder Totem"] = 35,
["The Witchwood"] = 20,
["Stormtorn Foothills"] = 95,
["Nesingwary"] = 24,
["Stonehoof Watch"] = 53,
["Illidari Perch"] = 140,
["Valdisdall"] = 115,
["Skyhorn"] = 39,
["Dalaran"] = 143,
["Forsaken Foothold"] = 76,
["The Dreamgrove"] = 49,
},
["Skyhorn"] = {
["Shackle's Den"] = 150,
["Shipwreck Cove"] = 70,
["Trueshot Lodge"] = 42,
["Meredil"] = 98,
["Crimson Thicket"] = 98,
["Watchers' Aerie"] = 173,
["Dalaran"] = 155,
["Ironhorn Enclave"] = 56,
["Dreadwake's Landing"] = 94,
["Bradensbrook"] = 120,
["Ironhorn Enclave"] = 56,
["Wardens' Redoubt"] = 168,
["Watchers' Aerie"] = 173,
["Illidari Stand"] = 145,
["The Witchwood"] = 45,
["Thunder Totem"] = 29,
["Obsidian Overlook"] = 68,
["Challiane's Terrace"] = 133,
["The Witchwood"] = 45,
["Stormtorn Foothills"] = 63,
["Valdisdall"] = 84,
["Prepfoot"] = 36,
["Starsong Refuge"] = 83,
["Stonehoof Watch"] = 34,
["Stormtorn Foothills"] = 63,
["Nesingwary"] = 33,
["Sylvan Falls"] = 48,
["Felbane Camp"] = 66,
["Nesingwary"] = 33,
["Stonehoof Watch"] = 34,
["Obsidian Overlook"] = 68,
["Thunder Totem"] = 29,
["Valdisdall"] = 84,
["Cullen's Post"] = 71,
["Illidari Stand"] = 145,
["Wardens' Redoubt"] = 168,
["Forsaken Foothold"] = 45,
["Dalaran"] = 155,
["Crimson Thicket"] = 98,
},
["Watchers' Aerie"] = {
["Shackle's Den"] = 30,
["Meredil"] = 91,
["Azurewing Repose"] = 62,
["Wardens' Redoubt"] = 18,
["Illidari Perch"] = 51,
["Illidari Stand"] = 44,
["Illidari Perch"] = 51,
},
["The Menders' Stead"] = {
["Thondroril River"] = 37,
["Undercity"] = 152,
["Hearthglen"] = 44,
["Brill"] = 110,
["Fuselight"] = 451,
["The Bulwark"] = 63,
["Galen's Fall"] = 188,
["Crown Guard Tower"] = 81,
["Chillwind Camp"] = 43,
["Andorhal"] = 26,
["Prepfoot"] = {
["Shipwreck Cove"] = 47,
["Trueshot Lodge"] = 66,
["Meredil"] = 130,
["Bradensbrook"] = 151,
["Azurewing Repose"] = 164,
["The Witchwood"] = 54,
["Garden of the Moon"] = 133,
["Thunder Totem"] = 61,
["Obsidian Overlook"] = 100,
["Stormtorn Foothills"] = 60,
["Sylvan Falls"] = 80,
["Stonehoof Watch"] = 62,
["Illidari Perch"] = 193,
["Skyhorn"] = 43,
["Cullen's Post"] = 73,
["Crimson Thicket"] = 100,
["Forsaken Foothold"] = 49,
["Valdisdall"] = 80,
},
["Sen'jin Village"] = {
["Crossroads"] = 208,
["Razor Hill"] = 30,
["Orgrimmar"] = 95,
["Wildheart Point"] = 311,
["Mudsprocket"] = 367,
["Nozzlepot's Outpost"] = 151,
["Krom'gar Fortress"] = 317,
["Ratchet"] = 207,
["Orgrimmar"] = 95,
["Razor Hill"] = 30,
},
["Silverwind Refuge"] = {
["Hellscream's Watch"] = 43,
["Whisperwind Grove"] = 229,
["Ratchet"] = 266,
["Splintertree Post"] = 66,
["The Crossroads"] = 132,
["Sun Rock Retreat"] = 121,
["Nordrassil"] = 331,
["Bloodhoof Village"] = 289,
["Ratchet"] = 266,
["Hellscream's Watch"] = 43,
["The Mor'Shan Ramparts"] = 69,
["Nozzlepot's Outpost"] = 126,
["Malaka'jin"] = 144,
["Krom'gar Fortress"] = 76,
["Zoram'gar Outpost"] = 226,
["Thunder Bluff"] = 189,
["Karnum's Glade"] = 229,
["Thunder Bluff"] = 189,
["Zoram'gar Outpost"] = 226,
["Splintertree Post"] = 66,
["Whisperwind Grove"] = 229,
["Orgrimmar"] = 160,
},
["Booty Bay"] = {
["Hardwrench Hideaway"] = 41,
["Refuge Pointe"] = 740,
["Thorium Point"] = 305,
["Southpoint Gate"] = 721,
["Hammerfall"] = 567,
["Flamestar Post"] = 315,
["Chillwind Camp"] = 773,
["Bogpaddle"] = 282,
["Sunveil Excursion"] = 170,
["Undercity"] = 812,
["Dreadmaul Hold"] = 229,
["Flame Crest"] = 272,
["Andorhal"] = 684,
["Stonard"] = 238,
["Tarren Mill"] = 668,
["Grom'gol"] = 75,
["New Kargath"] = 308,
["Light's Hope Chapel"] = 755,
["Bambala"] = 114,
["Bloodwatcher Point"] = 353,
["Chiselgrip"] = 281,
["Kargath"] = 314,
["Revantusk Village"] = 666,
["Southshore"] = 753,
["Apexis Excavation"] = {
["Frostwall Garrison"] = 147,
["Wor'var"] = 101,
["Warspear"] = 203,
["Zangarra"] = 97,
["Crow's Crook"] = 25,
["Darktide Roost"] = 104,
["Axefall"] = 27,
["Veil Terokk"] = 27,
["Beastwatch"] = 148,
},
["The Ring of Trials"] = {
["Throne of the Elements"] = 27,
["Frostwall Garrison"] = 63,
["Vol'jin's Pride"] = 98,
["Joz's Rylaks"] = 42,
["Beastwatch"] = 110,
["Wor'var"] = 19,
["Nivek's Overlook"] = 50,
["Vol'mar"] = 151,
["Warspear"] = 205,
["Exile's Rise"] = 137,
["Riverside Post"] = 49,
["Serpent's Spine"] = {
["The Sunset Brewgarden"] = 54,
["Winter's Blossom"] = 0,
["The Arboretum"] = 287,
["Shado-Pan Fallback"] = 157,
["Shrine of Two Moons"] = 59,
["Halfhill"] = 131,
["Klaxxi'vess"] = 53,
["Shado-Pan Garrison"] = 87,
["Longying Outpost"] = 0,
["Shrine of Seven Stars"] = 70,
["Jade Temple Grounds"] = 297,
["Huojin Landing"] = 346,
["Cradle of Chi-Ji"] = 162,
["Gao-Ran Battlefront"] = 0,
["Soggy's Gamble"] = 73,
["Thunder Cleft"] = 206,
},
["Nesingwary Base Camp"] = {
["Death's Rise"] = 91,
["Ulduar"] = 523,
["Transitus Shield"] = 228,
["Light's Breach"] = 530,
["The Argent Vanguard"] = 265,
["Gundrak"] = 699,
["Argent Tournament Grounds"] = 261,
["Dalaran"] = 243,
["River's Heart"] = 51,
["Warsong Camp"] = 191,
["Agmar's Hammer"] = 228,
["Warsong Hold"] = 199,
["Bor'gorok Outpost"] = 62,
["Amber Ledge"] = 176,
["K3"] = 432,
["Taunka'le Village"] = 138,
["Moa'ki"] = 427,
["Fizzcrank Airstrip"] = 77,
["Challiane's Terrace"] = {
["Shackle's Den"] = 62,
["Felblaze Ingress"] = 46,
["Lorlathil"] = 33,
["Meredil"] = 57,
["Bradensbrook"] = 38,
["Azurewing Repose"] = 34,
["Valdisdall"] = 137,
["Starsong Refuge"] = 87,
["Gloaming Reef"] = 37,
["Felbane Camp"] = 152,
["Sylvan Falls"] = 118,
["Illidari Perch"] = 45,
["Illidari Stand"] = 51,
["Cullen's Post"] = 114,
["Wardens' Redoubt"] = 74,
["Forsaken Foothold"] = 179,
["The Witchwood"] = 157,
},
["Cullen's Post"] = {
["Shackle's Den"] = 130,
3946,18 → 3938,18
["Ironhorn Enclave"] = 56,
["Irongrove Retreat"] = 85,
["The Witchwood"] = 100,
["Crimson Thicket"] = 35,
["Starsong Refuge"] = 72,
["Thunder Totem"] = 71,
["Stormtorn Foothills"] = 36,
["Felbane Camp"] = 118,
["Stormtorn Foothills"] = 36,
["Wardens' Redoubt"] = 146,
["Illidari Stand"] = 130,
["Sylvan Falls"] = 92,
["Stonehoof Watch"] = 48,
["Valdisdall"] = 30,
["Skyhorn"] = 73,
["Illidari Stand"] = 130,
["Wardens' Redoubt"] = 146,
["Forsaken Foothold"] = 35,
["Starsong Refuge"] = 72,
["Crimson Thicket"] = 35,
},
["Mok'Nathal Village"] = {
["Evergrove"] = 88,
3965,18 → 3957,26
["Shattrath"] = 160,
["Swamprat Post"] = 74,
["Hellfire Peninsula"] = 279,
["Falcon Watch"] = 136,
["The Stormspire"] = 104,
["Stonebreaker Hold"] = 228,
["Zabra'jin"] = 185,
["Thunderlord Stronghold"] = 63,
["Area 52"] = 57,
["Cosmowrench"] = 122,
["Zabra'jin"] = 185,
["Stonebreaker Hold"] = 228,
["Falcon Watch"] = 136,
["The Stormspire"] = 104,
},
["Grove of Aessina"] = {
["Nordrassil"] = 82,
["Shrine of Aviana"] = 44,
["Orgrimmar"] = 171,
["Retribution Point"] = {
["Darkspear's Edge"] = 151,
["Frostwall Garrison"] = 128,
["Vol'jin's Pride"] = 78,
["Exarch's Refuge"] = 29,
["Beastwatch"] = 132,
["Zangarra"] = 80,
["Shattrath City"] = 58,
["Pinchwhistle Gearworks"] = 93,
["Wolf's Stand"] = 136,
["Veil Terokk"] = 62,
["Warspear"] = 205,
},
["Falconwing Square"] = {
["Silvermoon City"] = 18,
3999,8 → 3999,8
["Klaxxi'vess"] = 80,
["Halfhill"] = 51,
["Marista"] = 95,
["Cradle of Chi-Ji"] = 63,
["Serpent's Spine"] = 229,
["Cradle of Chi-Ji"] = 63,
["Shado-Pan Garrison"] = 255,
["Sentinel Basecamp"] = 27,
["The Sunset Brewgarden"] = 126,
4011,34 → 4011,17
["Shattrath"] = 185,
["Swamprat Post"] = 198,
["Hellfire Peninsula"] = 133,
["Falcon Watch"] = 129,
["The Stormspire"] = 373,
["Stonebreaker Hold"] = 190,
["Zabra'jin"] = 280,
["Thrallmar"] = 62,
["Area 52"] = 327,
["Shadowmoon Village"] = 255,
["Zabra'jin"] = 280,
["Stonebreaker Hold"] = 190,
["Falcon Watch"] = 129,
["The Stormspire"] = 373,
},
["Freewind Post"] = {
["Marshal's Refuge"] = 194,
["Bloodvenom Post"] = 431,
["Moonglade"] = 592,
["Shadowprey Village"] = 323,
["Ratchet"] = 184,
["Brackenwall Village"] = 96,
["Everlook"] = 491,
["Orgrimmar"] = 278,
["Gadgetzan"] = 93,
["Camp Taurajo"] = 137,
["Zoram'gar Outpost"] = 419,
["Mudsprocket"] = 69,
["Sun Rock Retreat"] = 332,
["Crossroads"] = 192,
["Valormok"] = 359,
["Thunder Bluff"] = 220,
["Cenarion Hold"] = 256,
["Splintertree Post"] = 349,
["Camp Mojache"] = 123,
["Stygian Bounty"] = {
["Silver Tide Hollow"] = 74,
["Sandy Beach"] = 51,
},
["Camp Winterhoof"] = {
["Apothecary Camp"] = 56,
4055,27 → 4038,49
["The Argent Stand"] = 157,
["Crusaders' Pinnacle"] = 283,
["Sunreaver's Command"] = 216,
["Grom'arsh Crash-Site"] = 305,
["Agmar's Hammer"] = 295,
["Kamagua"] = 110,
["Agmar's Hammer"] = 295,
["Grom'arsh Crash-Site"] = 305,
["Moa'ki"] = 60,
["New Agamand"] = 80,
},
["Dreadwake's Landing"] = {
["Crimson Thicket"] = 59,
["The Witchwood"] = 125,
["Lorlathil"] = 157,
["Stonehoof Watch"] = 72,
["Gloaming Reef"] = 169,
["Stormtorn Foothills"] = 45,
["Wardens' Redoubt"] = 169,
["Sylvan Falls"] = 116,
["Meredil"] = 94,
["Hafr Fjall"] = 30,
["Cullen's Post"] = 29,
["Dalaran"] = 120,
["Forsaken Foothold"] = 58,
["Valdisdall"] = 28,
["Light's Hope Chapel"] = {
["Kargath"] = 494,
["Eastwall Tower"] = 23,
["Strahnbrad"] = 214,
["The Forsaken Front"] = 300,
["Light's Shield Tower"] = 34,
["Revantusk Village"] = 141,
["Hammerfall"] = 234,
["Silvermoon City"] = 185,
["Chillwind Camp"] = 149,
["Undercity"] = 254,
["Zul'Aman"] = 113,
["Stonard"] = 717,
["Tarren Mill"] = 301,
["The Bulwark"] = 174,
["Crown Guard Tower"] = 64,
["Stormfeather Outpost"] = 96,
["Falconwing Square"] = 2,
["The Menders' Stead"] = 133,
["Acherus: The Ebon Hold"] = 64,
["Fuselight"] = 322,
["Thorium Point"] = 467,
["Aerie Peak"] = 162,
["Southpoint Gate"] = 262,
["Booty Bay"] = 789,
["The Sepulcher"] = 367,
["Thondroril River"] = 94,
["Shattered Sun Staging Area"] = 460,
["Ironforge"] = 369,
["Flame Crest"] = 560,
["Thondoril River"] = 99,
["Tranquillien"] = 119,
["Grom'gol"] = 731,
["Plaguewood Tower"] = 87,
["Hearthglen"] = 149,
["Bloodgulch"] = 500,
["Andorhal"] = 158,
},
["Area 52"] = {
["Evergrove"] = 80,
4109,40 → 4114,40
["Shipwreck Cove"] = 165,
["Felblaze Ingress"] = 63,
["Trueshot Lodge"] = 111,
["Bradensbrook"] = 30,
["Challiane's Terrace"] = 44,
["Valdisdall"] = 152,
["The Witchwood"] = 127,
["Meredil"] = 69,
["Illidari Stand"] = 74,
["Wardens' Redoubt"] = 100,
["Hafr Fjall"] = 135,
["Cullen's Post"] = 129,
["Dalaran"] = 111,
["Skyhorn"] = 133,
["Bradensbrook"] = 30,
["Watchers' Aerie"] = 109,
["Irongrove Retreat"] = 51,
["Thunder Totem"] = 111,
["Sylvan Falls"] = 89,
["Felbane Camp"] = 122,
["Stonehoof Watch"] = 131,
["Azurewing Repose"] = 59,
["The Witchwood"] = 127,
["Challiane's Terrace"] = 44,
["Garden of the Moon"] = 23,
["Starsong Refuge"] = 57,
["Thunder Totem"] = 111,
["Gloaming Reef"] = 52,
["Obsidian Overlook"] = 84,
["Nesingwary"] = 112,
["Stonehoof Watch"] = 131,
["Sylvan Falls"] = 89,
["Illidari Perch"] = 72,
["Felbane Camp"] = 122,
["Skyhorn"] = 133,
["Wardens' Redoubt"] = 100,
["Starsong Refuge"] = 57,
["Cullen's Post"] = 129,
["Illidari Stand"] = 74,
["Forsaken Foothold"] = 64,
["Valdisdall"] = 152,
["Dalaran"] = 111,
},
["Wor'gol"] = {
["Bloodmaul Slag Mines"] = 76,
["Warspear"] = 223,
["Bladespire Citadel"] = 31,
["Stonefang Outpost"] = 37,
["Frostwall Garrison"] = 50,
["Beastwatch"] = 120,
["Bladespire Fortress"] = 34,
["Beastwatch"] = 120,
["Frostwall Garrison"] = 50,
["Stonefang Outpost"] = 37,
["Warspear"] = 223,
},
["Southpoint Gate"] = {
["Eastwall Tower"] = 264,
4162,24 → 4167,24
["Hiri'watha Research Station"] = 164,
["Tranquillien"] = 381,
["Plaguewood Tower"] = 263,
["Ruins of Southshore"] = 37,
["Crown Guard Tower"] = 212,
["Strahnbrad"] = 89,
["Crown Guard Tower"] = 212,
["Ruins of Southshore"] = 37,
},
["Jade Temple Grounds"] = {
["Domination Point"] = 216,
["The Arboretum"] = 38,
["Shrine of Two Moons"] = 169,
["Serpent's Overlook"] = 82,
["Pearlfin Village"] = 0,
["Pang's Stead"] = 149,
["Halfhill"] = 171,
["Paw'Don Village"] = 0,
["Tian Monastery"] = 120,
["Dawn's Blossom"] = 0,
["Shado-Pan Garrison"] = 373,
["Serpent's Spine"] = 272,
["Shado-Pan Garrison"] = 373,
["Zhu's Watch"] = 156,
["Dawn's Blossom"] = 0,
["Pearlfin Village"] = 0,
["Tian Monastery"] = 120,
["Serpent's Overlook"] = 82,
},
["Honeydew Village"] = {
["Stoneplow"] = 199,
4205,42 → 4210,52
["Marista"] = 317,
["Longying Outpost"] = 195,
["Shado-Pan Garrison"] = 87,
["One Keg"] = 120,
["Tian Monastery"] = 43,
["One Keg"] = 120,
["Serpent's Overlook"] = 144,
},
["Everbloom Wilds"] = {
["Vault of the Earth"] = 87,
["Frostwall Garrison"] = 103,
["Everbloom Overlook"] = 34,
["Breaker's Crown"] = 29,
["Warspear"] = 115,
["Beastwatch"] = 48,
["Shattrath City"] = 119,
["Vol'mar"] = 88,
["Retribution Point"] = 150,
["Exile's Rise"] = 190,
["Terokkar Refuge"] = 137,
["Dreadwake's Landing"] = {
["Crimson Thicket"] = 59,
["The Witchwood"] = 125,
["Valdisdall"] = 28,
["Sylvan Falls"] = 116,
["Gloaming Reef"] = 169,
["Lorlathil"] = 157,
["Dalaran"] = 120,
["Stonehoof Watch"] = 72,
["Meredil"] = 94,
["Hafr Fjall"] = 30,
["Cullen's Post"] = 29,
["Wardens' Redoubt"] = 169,
["Forsaken Foothold"] = 58,
["Stormtorn Foothills"] = 45,
},
["Rensai's Watchpost"] = {
["Longying Outpost"] = 49,
["Serpent's Spine"] = 157,
["Kota Basecamp"] = 102,
["Klaxxi'vess"] = 133,
["Shrine of Two Moons"] = 149,
["Shado-Pan Garrison"] = 22,
["Gao-Ran Battlefront"] = 44,
["Halfhill"] = 302,
["Bilgewater Harbor"] = {
["Crossroads"] = 235,
["The Crossroads"] = 234,
["Sun Rock Retreat"] = 322,
["Orgrimmar"] = 98,
["Cliffwalker Post"] = 311,
["Ratchet"] = 211,
["Thunder Bluff"] = 304,
["Nozzlepot's Outpost"] = 153,
["Southern Rocketway"] = 32,
["Northern Rocketway"] = 52,
["Everlook"] = 149,
["Valormok"] = 84,
["The Sludgewerks"] = 324,
["Splintertree Post"] = 149,
["Razor Hill"] = 153,
},
["Exile's Rise"] = {
["Socrethar's Rise"] = 59,
["Beastwatch"] = 140,
["Warspear"] = 117,
["Veil Terokk"] = 84,
["Wor'var"] = 128,
["Darktide Roost"] = 63,
["Crow's Crook"] = 76,
["Darktide Roost"] = 63,
["Frostwall Garrison"] = 164,
["Wor'var"] = 128,
["Socrethar's Rise"] = 59,
["Veil Terokk"] = 84,
["Warspear"] = 117,
},
["Sandy Beach"] = {
["Brill"] = 347,
4262,16 → 4277,17
["Bogpaddle"] = 45,
["Undercity"] = 728,
["Zul'Aman"] = 815,
["Shattered Landing"] = 57,
["Tarren Mill"] = 608,
["Chiselgrip"] = 159,
["New Kargath"] = 181,
["The Bulwark"] = 639,
["Kargath"] = 231,
["Bambala"] = 226,
["Dreadmaul Hold"] = 27,
["Ruins of Southshore"] = 598,
["Grom'gol"] = 169,
["Eastpoint Tower"] = 574,
["Grom'gol"] = 169,
["Ruins of Southshore"] = 598,
["Dreadmaul Hold"] = 27,
["Kargath"] = 231,
["The Bulwark"] = 639,
},
["Shattered Sun Staging Area"] = {
["Undercity"] = 598,
4280,77 → 4296,64
["Northpass Tower"] = 455,
["Tarren Mill"] = 532,
["Stonard"] = 1016,
["Shattered Sun Staging Area"] = 254,
["The Sin'loren"] = 59,
["Kargath"] = 822,
["Tranquillien"] = 231,
["Plaguewood Tower"] = 432,
["Crown Guard Tower"] = 401,
["Tranquillien"] = 231,
["Silvermoon City"] = 167,
["Plaguewood Tower"] = 432,
["Kargath"] = 822,
["The Sin'loren"] = 59,
["Shattered Sun Staging Area"] = 254,
["Falconwing Square"] = 193,
},
["Death's Rise"] = {
["Camp Oneqwah"] = 454,
["The Shadow Vault"] = 94,
["Crusaders' Pinnacle"] = 214,
["Valiance Landing Camp"] = 0,
["The Argent Stand"] = 369,
["K3"] = 283,
["Gundrak"] = 465,
["Grom'arsh Crash-Site"] = 254,
["Taunka'le Village"] = 195,
["Nesingwary Base Camp"] = 118,
["Dalaran"] = 208,
["Argent Tournament Grounds"] = 170,
["Bouldercrag's Refuge"] = 214,
["River's Heart"] = 117,
["Warsong Camp"] = 0,
["Western Suramar"] = {
["Eastern Suramar"] = 61,
["The Dreamgrove"] = 226,
["Trueshot Lodge"] = 149,
["Isle of the Watchers"] = 67,
},
["Bladespire Citadel"] = {
["Wor'gol"] = 27,
["Warspear"] = 216,
["Bloodmaul Slag Mines"] = 59,
["Stonefang Outpost"] = 29,
["Throm'Var"] = 39,
["Frostwall Garrison"] = 44,
["Beastwatch"] = 115,
["Stonefang Outpost"] = 29,
["Bloodmaul Slag Mines"] = 59,
},
["Wildheart Point"] = {
["Moonglade"] = 165,
["Mudsprocket"] = 480,
["Everlook"] = 211,
["Sun Rock Retreat"] = 216,
["Nordrassil"] = 294,
["Hunter's Hill"] = 273,
["Hellscream's Watch"] = 104,
["Zoram'gar Outpost"] = 169,
["Emerald Sanctuary"] = 34,
["Valormok"] = 181,
["Grove of the Ancients"] = 52,
["Ethel Rethor"] = 325,
["Thunder Bluff"] = 330,
["Irontree Clearing"] = 106,
["Whisperwind Grove"] = 67,
["Orgrimmar"] = 210,
["Camp Tunka'lo"] = {
["Camp Oneqwah"] = 181,
["Ulduar"] = 74,
["Dun Niffelem"] = 46,
["The Argent Stand"] = 151,
["K3"] = 114,
["Dun Nifflelem"] = 45,
["Dalaran"] = 185,
["Sunreaver's Command"] = 152,
["Bouldercrag's Refuge"] = 121,
["Zim'Torga"] = 99,
["Grom'arsh Crash-Site"] = 100,
},
["Garadar"] = {
["Evergrove"] = 203,
["Area 52"] = 274,
["Hellfire Peninsula"] = 270,
["Thunderlord Stronghold"] = 177,
["Shadowmoon Village"] = 210,
["Falcon Watch"] = 126,
["Stonebreaker Hold"] = 64,
["Shattrath"] = 77,
["Spinebreaker Ridge"] = 266,
["Swamprat Post"] = 156,
["Altar of Sha'tar"] = 290,
["Cosmowrench"] = 339,
["Thrallmar"] = 199,
["The Stormspire"] = 322,
["Mok'Nathal Village"] = 227,
["Zabra'jin"] = 67,
["Sanctum of the Stars"] = 274,
["Shipwreck Cove"] = {
["Trueshot Lodge"] = 62,
["Lorlathil"] = 149,
["Meredil"] = 134,
["Dreadwake's Landing"] = 128,
["Dalaran"] = 197,
["Ironhorn Enclave"] = 117,
["Irongrove Retreat"] = 118,
["The Witchwood"] = 50,
["Prepfoot"] = 45,
["Starsong Refuge"] = 115,
["Gloaming Reef"] = 173,
["Felbane Camp"] = 42,
["Nesingwary"] = 70,
["Stonehoof Watch"] = 90,
["Valdisdall"] = 110,
["Wardens' Redoubt"] = 200,
["Skyhorn"] = 63,
["Illidari Stand"] = 178,
["Forsaken Foothold"] = 82,
["Thunder Totem"] = 83,
},
["Shado-Pan Fallback"] = {
["Eastwind Rest"] = 45,
4362,26 → 4365,9
["Kota Basecamp"] = 31,
["Westwind Rest"] = 0,
["Serpent's Spine"] = 70,
["Halfhill"] = 162,
["Shado-Pan Garrison"] = 108,
["Halfhill"] = 162,
},
["Nesingwary"] = {
["Thunder Totem"] = 22,
["Stonehoof Watch"] = 41,
["The Witchwood"] = 24,
["Illidari Stand"] = 126,
["Starsong Refuge"] = 64,
["Trueshot Lodge"] = 27,
["Felbane Camp"] = 42,
["Cullen's Post"] = 78,
["Sylvan Falls"] = 29,
["Meredil"] = 81,
["Dalaran"] = 144,
["Skyhorn"] = 39,
["Bradensbrook"] = 100,
["Forsaken Foothold"] = 60,
["Lorlathil"] = 98,
},
["The Argent Stand"] = {
["Death's Rise"] = 345,
["Ebon Watch"] = 53,
4397,39 → 4383,40
["Vengeance Landing"] = 205,
["Bor'gorok Outpost"] = 396,
["K3"] = 94,
["Camp Winterhoof"] = 147,
["Westfall Brigade"] = 71,
["Taunka'le Village"] = 323,
["Camp Oneqwah"] = 99,
["Camp Tunka'lo"] = 136,
["River's Heart"] = 318,
["Dalaran"] = 120,
["Zim'Torga"] = 41,
["Dalaran"] = 120,
["River's Heart"] = 318,
["Camp Tunka'lo"] = 136,
["Camp Oneqwah"] = 99,
["Westfall Brigade"] = 71,
["Camp Winterhoof"] = 147,
},
["Razor Hill"] = {
["Crossroads"] = 171,
["Mudsprocket"] = 347,
["Bilgewater Harbor"] = 173,
["Ratchet"] = 172,
["Malaka'jin"] = 286,
["Everlook"] = 310,
["Orgrimmar"] = 59,
["Zoram'gar Outpost"] = 291,
["Gadgetzan"] = 400,
["Splintertree Post"] = 152,
["Sen'jin Village"] = 29,
["Bloodhoof Village"] = 327,
["Hellscream's Watch"] = 219,
["The Mor'Shan Ramparts"] = 159,
["Nozzlepot's Outpost"] = 115,
["Valormok"] = 114,
["Desolation Hold"] = 282,
["Southern Rocketway"] = 152,
["Thunder Bluff"] = 284,
["Shrine of Aessina"] = 276,
["Sanctuary of Malorne"] = 271,
["The Crossroads"] = 171,
["Nesingwary"] = {
["Lorlathil"] = 98,
["Sylvan Falls"] = 29,
["The Witchwood"] = 24,
["Bradensbrook"] = 100,
["Thunder Totem"] = 22,
["Trueshot Lodge"] = 27,
["Felbane Camp"] = 42,
["Skyhorn"] = 39,
["Stonehoof Watch"] = 41,
["Dalaran"] = 144,
["Meredil"] = 81,
["Cullen's Post"] = 78,
["Illidari Stand"] = 126,
["Forsaken Foothold"] = 60,
["Starsong Refuge"] = 64,
},
["Akeeta's Hovel"] = {
["Warspear"] = 156,
["Talon Watch"] = 38,
["Darktide Roost"] = 68,
["Frostwall Garrison"] = 143,
["Exile's Rise"] = 52,
["Beastwatch"] = 127,
},
["Shadowmoon Village"] = {
["Evergrove"] = 338,
["Stonebreaker Hold"] = 73,
4437,13 → 4424,13
["Swamprat Post"] = 205,
["Area 52"] = 331,
["Hellfire Peninsula"] = 267,
["Zabra'jin"] = 262,
["The Stormspire"] = 384,
["Garadar"] = 207,
["Thrallmar"] = 196,
["Thunderlord Stronghold"] = 311,
["Altar of Sha'tar"] = 84,
["Thunderlord Stronghold"] = 311,
["Thrallmar"] = 196,
["Mok'Nathal Village"] = 276,
["The Stormspire"] = 384,
["Zabra'jin"] = 262,
["Sanctum of the Stars"] = 65,
},
["Oasis of Vir'sar"] = {
4451,10 → 4438,10
["Bloodhoof Village"] = 762,
["Marshal's Stand"] = 265,
["Stonemaul Hold"] = 29,
["Mossy Pile"] = 224,
["Ramkahen"] = 121,
["Ethel Rethor"] = 593,
["Camp Ataya"] = 362,
["Mossy Pile"] = 224,
["Thunder Bluff"] = 686,
["Cenarion Hold"] = 108,
["Bootlegger Outpost"] = 311,
4473,34 → 4460,34
["Talon Watch"] = 132,
["Malo's Lookout"] = 26,
["The Iron Front"] = 63,
["Bastion Rise"] = 65,
["Retribution Point"] = 161,
["Terokkar Refuge"] = 104,
["Crow's Crook"] = 140,
["Evermorn Springs"] = 76,
["Nivek's Overlook"] = 188,
["Beastwatch"] = 91,
["Sha'naari Refuge"] = 47,
["Shattrath City"] = 124,
["Skysea Ridge"] = 113,
["Shattrath City"] = 124,
["Frostwolf Overlook"] = 98,
["Warspear"] = 60,
["Frostwolf Overlook"] = 98,
["Nivek's Overlook"] = 188,
["Evermorn Springs"] = 76,
["Crow's Crook"] = 140,
["Terokkar Refuge"] = 104,
["Retribution Point"] = 161,
["Bastion Rise"] = 65,
},
["Wardens' Redoubt"] = {
["Eye of Azshara"] = 61,
["Shackle's Den"] = 23,
["Azurewing Repose"] = 52,
["Valdisdall"] = 165,
["Thunder Totem"] = 159,
["Felblaze Ingress"] = 53,
["Thunder Totem"] = 159,
["Illidari Stand"] = 34,
["Dalaran"] = 77,
["Lorlathil"] = 91,
["Stonehoof Watch"] = 163,
["Sylvan Falls"] = 138,
["Stonehoof Watch"] = 163,
["Illidari Perch"] = 41,
["Meredil"] = 85,
["Cullen's Post"] = 142,
["Dalaran"] = 77,
["Illidari Stand"] = 34,
["Watchers' Aerie"] = 18,
["Irongrove Retreat"] = 90,
},
4510,14 → 4497,14
["Starsong Refuge"] = 116,
["Trueshot Lodge"] = 82,
["Stormtorn Foothills"] = 34,
["Cullen's Post"] = 35,
["Shield's Rest"] = 86,
["Meredil"] = 109,
["Dreadwake's Landing"] = 58,
["Skyhorn"] = 47,
["Hafr Fjall"] = 80,
["Skyhorn"] = 47,
["Cullen's Post"] = 35,
["Stonehoof Watch"] = 37,
["Ironhorn Enclave"] = 56,
["Shield's Rest"] = 86,
["Dreadwake's Landing"] = 58,
},
["The Sunset Brewgarden"] = {
["Dawnchaser Retreat"] = 131,
4530,23 → 4517,17
["Soggy's Gamble"] = 80,
["Thunder Cleft"] = 161,
},
["Hellfire Peninsula"] = {
["Evergrove"] = 321,
["Garadar"] = 253,
["Shattrath"] = 182,
["Spinebreaker Ridge"] = 125,
["Stonebreaker Hold"] = 188,
["Swamprat Post"] = 190,
["Zabra'jin"] = 271,
["Mok'Nathal Village"] = 261,
["Area 52"] = 316,
["Thrallmar"] = 59,
["Shadowmoon Village"] = 252,
["Thunderlord Stronghold"] = 295,
["Falcon Watch"] = 122,
["Cosmowrench"] = 381,
["The Stormspire"] = 364,
["Sanctum of the Stars"] = 316,
["Soggy's Gamble"] = {
["Tavern in the Mists"] = 254,
["Shrine of Two Moons"] = 139,
["Klaxxi'vess"] = 61,
["Halfhill"] = 159,
["The Sunset Brewgarden"] = 99,
["Honeydew Village"] = 272,
["Shado-Pan Garrison"] = 202,
["Serpent's Spine"] = 82,
["The Briny Muck"] = 44,
["Bozzle's Wreck"] = 331,
},
["Hardwrench Hideaway"] = {
["New Kargath"] = 280,
4572,25 → 4553,22
["Paw'Don Village"] = 0,
["Kota Basecamp"] = 236,
["Pearlfin Village"] = 0,
["Shrine of Seven Stars"] = 0,
["Honeydew Village"] = 88,
["Tushui Landing"] = 143,
["Honeydew Village"] = 88,
["Shrine of Seven Stars"] = 0,
["Serpent's Overlook"] = 37,
},
["Crown Guard Tower"] = {
["Thondroril River"] = 39,
["Undercity"] = 199,
["Eastwall Tower"] = 53,
["Light's Hope Chapel"] = 73,
["Northpass Tower"] = 61,
["The Forsaken Front"] = 245,
["Light's Shield Tower"] = 34,
["Southpoint Gate"] = 207,
["The Bulwark"] = 115,
["Plaguewood Tower"] = 52,
["The Sepulcher"] = 244,
["Brill"] = 162,
["The Menders' Stead"] = 77,
["Terokkar Refuge"] = {
["Frostwall Garrison"] = 109,
["Vol'jin's Pride"] = 34,
["Warspear"] = 161,
["Beastwatch"] = 89,
["Zangarra"] = 36,
["Everbloom Wilds"] = 121,
["Darktide Roost"] = 115,
["Exarch's Refuge"] = 31,
["Evermorn Springs"] = 66,
["Akeeta's Hovel"] = 46,
},
["Forsaken Rear Guard"] = {
["Thondroril River"] = 185,
4603,53 → 4581,46
["The Sepulcher"] = 30,
["The Forsaken Front"] = 54,
},
["Bambala"] = {
["Hardwrench Hideaway"] = 72,
["Stonard"] = 221,
["Tarren Mill"] = 652,
["Grom'gol"] = 47,
["New Kargath"] = 289,
["Dreadmaul Hold"] = 247,
["Booty Bay"] = 118,
["Chiselgrip"] = 254,
["Vermillion Redoubt"] = 477,
["Bogpaddle"] = 265,
["One Keg"] = {
["Eastwind Rest"] = 58,
["Tavern in the Mists"] = 132,
["Zouchin Village"] = 58,
["Longying Outpost"] = 141,
["Halfhill"] = 220,
["Binan Village"] = 67,
["Kota Basecamp"] = 51,
["Westwind Rest"] = 0,
["Shado-Pan Garrison"] = 174,
["Temple of the White Tiger"] = 30,
["Shrine of Two Moons"] = 148,
["Bozzle's Wreck"] = 108,
},
["Marista"] = {
["Stoneplow"] = 138,
["The Incursion"] = 62,
["Dawnchaser Retreat"] = 64,
["Sri-La Village"] = 235,
["Halfhill"] = 74,
["Shrine of Two Moons"] = 165,
["Cradle of Chi-Ji"] = 51,
["Zhu's Watch"] = 99,
["Sentinel Basecamp"] = 86,
["Thunder Cleft"] = 77,
["InFlight"] = {
["InFlight"] = 130,
},
["Pang's Stead"] = {
["Stoneplow"] = 104,
["Dawn's Blossom"] = 70,
["Tavern in the Mists"] = 28,
["Shrine of Two Moons"] = 94,
["Serpent's Overlook"] = 117,
["Marista"] = 171,
["Thunder Cleft"] = 80,
["Shrine of Seven Stars"] = 87,
["Hellscream's Fist"] = 219,
["Halfhill"] = 53,
["Honeydew Village"] = 96,
["Marista"] = 171,
["Huojin Landing"] = 198,
["Jade Temple Grounds"] = 90,
["Honeydew Village"] = 96,
["Grassy Cline"] = 25,
["Zhu's Watch"] = 36,
["Shrine of Seven Stars"] = 87,
["Thunder Cleft"] = 80,
["Jade Temple Grounds"] = 90,
["Serpent's Overlook"] = 117,
},
["Irontree Clearing"] = {
["Emerald Sanctuary"] = 128,
["Everlook"] = 121,
["Shadowprey Village"] = 451,
["Wildheart Point"] = 100,
["Moonglade"] = 75,
["Shadowprey Village"] = 451,
["Everlook"] = 121,
["Silverwind Refuge"] = 244,
["Whisperwind Grove"] = 41,
["Orgrimmar"] = 304,
4657,34 → 4628,34
["Meredil"] = {
["Shackle's Den"] = 72,
["Shipwreck Cove"] = 149,
["Crimson Thicket"] = 43,
["Lorlathil"] = 76,
["Felblaze Ingress"] = 43,
["Trueshot Lodge"] = 98,
["Shield's Rest"] = 138,
["Challiane's Terrace"] = 66,
["Wardens' Redoubt"] = 90,
["Skyhorn"] = 110,
["Starsong Refuge"] = 70,
["Valdisdall"] = 87,
["Illidari Stand"] = 70,
["Cullen's Post"] = 65,
["Bradensbrook"] = 95,
["The Witchwood"] = 111,
["Dalaran"] = 69,
["Ironhorn Enclave"] = 65,
["Irongrove Retreat"] = 26,
["Stonehoof Watch"] = 90,
["Thunder Totem"] = 94,
["Sylvan Falls"] = 73,
["Illidari Camp"] = 74,
["Azurewing Repose"] = 57,
["The Witchwood"] = 111,
["Challiane's Terrace"] = 66,
["Felbane Camp"] = 108,
["Starsong Refuge"] = 70,
["Gloaming Reef"] = 88,
["Stormtorn Foothills"] = 116,
["Illidari Camp"] = 74,
["Gloaming Reef"] = 88,
["Felbane Camp"] = 108,
["Nesingwary"] = 93,
["Sylvan Falls"] = 73,
["Stonehoof Watch"] = 90,
["Illidari Perch"] = 85,
["Bradensbrook"] = 95,
["Cullen's Post"] = 65,
["Illidari Stand"] = 70,
["Thunder Totem"] = 94,
["Skyhorn"] = 110,
["Wardens' Redoubt"] = 90,
["Forsaken Foothold"] = 107,
["Lorlathil"] = 76,
["Crimson Thicket"] = 43,
},
["Hammerfall"] = {
["Kargath"] = 259,
4706,19 → 4677,23
["New Kargath"] = 248,
["Hiri'watha Research Station"] = 53,
["Tranquillien"] = 311,
["Ruins of Southshore"] = 121,
["The Menders' Stead"] = 140,
["Chiselgrip"] = 329,
["Andorhal"] = 126,
["Chiselgrip"] = 329,
["The Menders' Stead"] = 140,
["Ruins of Southshore"] = 121,
},
["Dun Niffelem"] = {
["The Shadow Vault"] = 246,
["Ulduar"] = 84,
["Camp Tunka'lo"] = 33,
["K3"] = 87,
["Dalaran"] = 180,
["Zim'Torga"] = 88,
["New Agamand"] = 298,
["Zhu's Watch"] = {
["The Arboretum"] = 144,
["Dawnchaser Retreat"] = 152,
["Shrine of Two Moons"] = 117,
["Pang's Stead"] = 43,
["Halfhill"] = 46,
["Binan Village"] = 88,
["Huojin Landing"] = 231,
["Shado-Pan Garrison"] = 276,
["Paw'Don Village"] = 26,
["Tavern in the Mists"] = 62,
["Thunder Cleft"] = 42,
},
["Silvermoon City"] = {
["Fairbreeze Village"] = 31,
4736,9 → 4711,9
["Grom'gol"] = 1090,
["Tranquillien"] = 65,
["Revantusk Village"] = 318,
["Acherus: The Ebon Hold"] = 241,
["Undercity"] = 437,
["Strahnbrad"] = 397,
["Undercity"] = 437,
["Acherus: The Ebon Hold"] = 241,
["Falconwing Square"] = 23,
},
["Cosmowrench"] = {
4747,28 → 4722,28
["Shattrath"] = 287,
["Area 52"] = 64,
["Hellfire Peninsula"] = 410,
["Swamprat Post"] = 204,
["Shadowmoon Village"] = 420,
["Zabra'jin"] = 312,
["Shadowmoon Village"] = 420,
["The Stormspire"] = 61,
["Swamprat Post"] = 204,
},
["Unu'pe"] = {
["Valiance Keep"] = 59,
["Kamagua"] = 302,
["Agmar's Hammer"] = 112,
["Zim'Torga"] = 365,
["Moa'ki"] = 118,
["Warsong Hold"] = 88,
["Bor'gorok Outpost"] = 94,
["Amber Ledge"] = 97,
["The Argent Vanguard"] = 253,
["Dalaran"] = 229,
["Valiance Keep"] = 59,
["Fizzcrank Airstrip"] = 79,
["Venomspite"] = 179,
["Stars' Rest"] = 97,
["Nesingwary Base Camp"] = 141,
["Transitus Shield"] = 133,
["Taunka'le Village"] = 18,
["Transitus Shield"] = 133,
["Fizzcrank Airstrip"] = 79,
["Moa'ki"] = 118,
["Kamagua"] = 302,
["Dalaran"] = 229,
["Zim'Torga"] = 365,
["The Argent Vanguard"] = 253,
},
["Kor'kron Vanguard"] = {
["Apothecary Camp"] = 188,
4776,44 → 4751,41
["Conquest Hold"] = 149,
},
["Eye of Azshara"] = {
["Felblaze Ingress"] = 94,
["Illidari Stand"] = 90,
["Dalaran"] = 69,
["Felblaze Ingress"] = 94,
["Wardens' Redoubt"] = 65,
["Illidari Stand"] = 90,
["Lorlathil"] = 140,
},
["Sun Rock Retreat"] = {
["Crossroads"] = 149,
["Bloodvenom Post"] = 396,
["Moonglade"] = 556,
["Shadowprey Village"] = 144,
["Ratchet"] = 206,
["Karnum's Glade"] = 107,
["The Sludgewerks"] = 42,
["Brackenwall Village"] = 282,
["Thunk's Abode"] = 134,
["Krom'gar Fortress"] = 43,
["Malaka'jin"] = 67,
["Freewind Post"] = 334,
["Valormok"] = 313,
["Furien's Post"] = 36,
["Orgrimmar"] = 266,
["Mudsprocket"] = 305,
["Gadgetzan"] = 426,
["The Crossroads"] = 150,
["Nozzlepot's Outpost"] = 217,
["Camp Taurajo"] = 223,
["Hellscream's Watch"] = 110,
["Stonemaul Hold"] = 289,
["Zoram'gar Outpost"] = 121,
["Emerald Sanctuary"] = 199,
["Cliffwalker Post"] = 49,
["Desolation Hold"] = 240,
["Ethel Rethor"] = 111,
["Thunder Bluff"] = 174,
["Cenarion Hold"] = 395,
["Splintertree Post"] = 182,
["Camp Mojache"] = 340,
["Brackenwall Village"] = {
["Crossroads"] = 161,
["Bloodvenom Post"] = 408,
["Mudsprocket"] = 62,
["Shadowprey Village"] = 322,
["Ratchet"] = 89,
["Malaka'jin"] = 228,
["The Sludgewerks"] = 344,
["Ramkahen"] = 328,
["Everlook"] = 467,
["Thunk's Abode"] = 249,
["Freewind Post"] = 105,
["Orgrimmar"] = 215,
["Moonglade"] = 568,
["Thunder Bluff"] = 183,
["Gadgetzan"] = 204,
["Fizzle & Pozzik's Speedbarge"] = 123,
["Westreach Summit"] = 111,
["Hunter's Hill"] = 113,
["Camp Taurajo"] = 49,
["Zoram'gar Outpost"] = 358,
["Emerald Sanctuary"] = 352,
["Sun Rock Retreat"] = 277,
["Desolation Hold"] = 44,
["Camp Ataya"] = 272,
["Valormok"] = 335,
["The Crossroads"] = 162,
["Splintertree Post"] = 325,
["Camp Mojache"] = 143,
},
["The Crossroads"] = {
["Bloodvenom Post"] = 254,
4825,58 → 4797,46
["Malaka'jin"] = 115,
["Orgrimmar"] = 96,
["Gadgetzan"] = 286,
["Razor Hill"] = 175,
["Nozzlepot's Outpost"] = 68,
["Camp Mojache"] = 199,
["Silverwind Refuge"] = 131,
["Hunter's Hill"] = 49,
["Westreach Summit"] = 188,
["Sen'jin Village"] = 211,
["Silverwind Refuge"] = 131,
["Nozzlepot's Outpost"] = 68,
["Zoram'gar Outpost"] = 184,
["Valormok"] = 201,
["Bloodhoof Village"] = 157,
["Thunder Bluff"] = 107,
["The Mor'Shan Ramparts"] = 63,
["Thunder Bluff"] = 107,
["Bloodhoof Village"] = 157,
["Valormok"] = 201,
["Zoram'gar Outpost"] = 184,
["Splintertree Post"] = 163,
["Camp Mojache"] = 199,
["Razor Hill"] = 175,
},
["Zoram'gar Outpost"] = {
["Crossroads"] = 230,
["Wildheart Point"] = 188,
["Moonglade"] = 263,
["Shadowprey Village"] = 565,
["Ratchet"] = 287,
["Brackenwall Village"] = 394,
["Krom'gar Fortress"] = 83,
["Karnum's Glade"] = 232,
["Freewind Post"] = 419,
["Splintertree Post"] = 170,
["Gadgetzan"] = 514,
["Orgrimmar"] = 259,
["Valormok"] = 258,
["Camp Ataya"] = 270,
["The Crossroads"] = 235,
["Bloodvenom Post"] = 138,
["The Mor'Shan Ramparts"] = 216,
["Silverwind Refuge"] = 128,
["Camp Taurajo"] = 309,
["Sen'jin Village"] = 357,
["Emerald Sanctuary"] = 123,
["Cliffwalker Post"] = 74,
["Hellscream's Watch"] = 81,
["Ethel Rethor"] = 236,
["Thunder Bluff"] = 246,
["Sun Rock Retreat"] = 122,
["Whisperwind Grove"] = 242,
["Camp Mojache"] = 485,
["Revantusk Village"] = {
["Light's Hope Chapel"] = 135,
["Undercity"] = 269,
["Eastwall Tower"] = 151,
["Brill"] = 232,
["Southpoint Gate"] = 225,
["Stonard"] = 576,
["Tarren Mill"] = 159,
["Grom'gol"] = 589,
["Eastpoint Tower"] = 180,
["Hiri'watha Research Station"] = 61,
["Hammerfall"] = 93,
["Galen's Fall"] = 160,
["Booty Bay"] = 648,
["The Sepulcher"] = 258,
["Flame Crest"] = 419,
["Kargath"] = 351,
},
["Throm'Var"] = {
["Darkspear's Edge"] = 46,
["Beastwatch"] = 114,
["Bladespire Citadel"] = 32,
["Warspear"] = 214,
["Bloodmaul Slag Mines"] = 39,
["Frostwall Garrison"] = 63,
["Exarch's Refuge"] = 162,
["Bloodmaul Slag Mines"] = 39,
["Warspear"] = 214,
},
["Starsong Refuge"] = {
["Shackle's Den"] = 112,
4888,22 → 4848,22
["Dreadwake's Landing"] = 152,
["Dalaran"] = 129,
["Irongrove Retreat"] = 48,
["Challiane's Terrace"] = 91,
["Sylvan Falls"] = 50,
["Azurewing Repose"] = 107,
["Valdisdall"] = 152,
["Prepfoot"] = 121,
["Azurewing Repose"] = 107,
["The Witchwood"] = 86,
["Garden of the Moon"] = 38,
["Thunder Totem"] = 72,
["Gloaming Reef"] = 79,
["Felbane Camp"] = 82,
["Nesingwary"] = 73,
["Stonehoof Watch"] = 92,
["Bradensbrook"] = 57,
["Skyhorn"] = 94,
["Cullen's Post"] = 129,
["Skyhorn"] = 94,
["Illidari Stand"] = 123,
["Sylvan Falls"] = 50,
["Challiane's Terrace"] = 91,
["Garden of the Moon"] = 38,
["The Witchwood"] = 86,
},
["Hellscream's Watch"] = {
["Wildheart Point"] = 131,
4916,19 → 4876,19
["Everlook"] = 330,
["Orgrimmar"] = 196,
["The Crossroads"] = 179,
["Grove of Aessina"] = 344,
["Splintertree Post"] = 107,
["The Mor'Shan Ramparts"] = 120,
["Camp Ataya"] = 324,
["Zoram'gar Outpost"] = 60,
["Emerald Sanctuary"] = 90,
["Whisperwind Grove"] = 186,
["Cliffwalker Post"] = 85,
["Desolation Hold"] = 288,
["Ethel Rethor"] = 223,
["Zoram'gar Outpost"] = 60,
["Thunder Bluff"] = 226,
["Shrine of Aessina"] = 343,
["Whisperwind Grove"] = 186,
["Silverwind Refuge"] = 47,
["Cliffwalker Post"] = 85,
["Shrine of Aessina"] = 343,
["Camp Ataya"] = 324,
["Thunder Bluff"] = 226,
["The Mor'Shan Ramparts"] = 120,
["Splintertree Post"] = 107,
["Grove of Aessina"] = 344,
},
["Grassy Cline"] = {
["Halfhill"] = 26,
4949,28 → 4909,40
["Halfhill"] = 179,
["Binan Village"] = 115,
["Shado-Pan Garrison"] = 67,
["Serpent's Spine"] = 152,
["Soggy's Gamble"] = 149,
["Gao-Ran Battlefront"] = 40,
["Soggy's Gamble"] = 149,
["Serpent's Spine"] = 152,
},
["Andorhal"] = {
["Thondroril River"] = 50,
["The Menders' Stead"] = 16,
["Eastwall Tower"] = 147,
["Light's Hope Chapel"] = 149,
["Undercity"] = 126,
["Thorium Point"] = 467,
["Northpass Tower"] = 156,
["The Forsaken Front"] = 216,
["The Bulwark"] = 37,
["Hammerfall"] = 163,
["Hiri'watha Research Station"] = 90,
["Tranquillien"] = 266,
["Hiri'watha Research Station"] = 90,
["Hammerfall"] = 163,
["Galen's Fall"] = 162,
["Brill"] = 84,
["The Sepulcher"] = 101,
["Flame Crest"] = 477,
["Thorium Point"] = 467,
["Undercity"] = 126,
},
["Hearthglen"] = {
["Thondroril River"] = 80,
["Undercity"] = 196,
["Brill"] = 155,
["Northpass Tower"] = 117,
["Andorhal"] = 71,
["Forsaken High Command"] = 199,
["Plaguewood Tower"] = 61,
["The Menders' Stead"] = 38,
["The Bulwark"] = 107,
["Grom'gol"] = 718,
},
["Ethel Rethor"] = {
["Wildheart Point"] = 363,
["Sun Rock Retreat"] = 124,
4979,59 → 4951,31
["Thunk's Abode"] = 51,
["Nijel's Point"] = 66,
["Thargad's Camp"] = 52,
["Malaka'jin"] = 150,
["Orgrimmar"] = 311,
["Hunter's Hill"] = 162,
["Hellscream's Watch"] = 232,
["Zoram'gar Outpost"] = 252,
["Silverwind Refuge"] = 241,
["Cliffwalker Post"] = 172,
["Furien's Post"] = 17,
["Oasis of Vir'sar"] = 394,
["Camp Ataya"] = 150,
["Valormok"] = 365,
["Stonemaul Hold"] = 226,
["Furien's Post"] = 17,
["Orgrimmar"] = 311,
["Camp Ataya"] = 150,
["Malaka'jin"] = 150,
},
["Nivek's Overlook"] = {
["Iron Docks"] = 206,
["Throne of the Elements"] = 58,
["Frostwall Garrison"] = 94,
["Wor'var"] = 64,
["Joz's Rylaks"] = 47,
["Beastwatch"] = 158,
["Breaker's Crown"] = 168,
["The Ring of Trials"] = 53,
["Rilzit's Holdfast"] = 44,
["Warspear"] = 252,
["Vol'mar"] = 198,
["Durotan's Grasp"] = {
["Pinchwhistle Gearworks"] = 115,
["Socrethar's Rise"] = 142,
["Frostwall Garrison"] = 90,
["Warspear"] = 175,
["Frostwolf Overlook"] = 41,
["Shattrath City"] = 14,
["Vol'mar"] = 121,
["Beastwatch"] = 86,
["Terokkar Refuge"] = 47,
["Evermorn Springs"] = 66,
},
["Valormok"] = {
["Crossroads"] = 251,
["Bloodvenom Post"] = 232,
["Sun Rock Retreat"] = 395,
["Bilgewater Harbor"] = 86,
["Ratchet"] = 187,
["Vendetta Point"] = 255,
["Brackenwall Village"] = 295,
["Thunk's Abode"] = 359,
["Northern Rocketway"] = 137,
["Everlook"] = 130,
["Orgrimmar"] = 75,
["Gadgetzan"] = 441,
["The Crossroads"] = 164,
["Freewind Post"] = 348,
["Hunter's Hill"] = 235,
["Camp Taurajo"] = 342,
["Moonglade"] = 277,
["Emerald Sanctuary"] = 156,
["Cliffwalker Post"] = 216,
["Marshal's Refuge"] = 542,
["Mossy Pile"] = 511,
["Thunder Bluff"] = 250,
["Cenarion Hold"] = 546,
["Splintertree Post"] = 79,
["Camp Mojache"] = 423,
},
["Crusaders' Pinnacle"] = {
["Death's Rise"] = 0,
["Ulduar"] = 187,
5048,15 → 4992,15
["Vengeance Landing"] = 384,
["Bor'gorok Outpost"] = 318,
["Amber Ledge"] = 313,
["River's Heart"] = 235,
["Zim'Torga"] = 234,
["The Argent Stand"] = 194,
["Taunka'le Village"] = 238,
["Wyrmrest Temple"] = 174,
["Agmar's Hammer"] = 177,
["Sunreaver's Command"] = 108,
["The Shadow Vault"] = 123,
["Sunreaver's Command"] = 108,
["Moa'ki"] = 212,
["Zim'Torga"] = 234,
["River's Heart"] = 235,
},
["Light's Shield Tower"] = {
["Eastwall Tower"] = 20,
5064,44 → 5008,23
["Northpass Tower"] = 49,
["The Forsaken Front"] = 274,
["Andorhal"] = 132,
["Brill"] = 191,
["Galen's Fall"] = 219,
["Plaguewood Tower"] = 61,
["Galen's Fall"] = 219,
["Crown Guard Tower"] = 29,
["The Sepulcher"] = 273,
["Hearthglen"] = 121,
["Brill"] = 191,
["Crown Guard Tower"] = 29,
},
["Ebon Watch"] = {
["Death's Rise"] = 261,
["Windrunner's Overlook"] = 33,
["Camp Winterhoof"] = 198,
["Light's Breach"] = 45,
["Apothecary Camp"] = 174,
["The Argent Vanguard"] = 88,
["Venomspite"] = 99,
["Dun Nifflelem"] = 141,
["Conquest Hold"] = 158,
["Argent Tournament Grounds"] = 180,
["Sunreaver's Command"] = 27,
["Camp Oneqwah"] = 149,
["Amber Ledge"] = 346,
["K3"] = 40,
["Kor'koron Vanguard"] = 109,
["The Argent Stand"] = 64,
["Taunka'le Village"] = 271,
["Wyrmrest Temple"] = 92,
["Bouldercrag's Refuge"] = 153,
["Dalaran"] = 68,
["Grom'arsh Crash-Site"] = 115,
["Fordragon Hold"] = 111,
["Wintergarde Keep"] = 61,
["Bozzle's Wreck"] = {
["Halfhill"] = 247,
["Zouchin Village"] = 51,
["One Keg"] = 111,
["Shado-Pan Garrison"] = 50,
["Shrine of Two Moons"] = 184,
["Temple of the White Tiger"] = 93,
["Rensai's Watchpost"] = 264,
["Longying Outpost"] = 222,
},
["The Gullet"] = {
["Dragonmaw Port"] = 91,
["Revantusk Village"] = 279,
["Bloodgulch"] = 36,
["Crushblow"] = 58,
},
["Flame Crest"] = {
["Kargath"] = 81,
["Light's Hope Chapel"] = 571,
5118,27 → 5041,48
["Grom'gol"] = 207,
["New Kargath"] = 82,
["Thondoril River"] = 559,
["Chiselgrip"] = 17,
["Flamestar Post"] = 51,
["Chiselgrip"] = 17,
},
["Swamprat Post"] = {
["Evergrove"] = 132,
["Garadar"] = 168,
["Shattrath"] = 86,
["Spinebreaker Ridge"] = 201,
["Stonebreaker Hold"] = 155,
["Area 52"] = 203,
["The Stormspire"] = 174,
["Hellfire Peninsula"] = 206,
["Cosmowrench"] = 193,
["Altar of Sha'tar"] = 301,
["Thunderlord Stronghold"] = 106,
["Thrallmar"] = 136,
["Mok'Nathal Village"] = 71,
["Shadowmoon Village"] = 220,
["Falcon Watch"] = 61,
["Zabra'jin"] = 111,
["Zim'Torga"] = {
["Ulduar"] = 154,
["Ebon Watch"] = 105,
["Light's Breach"] = 77,
["Dun Niffelem"] = 85,
["Gundrak"] = 54,
["Conquest Hold"] = 150,
["Crusaders' Pinnacle"] = 198,
["Westfall Brigade"] = 56,
["Camp Oneqwah"] = 83,
["Amber Ledge"] = 450,
["K3"] = 145,
["The Argent Stand"] = 53,
["Kamagua"] = 241,
["The Argent Vanguard"] = 193,
["Kor'koron Vanguard"] = 212,
["Camp Tunka'lo"] = 87,
["Sunreaver's Command"] = 132,
["Dalaran"] = 172,
["New Agamand"] = 210,
},
["Axefall"] = {
["Pinchwhistle Gearworks"] = 57,
["Socrethar's Rise"] = 79,
["Darktide Roost"] = 92,
["Veil Terokk"] = 24,
["Beastwatch"] = 146,
["Frostwall Garrison"] = 148,
["Wor'var"] = 108,
["Joz's Rylaks"] = 133,
["Terokkar Refuge"] = 71,
["Warspear"] = 240,
["Shattrath City"] = 79,
["Nivek's Overlook"] = 111,
["Apexis Excavation"] = 27,
["Crow's Crook"] = 34,
["Exile's Rise"] = 95,
["Akeeta's Hovel"] = 54,
},
["Acherus: The Ebon Hold"] = {
["Undercity"] = 297,
["Zul'Aman"] = 150,
5156,21 → 5100,39
["Flame Crest"] = 606,
["Iron Summit"] = 501,
},
["Bladespire Fortress"] = {
["Darkspear's Edge"] = 53,
["Bloodmaul Slag Mines"] = 62,
["Throne of the Elements"] = 95,
["Frostwall Garrison"] = 46,
["Wor'gol"] = 29,
["Warspear"] = 219,
["Wolf's Stand"] = 78,
["Stonefang Outpost"] = 33,
["Thunder Pass"] = 92,
["K3"] = {
["Windrunner's Overlook"] = 53,
["Ulduar"] = 127,
["Camp Winterhoof"] = 242,
["Apothecary Camp"] = 218,
["Dun Niffelem"] = 100,
["Grom'arsh Crash-Site"] = 76,
["Dun Nifflelem"] = 101,
["Conquest Hold"] = 162,
["Argent Tournament Grounds"] = 173,
["Dalaran"] = 71,
["River's Heart"] = 272,
["Warsong Camp"] = 222,
["Frosthold"] = 43,
["The Shadow Vault"] = 224,
["The Argent Vanguard"] = 94,
["Ebon Watch"] = 43,
["Amber Ledge"] = 370,
["Venomspite"] = 142,
["Camp Tunka'lo"] = 90,
["The Argent Stand"] = 90,
["Taunka'le Village"] = 295,
["Wyrmrest Temple"] = 135,
["Unu'pe"] = 318,
["Sunreaver's Command"] = 37,
["Zim'Torga"] = 148,
["Moa'ki"] = 186,
["Crusaders' Pinnacle"] = 100,
},
["Thorium Point"] = {
["Undercity"] = 558,
["Light's Hope Chapel"] = 561,
["Bogpaddle"] = 161,
["Iron Summit"] = 24,
["Stonard"] = 199,
["Tarren Mill"] = 435,
["Grom'gol"] = 234,
5181,59 → 5143,56
["Booty Bay"] = 366,
["Kargath"] = 59,
["Flame Crest"] = 61,
["Iron Summit"] = 24,
["Bogpaddle"] = 161,
},
["Conquest Hold"] = {
["Death's Rise"] = 379,
["Camp Winterhoof"] = 85,
["Light's Breach"] = 80,
["Apothecary Camp"] = 57,
["The Argent Vanguard"] = 207,
["Venomspite"] = 88,
["Argent Tournament Grounds"] = 299,
["Dalaran"] = 186,
["Zim'Torga"] = 164,
["Warsong Camp"] = 323,
["Camp Oneqwah"] = 101,
["Vengeance Landing"] = 158,
["Bor'gorok Outpost"] = 390,
["Kor'koron Vanguard"] = 204,
["K3"] = 160,
["The Argent Stand"] = 123,
["Taunka'le Village"] = 318,
["Wyrmrest Temple"] = 138,
["Agmar's Hammer"] = 207,
["Crusaders' Pinnacle"] = 212,
["Moa'ki"] = 170,
["Kor'kron Vanguard"] = 204,
["Huojin Landing"] = {
["The Arboretum"] = 169,
["Tavern in the Mists"] = 245,
["Shrine of Two Moons"] = 308,
["Pang's Stead"] = 217,
["Halfhill"] = 268,
["Thunder Cleft"] = 281,
["Jade Temple Grounds"] = 177,
["Honeydew Village"] = 230,
["Shado-Pan Garrison"] = 471,
["Zhu's Watch"] = 253,
["Dawn's Blossom"] = 143,
["Bozzle's Wreck"] = 436,
},
["Eastpoint Tower"] = {
["Undercity"] = 161,
["Eastwall Tower"] = 225,
["Northpass Tower"] = 232,
["Tarren Mill"] = 21,
["Hiri'watha Research Station"] = 124,
["Hammerfall"] = 103,
["Galen's Fall"] = 31,
["Ruins of Southshore"] = 25,
["Revantusk Village"] = 182,
["Zangarra"] = {
["Socrethar's Rise"] = 124,
["Vault of the Earth"] = 53,
["Riverside Post"] = 136,
["Vol'jin's Pride"] = 25,
["Aktar's Post"] = 39,
["Bastion Rise"] = 43,
["The Ring of Trials"] = 97,
["Exile's Rise"] = 95,
["Veil Terokk"] = 94,
["Frostwall Garrison"] = 111,
["The Iron Front"] = 33,
["Vol'mar"] = 76,
["Crow's Crook"] = 82,
["Wor'var"] = 86,
["Warspear"] = 168,
["Sha'naari Refuge"] = 32,
["Beastwatch"] = 68,
["Frostwolf Overlook"] = 51,
["Shattrath City"] = 57,
["Darktide Roost"] = 134,
["Terokkar Refuge"] = 40,
["Skysea Point"] = 123,
["Retribution Point"] = 89,
},
["Cliffwalker Post"] = {
["Furien's Post"] = 103,
["Wildheart Point"] = 140,
["Sun Rock Retreat"] = 43,
["Hellscream's Watch"] = 62,
["Hunter's Hill"] = 130,
["Stonemaul Hold"] = 215,
["Zoram'gar Outpost"] = 50,
["The Sludgewerks"] = 20,
["Thunk's Abode"] = 122,
["Krom'gar Fortress"] = 43,
["Oasis of Vir'sar"] = 316,
["Malaka'jin"] = 63,
["Ethel Rethor"] = 109,
["Karnum's Glade"] = 106,
["Orgrimmar"] = 179,
["Bloodwatcher Point"] = {
["New Kargath"] = 39,
["Undercity"] = 507,
["Hammerfall"] = 289,
["Flamestar Post"] = 153,
["Fuselight"] = 25,
["Sunveil Excursion"] = 327,
["Flame Crest"] = 110,
["Booty Bay"] = 338,
},
["Malaka'jin"] = {
["The Crossroads"] = 86,
5245,19 → 5204,19
["Brackenwall Village"] = 191,
["Cliffwalker Post"] = 111,
["The Sludgewerks"] = 113,
["Krom'gar Fortress"] = 69,
["Thunk's Abode"] = 113,
["Thunder Bluff"] = 38,
["Sun Rock Retreat"] = 73,
["Thunk's Abode"] = 113,
["Krom'gar Fortress"] = 69,
["Orgrimmar"] = 205,
},
["The Sludgewerks"] = {
["Cliffwalker Post"] = 31,
["Krom'gar Fortress"] = 43,
["Sun Rock Retreat"] = 37,
["Zoram'gar Outpost"] = 113,
["Shrine of Aessina"] = 418,
["Orgrimmar"] = 280,
["Shrine of Aessina"] = 418,
["Zoram'gar Outpost"] = 113,
},
["Galen's Fall"] = {
["Undercity"] = 198,
5268,33 → 5227,31
["Revantusk Village"] = 161,
["Hammerfall"] = 74,
["Ruins of Southshore"] = 56,
["Plaguewood Tower"] = 255,
["Southpoint Gate"] = 98,
["Eastpoint Tower"] = 33,
["Southpoint Gate"] = 98,
["Plaguewood Tower"] = 255,
},
["Talon Watch"] = {
["Pinchwhistle Gearworks"] = 37,
["Socrethar's Rise"] = 54,
["Beastwatch"] = 143,
["Warspear"] = 166,
["Axefall"] = 42,
["Shattrath City"] = 87,
["Darktide Roost"] = 67,
["Vol'mar"] = 134,
["Veil Terokk"] = 29,
["Akeeta's Hovel"] = 26,
["Shattered Landing"] = {
["New Kargath"] = 286,
["Booty Bay"] = 243,
["Bambala"] = 135,
["Flamestar Post"] = 251,
["Fuselight"] = 344,
["Stonard"] = 58,
["Flame Crest"] = 209,
["Chiselgrip"] = 217,
},
["Breaker's Crown"] = {
["Bloodmaul Slag Mines"] = 83,
["Frostwall Garrison"] = 82,
["Skysea Point"] = 34,
["Warspear"] = 138,
["Beastwatch"] = 31,
["Frostwolf Overlook"] = 74,
["Axefall"] = 167,
["Veil Terokk"] = 159,
["Everbloom Wilds"] = 28,
["Bastion Rise"] = 54,
["Veil Terokk"] = 159,
["Warspear"] = 138,
["Axefall"] = 167,
["Skysea Point"] = 34,
},
["Everlook"] = {
["Crossroads"] = 299,
5305,27 → 5262,27
["Ratchet"] = 342,
["Vendetta Point"] = 430,
["Irontree Clearing"] = 122,
["Whisperwind Grove"] = 145,
["Splintertree Post"] = 228,
["Feathermoon"] = 755,
["Brackenwall Village"] = 459,
["Thunder Bluff"] = 385,
["Camp Ataya"] = 627,
["Valormok"] = 135,
["Ethel Rethor"] = 524,
["Orgrimmar"] = 243,
["Karnum's Glade"] = 521,
["Moonglade"] = 130,
["Wildheart Point"] = 204,
["Auberdine"] = 280,
["Gadgetzan"] = 576,
["Silverwind Refuge"] = 349,
["Zoram'gar Outpost"] = 296,
["Emerald Sanctuary"] = 229,
["Sen'jin Village"] = 341,
["Hunter's Hill"] = 405,
["Hellscream's Watch"] = 153,
["Sen'jin Village"] = 341,
["Emerald Sanctuary"] = 229,
["Auberdine"] = 280,
["Wildheart Point"] = 204,
["Ethel Rethor"] = 524,
["Valormok"] = 135,
["Zoram'gar Outpost"] = 296,
["Silverwind Refuge"] = 349,
["Moonglade"] = 130,
["Karnum's Glade"] = 521,
["Camp Ataya"] = 627,
["Thunder Bluff"] = 385,
["Cenarion Hold"] = 684,
["Feathermoon"] = 755,
["Whisperwind Grove"] = 145,
["Camp Mojache"] = 550,
},
["Tushui Landing"] = {
5345,25 → 5302,25
["Tarren Mill"] = 100,
["Andorhal"] = 65,
["Hiri'watha Research Station"] = 85,
["Silvermoon City"] = 285,
["Hearthglen"] = 82,
["Crown Guard Tower"] = 45,
["Stormfeather Outpost"] = 109,
["The Bulwark"] = 77,
["Hearthglen"] = 82,
["Silvermoon City"] = 285,
},
["Sanctum of the Stars"] = {
["Stonebreaker Hold"] = 134,
["Shattrath"] = 186,
["Area 52"] = 391,
["Hellfire Peninsula"] = 328,
["Garadar"] = 153,
["Zabra'jin"] = 323,
["Mok'Nathal Village"] = 336,
["Wildhammer Stronghold"] = 41,
["Thrallmar"] = 257,
["Shadowmoon Village"] = 61,
["The Stormspire"] = 439,
["Cosmowrench"] = 457,
["Wildhammer Stronghold"] = 41,
["Thrallmar"] = 257,
["Mok'Nathal Village"] = 336,
["Zabra'jin"] = 323,
["Garadar"] = 153,
},
["Shattrath"] = {
["Evergrove"] = 211,
5380,31 → 5337,45
["Swamprat Post"] = 79,
["The Stormspire"] = 253,
["Allerian Stronghold"] = 75,
["Zabra'jin"] = 136,
["Honor Hold"] = 111,
["Cosmowrench"] = 217,
["Thrallmar"] = 131,
["Altar of Sha'tar"] = 214,
["Mok'Nathal Village"] = 150,
["Honor Hold"] = 111,
["Zabra'jin"] = 136,
["Sanctum of the Stars"] = 197,
},
["Forsaken Forward Command"] = {
["Ruins of Southshore"] = 112,
["Undercity"] = 189,
["Vault of the Earth"] = {
["Malo's Lookout"] = 28,
["The Iron Front"] = 54,
["Aktar's Post"] = 47,
["Warspear"] = 88,
["Frostwolf Overlook"] = 73,
["Darktide Roost"] = 105,
["Beastwatch"] = 92,
["Vol'mar"] = 33,
["Sha'naari Refuge"] = 27,
},
["Dawnchaser Retreat"] = {
["Stoneplow"] = 60,
["Shrine of Two Moons"] = 162,
["Klaxxi'vess"] = 104,
["Pang's Stead"] = 126,
["Halfhill"] = 98,
["Longying Outpost"] = 273,
["Jade Temple Grounds"] = 269,
["Grassy Cline"] = 128,
["Cradle of Chi-Ji"] = 19,
["Marista"] = 50,
["Soggy's Gamble"] = 188,
["Thunder Cleft"] = 66,
["Transitus Shield"] = {
["Light's Breach"] = 265,
["Gundrak"] = 343,
["Venomspite"] = 195,
["Nesingwary Base Camp"] = 83,
["Conquest Hold"] = 233,
["Dalaran"] = 215,
["River's Heart"] = 89,
["Agmar's Hammer"] = 137,
["Vengeance Landing"] = 338,
["Warsong Hold"] = 57,
["Bor'gorok Outpost"] = 52,
["Kor'koron Vanguard"] = 179,
["Kamagua"] = 295,
["The Argent Stand"] = 281,
["Taunka'le Village"] = 77,
["Wyrmrest Temple"] = 153,
["Amber Ledge"] = 30,
["Unu'pe"] = 96,
["New Agamand"] = 318,
},
["Northpass Tower"] = {
["The Menders' Stead"] = 128,
5413,60 → 5384,65
["Hearthglen"] = 111,
["The Forsaken Front"] = 296,
["Light's Shield Tower"] = 44,
["Brill"] = 213,
["Undercity"] = 250,
["Southpoint Gate"] = 258,
["Silvermoon City"] = 247,
["Crown Guard Tower"] = 52,
["Plaguewood Tower"] = 49,
["Silvermoon City"] = 247,
["The Sepulcher"] = 295,
["Undercity"] = 250,
["Brill"] = 213,
["Iron Summit"] = 509,
},
["Stonemaul Hold"] = {
["Orgrimmar"] = 499,
["Camp Mojache"] = 70,
["Schnottz's Landing"] = 253,
["Gadgetzan"] = 265,
["Mudsprocket"] = 193,
["Shadowprey Village"] = 132,
["Camp Ataya"] = 65,
["Ratchet"] = 296,
["Karnum's Glade"] = 215,
["Zoram'gar Outpost"] = 432,
["Oasis of Vir'sar"] = 168,
["Ethel Rethor"] = 220,
["Thunk's Abode"] = 242,
["Desolation Hold"] = 173,
["Ethel Rethor"] = 220,
["Oasis of Vir'sar"] = 168,
["Mossy Pile"] = 183,
["Cenarion Hold"] = 106,
["Camp Ataya"] = 65,
["Camp Mojache"] = 70,
["Karnum's Glade"] = 215,
["Orgrimmar"] = 499,
},
["The Mor'Shan Ramparts"] = {
["The Crossroads"] = 64,
["Ratchet"] = 115,
["Nozzlepot's Outpost"] = 58,
["Orgrimmar"] = 102,
["Razor Hill"] = 157,
["Krom'gar Fortress"] = 143,
["Hellscream's Watch"] = 93,
["Thunder Bluff"] = 171,
["Silverwind Refuge"] = 69,
["Splintertree Post"] = 46,
["Razor Hill"] = 157,
["Orgrimmar"] = 102,
},
["Nozzlepot's Outpost"] = {
["Crossroads"] = 65,
["The Crossroads"] = 52,
["Orgrimmar"] = 60,
["Hunter's Hill"] = 113,
["Ratchet"] = 93,
["The Mor'Shan Ramparts"] = 57,
["Irontree Clearing"] = 370,
["Brackenwall Village"] = 194,
["Krom'gar Fortress"] = 199,
["Sen'jin Village"] = 151,
["Thunder Bluff"] = 171,
["Shrine of Aessina"] = 278,
["Desolation Hold"] = 175,
["Razor Hill"] = 115,
["Dun Nifflelem"] = {
["Camp Winterhoof"] = 219,
["The Argent Vanguard"] = 181,
["Venomspite"] = 230,
["Argent Tournament Grounds"] = 193,
["Crusaders' Pinnacle"] = 187,
["Zim'Torga"] = 89,
["Warsong Camp"] = 309,
["Camp Oneqwah"] = 176,
["Sunreaver's Command"] = 129,
["Kamagua"] = 330,
["Grom'arsh Crash-Site"] = 128,
["The Argent Stand"] = 142,
["Camp Tunka'lo"] = 32,
["Wyrmrest Temple"] = 222,
["Bouldercrag's Refuge"] = 133,
["The Shadow Vault"] = 244,
["K3"] = 88,
["River's Heart"] = 438,
["Dalaran"] = 54,
},
["Marshal's Stand"] = {
["Schnottz's Landing"] = 270,
5478,14 → 5454,14
["Gadgetzan"] = 93,
["Hunter's Hill"] = 388,
["Stonemaul Hold"] = 226,
["Dawnrise Expedition"] = 191,
["Camp Mojache"] = 253,
["Oasis of Vir'sar"] = 185,
["Desolation Hold"] = 300,
["Camp Ataya"] = 290,
["Desolation Hold"] = 300,
["Oasis of Vir'sar"] = 185,
["Mossy Pile"] = 37,
["Cenarion Hold"] = 125,
["Bootlegger Outpost"] = 149,
["Camp Mojache"] = 253,
["Dawnrise Expedition"] = 191,
},
["Tranquillien"] = {
["Fairbreeze Village"] = 52,
5493,8 → 5469,8
["Light's Hope Chapel"] = 117,
["Fuselight"] = 441,
["Andorhal"] = 279,
["Southpoint Gate"] = 380,
["Revantusk Village"] = 257,
["Southpoint Gate"] = 380,
["Strahnbrad"] = 334,
["Undercity"] = 372,
["Silvermoon City"] = 73,
5510,11 → 5486,11
["Area 52"] = 262,
["Hellfire Peninsula"] = 70,
["Swamprat Post"] = 135,
["Falcon Watch"] = 66,
["The Stormspire"] = 314,
["Thunderlord Stronghold"] = 242,
["Zabra'jin"] = 174,
["Stonebreaker Hold"] = 129,
["Zabra'jin"] = 174,
["The Stormspire"] = 314,
["Falcon Watch"] = 66,
["Sanctum of the Stars"] = 257,
},
["Darktide Roost"] = {
5527,13 → 5503,13
["Axefall"] = 102,
["Talon Watch"] = 65,
["Exile's Rise"] = 61,
["Veil Terokk"] = 88,
["Warspear"] = 160,
["Beastwatch"] = 175,
["Sha'naari Refuge"] = 134,
["Terokkar Refuge"] = 110,
["Vol'mar"] = 137,
["Crow's Crook"] = 92,
["Terokkar Refuge"] = 110,
["Warspear"] = 160,
["Veil Terokk"] = 88,
["Akeeta's Hovel"] = 70,
},
["Temple of the White Tiger"] = {
5546,8 → 5522,8
["One Keg"] = 31,
["Huojin Landing"] = 107,
["Shado-Pan Garrison"] = 204,
["Westwind Rest"] = 0,
["Longying Outpost"] = 16,
["Westwind Rest"] = 0,
["Bozzle's Wreck"] = 90,
},
["Thunder Cleft"] = {
5555,17 → 5531,17
["The Arboretum"] = 177,
["Dawnchaser Retreat"] = 80,
["Shrine of Two Moons"] = 103,
["Marista"] = 71,
["Temple of the White Tiger"] = 144,
["Klaxxi'vess"] = 142,
["Pang's Stead"] = 61,
["Halfhill"] = 32,
["Binan Village"] = 116,
["Jade Temple Grounds"] = 150,
["Marista"] = 71,
["Huojin Landing"] = 258,
["Shado-Pan Garrison"] = 271,
["Zhu's Watch"] = 48,
["The Briny Muck"] = 226,
["Temple of the White Tiger"] = 144,
["Jade Temple Grounds"] = 150,
},
["Camp Mojache"] = {
["Marshal's Refuge"] = 222,
5589,42 → 5565,37
["Malaka'jin"] = 311,
["Krom'gar Fortress"] = 378,
["Everlook"] = 572,
["The Crossroads"] = 248,
["Fizzle & Pozzik's Speedbarge"] = 160,
["Moonglade"] = 639,
["Stonemaul Hold"] = 66,
["Camp Taurajo"] = 244,
["Ratchet"] = 227,
["Emerald Sanctuary"] = 506,
["Thunder Bluff"] = 259,
["Valormok"] = 428,
["Desolation Hold"] = 104,
["Camp Ataya"] = 130,
["Valormok"] = 428,
["Thunder Bluff"] = 259,
["Cenarion Hold"] = 130,
["Moonglade"] = 639,
["Fizzle & Pozzik's Speedbarge"] = 160,
["Camp Taurajo"] = 244,
["The Crossroads"] = 248,
},
["Caverns of Time"] = {
["Caverns of Time"] = 54,
},
["Dun Nifflelem"] = {
["Camp Winterhoof"] = 219,
["The Argent Vanguard"] = 181,
["Venomspite"] = 230,
["Argent Tournament Grounds"] = 193,
["Crusaders' Pinnacle"] = 187,
["Zim'Torga"] = 89,
["Warsong Camp"] = 309,
["Camp Oneqwah"] = 176,
["Dalaran"] = 54,
["Kamagua"] = 330,
["River's Heart"] = 438,
["The Argent Stand"] = 142,
["K3"] = 88,
["Wyrmrest Temple"] = 222,
["The Shadow Vault"] = 244,
["Bouldercrag's Refuge"] = 133,
["Camp Tunka'lo"] = 32,
["Grom'arsh Crash-Site"] = 128,
["Sunreaver's Command"] = 129,
["Nozzlepot's Outpost"] = {
["Crossroads"] = 65,
["The Crossroads"] = 52,
["Razor Hill"] = 115,
["Hunter's Hill"] = 113,
["Ratchet"] = 93,
["The Mor'Shan Ramparts"] = 57,
["Irontree Clearing"] = 370,
["Desolation Hold"] = 175,
["Krom'gar Fortress"] = 199,
["Shrine of Aessina"] = 278,
["Thunder Bluff"] = 171,
["Sen'jin Village"] = 151,
["Brackenwall Village"] = 194,
["Orgrimmar"] = 60,
},
["Ulduar"] = {
["Dun Niffelem"] = 103,
5641,43 → 5612,29
["The Argent Stand"] = 206,
["Zim'Torga"] = 153,
["Wyrmrest Temple"] = 265,
["Camp Tunka'lo"] = 88,
["Agmar's Hammer"] = 267,
["The Shadow Vault"] = 161,
["Bouldercrag's Refuge"] = 48,
["The Shadow Vault"] = 161,
["Agmar's Hammer"] = 267,
["Camp Tunka'lo"] = 88,
["New Agamand"] = 363,
},
["Transitus Shield"] = {
["Light's Breach"] = 265,
["Gundrak"] = 343,
["Venomspite"] = 195,
["Nesingwary Base Camp"] = 83,
["Conquest Hold"] = 233,
["Dalaran"] = 215,
["River's Heart"] = 89,
["Agmar's Hammer"] = 137,
["Vengeance Landing"] = 338,
["Warsong Hold"] = 57,
["Bor'gorok Outpost"] = 52,
["Kor'koron Vanguard"] = 179,
["Kamagua"] = 295,
["The Argent Stand"] = 281,
["Taunka'le Village"] = 77,
["Wyrmrest Temple"] = 153,
["Amber Ledge"] = 30,
["Unu'pe"] = 96,
["New Agamand"] = 318,
["Dawnchaser Retreat"] = {
["Stoneplow"] = 60,
["Shrine of Two Moons"] = 162,
["Klaxxi'vess"] = 104,
["Pang's Stead"] = 126,
["Halfhill"] = 98,
["Longying Outpost"] = 273,
["Jade Temple Grounds"] = 269,
["Cradle of Chi-Ji"] = 19,
["Grassy Cline"] = 128,
["Marista"] = 50,
["Soggy's Gamble"] = 188,
["Thunder Cleft"] = 66,
},
["Vault of the Earth"] = {
["Malo's Lookout"] = 28,
["The Iron Front"] = 54,
["Aktar's Post"] = 47,
["Warspear"] = 88,
["Frostwolf Overlook"] = 73,
["Darktide Roost"] = 105,
["Sha'naari Refuge"] = 27,
["Vol'mar"] = 33,
["Beastwatch"] = 92,
["Forsaken Forward Command"] = {
["Ruins of Southshore"] = 112,
["Undercity"] = 189,
},
["Emperor's Omen"] = {
["Stoneplow"] = 215,
5694,7 → 5651,7
["Sun Rock Retreat"] = 107,
["Shadowprey Village"] = 67,
["Karnum's Glade"] = 38,
["Orgrimmar"] = 311,
["Camp Mojache"] = 249,
["Nozzlepot's Outpost"] = 269,
["Thunk's Abode"] = 55,
["Krom'gar Fortress"] = 149,
5702,142 → 5659,115
["Ethel Rethor"] = 9,
["Silverwind Refuge"] = 225,
["Splintertree Post"] = 408,
["Camp Mojache"] = 249,
["Orgrimmar"] = 311,
},
["Shield's Rest"] = {
["Shipwreck Cove"] = 125,
["Thunder Totem"] = 114,
["Dalaran"] = 169,
["Valdisdall"] = 61,
["Cullen's Post"] = 76,
["Dalaran"] = 169,
["Thunder Totem"] = 114,
["Forsaken Foothold"] = 82,
["Stormtorn Foothills"] = 62,
},
["Shattered Landing"] = {
["New Kargath"] = 286,
["Bambala"] = 135,
["Flamestar Post"] = 251,
["Fuselight"] = 344,
["Booty Bay"] = 243,
["Flame Crest"] = 209,
["Chiselgrip"] = 217,
["Talon Watch"] = {
["Pinchwhistle Gearworks"] = 37,
["Socrethar's Rise"] = 54,
["Warspear"] = 166,
["Beastwatch"] = 143,
["Veil Terokk"] = 29,
["Shattrath City"] = 87,
["Darktide Roost"] = 67,
["Vol'mar"] = 134,
["Axefall"] = 42,
["Akeeta's Hovel"] = 26,
},
["Bloodwatcher Point"] = {
["New Kargath"] = 39,
["Undercity"] = 507,
["Hammerfall"] = 289,
["Flamestar Post"] = 153,
["Fuselight"] = 25,
["Booty Bay"] = 338,
["Flame Crest"] = 110,
["Sunveil Excursion"] = 327,
["Cliffwalker Post"] = {
["Hellscream's Watch"] = 62,
["Wildheart Point"] = 140,
["Sun Rock Retreat"] = 43,
["Karnum's Glade"] = 106,
["Hunter's Hill"] = 130,
["Furien's Post"] = 103,
["Zoram'gar Outpost"] = 50,
["Ethel Rethor"] = 109,
["Thunk's Abode"] = 122,
["The Sludgewerks"] = 20,
["Oasis of Vir'sar"] = 316,
["Malaka'jin"] = 63,
["Krom'gar Fortress"] = 43,
["Stonemaul Hold"] = 215,
["Orgrimmar"] = 179,
},
["Zangarra"] = {
["Socrethar's Rise"] = 124,
["Vault of the Earth"] = 53,
["Riverside Post"] = 136,
["Vol'jin's Pride"] = 25,
["Aktar's Post"] = 39,
["Bastion Rise"] = 43,
["The Ring of Trials"] = 97,
["Exile's Rise"] = 95,
["Retribution Point"] = 89,
["Skysea Point"] = 123,
["The Iron Front"] = 33,
["Darktide Roost"] = 134,
["Terokkar Refuge"] = 40,
["Wor'var"] = 86,
["Beastwatch"] = 68,
["Frostwolf Overlook"] = 51,
["Warspear"] = 168,
["Sha'naari Refuge"] = 32,
["Shattrath City"] = 57,
["Crow's Crook"] = 82,
["Vol'mar"] = 76,
["Frostwall Garrison"] = 111,
["Veil Terokk"] = 94,
["Eastpoint Tower"] = {
["Undercity"] = 161,
["Eastwall Tower"] = 225,
["Northpass Tower"] = 232,
["Tarren Mill"] = 21,
["Hiri'watha Research Station"] = 124,
["Hammerfall"] = 103,
["Galen's Fall"] = 31,
["Ruins of Southshore"] = 25,
["Revantusk Village"] = 182,
},
["Huojin Landing"] = {
["The Arboretum"] = 169,
["Tavern in the Mists"] = 245,
["Shrine of Two Moons"] = 308,
["Pang's Stead"] = 217,
["Halfhill"] = 268,
["Bozzle's Wreck"] = 436,
["Jade Temple Grounds"] = 177,
["Honeydew Village"] = 230,
["Shado-Pan Garrison"] = 471,
["Zhu's Watch"] = 253,
["Dawn's Blossom"] = 143,
["Thunder Cleft"] = 281,
["Conquest Hold"] = {
["Death's Rise"] = 379,
["Camp Winterhoof"] = 85,
["Light's Breach"] = 80,
["Apothecary Camp"] = 57,
["The Argent Vanguard"] = 207,
["Venomspite"] = 88,
["Argent Tournament Grounds"] = 299,
["Dalaran"] = 186,
["Zim'Torga"] = 164,
["Warsong Camp"] = 323,
["Camp Oneqwah"] = 101,
["Vengeance Landing"] = 158,
["Bor'gorok Outpost"] = 390,
["Kor'koron Vanguard"] = 204,
["K3"] = 160,
["The Argent Stand"] = 123,
["Taunka'le Village"] = 318,
["Wyrmrest Temple"] = 138,
["Kor'kron Vanguard"] = 204,
["Crusaders' Pinnacle"] = 212,
["Moa'ki"] = 170,
["Agmar's Hammer"] = 207,
},
["K3"] = {
["Windrunner's Overlook"] = 53,
["Ulduar"] = 127,
["Camp Winterhoof"] = 242,
["Apothecary Camp"] = 218,
["Dun Niffelem"] = 100,
["Grom'arsh Crash-Site"] = 76,
["Dun Nifflelem"] = 101,
["Conquest Hold"] = 162,
["Argent Tournament Grounds"] = 173,
["Dalaran"] = 71,
["River's Heart"] = 272,
["Warsong Camp"] = 222,
["Frosthold"] = 43,
["The Shadow Vault"] = 224,
["Crusaders' Pinnacle"] = 100,
["Ebon Watch"] = 43,
["Amber Ledge"] = 370,
["Zim'Torga"] = 148,
["Sunreaver's Command"] = 37,
["The Argent Stand"] = 90,
["Taunka'le Village"] = 295,
["Wyrmrest Temple"] = 135,
["Unu'pe"] = 318,
["Camp Tunka'lo"] = 90,
["Venomspite"] = 142,
["Moa'ki"] = 186,
["The Argent Vanguard"] = 94,
["Bladespire Fortress"] = {
["Darkspear's Edge"] = 53,
["Bloodmaul Slag Mines"] = 62,
["Throne of the Elements"] = 95,
["Frostwall Garrison"] = 46,
["Wor'gol"] = 29,
["Warspear"] = 219,
["Wolf's Stand"] = 78,
["Thunder Pass"] = 92,
["Stonefang Outpost"] = 33,
},
["Axefall"] = {
["Pinchwhistle Gearworks"] = 57,
["Socrethar's Rise"] = 79,
["Darktide Roost"] = 92,
["Exile's Rise"] = 95,
["Apexis Excavation"] = 27,
["Frostwall Garrison"] = 148,
["Wor'var"] = 108,
["Joz's Rylaks"] = 133,
["Terokkar Refuge"] = 71,
["Warspear"] = 240,
["Nivek's Overlook"] = 111,
["Shattrath City"] = 79,
["Crow's Crook"] = 34,
["Beastwatch"] = 146,
["Veil Terokk"] = 24,
["Akeeta's Hovel"] = 54,
["Swamprat Post"] = {
["Evergrove"] = 132,
["Garadar"] = 168,
["Shattrath"] = 86,
["Spinebreaker Ridge"] = 201,
["Zabra'jin"] = 111,
["Area 52"] = 203,
["Falcon Watch"] = 61,
["Hellfire Peninsula"] = 206,
["Shadowmoon Village"] = 220,
["Mok'Nathal Village"] = 71,
["Thrallmar"] = 136,
["Thunderlord Stronghold"] = 106,
["Altar of Sha'tar"] = 301,
["Cosmowrench"] = 193,
["The Stormspire"] = 174,
["Stonebreaker Hold"] = 155,
},
["Zim'Torga"] = {
["Ulduar"] = 154,
["Ebon Watch"] = 105,
["Light's Breach"] = 77,
["Dun Niffelem"] = 85,
["Gundrak"] = 54,
["Conquest Hold"] = 150,
["Crusaders' Pinnacle"] = 198,
["Westfall Brigade"] = 56,
["Camp Oneqwah"] = 83,
["Amber Ledge"] = 450,
["K3"] = 145,
["The Argent Stand"] = 53,
["Kamagua"] = 241,
["Dalaran"] = 172,
["Sunreaver's Command"] = 132,
["Camp Tunka'lo"] = 87,
["Kor'koron Vanguard"] = 212,
["The Argent Vanguard"] = 193,
["New Agamand"] = 210,
["The Gullet"] = {
["Dragonmaw Port"] = 91,
["Revantusk Village"] = 279,
["Bloodgulch"] = 36,
["Crushblow"] = 58,
},
["Warsong Camp"] = {
["Death's Rise"] = 112,
5852,25 → 5782,40
["Warsong Hold"] = 168,
["Kor'koron Vanguard"] = 162,
["K3"] = 186,
["Amber Ledge"] = 156,
["Sunreaver's Command"] = 189,
["Unu'pe"] = 109,
["Taunka'le Village"] = 80,
["The Shadow Vault"] = 164,
["Nesingwary Base Camp"] = 112,
["Camp Oneqwah"] = 344,
["Crusaders' Pinnacle"] = 160,
["Camp Oneqwah"] = 344,
["Nesingwary Base Camp"] = 112,
["The Shadow Vault"] = 164,
["Moa'ki"] = 160,
["Sunreaver's Command"] = 189,
["Amber Ledge"] = 156,
},
["Bozzle's Wreck"] = {
["Halfhill"] = 247,
["Longying Outpost"] = 222,
["One Keg"] = 111,
["Temple of the White Tiger"] = 93,
["Shrine of Two Moons"] = 184,
["Rensai's Watchpost"] = 264,
["Shado-Pan Garrison"] = 50,
["Zouchin Village"] = 51,
["Ebon Watch"] = {
["Death's Rise"] = 261,
["Windrunner's Overlook"] = 33,
["Camp Winterhoof"] = 198,
["Light's Breach"] = 45,
["Apothecary Camp"] = 174,
["The Argent Vanguard"] = 88,
["Venomspite"] = 99,
["Dun Nifflelem"] = 141,
["Conquest Hold"] = 158,
["Argent Tournament Grounds"] = 180,
["Sunreaver's Command"] = 27,
["Camp Oneqwah"] = 149,
["Amber Ledge"] = 346,
["K3"] = 40,
["Kor'koron Vanguard"] = 109,
["The Argent Stand"] = 64,
["Taunka'le Village"] = 271,
["Wyrmrest Temple"] = 92,
["Bouldercrag's Refuge"] = 153,
["Grom'arsh Crash-Site"] = 115,
["Dalaran"] = 68,
["Fordragon Hold"] = 111,
["Wintergarde Keep"] = 61,
},
["Winter's Blossom"] = {
["Eastwind Rest"] = 84,
5879,16 → 5824,16
["Binan Village"] = 112,
["Kota Basecamp"] = 27,
["Serpent's Spine"] = 101,
["Halfhill"] = 254,
["One Keg"] = 68,
["Zouchin Village"] = 155,
["One Keg"] = 68,
["Halfhill"] = 254,
},
["The Arboretum"] = {
["Stoneplow"] = 204,
["Dawn's Blossom"] = 27,
["Tavern in the Mists"] = 129,
["Shrine of Two Moons"] = 192,
["Sri-La Village"] = 63,
["Shado-Pan Garrison"] = 354,
["Klaxxi'vess"] = 91,
["Pang's Stead"] = 101,
["Halfhill"] = 152,
5898,31 → 5843,47
["Serpent's Spine"] = 317,
["Zhu's Watch"] = 136,
["Huojin Landing"] = 169,
["Shado-Pan Garrison"] = 354,
["Sri-La Village"] = 63,
},
["Durotan's Grasp"] = {
["Pinchwhistle Gearworks"] = 115,
["Socrethar's Rise"] = 142,
["Frostwall Garrison"] = 90,
["Warspear"] = 175,
["Frostwolf Overlook"] = 41,
["Shattrath City"] = 14,
["Vol'mar"] = 121,
["Evermorn Springs"] = 66,
["Terokkar Refuge"] = 47,
["Beastwatch"] = 86,
["Valormok"] = {
["Crossroads"] = 251,
["Bloodvenom Post"] = 232,
["Sun Rock Retreat"] = 395,
["Bilgewater Harbor"] = 86,
["Ratchet"] = 187,
["Vendetta Point"] = 255,
["Brackenwall Village"] = 295,
["Thunk's Abode"] = 359,
["Northern Rocketway"] = 137,
["Everlook"] = 130,
["Orgrimmar"] = 75,
["Gadgetzan"] = 441,
["The Crossroads"] = 164,
["Freewind Post"] = 348,
["Hunter's Hill"] = 235,
["Camp Taurajo"] = 342,
["Moonglade"] = 277,
["Emerald Sanctuary"] = 156,
["Cliffwalker Post"] = 216,
["Marshal's Refuge"] = 542,
["Mossy Pile"] = 511,
["Thunder Bluff"] = 250,
["Cenarion Hold"] = 546,
["Splintertree Post"] = 79,
["Camp Mojache"] = 423,
},
["Hearthglen"] = {
["Thondroril River"] = 80,
["Undercity"] = 196,
["Brill"] = 155,
["Northpass Tower"] = 117,
["Andorhal"] = 71,
["Grom'gol"] = 718,
["Plaguewood Tower"] = 61,
["The Bulwark"] = 107,
["The Menders' Stead"] = 38,
["Forsaken High Command"] = 199,
["Nivek's Overlook"] = {
["Iron Docks"] = 206,
["Throne of the Elements"] = 58,
["Frostwall Garrison"] = 94,
["Wor'var"] = 64,
["Joz's Rylaks"] = 47,
["Beastwatch"] = 158,
["Vol'mar"] = 198,
["The Ring of Trials"] = 53,
["Warspear"] = 252,
["Rilzit's Holdfast"] = 44,
["Breaker's Crown"] = 168,
},
["Hunter's Hill"] = {
["Crossroads"] = 43,
5952,118 → 5913,145
["The Ring of Trials"] = 11,
["Exile's Rise"] = 146,
["Throne of the Elements"] = 29,
["Apexis Excavation"] = 112,
["Everbloom Wilds"] = 139,
["Nivek's Overlook"] = 50,
["Veil Terokk"] = 109,
["Riverside Post"] = 51,
["Beastwatch"] = 105,
["Warspear"] = 199,
["Frostwolf Overlook"] = 67,
["Nivek's Overlook"] = 50,
["Terokkar Refuge"] = 86,
["Shattrath City"] = 60,
["Terokkar Refuge"] = 86,
["Beastwatch"] = 105,
["Riverside Post"] = 51,
["Veil Terokk"] = 109,
["Everbloom Wilds"] = 139,
["Apexis Excavation"] = 112,
},
["Revantusk Village"] = {
["Undercity"] = 269,
["Kargath"] = 351,
["Eastwall Tower"] = 151,
["Brill"] = 232,
["Hiri'watha Research Station"] = 61,
["Stonard"] = 576,
["Tarren Mill"] = 159,
["Grom'gol"] = 589,
["Hammerfall"] = 93,
["Southpoint Gate"] = 225,
["Eastpoint Tower"] = 180,
["Galen's Fall"] = 160,
["Booty Bay"] = 648,
["The Sepulcher"] = 258,
["Flame Crest"] = 419,
["Light's Hope Chapel"] = 135,
["Zoram'gar Outpost"] = {
["Crossroads"] = 230,
["Wildheart Point"] = 188,
["Moonglade"] = 263,
["Shadowprey Village"] = 565,
["Ratchet"] = 287,
["Brackenwall Village"] = 394,
["Krom'gar Fortress"] = 83,
["Karnum's Glade"] = 232,
["Freewind Post"] = 419,
["Whisperwind Grove"] = 242,
["Sun Rock Retreat"] = 122,
["Orgrimmar"] = 259,
["Thunder Bluff"] = 246,
["Ethel Rethor"] = 236,
["Gadgetzan"] = 514,
["Hellscream's Watch"] = 81,
["Sen'jin Village"] = 357,
["Emerald Sanctuary"] = 123,
["Camp Taurajo"] = 309,
["The Mor'Shan Ramparts"] = 216,
["Silverwind Refuge"] = 128,
["Cliffwalker Post"] = 74,
["Bloodvenom Post"] = 138,
["Camp Ataya"] = 270,
["Valormok"] = 258,
["The Crossroads"] = 235,
["Splintertree Post"] = 170,
["Camp Mojache"] = 485,
},
["Brackenwall Village"] = {
["Crossroads"] = 161,
["Bloodvenom Post"] = 408,
["Mudsprocket"] = 62,
["Shadowprey Village"] = 322,
["Ratchet"] = 89,
["Malaka'jin"] = 228,
["The Sludgewerks"] = 344,
["Ramkahen"] = 328,
["Everlook"] = 467,
["Thunk's Abode"] = 249,
["Freewind Post"] = 105,
["Orgrimmar"] = 215,
["Gadgetzan"] = 204,
["Valormok"] = 335,
["The Crossroads"] = 162,
["Fizzle & Pozzik's Speedbarge"] = 123,
["Camp Taurajo"] = 49,
["Hunter's Hill"] = 113,
["Westreach Summit"] = 111,
["Zoram'gar Outpost"] = 358,
["Emerald Sanctuary"] = 352,
["Sun Rock Retreat"] = 277,
["Desolation Hold"] = 44,
["Camp Ataya"] = 272,
["Thunder Bluff"] = 183,
["Moonglade"] = 568,
["Splintertree Post"] = 325,
["Camp Mojache"] = 143,
["Sun Rock Retreat"] = {
["Crossroads"] = 149,
["Bloodvenom Post"] = 396,
["Moonglade"] = 556,
["Shadowprey Village"] = 144,
["Karnum's Glade"] = 107,
["Ratchet"] = 206,
["Krom'gar Fortress"] = 43,
["Brackenwall Village"] = 282,
["Thunk's Abode"] = 134,
["The Sludgewerks"] = 42,
["Malaka'jin"] = 67,
["Freewind Post"] = 334,
["Thunder Bluff"] = 174,
["Furien's Post"] = 36,
["Orgrimmar"] = 266,
["Mudsprocket"] = 305,
["The Crossroads"] = 150,
["Gadgetzan"] = 426,
["Emerald Sanctuary"] = 199,
["Hellscream's Watch"] = 110,
["Stonemaul Hold"] = 289,
["Camp Taurajo"] = 223,
["Zoram'gar Outpost"] = 121,
["Nozzlepot's Outpost"] = 217,
["Cliffwalker Post"] = 49,
["Desolation Hold"] = 240,
["Ethel Rethor"] = 111,
["Valormok"] = 313,
["Cenarion Hold"] = 395,
["Splintertree Post"] = 182,
["Camp Mojache"] = 340,
},
["Zhu's Watch"] = {
["The Arboretum"] = 144,
["Dawnchaser Retreat"] = 152,
["Shrine of Two Moons"] = 117,
["Pang's Stead"] = 43,
["Halfhill"] = 46,
["Binan Village"] = 88,
["Huojin Landing"] = 231,
["Shado-Pan Garrison"] = 276,
["Paw'Don Village"] = 26,
["Tavern in the Mists"] = 62,
["Thunder Cleft"] = 42,
["Dun Niffelem"] = {
["The Shadow Vault"] = 246,
["Ulduar"] = 84,
["Dalaran"] = 180,
["Zim'Torga"] = 88,
["Camp Tunka'lo"] = 33,
["K3"] = 87,
["New Agamand"] = 298,
},
["InFlight"] = {
["InFlight"] = 130,
["Bambala"] = {
["Hardwrench Hideaway"] = 72,
["Stonard"] = 221,
["Tarren Mill"] = 652,
["Grom'gol"] = 47,
["New Kargath"] = 289,
["Bogpaddle"] = 265,
["Booty Bay"] = 118,
["Vermillion Redoubt"] = 477,
["Chiselgrip"] = 254,
["Dreadmaul Hold"] = 247,
},
["One Keg"] = {
["Eastwind Rest"] = 58,
["Tavern in the Mists"] = 132,
["Zouchin Village"] = 58,
["Halfhill"] = 220,
["Longying Outpost"] = 141,
["Binan Village"] = 67,
["Kota Basecamp"] = 51,
["Westwind Rest"] = 0,
["Shado-Pan Garrison"] = 174,
["Temple of the White Tiger"] = 30,
["Shrine of Two Moons"] = 148,
["Bozzle's Wreck"] = 108,
["Marista"] = {
["Stoneplow"] = 138,
["The Incursion"] = 62,
["Dawnchaser Retreat"] = 64,
["Sri-La Village"] = 235,
["Halfhill"] = 74,
["Shrine of Two Moons"] = 165,
["Cradle of Chi-Ji"] = 51,
["Zhu's Watch"] = 99,
["Sentinel Basecamp"] = 86,
["Thunder Cleft"] = 77,
},
["Terokkar Refuge"] = {
["Frostwall Garrison"] = 109,
["Vol'jin's Pride"] = 34,
["Beastwatch"] = 89,
["Warspear"] = 161,
["Zangarra"] = 36,
["Darktide Roost"] = 115,
["Evermorn Springs"] = 66,
["Exarch's Refuge"] = 31,
["Everbloom Wilds"] = 121,
["Akeeta's Hovel"] = 46,
["Crown Guard Tower"] = {
["Thondroril River"] = 39,
["Undercity"] = 199,
["Eastwall Tower"] = 53,
["Light's Hope Chapel"] = 73,
["Northpass Tower"] = 61,
["The Forsaken Front"] = 245,
["Light's Shield Tower"] = 34,
["Southpoint Gate"] = 207,
["The Menders' Stead"] = 77,
["Plaguewood Tower"] = 52,
["The Sepulcher"] = 244,
["Brill"] = 162,
["The Bulwark"] = 115,
},
["Soggy's Gamble"] = {
["Tavern in the Mists"] = 254,
["Shrine of Two Moons"] = 139,
["Klaxxi'vess"] = 61,
["Halfhill"] = 159,
["Bozzle's Wreck"] = 331,
["Honeydew Village"] = 272,
["Shado-Pan Garrison"] = 202,
["Serpent's Spine"] = 82,
["The Briny Muck"] = 44,
["The Sunset Brewgarden"] = 99,
["Hellfire Peninsula"] = {
["Evergrove"] = 321,
["Garadar"] = 253,
["Shattrath"] = 182,
["Spinebreaker Ridge"] = 125,
["Stonebreaker Hold"] = 188,
["Swamprat Post"] = 190,
["The Stormspire"] = 364,
["Cosmowrench"] = 381,
["Falcon Watch"] = 122,
["Thunderlord Stronghold"] = 295,
["Shadowmoon Village"] = 252,
["Thrallmar"] = 59,
["Area 52"] = 316,
["Mok'Nathal Village"] = 261,
["Zabra'jin"] = 271,
["Sanctum of the Stars"] = 316,
},
["Moa'ki"] = {
["Ulduar"] = 293,
6081,23 → 6069,39
["Bor'gorok Outpost"] = 225,
["Amber Ledge"] = 228,
["Kamagua"] = 184,
["New Agamand"] = 247,
["Bouldercrag's Refuge"] = 278,
["Wintergarde Keep"] = 85,
["K3"] = 167,
["Taunka'le Village"] = 153,
["Wyrmrest Temple"] = 49,
["River's Heart"] = 282,
["Camp Oneqwah"] = 222,
["Camp Winterhoof"] = 205,
["Camp Oneqwah"] = 222,
["River's Heart"] = 282,
["K3"] = 167,
["Wintergarde Keep"] = 85,
["Bouldercrag's Refuge"] = 278,
["New Agamand"] = 247,
},
["Akeeta's Hovel"] = {
["Warspear"] = 156,
["Beastwatch"] = 127,
["Darktide Roost"] = 68,
["Frostwall Garrison"] = 143,
["Exile's Rise"] = 52,
["Talon Watch"] = 38,
["Razor Hill"] = {
["Crossroads"] = 171,
["Mudsprocket"] = 347,
["Bilgewater Harbor"] = 173,
["Ratchet"] = 172,
["Malaka'jin"] = 286,
["Everlook"] = 310,
["Orgrimmar"] = 59,
["The Crossroads"] = 171,
["Gadgetzan"] = 400,
["Sanctuary of Malorne"] = 271,
["Shrine of Aessina"] = 276,
["Bloodhoof Village"] = 327,
["Hellscream's Watch"] = 219,
["Zoram'gar Outpost"] = 291,
["Nozzlepot's Outpost"] = 115,
["Thunder Bluff"] = 284,
["Desolation Hold"] = 282,
["Southern Rocketway"] = 152,
["Valormok"] = 114,
["The Mor'Shan Ramparts"] = 159,
["Splintertree Post"] = 152,
["Sen'jin Village"] = 29,
},
["Crossroads"] = {
["Marshal's Refuge"] = 385,
6114,60 → 6118,73
["Thunk's Abode"] = 173,
["Mudsprocket"] = 194,
["Gadgetzan"] = 303,
["Thunder Bluff"] = 107,
["Valormok"] = 164,
["Silverwind Refuge"] = 131,
["Bloodhoof Village"] = 158,
["Hunter's Hill"] = 49,
["Camp Taurajo"] = 73,
["Zoram'gar Outpost"] = 231,
["Nozzlepot's Outpost"] = 68,
["Sun Rock Retreat"] = 71,
["Desolation Hold"] = 111,
["Silverwind Refuge"] = 131,
["Valormok"] = 164,
["Hunter's Hill"] = 49,
["Thunder Bluff"] = 107,
["Cenarion Hold"] = 387,
["Splintertree Post"] = 160,
["Camp Mojache"] = 252,
},
["Shipwreck Cove"] = {
["Trueshot Lodge"] = 62,
["Lorlathil"] = 149,
["Meredil"] = 134,
["Dreadwake's Landing"] = 128,
["Dalaran"] = 197,
["Ironhorn Enclave"] = 117,
["Irongrove Retreat"] = 118,
["The Witchwood"] = 50,
["Prepfoot"] = 45,
["Starsong Refuge"] = 115,
["Gloaming Reef"] = 173,
["Felbane Camp"] = 42,
["Nesingwary"] = 70,
["Stonehoof Watch"] = 90,
["Thunder Totem"] = 83,
["Illidari Stand"] = 178,
["Skyhorn"] = 63,
["Wardens' Redoubt"] = 200,
["Forsaken Foothold"] = 82,
["Valdisdall"] = 110,
["Garadar"] = {
["Evergrove"] = 203,
["Area 52"] = 274,
["Hellfire Peninsula"] = 270,
["Thunderlord Stronghold"] = 177,
["Shadowmoon Village"] = 210,
["Falcon Watch"] = 126,
["Stonebreaker Hold"] = 64,
["Shattrath"] = 77,
["Spinebreaker Ridge"] = 266,
["Swamprat Post"] = 156,
["Altar of Sha'tar"] = 290,
["Cosmowrench"] = 339,
["Thrallmar"] = 199,
["The Stormspire"] = 322,
["Mok'Nathal Village"] = 227,
["Zabra'jin"] = 67,
["Sanctum of the Stars"] = 274,
},
["Camp Tunka'lo"] = {
["Camp Oneqwah"] = 181,
["Ulduar"] = 74,
["Dun Niffelem"] = 46,
["The Argent Stand"] = 151,
["Grom'arsh Crash-Site"] = 100,
["Dun Nifflelem"] = 45,
["Bouldercrag's Refuge"] = 121,
["Dalaran"] = 185,
["Sunreaver's Command"] = 152,
["Zim'Torga"] = 99,
["K3"] = 114,
["Wildheart Point"] = {
["Mudsprocket"] = 480,
["Sun Rock Retreat"] = 216,
["Irontree Clearing"] = 106,
["Moonglade"] = 165,
["Nordrassil"] = 294,
["Hunter's Hill"] = 273,
["Hellscream's Watch"] = 104,
["Zoram'gar Outpost"] = 169,
["Emerald Sanctuary"] = 34,
["Thunder Bluff"] = 330,
["Grove of the Ancients"] = 52,
["Ethel Rethor"] = 325,
["Everlook"] = 211,
["Valormok"] = 181,
["Whisperwind Grove"] = 67,
["Orgrimmar"] = 210,
},
["Western Suramar"] = {
["Eastern Suramar"] = 61,
["Isle of the Watchers"] = 67,
["Trueshot Lodge"] = 149,
["The Dreamgrove"] = 226,
["Death's Rise"] = {
["Camp Oneqwah"] = 454,
["The Shadow Vault"] = 94,
["Valiance Landing Camp"] = 0,
["Bouldercrag's Refuge"] = 214,
["Grom'arsh Crash-Site"] = 254,
["K3"] = 283,
["Gundrak"] = 465,
["The Argent Stand"] = 369,
["Taunka'le Village"] = 195,
["Nesingwary Base Camp"] = 118,
["Dalaran"] = 208,
["Argent Tournament Grounds"] = 170,
["Crusaders' Pinnacle"] = 214,
["River's Heart"] = 117,
["Warsong Camp"] = 0,
},
["Shadowprey Village"] = {
["Marshal's Refuge"] = 418,
6182,167 → 6199,147
["Furien's Post"] = 77,
["Karnum's Glade"] = 83,
["Orgrimmar"] = 368,
["Thunder Bluff"] = 173,
["Camp Ataya"] = 71,
["Valormok"] = 431,
["Ethel Rethor"] = 91,
["Gadgetzan"] = 395,
["Sun Rock Retreat"] = 199,
["Crossroads"] = 281,
["Hunter's Hill"] = 221,
["Bloodhoof Village"] = 211,
["Hunter's Hill"] = 221,
["Stonemaul Hold"] = 8,
["Zoram'gar Outpost"] = 320,
["Camp Taurajo"] = 261,
["Cliffwalker Post"] = 221,
["Crossroads"] = 281,
["Ethel Rethor"] = 91,
["Valormok"] = 431,
["Sun Rock Retreat"] = 199,
["Camp Ataya"] = 71,
["Thunder Bluff"] = 173,
["Cenarion Hold"] = 326,
["Splintertree Post"] = 514,
["Camp Mojache"] = 196,
},
["Bilgewater Harbor"] = {
["Crossroads"] = 235,
["The Crossroads"] = 234,
["Sun Rock Retreat"] = 322,
["Razor Hill"] = 153,
["Southern Rocketway"] = 32,
["Ratchet"] = 211,
["Northern Rocketway"] = 52,
["Nozzlepot's Outpost"] = 153,
["Cliffwalker Post"] = 311,
["The Sludgewerks"] = 324,
["Valormok"] = 84,
["Everlook"] = 149,
["Thunder Bluff"] = 304,
["Splintertree Post"] = 149,
["Orgrimmar"] = 98,
["Rensai's Watchpost"] = {
["Longying Outpost"] = 49,
["Halfhill"] = 302,
["Kota Basecamp"] = 102,
["Gao-Ran Battlefront"] = 44,
["Serpent's Spine"] = 157,
["Shado-Pan Garrison"] = 22,
["Klaxxi'vess"] = 133,
["Shrine of Two Moons"] = 149,
},
["Light's Hope Chapel"] = {
["Kargath"] = 494,
["Eastwall Tower"] = 23,
["Strahnbrad"] = 214,
["The Forsaken Front"] = 300,
["Light's Shield Tower"] = 34,
["Revantusk Village"] = 141,
["Hammerfall"] = 234,
["Silvermoon City"] = 185,
["Chillwind Camp"] = 149,
["Undercity"] = 254,
["Zul'Aman"] = 113,
["Stonard"] = 717,
["Tarren Mill"] = 301,
["The Bulwark"] = 174,
["Crown Guard Tower"] = 64,
["Stormfeather Outpost"] = 96,
["Falconwing Square"] = 2,
["The Menders' Stead"] = 133,
["Acherus: The Ebon Hold"] = 64,
["Fuselight"] = 322,
["Thorium Point"] = 467,
["Aerie Peak"] = 162,
["Southpoint Gate"] = 262,
["Booty Bay"] = 789,
["The Sepulcher"] = 367,
["Thondroril River"] = 94,
["Shattered Sun Staging Area"] = 460,
["Andorhal"] = 158,
["Bloodgulch"] = 500,
["Thondoril River"] = 99,
["Tranquillien"] = 119,
["Hearthglen"] = 149,
["Plaguewood Tower"] = 87,
["Grom'gol"] = 731,
["Flame Crest"] = 560,
["Ironforge"] = 369,
["Everbloom Wilds"] = {
["Vault of the Earth"] = 87,
["Frostwall Garrison"] = 103,
["Everbloom Overlook"] = 34,
["Breaker's Crown"] = 29,
["Warspear"] = 115,
["Terokkar Refuge"] = 137,
["Shattrath City"] = 119,
["Vol'mar"] = 88,
["Exile's Rise"] = 190,
["Retribution Point"] = 150,
["Beastwatch"] = 48,
},
["Stygian Bounty"] = {
["Sandy Beach"] = 51,
["Silver Tide Hollow"] = 74,
["Freewind Post"] = {
["Marshal's Refuge"] = 194,
["Bloodvenom Post"] = 431,
["Moonglade"] = 592,
["Shadowprey Village"] = 323,
["Ratchet"] = 184,
["Brackenwall Village"] = 96,
["Everlook"] = 491,
["Orgrimmar"] = 278,
["Gadgetzan"] = 93,
["Camp Taurajo"] = 137,
["Zoram'gar Outpost"] = 419,
["Mudsprocket"] = 69,
["Sun Rock Retreat"] = 332,
["Crossroads"] = 192,
["Thunder Bluff"] = 220,
["Valormok"] = 359,
["Cenarion Hold"] = 256,
["Splintertree Post"] = 349,
["Camp Mojache"] = 123,
},
["Eastern Suramar"] = {
["Western Suramar"] = 57,
["Trueshot Lodge"] = 176,
["The Dreamgrove"] = 209,
["Trueshot Lodge"] = 176,
["Western Suramar"] = 57,
},
["Retribution Point"] = {
["Darkspear's Edge"] = 151,
["Frostwall Garrison"] = 128,
["Vol'jin's Pride"] = 78,
["Beastwatch"] = 132,
["Warspear"] = 205,
["Zangarra"] = 80,
["Shattrath City"] = 58,
["Pinchwhistle Gearworks"] = 93,
["Wolf's Stand"] = 136,
["Veil Terokk"] = 62,
["Exarch's Refuge"] = 29,
["Grove of Aessina"] = {
["Nordrassil"] = 82,
["Orgrimmar"] = 171,
["Shrine of Aviana"] = 44,
},
["Challiane's Terrace"] = {
["Shackle's Den"] = 62,
["Felblaze Ingress"] = 46,
["Lorlathil"] = 33,
["Meredil"] = 57,
["Bradensbrook"] = 38,
["Azurewing Repose"] = 34,
["Valdisdall"] = 137,
["Starsong Refuge"] = 87,
["Gloaming Reef"] = 37,
["Felbane Camp"] = 152,
["Sylvan Falls"] = 118,
["Illidari Perch"] = 45,
["The Witchwood"] = 157,
["Cullen's Post"] = 114,
["Wardens' Redoubt"] = 74,
["Forsaken Foothold"] = 179,
["Illidari Stand"] = 51,
["Nesingwary Base Camp"] = {
["Death's Rise"] = 91,
["Ulduar"] = 523,
["Transitus Shield"] = 228,
["Light's Breach"] = 530,
["The Argent Vanguard"] = 265,
["Gundrak"] = 699,
["Argent Tournament Grounds"] = 261,
["Dalaran"] = 243,
["River's Heart"] = 51,
["Warsong Camp"] = 191,
["Agmar's Hammer"] = 228,
["Warsong Hold"] = 199,
["Bor'gorok Outpost"] = 62,
["Amber Ledge"] = 176,
["K3"] = 432,
["Taunka'le Village"] = 138,
["Moa'ki"] = 427,
["Fizzcrank Airstrip"] = 77,
},
["Serpent's Spine"] = {
["Thunder Cleft"] = 206,
["Winter's Blossom"] = 0,
["The Arboretum"] = 287,
["Klaxxi'vess"] = 53,
["Shrine of Two Moons"] = 59,
["Shado-Pan Fallback"] = 157,
["Gao-Ran Battlefront"] = 0,
["Cradle of Chi-Ji"] = 162,
["Longying Outpost"] = 0,
["Jade Temple Grounds"] = 297,
["Shrine of Seven Stars"] = 70,
["Huojin Landing"] = 346,
["Shado-Pan Garrison"] = 87,
["Halfhill"] = 131,
["Soggy's Gamble"] = 73,
["The Sunset Brewgarden"] = 54,
["The Ring of Trials"] = {
["Throne of the Elements"] = 27,
["Frostwall Garrison"] = 63,
["Vol'jin's Pride"] = 98,
["Joz's Rylaks"] = 42,
["Beastwatch"] = 110,
["Riverside Post"] = 49,
["Nivek's Overlook"] = 50,
["Vol'mar"] = 151,
["Warspear"] = 205,
["Exile's Rise"] = 137,
["Wor'var"] = 19,
},
["Apexis Excavation"] = {
["Frostwall Garrison"] = 147,
["Wor'var"] = 101,
["Warspear"] = 203,
["Zangarra"] = 97,
["Beastwatch"] = 148,
["Darktide Roost"] = 104,
["Veil Terokk"] = 27,
["Axefall"] = 27,
["Crow's Crook"] = 25,
["Booty Bay"] = {
["Hardwrench Hideaway"] = 41,
["Refuge Pointe"] = 740,
["Thorium Point"] = 305,
["Southpoint Gate"] = 721,
["Hammerfall"] = 567,
["Flamestar Post"] = 315,
["Chillwind Camp"] = 773,
["Bogpaddle"] = 282,
["Sunveil Excursion"] = 170,
["Undercity"] = 812,
["Dreadmaul Hold"] = 229,
["Revantusk Village"] = 666,
["Kargath"] = 314,
["Stonard"] = 238,
["Tarren Mill"] = 668,
["Andorhal"] = 684,
["New Kargath"] = 308,
["Chiselgrip"] = 281,
["Bambala"] = 114,
["Bloodwatcher Point"] = 353,
["Light's Hope Chapel"] = 755,
["Grom'gol"] = 75,
["Flame Crest"] = 272,
["Southshore"] = 753,
},
["Prepfoot"] = {
["Shipwreck Cove"] = 47,
["Trueshot Lodge"] = 66,
["Meredil"] = 130,
["Bradensbrook"] = 151,
["Azurewing Repose"] = 164,
["The Witchwood"] = 54,
["Garden of the Moon"] = 133,
["Thunder Totem"] = 61,
["Valdisdall"] = 80,
["Stormtorn Foothills"] = 60,
["Stonehoof Watch"] = 62,
["Sylvan Falls"] = 80,
["Illidari Perch"] = 193,
["Crimson Thicket"] = 100,
["Cullen's Post"] = 73,
["Skyhorn"] = 43,
["Forsaken Foothold"] = 49,
["Obsidian Overlook"] = 100,
["The Menders' Stead"] = {
["Thondroril River"] = 37,
["Undercity"] = 152,
["Hearthglen"] = 44,
["Brill"] = 110,
["Fuselight"] = 451,
["The Bulwark"] = 63,
["Galen's Fall"] = 188,
["Crown Guard Tower"] = 81,
["Chillwind Camp"] = 43,
["Andorhal"] = 26,
},
["Falcon Watch"] = {
["Evergrove"] = 201,
6352,64 → 6349,42
["Swamprat Post"] = 69,
["Hellfire Peninsula"] = 143,
["Area 52"] = 199,
["Zabra'jin"] = 150,
["The Stormspire"] = 242,
["Garadar"] = 132,
["Thrallmar"] = 73,
["Altar of Sha'tar"] = 286,
["Shadowmoon Village"] = 204,
["The Stormspire"] = 242,
["Zabra'jin"] = 150,
["Sanctum of the Stars"] = 269,
},
["Bogpaddle"] = {
["Sunveil Excursion"] = 123,
["Morgan's Vigil"] = 81,
["Iron Summit"] = 193,
["Dreadmaul Hold"] = 68,
["Stonard"] = 41,
["Bambala"] = 267,
["Shalewind Canyon"] = 33,
["Chiselgrip"] = 118,
["New Kargath"] = 182,
["Marshtide Watch"] = 25,
["Shalewind Canyon"] = 33,
["Bambala"] = 267,
["Hammerfall"] = 433,
["Booty Bay"] = 217,
["Grom'gol"] = 210,
["Booty Bay"] = 217,
["Hammerfall"] = 433,
["Flame Crest"] = 109,
["Dreadmaul Hold"] = 68,
["Iron Summit"] = 193,
},
["Trueshot Lodge"] = {
["Shackle's Den"] = 129,
["Felblaze Ingress"] = 101,
["Meredil"] = 80,
["Irongrove Retreat"] = 63,
["Challiane's Terrace"] = 112,
["Garden of the Moon"] = 79,
["Starsong Refuge"] = 61,
["Felbane Camp"] = 33,
["Sylvan Falls"] = 29,
["Cullen's Post"] = 91,
["Illidari Stand"] = 125,
["Nastrondir"] = 86,
["Shipwreck Cove"] = 57,
["Lorlathil"] = 95,
["Eastern Suramar"] = 163,
["Isle of the Watchers"] = 205,
["Bradensbrook"] = 98,
["Ironhorn Enclave"] = 70,
["Western Suramar"] = 216,
["Azurewing Repose"] = 111,
["Thorim's Peak"] = 141,
["Crimson Thicket"] = 100,
["Thunder Totem"] = 35,
["The Witchwood"] = 20,
["Stormtorn Foothills"] = 95,
["Nesingwary"] = 24,
["Stonehoof Watch"] = 53,
["Illidari Perch"] = 140,
["Dalaran"] = 143,
["Skyhorn"] = 39,
["Valdisdall"] = 115,
["Forsaken Foothold"] = 76,
["The Dreamgrove"] = 49,
["Gao-Ran Battlefront"] = {
["Stoneplow"] = 311,
["Dawnchaser Retreat"] = 150,
["Shrine of Two Moons"] = 109,
["Rensai's Watchpost"] = 51,
["Shado-Pan Fallback"] = 40,
["Longying Outpost"] = 19,
["Shado-Pan Garrison"] = 72,
["Serpent's Spine"] = 170,
["Temple of the White Tiger"] = 167,
["Halfhill"] = 181,
["The Sunset Brewgarden"] = 33,
},
["The Shadow Vault"] = {
["Death's Rise"] = 77,
6423,44 → 6398,24
["River's Heart"] = 194,
["Warsong Camp"] = 138,
["Camp Oneqwah"] = 381,
["Crusaders' Pinnacle"] = 121,
["Bouldercrag's Refuge"] = 121,
["Kor'koron Vanguard"] = 226,
["K3"] = 210,
["Nesingwary Base Camp"] = 195,
["Kamagua"] = 461,
["The Argent Stand"] = 295,
["Taunka'le Village"] = 217,
["Wyrmrest Temple"] = 276,
["Transitus Shield"] = 500,
["Dalaran"] = 165,
["Valiance Landing Camp"] = 0,
["Kamagua"] = 461,
["Bouldercrag's Refuge"] = 121,
["Nesingwary Base Camp"] = 195,
["Crusaders' Pinnacle"] = 121,
},
["Thunder Totem"] = {
["Shackle's Den"] = 130,
["Shipwreck Cove"] = 73,
["Felblaze Ingress"] = 102,
["Trueshot Lodge"] = 36,
["Lorlathil"] = 98,
["Meredil"] = 79,
["Dalaran"] = 135,
["Ironhorn Enclave"] = 46,
["Irongrove Retreat"] = 65,
["Stormtorn Foothills"] = 72,
["Azurewing Repose"] = 112,
["The Witchwood"] = 35,
["Garden of the Moon"] = 81,
["Obsidian Overlook"] = 48,
["Sylvan Falls"] = 28,
["Felbane Camp"] = 56,
["Nesingwary"] = 20,
["Stonehoof Watch"] = 31,
["Cullen's Post"] = 69,
["Bradensbrook"] = 67,
["Skyhorn"] = 31,
["Illidari Stand"] = 126,
["Forsaken Foothold"] = 50,
["Valdisdall"] = 90,
["Vermillion Redoubt"] = {
["Dragonmaw Port"] = 78,
["Hammerfall"] = 109,
["Bloodgulch"] = 41,
["Iron Summit"] = 179,
},
["Valdisdall"] = {
["Shipwreck Cove"] = 118,
6473,21 → 6428,21
["Dalaran"] = 122,
["Ironhorn Enclave"] = 75,
["Irongrove Retreat"] = 104,
["Thunder Totem"] = 90,
["Shield's Rest"] = 56,
["Azurewing Repose"] = 136,
["The Witchwood"] = 119,
["Prepfoot"] = 77,
["Starsong Refuge"] = 146,
["Thunder Totem"] = 90,
["Felbane Camp"] = 136,
["Stormtorn Foothills"] = 26,
["Felbane Camp"] = 136,
["Nesingwary"] = 104,
["Challiane's Terrace"] = 144,
["Cullen's Post"] = 29,
["Crimson Thicket"] = 57,
["Skyhorn"] = 82,
["Crimson Thicket"] = 57,
["Cullen's Post"] = 29,
["Wardens' Redoubt"] = 167,
["Forsaken Foothold"] = 47,
["Shield's Rest"] = 56,
["Starsong Refuge"] = 146,
},
["Sri-La Village"] = {
["The Arboretum"] = 63,
6501,49 → 6456,20
["Zhu's Watch"] = 167,
["Tian Monastery"] = 40,
},
["Fuselight"] = {
["Undercity"] = 520,
["Dragon's Mouth"] = 51,
["Light's Hope Chapel"] = 358,
["Bloodwatcher Point"] = 19,
["Iron Summit"] = 136,
["Thorium Point"] = 112,
["New Kargath"] = 50,
["Revantusk Village"] = 388,
["Hammerfall"] = 301,
["Hiri'watha Research Station"] = 352,
["Booty Bay"] = 350,
["Bogpaddle"] = 221,
["Dustwind Dig"] = 19,
["Farstrider Lodge"] = 49,
["Aktar's Post"] = {
["Malo's Lookout"] = 31,
["The Iron Front"] = 34,
["Vault of the Earth"] = 52,
["Frostwall Garrison"] = 117,
["Warspear"] = 111,
["Sha'naari Refuge"] = 26,
["Vol'mar"] = 56,
["Bastion Rise"] = 26,
["Exile's Rise"] = 87,
["Beastwatch"] = 51,
},
["Warsong Hold"] = {
["Death's Rise"] = 207,
["Transitus Shield"] = 72,
["The Argent Vanguard"] = 317,
["Grom'arsh Crash-Site"] = 392,
["Nesingwary Base Camp"] = 117,
["Unu'pe"] = 93,
["Argent Tournament Grounds"] = 376,
["Crusaders' Pinnacle"] = 323,
["Zim'Torga"] = 432,
["Warsong Camp"] = 158,
["Camp Oneqwah"] = 421,
["Agmar's Hammer"] = 176,
["Vengeance Landing"] = 477,
["Venomspite"] = 262,
["Bor'gorok Outpost"] = 68,
["Kor'koron Vanguard"] = 239,
["Kamagua"] = 394,
["K3"] = 317,
["The Argent Stand"] = 391,
["Taunka'le Village"] = 87,
["Wyrmrest Temple"] = 225,
["Amber Ledge"] = 36,
["River's Heart"] = 125,
["Bouldercrag's Refuge"] = 420,
["Moa'ki"] = 211,
["Dalaran"] = 145,
["Nighthaven"] = {
["Thunder Bluff"] = 400,
},
["Grookin Hill"] = {
["Winter's Blossom"] = 226,
6553,70 → 6479,124
["Binan Village"] = 131,
["Marista"] = 216,
["Honeydew Village"] = 61,
["Serpent's Overlook"] = 60,
["Tian Monastery"] = 72,
["Serpent's Overlook"] = 60,
},
["Camp Ataya"] = {
["Wildheart Point"] = 480,
["Mudsprocket"] = 270,
["Shadowprey Village"] = 68,
["Karnum's Glade"] = 151,
["Vendetta Point"] = 286,
["Thunk's Abode"] = 178,
["Ramkahen"] = 328,
["Orgrimmar"] = 438,
["Stonemaul Hold"] = 75,
["Dawnrise Expedition"] = 392,
["Malaka'jin"] = 241,
["Desolation Hold"] = 250,
["Mossy Pile"] = 259,
["Thunder Bluff"] = 223,
["Cenarion Hold"] = 183,
["Marshal's Stand"] = 286,
["Camp Mojache"] = 146,
["Orgrimmar"] = {
["Marshal's Refuge"] = 452,
["Schnottz's Landing"] = 596,
["Wildheart Point"] = 213,
["Moonglade"] = 358,
["Nordrassil"] = 375,
["Karnum's Glade"] = 338,
["Irontree Clearing"] = 309,
["Southern Rocketway"] = 93,
["Northern Rocketway"] = 165,
["Ramkahen"] = 503,
["Freewind Post"] = 292,
["Furien's Post"] = 171,
["Whisperwind Grove"] = 267,
["Camp Ataya"] = 449,
["Valormok"] = 81,
["Gates of Sothann"] = 116,
["Gadgetzan"] = 335,
["Shrine of Aviana"] = 392,
["Shrine of Aessina"] = 422,
["Hunter's Hill"] = 160,
["Westreach Summit"] = 299,
["Zoram'gar Outpost"] = 228,
["Silverwind Refuge"] = 145,
["Cliffwalker Post"] = 257,
["Mossy Pile"] = 437,
["Ethel Rethor"] = 345,
["Nozzlepot's Outpost"] = 55,
["Fizzle & Pozzik's Speedbarge"] = 330,
["Splintertree Post"] = 90,
["Dawnrise Expedition"] = 432,
["Crossroads"] = 97,
["Stonemaul Hold"] = 374,
["The Sludgewerks"] = 269,
["Sun Rock Retreat"] = 257,
["Shadowprey Village"] = 373,
["Bilgewater Harbor"] = 113,
["Marshal's Stand"] = 434,
["Grove of Aessina"] = 218,
["Brackenwall Village"] = 226,
["Malaka'jin"] = 226,
["Krom'gar Fortress"] = 219,
["Mudsprocket"] = 266,
["Everlook"] = 240,
["Vendetta Point"] = 179,
["The Crossroads"] = 112,
["Ratchet"] = 107,
["Hellscream's Watch"] = 138,
["Bloodvenom Post"] = 249,
["Sen'jin Village"] = 91,
["Thunk's Abode"] = 283,
["Razor Hill"] = 55,
["Bloodhoof Village"] = 269,
["Camp Taurajo"] = 180,
["The Mor'Shan Ramparts"] = 99,
["Emerald Sanctuary"] = 167,
["Sanctuary of Malorne"] = 211,
["Desolation Hold"] = 222,
["Oasis of Vir'sar"] = 503,
["Thunder Bluff"] = 225,
["Cenarion Hold"] = 439,
["Bootlegger Outpost"] = 391,
["Camp Mojache"] = 218,
},
["Thondoril River"] = {
["Revantusk Village"] = 233,
["Light's Hope Chapel"] = 95,
["The Sepulcher"] = 203,
["Stonard"] = 700,
["The Sepulcher"] = 203,
["Tarren Mill"] = 100,
["The Bulwark"] = 76,
},
["Sha'naari Refuge"] = {
["Malo's Lookout"] = 31,
["The Iron Front"] = 31,
["Vault of the Earth"] = 30,
["Frostwall Garrison"] = 119,
["Aktar's Post"] = 23,
["Beastwatch"] = 68,
["Bastion Rise"] = 44,
["Darktide Roost"] = 125,
["Vol'mar"] = 52,
["Warspear"] = 107,
["Zangarra"] = 34,
["Desolation Hold"] = {
["Schnottz's Landing"] = 373,
["Mudsprocket"] = 61,
["Furien's Post"] = 301,
["Vendetta Point"] = 48,
["Brackenwall Village"] = 47,
["Ramkahen"] = 342,
["Orgrimmar"] = 240,
["The Crossroads"] = 121,
["Bloodhoof Village"] = 213,
["Westreach Summit"] = 101,
["Hunter's Hill"] = 98,
["Silverwind Refuge"] = 252,
["Karnum's Glade"] = 283,
["Gadgetzan"] = 174,
["Camp Ataya"] = 227,
["Thunder Bluff"] = 163,
["Mossy Pile"] = 275,
["Splintertree Post"] = 230,
["Camp Mojache"] = 98,
},
["Hafr Fjall"] = {
["Crimson Thicket"] = 47,
["Valdisdall"] = 39,
["Challiane's Terrace"] = 129,
["Nesingwary"] = 126,
["Meredil"] = 76,
["The Witchwood"] = 141,
["Dalaran"] = 97,
["Dreadwake's Landing"] = 22,
["Illidari Stand"] = 133,
["Cullen's Post"] = 46,
["Irongrove Retreat"] = 88,
["Crow's Crook"] = {
["Pinchwhistle Gearworks"] = 43,
["Bloodmaul Slag Mines"] = 201,
["Vol'jin's Pride"] = 82,
["Talon Watch"] = 26,
["Axefall"] = 34,
["Warspear"] = 188,
["Bastion Rise"] = 118,
["Apexis Excavation"] = 42,
["Darktide Roost"] = 89,
["Beastwatch"] = 137,
["Veil Terokk"] = 20,
["Akeeta's Hovel"] = 46,
},
["Skysea Ridge"] = {
["Beastwatch"] = 48,
["Iron Docks"] = 29,
["Frostwolf Overlook"] = 90,
["Warspear"] = 134,
["Everbloom Wilds"] = 37,
["Frostwall Garrison"] = 92,
["Terokkar Refuge"] = 143,
["Warspear"] = 134,
["Frostwolf Overlook"] = 90,
},
["Cenarion Hold"] = {
["Marshal's Refuge"] = 97,
6628,25 → 6608,47
["Everlook"] = 704,
["Orgrimmar"] = 454,
["Gadgetzan"] = 241,
["Camp Mojache"] = 130,
["Furien's Post"] = 315,
["Dawnrise Expedition"] = 211,
["Marshal's Stand"] = 120,
["Westreach Summit"] = 172,
["Stonemaul Hold"] = 106,
["Camp Taurajo"] = 374,
["Mossy Pile"] = 77,
["Camp Ataya"] = 170,
["Oasis of Vir'sar"] = 63,
["Moonglade"] = 768,
["Ratchet"] = 356,
["Moonglade"] = 768,
["Oasis of Vir'sar"] = 63,
["Mossy Pile"] = 77,
["Thunder Bluff"] = 386,
["Westreach Summit"] = 172,
["Marshal's Stand"] = 120,
["Dawnrise Expedition"] = 211,
["Camp Taurajo"] = 374,
["Furien's Post"] = 315,
["Camp Mojache"] = 130,
},
["Thorim's Peak"] = {
["Trueshot Lodge"] = 137,
["Socrethar's Rise"] = {
["The Ring of Trials"] = 150,
["Warspear"] = 156,
["Iron Docks"] = 218,
["Exile's Rise"] = 56,
["Darktide Roost"] = 31,
["Frostwall Garrison"] = 181,
["Vol'jin's Pride"] = 106,
["Beastwatch"] = 162,
},
["Nastrondir"] = {
["Trueshot Lodge"] = 88,
["Wolf's Stand"] = {
["Darkspear's Edge"] = 38,
["Socrethar's Rise"] = 190,
["Skysea Point"] = 67,
["Throne of the Elements"] = 77,
["Throm'Var"] = 74,
["Stonefang Outpost"] = 51,
["Vol'jin's Pride"] = 99,
["Retribution Point"] = 125,
["Wor'gol"] = 70,
["Beastwatch"] = 54,
["Warspear"] = 163,
["Thunder Pass"] = 26,
["Frostwall Garrison"] = 44,
["Exarch's Refuge"] = 112,
["Exile's Rise"] = 167,
["Veil Terokk"] = 165,
},
},
["Alliance"] = {
6656,9 → 6658,9
["Ratchet"] = 350,
["Theramore"] = 257,
["Auberdine"] = 746,
["Talonbranch Glade"] = 776,
["Thalanaar"] = 281,
["Astranaar"] = 545,
["Talonbranch Glade"] = 776,
["Cenarion Hold"] = 94,
["Feathermoon"] = 258,
["Rut'theran Village"] = 778,
6667,34 → 6669,34
["Highbank"] = 279,
["Refuge Pointe"] = 208,
["Goldshire"] = 218,
["Gol'Bolar Quarry"] = 47,
["Andorhal"] = 283,
["Aerie Peak"] = 242,
["Thelsamar"] = 98,
["Stormwind"] = 195,
["Sentinel Hill"] = 256,
["Menethil Harbor"] = 118,
["Sentinel Hill"] = 256,
["Ironforge"] = 45,
["Stormfeather Outpost"] = 290,
["Chillwind Camp"] = 261,
["Gol'Bolar Quarry"] = 47,
["Aerie Peak"] = 242,
},
["Morgan's Vigil"] = {
["Dragon's Mouth"] = 56,
["Dustwind Dig"] = 90,
["Thorium Point"] = 91,
["Lakeshire"] = 62,
["Marshtide Watch"] = 98,
["Aerie Peak"] = 416,
["Fort Livingston"] = 218,
["Marshtide Watch"] = 98,
["Lakeshire"] = 62,
["Iron Summit"] = 120,
["Menethil Harbor"] = 293,
["Flamestar Post"] = 77,
["Booty Bay"] = 336,
["Stormfeather Outpost"] = 387,
["Rebel Camp"] = 166,
["Chillwind Camp"] = 501,
["Bogpaddle"] = 77,
["Farstrider Lodge"] = 157,
["Sentinel Hill"] = 195,
["Light's Hope Chapel"] = 477,
["Acherus: The Ebon Hold"] = 543,
["Greenwarden's Grove"] = 233,
["Ironforge"] = 171,
["Thelsamar"] = 172,
["Nethergarde Keep"] = 181,
["Refuge Pointe"] = 460,
6702,45 → 6704,45
["Chiselgrip"] = 43,
["Darkshire"] = 122,
["Stormwind"] = 151,
["Ironforge"] = 171,
["Greenwarden's Grove"] = 233,
["Acherus: The Ebon Hold"] = 543,
["Rebel Camp"] = 166,
["Iron Summit"] = 120,
["Light's Hope Chapel"] = 477,
["Sentinel Hill"] = 195,
["Farstrider Lodge"] = 157,
["Stormfeather Outpost"] = 387,
["Flamestar Post"] = 77,
["Southshore"] = 472,
},
["Nordrassil"] = {
["Tower of Estulan"] = 665,
["Wildheart Point"] = 284,
["Gates of Southann"] = 111,
["Bootlegger Outpost"] = 671,
["Blood Watch"] = 414,
["Marshal's Stand"] = 914,
["Blood Watch"] = 414,
["Ratchet"] = 503,
["Grove of Aessina"] = 76,
["Whisperwind Grove"] = 226,
["Sanctuary of Malorne"] = 78,
["Moonglade"] = 116,
["Stardust Spire"] = 350,
["Ramkahen"] = 953,
["Everlook"] = 127,
["Astranaar"] = 311,
["Shrine of Aviana"] = 47,
["Talonbranch Glade"] = 179,
["Mossy Pile"] = 879,
["Nijel's Point"] = 508,
["Windshear Hold"] = 413,
["Grove of the Ancients"] = 292,
["Gates of Sothann"] = 111,
["Gadgetzan"] = 820,
["The Exodar"] = 356,
["Rut'theran Village"] = 260,
["Forest Song"] = 171,
["Thal'darah Overlook"] = 447,
["Emerald Sanctuary"] = 278,
["Shrine of Aessina"] = 76,
["Blackfathom Camp"] = 356,
["Emerald Sanctuary"] = 278,
["Thal'darah Overlook"] = 447,
["Grove of the Ancients"] = 292,
["Mossy Pile"] = 879,
["Talonbranch Glade"] = 179,
["Forest Song"] = 171,
["Rut'theran Village"] = 260,
["Windshear Hold"] = 413,
["Shrine of Aviana"] = 47,
["Astranaar"] = 311,
["Gunstan's Dig"] = 832,
["Sanctuary of Malorne"] = 78,
["Bootlegger Outpost"] = 671,
["Whisperwind Grove"] = 226,
["Ratchet"] = 503,
},
["Lion's Watch"] = {
["Iron Docks"] = 122,
6749,11 → 6751,11
["Aktar's Post"] = 45,
["Redemption Rise"] = 91,
["Sha'naari Refuge"] = 43,
["Lunarfall (Alliance)"] = 22,
["Malo's Lookout"] = 25,
["Crow's Crook"] = 116,
["Stormshield (Alliance)"] = 64,
["Zangarra"] = 65,
["Stormshield (Alliance)"] = 64,
["Malo's Lookout"] = 25,
["Lunarfall (Alliance)"] = 22,
},
["Thunk's Abode"] = {
["Azure Watch"] = 516,
6772,17 → 6774,17
["Thunk's Abode"] = 468,
["Nijel's Point"] = 456,
["Gadgetzan"] = 165,
["Marshal's Stand"] = 242,
["Theramore"] = 317,
["Ratchet"] = 579,
["Nordrassil"] = 941,
["Fort Triumph"] = 350,
["Emerald Sanctuary"] = 810,
["Shadebough"] = 353,
["Cenarion Hold"] = 145,
["Gunstan's Dig"] = 80,
["Oasis of Vir'sar"] = 83,
["Dreamer's Rest"] = 318,
["Gunstan's Dig"] = 80,
["Nordrassil"] = 941,
["Ratchet"] = 579,
["Cenarion Hold"] = 145,
["Theramore"] = 317,
["Marshal's Stand"] = 242,
},
["Tian Monastery"] = {
["Dawn's Blossom"] = 42,
6801,11 → 6803,11
["Lunarfall"] = 103,
["Talon Watch"] = 155,
["Elodor"] = 93,
["Redemption Rise"] = 176,
["Zangarra"] = 166,
["Telaari Station"] = 215,
["Highpass"] = 133,
["Exile's Rise"] = 107,
["Zangarra"] = 166,
["Redemption Rise"] = 176,
},
["Highbank"] = {
["Kirthaven"] = 93,
6820,11 → 6822,11
["Valiance Keep"] = 44,
["Light's Breach"] = 247,
["Stars' Rest"] = 112,
["River's Heart"] = 65,
["Fizzcrank Airstrip"] = 23,
["Transitus Shield (Scenic)"] = 62,
["Dalaran"] = 194,
["Unu'pe"] = 66,
["Dalaran"] = 194,
["Transitus Shield (Scenic)"] = 62,
["Fizzcrank Airstrip"] = 23,
["River's Heart"] = 65,
["Star's Rest"] = 112,
},
["Andorhal"] = {
6840,14 → 6842,14
["Zul'Aman"] = 259,
["Darkshire"] = 516,
["Chiselgrip"] = 417,
["Refuge Pointe"] = 155,
["Morgan's Vigil"] = 400,
["Stormwind"] = 438,
["Dustwind Dig"] = 369,
["Rebel Camp"] = 524,
["Crown Guard Tower"] = 105,
["Stormfeather Outpost"] = 154,
["Light's Shield Tower"] = 138,
["Stormfeather Outpost"] = 154,
["Crown Guard Tower"] = 105,
["Rebel Camp"] = 524,
["Dustwind Dig"] = 369,
["Morgan's Vigil"] = 400,
["Refuge Pointe"] = 155,
},
["Illidari Stand"] = {
["Shackle's Den"] = 29,
6864,10 → 6866,10
["Deliverance Point"] = 109,
["Watchers' Aerie"] = 43,
["Illidari Perch"] = 23,
["Thunder Totem"] = 136,
["Bradensbrook"] = 89,
["Skyhorn"] = 157,
["Wardens' Redoubt"] = 32,
["Bradensbrook"] = 89,
["Thunder Totem"] = 136,
["Skyfire Triage Camp"] = 128,
},
["Feathermoon"] = {
6881,19 → 6883,19
["Rut'theran Village"] = 552,
["Lor'danel"] = 494,
["Thargad's Camp"] = 147,
["Nijel's Point"] = 226,
["Karnum's Glade"] = 178,
["Ratchet"] = 407,
["Astranaar"] = 500,
["Dreamer's Rest"] = 55,
["Talonbranch Glade"] = 657,
["Fort Triumph"] = 425,
["Gadgetzan"] = 325,
["Shadebough"] = 92,
["Auberdine"] = 468,
["Mossy Pile"] = 186,
["Dreamer's Rest"] = 55,
["Thalanaar"] = 155,
["Cenarion Hold"] = 117,
["Thalanaar"] = 155,
["Ratchet"] = 407,
["Karnum's Glade"] = 178,
["Nijel's Point"] = 226,
},
["Darnassus"] = {
["Tower of Estulan"] = 693,
6917,20 → 6919,20
["Stardust Spire"] = 386,
["Everlook"] = 367,
["Rut'theran Village"] = 109,
["Lor'danel"] = 168,
["Feathermoon"] = 664,
["The Exodar"] = 207,
["Dreamer's Rest"] = 611,
["Karnum's Glade"] = 529,
["Thal'darah Overlook"] = 422,
["Windshear Hold"] = 449,
["Emerald Sanctuary"] = 341,
["Talonbranch Glade"] = 263,
["Shrine of Aessina"] = 446,
["Forest Song"] = 448,
["Shadebough"] = 753,
["Shrine of Aessina"] = 446,
["Windshear Hold"] = 449,
["Shrine of Aviana"] = 416,
["Talonbranch Glade"] = 263,
["Emerald Sanctuary"] = 341,
["Thal'darah Overlook"] = 422,
["Karnum's Glade"] = 529,
["Whisperwind Grove"] = 310,
["Feathermoon"] = 664,
["Lor'danel"] = 168,
},
["Crimson Thicket"] = {
["Valdisdall"] = 77,
6938,10 → 6940,10
["Stormtorn Foothills"] = 78,
["Stonehoof Watch"] = 41,
["Hafr Fjall"] = 43,
["Sylvan Falls"] = 98,
["Meredil"] = 53,
["Wardens' Redoubt"] = 129,
["Shield's Rest"] = 126,
["Meredil"] = 53,
["Sylvan Falls"] = 98,
},
["Zouchin Village"] = {
["Longying Outpost"] = 213,
6949,8 → 6951,8
["Kota Basecamp"] = 112,
["Westwind Rest"] = 93,
["Temple of the White Tiger"] = 44,
["Winter's Blossom"] = 139,
["One Keg"] = 61,
["Winter's Blossom"] = 139,
},
["Northpass Tower"] = {
["The Menders' Stead"] = 128,
6963,17 → 6965,17
["Dun Modr"] = 301,
["Farstrider Lodge"] = 421,
["Thondroril River"] = 90,
["Iron Summit"] = 464,
["Refuge Pointe"] = 242,
["Whelgar's Retreat"] = 333,
["Andorhal"] = 156,
["Dustwind Dig"] = 392,
["Thundermar"] = 426,
["Morgan's Vigil"] = 636,
["Eastwall Tower"] = 30,
["Greenwarden's Grove"] = 336,
["Plaguewood Tower"] = 50,
["Stormfeather Outpost"] = 88,
["Thundermar"] = 426,
["Refuge Pointe"] = 242,
["Dustwind Dig"] = 392,
["Iron Summit"] = 464,
},
["Exarch's Refuge"] = {
["The Ring of Trials"] = 83,
6995,17 → 6997,17
["Westfall Brigade"] = 111,
["Wyrmrest Temple"] = 251,
["Amberpine Lodge"] = 190,
["Crusaders' Pinnacle"] = 253,
["Valiance Landing Camp"] = 341,
["Zim'Torga"] = 56,
["Valiance Landing Camp"] = 341,
["Crusaders' Pinnacle"] = 253,
["Wintergarde Keep"] = 270,
},
["Redemption Rise"] = {
["Fort Wrynn (Alliance)"] = 36,
["Shattrath City"] = 36,
["Fort Wrynn"] = 37,
["Retribution Point"] = 71,
["Deeproot"] = 76,
["Fort Wrynn"] = 37,
},
["Binan Village"] = {
["Stoneplow"] = 138,
7016,20 → 7018,20
["Kota Basecamp"] = 89,
["Westwind Rest"] = 51,
["Shado-Pan Garrison"] = 185,
["Longying Outpost"] = 128,
["The Incursion"] = 128,
["Longying Outpost"] = 128,
},
["Nesingwary Base Camp"] = {
["Frosthold"] = 304,
["Valiance Keep"] = 221,
["The Argent Vanguard"] = 397,
["Unu'pe"] = 212,
["Death's Rise"] = 137,
["River's Heart"] = 51,
["Wyrmrest Temple"] = 444,
["Amberpine Lodge"] = 601,
["Fizzcrank Airstrip"] = 78,
["Dalaran"] = 242,
["Fizzcrank Airstrip"] = 78,
["River's Heart"] = 51,
["Death's Rise"] = 137,
["Unu'pe"] = 212,
["The Argent Vanguard"] = 397,
},
["Isle of the Watchers"] = {
["Nastrondir"] = 210,
7059,20 → 7061,20
["Fizzle & Pozzik's Speedbarge"] = 726,
["Stonetalon Peak"] = 433,
["Rut'theran Village"] = 255,
["Blackfathom Camp"] = 108,
["Thalanaar"] = 568,
["Dreamer's Rest"] = 579,
["Cenarion Hold"] = 798,
["Valormok"] = 136,
["Talonbranch Glade"] = 107,
["Bloodvenom Post"] = 197,
["Gunstan's Dig"] = 812,
["Thal'darah Overlook"] = 387,
["Auberdine"] = 251,
["Emerald Sanctuary"] = 216,
["Forest Song"] = 340,
["Nijel's Point"] = 542,
["Emerald Sanctuary"] = 216,
["Auberdine"] = 251,
["Thal'darah Overlook"] = 387,
["Gunstan's Dig"] = 812,
["Bloodvenom Post"] = 197,
["Talonbranch Glade"] = 107,
["Valormok"] = 136,
["Cenarion Hold"] = 798,
["Whisperwind Grove"] = 157,
["Thalanaar"] = 568,
["Blackfathom Camp"] = 108,
},
["The Stormspire"] = {
["Evergrove"] = 132,
7083,8 → 7085,8
["Telaar"] = 343,
["Wildhammer Stronghold"] = 467,
["Orebor Harborage"] = 230,
["Altar of Sha'tar"] = 549,
["Cosmowrench"] = 69,
["Altar of Sha'tar"] = 549,
},
["Smuggler's Scar"] = {
["Voldrin's Hold"] = 170,
7119,9 → 7121,9
["Halfhill"] = 88,
["Tian Monastery"] = 145,
["Shrine of Seven Stars"] = 131,
["Longying Outpost"] = 237,
["Shado-Pan Garrison"] = 237,
["Pearlfin Village"] = 38,
["Shado-Pan Garrison"] = 237,
["Longying Outpost"] = 237,
["Sentinel Basecamp"] = 149,
["The Sunset Brewgarden"] = 241,
},
7130,33 → 7132,33
["Ulduar"] = 170,
["Transitus Shield"] = 181,
["Light's Breach"] = 90,
["Star's Rest"] = 45,
["Wintergarde Keep"] = 34,
["Dun Niffelem"] = 165,
["Moa'ki"] = 36,
["Fordragon Hold"] = 39,
["Dun Nifflelem"] = 164,
["Stars' Rest"] = 45,
["Nesingwary Base Camp"] = 179,
["Stars' Rest"] = 45,
["Dun Nifflelem"] = 164,
["Dalaran"] = 63,
["Argent Tournament Grounds"] = 140,
["Crusaders' Pinnacle"] = 83,
["Argent Tournament Grounds"] = 140,
["Dalaran"] = 63,
["Unu'pe"] = 109,
["Valgarde Port"] = 160,
["Frosthold"] = 105,
["The Shadow Vault"] = 165,
["The Argent Vanguard"] = 80,
["Fizzcrank Airstrip"] = 128,
["Kamagua"] = 148,
["Westguard Keep"] = 114,
["Amber Ledge"] = 157,
["K3"] = 98,
["Valiance Keep"] = 129,
["River's Heart"] = 170,
["Ebon Watch"] = 71,
["River's Heart"] = 170,
["Valiance Keep"] = 129,
["Kamagua"] = 148,
["Fizzcrank Airstrip"] = 128,
["Amberpine Lodge"] = 81,
["Fort Wildervar"] = 171,
["Valiance Landing Camp"] = 79,
["Fordragon Hold"] = 39,
["Wintergarde Keep"] = 34,
["Moa'ki"] = 36,
["Star's Rest"] = 45,
},
["Valgarde"] = {
["Explorers' League Outpost"] = 174,
7179,21 → 7181,21
["Windshear Hold"] = 84,
["Ethel Rethor"] = 156,
["Astranaar"] = 171,
["Shrine of Aviana"] = 403,
["Grove of the Ancients"] = 168,
["Shrine of Aviana"] = 403,
},
["Whisperwind Grove"] = {
["Gadgetzan"] = 583,
["Nordrassil"] = 263,
["Nijel's Point"] = 307,
["Dolanaar"] = 402,
["Darnassus"] = 341,
["Rut'theran Village"] = 229,
["Wildheart Point"] = 60,
["Stardust Spire"] = 214,
["Grove of the Ancients"] = 109,
["Astranaar"] = 172,
["Everlook"] = 163,
["Astranaar"] = 172,
["Stardust Spire"] = 214,
["Wildheart Point"] = 60,
["Rut'theran Village"] = 229,
["Darnassus"] = 341,
["Dolanaar"] = 402,
["Nijel's Point"] = 307,
},
["Tower of Estulan"] = {
["Mudsprocket"] = 191,
7202,19 → 7204,19
["Ramkahen"] = 292,
["Nijel's Point"] = 227,
["Gadgetzan"] = 274,
["Marshal's Stand"] = 247,
["Ratchet"] = 356,
["Karnum's Glade"] = 210,
["Mossy Pile"] = 219,
["Emerald Sanctuary"] = 452,
["Ethel Rethor"] = 218,
["Forest Song"] = 500,
["Oasis of Vir'sar"] = 211,
["Emerald Sanctuary"] = 452,
["Azure Watch"] = 693,
["Shadebough"] = 61,
["Oasis of Vir'sar"] = 211,
["Mossy Pile"] = 219,
["Dreamer's Rest"] = 88,
["Cenarion Hold"] = 150,
["Feathermoon"] = 33,
["Ratchet"] = 356,
["Marshal's Stand"] = 247,
},
["Breaker's Crown"] = {
["Redemption Rise"] = 84,
7240,38 → 7242,38
["Tower of Estulan"] = 273,
["Mudsprocket"] = 120,
["Ratchet"] = 247,
["Talrendis Point"] = 374,
["Ramkahen"] = 173,
["Fizzle & Pozzik's Speedbarge"] = 49,
["Bootlegger Outpost"] = 53,
["Feathermoon"] = 297,
["Stonetalon Peak"] = 596,
["Everlook"] = 552,
["Gunstan's Dig"] = 88,
["Astranaar"] = 443,
["Talrendis Point"] = 374,
["Cenarion Hold"] = 197,
["Northwatch Hold"] = 227,
["Nijel's Point"] = 411,
["Oasis of Vir'sar"] = 248,
["Mossy Pile"] = 105,
["Lor'danel"] = 647,
["Thargad's Camp"] = 418,
["Rut'theran Village"] = 675,
["Thal'darah Overlook"] = 458,
["Theramore"] = 152,
["Marshal's Refuge"] = 104,
["Thalanaar"] = 177,
["Marshal's Stand"] = 95,
["Fort Triumph"] = 186,
["Thalanaar"] = 177,
["Marshal's Refuge"] = 104,
["Shadebough"] = 40,
["Thal'darah Overlook"] = 458,
["Mossy Pile"] = 105,
["Northwatch Hold"] = 227,
["Cenarion Hold"] = 197,
["Feathermoon"] = 297,
["Ramkahen"] = 173,
["Rut'theran Village"] = 675,
["Oasis of Vir'sar"] = 248,
["Astranaar"] = 443,
["Gunstan's Dig"] = 88,
["Bootlegger Outpost"] = 53,
["Everlook"] = 552,
},
["Obsidian Overlook"] = {
["Meredil"] = 45,
["Stonehoof Watch"] = 65,
["Trueshot Lodge"] = 71,
["Thunder Totem"] = 48,
["Bradensbrook"] = 110,
["Ironhorn Enclave"] = 43,
["Thunder Totem"] = 48,
["Trueshot Lodge"] = 71,
["Stormtorn Foothills"] = 92,
},
["Wildhammer Stronghold"] = {
7283,10 → 7285,10
["Allerian Stronghold"] = 101,
["Area 52"] = 408,
["Telaar"] = 249,
["The Stormspire"] = 515,
["Honor Hold"] = 196,
["Toshley's Station"] = 326,
["Orebor Harborage"] = 320,
["Honor Hold"] = 196,
["The Stormspire"] = 515,
["Sanctum of the Stars"] = 42,
},
["Cradle of Chi-Ji"] = {
7320,10 → 7322,10
["Gol'Bolar Quarry"] = 140,
["Stormwind"] = 207,
["Thorium Point"] = 145,
["Refuge Pointe"] = 250,
["Morgan's Vigil"] = 55,
["Ironforge"] = 197,
["Thelsamar"] = 87,
["Morgan's Vigil"] = 55,
["Refuge Pointe"] = 250,
["Iron Summit"] = 169,
},
["The Sin'loren"] = {
7334,13 → 7336,13
},
["Toshley's Station"] = {
["Evergrove"] = 53,
["Orebor Harborage"] = 125,
["Shattrath"] = 170,
["Telaar"] = 265,
["Sylvanaar"] = 60,
["Area 52"] = 84,
["Cosmowrench"] = 150,
["Orebor Harborage"] = 125,
["Telredor"] = 73,
["Shattrath"] = 170,
["Area 52"] = 84,
},
["Furlbrow's Pumpkin Farm"] = {
["Eastvale Logging Camp"] = 137,
7349,8 → 7351,8
["Sentinel Hill"] = 27,
["Moonbrook"] = 51,
["Goldshire"] = 81,
["Lakeshire"] = 160,
["Thelsamar"] = 322,
["Lakeshire"] = 160,
},
["Ironhorn Enclave"] = {
["The Witchwood"] = 71,
7379,15 → 7381,15
["Rut'theran Village"] = 313,
["Gadgetzan"] = 499,
["Talrendis Point"] = 128,
["Whisperwind Grove"] = 98,
["Feathermoon"] = 593,
["Blackfathom Camp"] = 96,
["Forest Song"] = 104,
["Theramore"] = 367,
["Auberdine"] = 230,
["Grove of the Ancients"] = 77,
["Astranaar"] = 80,
["Talonbranch Glade"] = 128,
["Astranaar"] = 80,
["Auberdine"] = 230,
["Feathermoon"] = 593,
["Theramore"] = 367,
["Whisperwind Grove"] = 98,
["Darnassus"] = 340,
},
["Plaguewood"] = {
7425,13 → 7427,13
["Gadgetzan"] = 87,
["Mudsprocket"] = 207,
["Marshal's Stand"] = 181,
["Thargad's Camp"] = 468,
["Bootlegger Outpost"] = 50,
["Ethel Rethor"] = 530,
["Feathermoon"] = 347,
["Mossy Pile"] = 191,
["Oasis of Vir'sar"] = 167,
["Ramkahen"] = 85,
["Oasis of Vir'sar"] = 167,
["Feathermoon"] = 347,
["Ethel Rethor"] = 530,
["Bootlegger Outpost"] = 50,
["Thargad's Camp"] = 468,
},
["Bootlegger Outpost"] = {
["Tower of Estulan"] = 332,
7441,9 → 7443,9
["Forest Song"] = 628,
["Mudsprocket"] = 180,
["Mossy Pile"] = 163,
["Ramkahen"] = 135,
["Gunstan's Dig"] = 50,
["Cenarion Hold"] = 266,
["Ramkahen"] = 135,
["Darnassus"] = 843,
},
["Shackle's Den"] = {
7453,26 → 7455,26
["Felblaze Ingress"] = 35,
["Deliverance Point"] = 87,
["Illidari Perch"] = 44,
["Lorna's Watch"] = 118,
["Wardens' Redoubt"] = 24,
["Dalaran"] = 60,
["Illidari Stand"] = 29,
["Dalaran"] = 60,
["Watchers' Aerie"] = 29,
["Wardens' Redoubt"] = 24,
["Lorna's Watch"] = 118,
},
["Schnottz's Landing"] = {
["Emerald Sanctuary"] = 769,
["Gadgetzan"] = 253,
["Oasis of Vir'sar"] = 87,
["Tower of Estulan"] = 297,
["Gunstan's Dig"] = 72,
["Ratchet"] = 582,
["Cenarion Hold"] = 149,
["Ratchet"] = 582,
["Tower of Estulan"] = 297,
},
["Southport"] = {
["Pinchwhistle Gearworks"] = 47,
["Lunarfall"] = 112,
["Veil Terokk"] = 41,
["Crow's Crook"] = 60,
["Veil Terokk"] = 41,
["Lunarfall"] = 112,
},
["Mudsprocket"] = {
["Tower of Estulan"] = 203,
7481,8 → 7483,8
["Ramkahen"] = 275,
["Nijel's Point"] = 292,
["Gadgetzan"] = 103,
["Theramore"] = 52,
["Feathermoon"] = 283,
["Ratchet"] = 167,
["Whisperwind Grove"] = 494,
["Fort Triumph"] = 66,
["Forest Song"] = 453,
["Shadebough"] = 143,
7490,8 → 7492,8
["Thargad's Camp"] = 349,
["Thalanaar"] = 106,
["Gunstan's Dig"] = 191,
["Whisperwind Grove"] = 494,
["Ratchet"] = 167,
["Feathermoon"] = 283,
["Theramore"] = 52,
},
["Lorna's Watch"] = {
["Greywatch"] = 55,
7515,42 → 7517,42
["Lorna's Watch"] = 85,
["Lorlathil"] = 51,
["Illidari Perch"] = 54,
["Obsidian Overlook"] = 77,
["Dalaran"] = 53,
["Wardens' Redoubt"] = 53,
["Illidari Stand"] = 41,
["Wardens' Redoubt"] = 53,
["Watchers' Aerie"] = 58,
["Dalaran"] = 53,
["Obsidian Overlook"] = 77,
},
["Ratchet"] = {
["Marshal's Refuge"] = 349,
["Mudsprocket"] = 169,
["Honor's Stand"] = 90,
["Theramore"] = 105,
["Marshal's Stand"] = 78,
["Bootlegger Outpost"] = 298,
["Talrendis Point"] = 130,
["Whisperwind Grove"] = 376,
["Fizzle & Pozzik's Speedbarge"] = 228,
["Gunstan's Dig"] = 334,
["Cenarion Hold"] = 431,
["Stonetalon Peak"] = 352,
["Everlook"] = 308,
["Northwatch Hold"] = 54,
["Astranaar"] = 197,
["Ramkahen"] = 418,
["Rut'theran Village"] = 430,
["Feathermoon"] = 389,
["Auberdine"] = 346,
["Gadgetzan"] = 32,
["Forest Song"] = 156,
["Emerald Sanctuary"] = 266,
["Nijel's Point"] = 439,
["Thalanaar"] = 268,
["Tower of Estulan"] = 365,
["Thalanaar"] = 268,
["Fort Triumph"] = 130,
["Emerald Sanctuary"] = 266,
["Forest Song"] = 156,
["Shadebough"] = 306,
["Windshear Hold"] = 208,
["Mossy Pile"] = 349,
["Astranaar"] = 197,
["Cenarion Hold"] = 431,
["Whisperwind Grove"] = 376,
["Talrendis Point"] = 130,
["Northwatch Hold"] = 54,
["Gunstan's Dig"] = 334,
["Bootlegger Outpost"] = 298,
["Marshal's Stand"] = 78,
},
["Marshtide Watch"] = {
["Camp Everstill"] = 83,
7568,12 → 7570,12
["Whelgar's Retreat"] = 358,
["Chiselgrip"] = 143,
["Surwich"] = 135,
["Farstrider Lodge"] = 257,
["Stormwind"] = 197,
["Greenwarden's Grove"] = 333,
["Morgan's Vigil"] = 107,
["Rebel Camp"] = 181,
["Refuge Pointe"] = 405,
["Rebel Camp"] = 181,
["Morgan's Vigil"] = 107,
["Stormwind"] = 197,
["Farstrider Lodge"] = 257,
},
["Bastion Rise"] = {
["Highpass"] = 48,
7590,35 → 7592,35
},
["Gates of Sothann"] = {
["Forest Song"] = 42,
["Mirkfallon Post"] = 223,
["Shrine of Aessina"] = 69,
["Wildheart Point"] = 142,
["Shrine of Aviana"] = 44,
["Nordrassil"] = 87,
["Astranaar"] = 135,
["Gadgetzan"] = 424,
["Astranaar"] = 135,
["Mirkfallon Post"] = 223,
["Wildheart Point"] = 142,
},
["Prepfoot"] = {
["Felbane Camp"] = 72,
["Stormtorn Foothills"] = 59,
["Stonehoof Watch"] = 61,
["Felblaze Ingress"] = 154,
["Thunder Totem"] = 61,
["The Witchwood"] = 55,
["Skyhorn"] = 43,
["Thunder Totem"] = 61,
["Felblaze Ingress"] = 154,
["Trueshot Lodge"] = 66,
["Stormtorn Foothills"] = 59,
["Felbane Camp"] = 72,
},
["Kamagua"] = {
["Westguard Keep"] = 37,
["Valiance Keep"] = 377,
["Valgarde Port"] = 69,
["Moa'ki"] = 195,
["Star's Rest"] = 249,
["Unu'pe"] = 326,
["Wyrmrest Temple"] = 236,
["River's Heart"] = 437,
["Fort Wildervar"] = 121,
["Dalaran"] = 281,
["Unu'pe"] = 326,
["Star's Rest"] = 249,
["Moa'ki"] = 195,
["Valgarde Port"] = 69,
},
["Shalewind Canyon"] = {
["Camp Everstill"] = 24,
7638,33 → 7640,33
["Zim'Torga"] = 156,
["Valgarde Port"] = 151,
["Frosthold"] = 103,
["Wintergarde Keep"] = 82,
["Fordragon Hold"] = 172,
["Star's Rest"] = 191,
["Moa'ki"] = 175,
["Fizzcrank Airstrip"] = 320,
["Westguard Keep"] = 83,
["Valiance Keep"] = 317,
["Kamagua"] = 135,
["Valiance Keep"] = 317,
["River's Heart"] = 371,
["K3"] = 145,
["The Argent Stand"] = 110,
["Westfall Brigade"] = 84,
["Wyrmrest Temple"] = 130,
["K3"] = 145,
["River's Heart"] = 371,
["Fort Wildervar"] = 117,
["Valiance Landing Camp"] = 232,
["Moa'ki"] = 175,
["Star's Rest"] = 191,
["Fordragon Hold"] = 172,
["Wintergarde Keep"] = 82,
},
["Yrel's Watch"] = {
["Lunarfall"] = 162,
["Bloodmaul Slag Mines"] = 99,
["Throne of the Elements"] = 24,
["Joz's Rylaks"] = 19,
["Rilzit's Holdfast"] = 37,
["Apexis Excavation"] = 110,
["Nivek's Overlook"] = 47,
["Telaari Station"] = 28,
["Shattrath City"] = 81,
["The Ring of Trials"] = 32,
["Shattrath City"] = 81,
["Apexis Excavation"] = 110,
["Rilzit's Holdfast"] = 37,
},
["Stormfeather Outpost"] = {
["Eastwall Tower"] = 103,
7676,30 → 7678,30
["Chillwind Camp"] = 135,
["Farstrider Lodge"] = 311,
["Andorhal"] = 148,
["Booty Bay"] = 660,
["Northpass Tower"] = 133,
["Light's Hope Chapel"] = 88,
["Light's Shield Tower"] = 114,
["Dragon's Mouth"] = 347,
["Refuge Pointe"] = 99,
["Greenwarden's Grove"] = 191,
["Hearthglen"] = 201,
["Refuge Pointe"] = 99,
["Dragon's Mouth"] = 347,
["Light's Shield Tower"] = 114,
["Light's Hope Chapel"] = 88,
["Northpass Tower"] = 133,
["Booty Bay"] = 660,
},
["Death's Rise"] = {
["Frosthold"] = 267,
["The Shadow Vault"] = 94,
["Transitus Shield"] = 259,
["Westguard Keep"] = 494,
["Dalaran"] = 237,
["Crusaders' Pinnacle"] = 174,
["Valiance Keep"] = 249,
["River's Heart"] = 117,
["Crusaders' Pinnacle"] = 174,
["Westfall Brigade"] = 439,
["Valiance Landing Camp"] = 173,
["Stars' Rest"] = 253,
["Nesingwary Base Camp"] = 119,
["Bouldercrag's Refuge"] = 214,
["The Argent Vanguard"] = 227,
["Bouldercrag's Refuge"] = 214,
["Valiance Landing Camp"] = 173,
["Westfall Brigade"] = 439,
["Dalaran"] = 237,
["River's Heart"] = 117,
["Star's Rest"] = 253,
},
["Light's Breach"] = {
7723,13 → 7725,13
["Wintergarde Keep"] = 83,
},
["Farwatcher's Glen"] = {
["Nijel's Point"] = 63,
["Windshear Fortress"] = 77,
["Mirkfallon Post"] = 45,
["Windshear Hold"] = 76,
["Thal'darah Overlook"] = 53,
["Northwatch Expedition Base Camp"] = 115,
["Feathermoon"] = 219,
["Windshear Fortress"] = 77,
["Nijel's Point"] = 63,
},
["Auberdine"] = {
["Moonglade"] = 151,
7738,19 → 7740,20
["Everlook"] = 270,
["Rut'theran Village"] = 84,
["Gadgetzan"] = 596,
["Mudsprocket"] = 502,
["Nijel's Point"] = 285,
["Ratchet"] = 361,
["Astranaar"] = 167,
["Thalanaar"] = 602,
["Emerald Sanctuary"] = 246,
["Thalanaar"] = 602,
["Talonbranch Glade"] = 189,
["Forest Song"] = 301,
["Talrendis Point"] = 300,
["Forest Song"] = 301,
["Talonbranch Glade"] = 189,
["Astranaar"] = 167,
["Cenarion Hold"] = 623,
["Feathermoon"] = 473,
["Nijel's Point"] = 285,
["Mudsprocket"] = 502,
},
["Hope's Landing"] = {
["Light's Purchase"] = 5,
["Vindicaar"] = 2,
},
["Menethil Harbor"] = {
7760,27 → 7763,27
["Aerie Peak"] = 177,
["Thorium Point"] = 127,
["Lakeshire"] = 249,
["Goldshire"] = 281,
["Rebel Camp"] = 324,
["Booty Bay"] = 429,
["Stormfeather Outpost"] = 197,
["Ironforge"] = 72,
["Acherus: The Ebon Hold"] = 391,
["Chillwind Camp"] = 186,
["Farstrider Lodge"] = 209,
["Sentinel Hill"] = 307,
["Greenwarden's Grove"] = 61,
["Shattered Sun Staging Area"] = 158,
["Morgan's Vigil"] = 290,
["Darkshire"] = 308,
["Thelsamar"] = 163,
["Nethergarde Keep"] = 390,
["Thondoril River"] = 236,
["Stormwind"] = 243,
["Whelgar's Retreat"] = 46,
["Vermillion Redoubt"] = 144,
["Refuge Pointe"] = 113,
["Stormwind"] = 243,
["Darkshire"] = 308,
["Greenwarden's Grove"] = 61,
["Thondoril River"] = 236,
["Morgan's Vigil"] = 290,
["Sentinel Hill"] = 307,
["Crown Guard Tower"] = 334,
["Rebel Camp"] = 324,
["Goldshire"] = 281,
["Stormfeather Outpost"] = 197,
["Ironforge"] = 72,
["Southshore"] = 107,
},
["Argent Tournament Grounds"] = {
7790,19 → 7793,19
["Light's Breach"] = 249,
["The Argent Vanguard"] = 106,
["Gundrak"] = 302,
["Crusaders' Pinnacle"] = 73,
["Dalaran"] = 140,
["Westfall Brigade"] = 304,
["Bouldercrag's Refuge"] = 50,
["Unu'pe"] = 357,
["Crusaders' Pinnacle"] = 73,
["Westfall Brigade"] = 304,
["Valgarde Port"] = 399,
["Frosthold"] = 130,
["The Shadow Vault"] = 87,
["Kamagua"] = 422,
["K3"] = 178,
["Return"] = 151,
["Westguard Keep"] = 372,
["K3"] = 178,
["Valiance Keep"] = 381,
["Kamagua"] = 422,
["Zim'Torga"] = 249,
["The Argent Stand"] = 266,
["River's Heart"] = 281,
7823,8 → 7826,8
["Tavern in the Mists"] = {
["The Arboretum"] = 128,
["Gao-Ran Battlefront"] = 151,
["Beeble's Wreck"] = 190,
["Binan Village"] = 48,
["Beeble's Wreck"] = 190,
["Shrine of Seven Stars"] = 81,
["Westwind Rest"] = 110,
["Shado-Pan Garrison"] = 222,
7840,30 → 7843,30
["Windrunner's Overlook"] = 303,
["Ebon Watch"] = 323,
["The Argent Vanguard"] = 284,
["Wintergarde Keep"] = 46,
["Star's Rest"] = 146,
["Stars' Rest"] = 145,
["Nesingwary Base Camp"] = 150,
["Fordragon Hold"] = 219,
["Moa'ki"] = 181,
["Argent Tournament Grounds"] = 376,
["Fizzcrank Airstrip"] = 75,
["Zim'Torga"] = 415,
["Valgarde Port"] = 445,
["Frosthold"] = 323,
["Dalaran"] = 261,
["River's Heart"] = 137,
["Transitus Shield"] = 99,
["K3"] = 307,
["Kamagua"] = 364,
["Westguard Keep"] = 386,
["Amber Ledge"] = 63,
["Kamagua"] = 364,
["K3"] = 307,
["Unu'pe"] = 64,
["Crusaders' Pinnacle"] = 317,
["Westfall Brigade"] = 417,
["Crusaders' Pinnacle"] = 317,
["Wyrmrest Temple"] = 229,
["Amberpine Lodge"] = 336,
["Fort Wildervar"] = 450,
["River's Heart"] = 137,
["Moa'ki"] = 181,
["Star's Rest"] = 146,
["Dalaran"] = 261,
["Fordragon Hold"] = 219,
["Wintergarde Keep"] = 46,
},
["Stormtorn Foothills"] = {
["Greywatch"] = 41,
7872,12 → 7875,12
["Trueshot Lodge"] = 104,
["Shield's Rest"] = 58,
["Meredil"] = 97,
["Obsidian Overlook"] = 87,
["Stonehoof Watch"] = 50,
["Hafr Fjall"] = 54,
["Felbane Camp"] = 119,
["Dalaran"] = 127,
["Ironhorn Enclave"] = 59,
["Stonehoof Watch"] = 50,
["Obsidian Overlook"] = 87,
},
["Lion's Landing"] = {
["Longying Outpost"] = 284,
7905,12 → 7908,12
},
["Northwatch Hold"] = {
["Shadebough"] = 274,
["Rut'theran Village"] = 479,
["Theramore"] = 73,
["Fort Triumph"] = 77,
["Ratchet"] = 46,
["Astranaar"] = 254,
["Honor's Stand"] = 103,
["Ratchet"] = 46,
["Fort Triumph"] = 77,
["Theramore"] = 73,
["Rut'theran Village"] = 479,
},
["Rebel Camp"] = {
["Dustwind Dig"] = 241,
7924,60 → 7927,60
["Darkshire"] = 48,
["Nethergarde Keep"] = 138,
["Lakeshire"] = 103,
["Raven Hill"] = 39,
["Goldshire"] = 88,
["Chiselgrip"] = 194,
["Ironforge"] = 300,
["Surwich"] = 230,
["Stormwind"] = 97,
["Sentinel Hill"] = 66,
["Greenwarden's Grove"] = 384,
["Explorers' League Digsite"] = 94,
["Greenwarden's Grove"] = 384,
["Sentinel Hill"] = 66,
["Surwich"] = 230,
["Goldshire"] = 88,
["Ironforge"] = 300,
["Raven Hill"] = 39,
["Southshore"] = 472,
},
["The Dreamgrove"] = {
["Trueshot Lodge"] = 50,
},
["Eastwall Tower"] = {
["Refuge Pointe"] = 215,
["Northpass Tower"] = 31,
["Light's Hope Chapel"] = 30,
["Ironforge"] = 394,
["Refuge Pointe"] = 215,
["Stormfeather Outpost"] = 118,
["Crown Guard Tower"] = 45,
["Stormfeather Outpost"] = 118,
["Northpass Tower"] = 31,
["Light's Shield Tower"] = 17,
},
["Moonglade"] = {
["Marshal's Refuge"] = 873,
["Wildheart Point"] = 170,
["Marshal's Stand"] = 766,
["Honor's Stand"] = 405,
["Whisperwind Grove"] = 111,
["Auberdine"] = 142,
["Honor's Stand"] = 405,
["Feathermoon"] = 615,
["Marshal's Stand"] = 766,
["Theramore"] = 519,
["Astranaar"] = 62,
["Thalanaar"] = 724,
["Nordrassil"] = 140,
["Stardust Spire"] = 301,
["Ramkahen"] = 845,
["Talrendis Point"] = 281,
["Ratchet"] = 415,
["Gadgetzan"] = 677,
["Everlook"] = 119,
["Nijel's Point"] = 429,
["Rut'theran Village"] = 145,
["Emerald Sanctuary"] = 175,
["Forest Song"] = 294,
["Lor'danel"] = 85,
["Thargad's Camp"] = 474,
["Gadgetzan"] = 677,
["Sanctuary of Malorne"] = 188,
["Dolanaar"] = 317,
["Tower of Estulan"] = 609,
["Talonbranch Glade"] = 61,
["Tower of Estulan"] = 609,
["Blackfathom Camp"] = 241,
["Forest Song"] = 294,
["Nijel's Point"] = 429,
["Everlook"] = 119,
["Emerald Sanctuary"] = 175,
["Thargad's Camp"] = 474,
["Ratchet"] = 415,
["Ethel Rethor"] = 441,
["Thalanaar"] = 724,
["Astranaar"] = 62,
["Cenarion Hold"] = 765,
["Whisperwind Grove"] = 111,
["Feathermoon"] = 615,
["Darnassus"] = 255,
},
["Thundermar"] = {
7990,31 → 7993,31
["Booty Bay"] = 590,
["Farstrider Lodge"] = 242,
["Firebeard's Patrol"] = 58,
["Light's Shield Tower"] = 373,
["Kirthaven"] = 19,
["Highbank"] = 112,
["Ironforge"] = 268,
["Dustwind Dig"] = 241,
["Vermillion Redoubt"] = 43,
["Eastvale Logging Camp"] = 424,
["High Bank"] = 111,
["Flamestar Post"] = 347,
["Hearthglen"] = 380,
["Stormwind"] = 434,
["Hearthglen"] = 380,
["Flamestar Post"] = 347,
["Stormfeather Outpost"] = 527,
["Ironforge"] = 268,
["Highbank"] = 112,
["Kirthaven"] = 19,
["Light's Shield Tower"] = 373,
},
["Talrendis Point"] = {
["Gadgetzan"] = 373,
["Theramore"] = 241,
["Ratchet"] = 136,
["Talonbranch Glade"] = 284,
["Auberdine"] = 303,
["Astranaar"] = 150,
["Theramore"] = 241,
["Everlook"] = 179,
["Forest Song"] = 26,
["Emerald Sanctuary"] = 133,
["Thalanaar"] = 402,
["Stonetalon Peak"] = 305,
["Everlook"] = 179,
["Talonbranch Glade"] = 284,
["Cenarion Hold"] = 619,
["Feathermoon"] = 663,
["Rut'theran Village"] = 383,
8031,14 → 8034,14
["Westguard Keep"] = 560,
["Amber Ledge"] = 44,
["Valiance Keep"] = 70,
["Wintergarde Keep"] = 254,
["Moa'ki"] = 182,
["Unu'pe"] = 65,
["Star's Rest"] = 199,
["Fordragon Hold"] = 315,
["Dalaran"] = 257,
["Amberpine Lodge"] = 324,
["Fort Wildervar"] = 438,
["Dalaran"] = 257,
["Fordragon Hold"] = 315,
["Star's Rest"] = 199,
["Unu'pe"] = 65,
["Moa'ki"] = 182,
["Wintergarde Keep"] = 254,
},
["Farstrider Lodge"] = {
["Slabchisel's Survey"] = 104,
8055,9 → 8058,9
["Chiselgrip"] = 189,
["Stormwind"] = 253,
["Greenwarden's Grove"] = 137,
["Vermillion Redoubt"] = 205,
["Kharanos"] = 157,
["Dustwind Dig"] = 66,
["Kharanos"] = 157,
["Vermillion Redoubt"] = 205,
},
["Frosthold"] = {
["Death's Rise"] = 227,
8072,9 → 8075,9
["River's Heart"] = 264,
["The Shadow Vault"] = 177,
["Zim'Torga"] = 197,
["Crusaders' Pinnacle"] = 60,
["Unu'pe"] = 323,
["Westguard Keep"] = 273,
["Dun Niffelem"] = 149,
["Nesingwary Base Camp"] = 300,
["K3"] = 49,
["Kamagua"] = 323,
["The Argent Stand"] = 155,
8082,8 → 8085,8
["Westfall Brigade"] = 226,
["Amberpine Lodge"] = 220,
["Fort Wildervar"] = 311,
["Nesingwary Base Camp"] = 300,
["Unu'pe"] = 323,
["Dun Niffelem"] = 149,
["Crusaders' Pinnacle"] = 60,
["Wintergarde Keep"] = 153,
},
["Lor'danel"] = {
8102,44 → 8105,44
["Forest Song"] = 279,
["Azure Watch"] = 167,
["Grove of the Ancients"] = 92,
["Thal'darah Overlook"] = 267,
["Talonbranch Glade"] = 95,
["Astranaar"] = 225,
["Thal'darah Overlook"] = 267,
["Feathermoon"] = 495,
["Darnassus"] = 61,
},
["Thelsamar"] = {
["Light's Hope Chapel"] = 333,
["Morgan's Vigil"] = 135,
["Northpass Tower"] = 379,
["Kharanos"] = 96,
["Acherus: The Ebon Hold"] = 465,
["Rebel Camp"] = 357,
["Light's Hope Chapel"] = 333,
["Stormfeather Outpost"] = 247,
["Thundermar"] = 199,
["Ironforge"] = 105,
["Booty Bay"] = 576,
["Aerie Peak"] = 234,
["Greenwarden's Grove"] = 92,
["Sentinel Hill"] = 269,
["Lakeshire"] = 203,
["Victor's Point"] = 217,
["Menethil Harbor"] = 153,
["Booty Bay"] = 576,
["Ironforge"] = 105,
["Dun Modr"] = 119,
["Chillwind Camp"] = 407,
["Farstrider Lodge"] = 46,
["Slabchisel's Survey"] = 59,
["Dustwind Dig"] = 47,
["Thorium Point"] = 82,
["Zul'Aman"] = 497,
["Darkshire"] = 263,
["Nethergarde Keep"] = 341,
["Iron Summit"] = 106,
["Refuge Pointe"] = 164,
["Whelgar's Retreat"] = 117,
["Gol'Bolar Quarry"] = 53,
["Refuge Pointe"] = 164,
["Iron Summit"] = 106,
["Stormwind"] = 205,
["Dustwind Dig"] = 47,
["Sentinel Hill"] = 269,
["Slabchisel's Survey"] = 59,
["Greenwarden's Grove"] = 92,
["Moonbrook"] = 293,
["Stormfeather Outpost"] = 247,
["Northpass Tower"] = 379,
["Rebel Camp"] = 357,
["Acherus: The Ebon Hold"] = 465,
["Southshore"] = 250,
},
["Dolanaar"] = {
8151,19 → 8154,19
["Forest Song"] = 553,
["Azure Watch"] = 274,
["Talonbranch Glade"] = 324,
["Darnassus"] = 61,
["Northwatch Expedition Base Camp"] = 512,
["Rut'theran Village"] = 169,
["Northwatch Expedition Base Camp"] = 512,
["Darnassus"] = 61,
},
["Vermillion Redoubt"] = {
["Menethil Harbor"] = 96,
["Kharanos"] = 153,
["The Menders' Stead"] = 199,
["Firebeard's Patrol"] = 66,
["Menethil Harbor"] = 96,
["High Bank"] = 101,
["Thundermar"] = 28,
["Slabchisel's Survey"] = 66,
["Refuge Pointe"] = 92,
["Slabchisel's Survey"] = 66,
["Thundermar"] = 28,
["High Bank"] = 101,
["Kharanos"] = 153,
},
["Allerian Stronghold"] = {
["Evergrove"] = 280,
8173,12 → 8176,12
["Telredor"] = 158,
["Hellfire Peninsula"] = 156,
["Area 52"] = 311,
["Honor Hold"] = 93,
["The Stormspire"] = 358,
["Telaar"] = 149,
["Wildhammer Stronghold"] = 79,
["Cosmowrench"] = 387,
["Orebor Harborage"] = 221,
["Cosmowrench"] = 387,
["The Stormspire"] = 358,
["Honor Hold"] = 93,
["Sanctum of the Stars"] = 121,
},
["Sylvan Falls"] = {
8189,10 → 8192,10
["Trueshot Lodge"] = 35,
["Nesingwary"] = 27,
["Stonehoof Watch"] = 46,
["Aalgen Point"] = 145,
["Lorna's Watch"] = 81,
["Dalaran"] = 124,
["Ironhorn Enclave"] = 65,
["Lorna's Watch"] = 81,
["Aalgen Point"] = 145,
},
["Kota Basecamp"] = {
["Shado-Pan Garrison"] = 123,
8205,19 → 8208,19
["Gadgetzan"] = 171,
["Mudsprocket"] = 86,
["Theramore"] = 159,
["Rut'theran Village"] = 662,
["Nijel's Point"] = 405,
["Ratchet"] = 251,
["Auberdine"] = 786,
["Astranaar"] = 967,
["Talrendis Point"] = 403,
["Astranaar"] = 967,
["Cenarion Hold"] = 375,
["Feathermoon"] = 170,
["Nijel's Point"] = 405,
["Rut'theran Village"] = 662,
},
["Soggy's Gamble"] = {
["Serpent's Spine"] = 81,
["Klaxxi'vess"] = 77,
["The Briny Muck"] = 55,
["Klaxxi'vess"] = 77,
["Tian Monastery"] = 333,
},
["Lunarfall"] = {
8239,30 → 8242,30
["Elodor"] = 62,
["Skysea Point"] = 148,
["Everbloom Overlook"] = 175,
["Terokkar Refuge"] = 44,
["Nivek's Overlook"] = 149,
["Path of Light"] = 63,
["Embaari Village"] = 44,
["Telaari Station"] = 134,
["Yrel's Watch"] = 149,
["Everbloom Wilds"] = 140,
["Wildwood Wash"] = 140,
["Exile's Rise"] = 42,
["Veil Terokk"] = 70,
["Skysea Ridge"] = 155,
["The Ring of Trials"] = 124,
["Apexis Excavation"] = 92,
["Zangarra"] = 68,
["Crow's Crook"] = 64,
["Darktide Roost"] = 81,
["Talon Watch"] = 67,
["Anchorite's Sojourn"] = 32,
["Throne of the Elements"] = 144,
["Twilight Glade"] = 45,
["Exarch's Refuge"] = 73,
["Iron Docks"] = 161,
["Socrethar's Rise"] = 73,
["Retribution Point"] = 98,
["Socrethar's Rise"] = 73,
["Iron Docks"] = 161,
["Exarch's Refuge"] = 73,
["Twilight Glade"] = 45,
["Anchorite's Sojourn"] = 32,
["Talon Watch"] = 67,
["Darktide Roost"] = 81,
["Crow's Crook"] = 64,
["Exile's Rise"] = 42,
["Yrel's Watch"] = 149,
["Nivek's Overlook"] = 149,
["Zangarra"] = 68,
["Apexis Excavation"] = 92,
["The Ring of Trials"] = 124,
["Telaari Station"] = 134,
["Skysea Ridge"] = 155,
["Wildwood Wash"] = 140,
["Terokkar Refuge"] = 44,
},
["The Menders' Stead"] = {
["Thondroril River"] = 37,
8271,33 → 8274,33
["Thundermar"] = 364,
["Andorhal"] = 28,
["Stormwind"] = 469,
["Refuge Pointe"] = 180,
["Northpass Tower"] = 141,
["Menethil Harbor"] = 306,
["Ironforge"] = 298,
["Zul'Aman"] = 238,
["Chillwind Camp"] = 43,
["Northpass Tower"] = 141,
["Refuge Pointe"] = 180,
},
["Slabchisel's Survey"] = {
["Kharanos"] = 154,
["Thelsamar"] = 60,
["Refuge Pointe"] = 110,
["Dustwind Dig"] = 104,
["Whelgar's Retreat"] = 59,
["Chiselgrip"] = 230,
["Whelgar's Retreat"] = 59,
["Aerie Peak"] = 181,
["Dun Modr"] = 61,
["Stormfeather Outpost"] = 194,
["Stormwind"] = 265,
["Menethil Harbor"] = 110,
["Greenwarden's Grove"] = 32,
["Menethil Harbor"] = 110,
["Ironforge"] = 168,
["Stormfeather Outpost"] = 194,
["Dustwind Dig"] = 104,
["Dun Modr"] = 61,
["Aerie Peak"] = 181,
["Farstrider Lodge"] = 104,
},
["Skysea Point"] = {
["Highpass"] = 42,
["Anchorite's Sojourn"] = 142,
["Fort Wrynn"] = 95,
["Anchorite's Sojourn"] = 142,
},
["Telredor"] = {
["Evergrove"] = 145,
8306,15 → 8309,15
["Sylvanaar"] = 91,
["Temple of Telhamat"] = 82,
["Area 52"] = 153,
["Orebor Harborage"] = 55,
["Cosmowrench"] = 219,
["Hellfire Peninsula"] = 230,
["Allerian Stronghold"] = 172,
["Honor Hold"] = 169,
["The Stormspire"] = 200,
["Telaar"] = 125,
["Wildhammer Stronghold"] = 250,
["Toshley's Station"] = 69,
["Cosmowrench"] = 219,
["The Stormspire"] = 200,
["Orebor Harborage"] = 55,
["Honor Hold"] = 169,
["Sanctum of the Stars"] = 292,
},
["Grove of Aessina"] = {
8330,21 → 8333,21
["Telredor"] = 127,
["Hellfire Peninsula"] = 260,
["Allerian Stronghold"] = 122,
["Altar of Sha'tar"] = 281,
["The Stormspire"] = 327,
["Wildhammer Stronghold"] = 200,
["Toshley's Station"] = 195,
["Orebor Harborage"] = 182,
["Honor Hold"] = 199,
["Wildhammer Stronghold"] = 200,
["Toshley's Station"] = 195,
["Cosmowrench"] = 344,
["The Stormspire"] = 327,
["Altar of Sha'tar"] = 281,
},
["Stonetalon Peak"] = {
["Rut'theran Village"] = 262,
["Ratchet"] = 348,
["Nijel's Point"] = 127,
["Auberdine"] = 177,
["Astranaar"] = 155,
["Theramore"] = 435,
["Auberdine"] = 177,
["Nijel's Point"] = 127,
["Ratchet"] = 348,
["Rut'theran Village"] = 262,
},
["Veil Terokk"] = {
["Pinchwhistle Gearworks"] = 41,
8362,34 → 8365,34
["Lakeshire"] = 150,
["Menethil Harbor"] = 430,
["Booty Bay"] = 243,
["Light's Shield Tower"] = 716,
["Fort Livingston"] = 57,
["Chillwind Camp"] = 741,
["Bogpaddle"] = 66,
["Raven Hill"] = 153,
["Thorium Point"] = 298,
["Darkshire"] = 92,
["Thelsamar"] = 546,
["Darkshire"] = 92,
["Ironforge"] = 322,
["Stormwind"] = 189,
["Dustwind Dig"] = 226,
["Chiselgrip"] = 179,
["Morgan's Vigil"] = 209,
["Surwich"] = 92,
["Light's Hope Chapel"] = 664,
["Surwich"] = 92,
["Morgan's Vigil"] = 209,
["Chiselgrip"] = 179,
["Dustwind Dig"] = 226,
["Stormwind"] = 189,
["Ironforge"] = 322,
["Sentinel Hill"] = 177,
["Moonbrook"] = 202,
["Rebel Camp"] = 64,
["Fort Livingston"] = 57,
["Light's Shield Tower"] = 716,
["Southshore"] = 528,
},
["Klaxxi'vess"] = {
["Halfhill"] = 94,
["Binan Village"] = 177,
["Shrine of Seven Stars"] = 83,
["Grassy Cline"] = 170,
["Shado-Pan Garrison"] = 178,
["Grassy Cline"] = 170,
["The Briny Muck"] = 43,
["Gao-Ran Battlefront"] = 72,
["The Briny Muck"] = 43,
["The Sunset Brewgarden"] = 49,
},
["Chiselgrip"] = {
8403,20 → 8406,20
["Ironforge"] = 193,
["Dun Modr"] = 292,
["Iron Summit"] = 78,
["Refuge Pointe"] = 337,
["Farstrider Lodge"] = 189,
["Darkshire"] = 155,
["Nethergarde Keep"] = 172,
["Morgan's Vigil"] = 38,
["Thorium Point"] = 127,
["Whelgar's Retreat"] = 290,
["Andorhal"] = 430,
["Menethil Harbor"] = 264,
["Stormwind"] = 189,
["Lakeshire"] = 94,
["Greenwarden's Grove"] = 265,
["Thundermar"] = 459,
["Greenwarden's Grove"] = 265,
["Lakeshire"] = 94,
["Rebel Camp"] = 199,
["Thorium Point"] = 127,
["Farstrider Lodge"] = 189,
["Morgan's Vigil"] = 38,
["Refuge Pointe"] = 337,
},
["Halfhill"] = {
["The Incursion"] = 42,
8445,7 → 8448,7
["Serpent's Spine"] = 166,
["Tavern in the Mists"] = 63,
["Sri-La Village"] = 165,
["Sentinel Basecamp"] = 67,
["Kota Basecamp"] = 172,
["Klaxxi'vess"] = 115,
["Tian Monastery"] = 154,
["Dawn's Blossom"] = 104,
8454,7 → 8457,7
["Shado-Pan Fallback"] = 158,
["Shado-Pan Garrison"] = 255,
["Temple of the White Tiger"] = 153,
["Kota Basecamp"] = 172,
["Sentinel Basecamp"] = 67,
["The Sunset Brewgarden"] = 152,
},
["Shadebough"] = {
8465,12 → 8468,12
["Fort Triumph"] = 198,
["Emerald Sanctuary"] = 499,
["Fizzle & Pozzik's Speedbarge"] = 178,
["Theramore"] = 206,
["Ratchet"] = 298,
["Mudsprocket"] = 133,
["Gadgetzan"] = 215,
["Cenarion Hold"] = 201,
["Feathermoon"] = 85,
["Ratchet"] = 298,
["Theramore"] = 206,
},
["Illidari Perch"] = {
["Shackle's Den"] = 44,
8479,8 → 8482,8
["Lorna's Watch"] = 132,
["Trueshot Lodge"] = 180,
["Meredil"] = 82,
["Illidari Stand"] = 24,
["Wardens' Redoubt"] = 38,
["Illidari Stand"] = 24,
["Watchers' Aerie"] = 49,
["Irongrove Retreat"] = 90,
},
8499,15 → 8502,15
["Camp Everstill"] = {
["The Harborage"] = 70,
["Darkshire"] = 85,
["Aerie Peak"] = 446,
["Chiselgrip"] = 115,
["Aerie Peak"] = 446,
["Eastvale Logging Camp"] = 61,
["Marshtide Watch"] = 88,
["Stormwind"] = 134,
["Refuge Pointe"] = 376,
["Surwich"] = 220,
["Lakeshire"] = 23,
["Rebel Camp"] = 128,
["Refuge Pointe"] = 376,
["Stormwind"] = 134,
["Iron Summit"] = 192,
},
["Hearthglen"] = {
8548,52 → 8551,52
["Valgarde Port"] = 248,
["Frosthold"] = 210,
["Westfall Brigade"] = 276,
["Fordragon Hold"] = 82,
["Moa'ki"] = 71,
["Westguard Keep"] = 244,
["Amber Ledge"] = 172,
["K3"] = 194,
["Valiance Keep"] = 132,
["Unu'pe"] = 101,
["Fizzcrank Airstrip"] = 129,
["Crusaders' Pinnacle"] = 176,
["Wyrmrest Temple"] = 89,
["Amberpine Lodge"] = 98,
["Fort Wildervar"] = 310,
["Unu'pe"] = 101,
["Moa'ki"] = 71,
["Valiance Keep"] = 132,
["Fordragon Hold"] = 82,
["Wintergarde Keep"] = 124,
},
["Lunarfall (Alliance)"] = {
["Pinchwhistle Gearworks"] = 95,
["Bloodmaul Slag Mines"] = 166,
["The Ring of Trials"] = 123,
["Redemption Rise"] = 77,
["Rilzit's Holdfast"] = 175,
["Vault of the Earth"] = 61,
["Lion's Watch"] = 71,
["Iron Siegeworks"] = 110,
["Exarch's Refuge"] = 73,
["Aktar's Post"] = 96,
["Redemption Rise"] = 77,
["The Draakorium"] = 67,
["Lion's Watch"] = 71,
["Telaari Station"] = 134,
["Zangarra"] = 69,
["Twilight Glade"] = 43,
["Apexis Excavation"] = 91,
["Veil Terokk"] = 70,
["The Ring of Trials"] = 123,
["Wildwood Wash"] = 136,
["The Draakorium"] = 67,
["Exile's Rise"] = 40,
["Terokkar Refuge"] = 45,
["Crow's Crook"] = 63,
["Embaari Village"] = 41,
["Highpass"] = 120,
["Throne of the Elements"] = 148,
["Malo's Lookout"] = 74,
["The Iron Front"] = 85,
["Bastion Rise"] = 79,
["Yrel's Watch"] = 154,
["Joz's Rylaks"] = 155,
["Anchorite's Sojourn"] = 30,
["Joz's Rylaks"] = 155,
["Yrel's Watch"] = 154,
["Stormshield (Alliance)"] = 111,
["Throne of the Elements"] = 148,
["Highpass"] = 120,
["Embaari Village"] = 41,
["Crow's Crook"] = 63,
["Shattrath City"] = 71,
["Wildwood Wash"] = 136,
["Telaari Station"] = 134,
["Iron Siegeworks"] = 110,
["Terokkar Refuge"] = 45,
["Veil Terokk"] = 70,
["Apexis Excavation"] = 91,
["Akeeta's Hovel"] = 38,
},
["Westwind Rest"] = {
8609,8 → 8612,8
["Voldrin's Hold"] = 89,
["Tranquil Wash"] = 43,
["Darkbreak Cove"] = 97,
["Smuggler's Scar"] = 72,
["Sandy Beach"] = 47,
["Smuggler's Scar"] = 72,
},
["Zul'Aman"] = {
["Shattered Sun Staging Area"] = 251,
8631,10 → 8634,10
["Stormtorn Foothills"] = 162,
["Meredil"] = 56,
["Illidari Perch"] = 44,
["Lorlathil"] = 33,
["Illidari Stand"] = 51,
["Watchers' Aerie"] = 85,
["Bradensbrook"] = 38,
["Watchers' Aerie"] = 85,
["Lorlathil"] = 33,
},
["Altar of Sha'tar"] = {
["Evergrove"] = 459,
8656,25 → 8659,25
["Lorlathil"] = 118,
["Stonehoof Watch"] = 79,
["Wardens' Redoubt"] = 168,
["Challiane's Terrace"] = 133,
["Bradensbrook"] = 119,
["Challiane's Terrace"] = 133,
},
["Surwich"] = {
["Bogpaddle"] = 138,
["Farstrider Lodge"] = 365,
["The Harborage"] = 148,
["Darkshire"] = 164,
["Nethergarde Keep"] = 72,
["Dustwind Dig"] = 298,
["Rebel Camp"] = 211,
["Refuge Pointe"] = 512,
["Stormfeather Outpost"] = 596,
["Stormwind"] = 250,
["Explorers' League Digsite"] = 189,
["Marshtide Watch"] = 111,
["Explorers' League Digsite"] = 189,
["Stormwind"] = 250,
["Fort Livingston"] = 234,
["Lakeshire"] = 194,
["Fort Livingston"] = 234,
["Booty Bay"] = 146,
["Stormfeather Outpost"] = 596,
["Refuge Pointe"] = 512,
["Farstrider Lodge"] = 365,
["Rebel Camp"] = 211,
["Dustwind Dig"] = 298,
["Bogpaddle"] = 138,
},
["Grove of the Ancients"] = {
["Lor'danel"] = 74,
8683,9 → 8686,9
["Blackfathom Camp"] = 65,
["Forest Song"] = 187,
["Emerald Sanctuary"] = 82,
["Astranaar"] = 84,
["Ramkahen"] = 690,
["Thal'darah Overlook"] = 162,
["Ramkahen"] = 690,
["Astranaar"] = 84,
["Dreamer's Rest"] = 351,
["Whisperwind Grove"] = 122,
["Rut'theran Village"] = 122,
8694,15 → 8697,15
["Tower of Estulan"] = 85,
["Thargad's Camp"] = 67,
["Mudsprocket"] = 276,
["Karnum's Glade"] = 123,
["Theramore"] = 328,
["Karnum's Glade"] = 123,
["Thunk's Abode"] = 150,
["Emerald Sanctuary"] = 390,
["Shadebough"] = 144,
["Emerald Sanctuary"] = 390,
["Thunk's Abode"] = 150,
["Oasis of Vir'sar"] = 233,
["Ethel Rethor"] = 129,
["Astranaar"] = 309,
["Mossy Pile"] = 241,
["Astranaar"] = 309,
["Oasis of Vir'sar"] = 233,
["Feathermoon"] = 55,
["Rut'theran Village"] = 537,
},
8727,16 → 8730,16
["Thundermar"] = 251,
["Aerie Peak"] = 286,
["Lakeshire"] = 146,
["Farstrider Lodge"] = 76,
["Raven Hill"] = 266,
["Menethil Harbor"] = 205,
["Booty Bay"] = 364,
["Dun Modr"] = 172,
["Chillwind Camp"] = 339,
["Iron Summit"] = 158,
["Refuge Pointe"] = 215,
["Rebel Camp"] = 252,
["Farstrider Lodge"] = 76,
["Ironforge"] = 162,
["Stormfeather Outpost"] = 298,
["Thorium Point"] = 134,
["Darkshire"] = 207,
["Thelsamar"] = 53,
["Nethergarde Keep"] = 224,
["Slabchisel's Survey"] = 111,
["Whelgar's Retreat"] = 169,
8745,52 → 8748,52
["Stormwind"] = 242,
["Shalewind Canyon"] = 191,
["Greenwarden's Grove"] = 144,
["Thorium Point"] = 134,
["Stormfeather Outpost"] = 298,
["Ironforge"] = 162,
["Raven Hill"] = 266,
["Thelsamar"] = 53,
["Rebel Camp"] = 252,
["Refuge Pointe"] = 215,
["Iron Summit"] = 158,
},
["Fuselight"] = {
["Dragon's Mouth"] = 51,
["Thelsamar"] = 71,
["Light's Shield Tower"] = 487,
["Stormwind"] = 257,
["Farstrider Lodge"] = 49,
["Iron Summit"] = 176,
["Ironforge"] = 181,
["Dustwind Dig"] = 18,
["Chillwind Camp"] = 356,
["Iron Summit"] = 176,
["Farstrider Lodge"] = 49,
},
["Aerie Peak"] = {
["Dustwind Dig"] = 295,
["Acherus: The Ebon Hold"] = 232,
["Dustwind Dig"] = 295,
["Light's Hope Chapel"] = 164,
["Northpass Tower"] = 211,
["Thorium Point"] = 354,
["Booty Bay"] = 613,
["Raven Hill"] = 546,
["Light's Shield Tower"] = 190,
["Farstrider Lodge"] = 293,
["Iron Summit"] = 354,
["Lakeshire"] = 723,
["Sentinel Hill"] = 557,
["Greenwarden's Grove"] = 174,
["Menethil Harbor"] = 176,
["Raven Hill"] = 546,
["Booty Bay"] = 613,
["Dun Modr"] = 139,
["Chillwind Camp"] = 53,
["Iron Summit"] = 354,
["Ironforge"] = 256,
["Farstrider Lodge"] = 293,
["Morgan's Vigil"] = 453,
["Darkshire"] = 505,
["Zul'Aman"] = 272,
["Thelsamar"] = 246,
["Zul'Aman"] = 272,
["Darkshire"] = 505,
["Nethergarde Keep"] = 591,
["Refuge Pointe"] = 75,
["Vermillion Redoubt"] = 225,
["Whelgar's Retreat"] = 137,
["Andorhal"] = 70,
["Vermillion Redoubt"] = 225,
["Refuge Pointe"] = 75,
["Stormwind"] = 429,
["Morgan's Vigil"] = 453,
["Greenwarden's Grove"] = 174,
["Ironforge"] = 256,
["Sentinel Hill"] = 557,
["Plaguewood Tower"] = 91,
["Stormfeather Outpost"] = 79,
["Northpass Tower"] = 211,
["Light's Hope Chapel"] = 164,
["Southshore"] = 68,
},
["Fizzle & Pozzik's Speedbarge"] = {
8801,10 → 8804,10
["Fort Triumph"] = 137,
["Shadebough"] = 179,
["Marshal's Stand"] = 139,
["Bootlegger Outpost"] = 97,
["Whisperwind Grove"] = 565,
["Dreamer's Rest"] = 318,
["Cenarion Hold"] = 229,
["Whisperwind Grove"] = 565,
["Bootlegger Outpost"] = 97,
["Rut'theran Village"] = 625,
},
["Flamestar Post"] = {
8812,8 → 8815,8
["Thorium Point"] = 69,
["Chiselgrip"] = 35,
["Marshtide Watch"] = 213,
["Ironforge"] = 159,
["Booty Bay"] = 347,
["Ironforge"] = 159,
["Stormfeather Outpost"] = 403,
["Stormwind"] = 195,
["Iron Summit"] = 45,
8870,30 → 8873,30
["Aalgen Point"] = 63,
["The Argent Vanguard"] = 32,
["Lorlathil"] = 99,
["Star's Rest"] = 174,
["Zim'Torga"] = 185,
["Illidari Camp"] = 43,
["Watchers' Aerie"] = 67,
["Dun Nifflelem"] = 154,
["Crimson Thicket"] = 77,
["Prepfoot"] = 177,
["Stars' Rest"] = 173,
["Wintergarde Keep"] = 128,
["Ironhorn Enclave"] = 113,
["Dun Niffelem"] = 155,
["Fizzcrank Airstrip"] = 274,
["Amber Ledge"] = 343,
["The Shadow Vault"] = 160,
["The Argent Stand"] = 144,
["Nesingwary"] = 147,
["Valdisdall"] = 123,
["Frosthold"] = 71,
["Gloaming Reef"] = 118,
["Thunder Totem"] = 147,
["K3"] = 55,
["Gloaming Reef"] = 118,
["Nesingwary"] = 147,
["Amber Ledge"] = 343,
["Frosthold"] = 71,
["The Argent Stand"] = 144,
["Fizzcrank Airstrip"] = 274,
["Illidari Perch"] = 57,
["Wintergarde Keep"] = 128,
["Stars' Rest"] = 173,
["Skyhorn"] = 151,
["Wardens' Redoubt"] = 73,
["Watchers' Aerie"] = 67,
["Illidari Camp"] = 43,
["Zim'Torga"] = 185,
["Star's Rest"] = 174,
},
["The Briny Muck"] = {
["Shado-Pan Garrison"] = 191,
8911,19 → 8914,19
["Hellfire Peninsula"] = 32,
["Telaar"] = 263,
["the Abyssal Shelf"] = 154,
["Altar of Sha'tar"] = 333,
["Honor Hold"] = 57,
["Area 52"] = 365,
["Honor Hold"] = 57,
["Altar of Sha'tar"] = 333,
},
["The Harborage"] = {
["Iron Summit"] = 95,
["Bogpaddle"] = 65,
["Marshtide Watch"] = 38,
["Dragon's Mouth"] = 151,
["Morgan's Vigil"] = 102,
["Nethergarde Keep"] = 79,
["Darkshire"] = 107,
["Lakeshire"] = 46,
["Darkshire"] = 107,
["Bogpaddle"] = 65,
["Iron Summit"] = 95,
},
["Anchorite's Sojourn"] = {
["Lunarfall"] = 89,
8932,9 → 8935,9
["Terokkar Refuge"] = 21,
},
["Gol'Bolar Quarry"] = {
["Kharanos"] = 43,
["Stormwind"] = 262,
["Slabchisel's Survey"] = 116,
["Stormwind"] = 262,
["Kharanos"] = 43,
["Menethil Harbor"] = 142,
["Booty Bay"] = 406,
["Thorium Point"] = 137,
8953,66 → 8956,19
["Farwatcher's Glen"] = 92,
["Nijel's Point"] = 63,
},
["The Veiled Den"] = {
["Vindicaar"] = 3,
["Aalgen Point"] = {
["Deliverance Point"] = 41,
["Vengeance Point"] = 44,
["Dalaran"] = 67,
},
["Aktar's Post"] = {
["Malo's Lookout"] = 32,
["Lion's Watch"] = 53,
["Illidari Camp"] = {
["Meredil"] = 72,
},
["Rilzit's Holdfast"] = {
["Lunarfall"] = 163,
["Bloodmaul Slag Mines"] = 107,
["Lunarfall (Alliance)"] = 165,
},
["Chillwind Camp"] = {
["The Menders' Stead"] = 41,
["Hearthglen"] = 85,
["Acherus: The Ebon Hold"] = 214,
["Thorium Point"] = 297,
["Aerie Peak"] = 65,
["Lakeshire"] = 439,
["Kharanos"] = 264,
["Menethil Harbor"] = 194,
["Ironforge"] = 206,
["Morgan's Vigil"] = 454,
["Light's Hope Chapel"] = 34,
["Crown Guard Tower"] = 103,
["Thondroril River"] = 59,
["Sentinel Hill"] = 558,
["Zul'Aman"] = 248,
["Thelsamar"] = 309,
["Nethergarde Keep"] = 667,
["Refuge Pointe"] = 138,
["Thondoril River"] = 54,
["Andorhal"] = 26,
["Northpass Tower"] = 163,
["Stormwind"] = 418,
["Darkshire"] = 794,
["Greenwarden's Grove"] = 234,
["Plaguewood Tower"] = 145,
["Stormfeather Outpost"] = 139,
["Booty Bay"] = 723,
["Southshore"] = 86,
},
["Krokul Hovel"] = {
["Hope's Landing"] = 7,
["Vindicaar"] = 3,
},
["Karnum's Glade"] = {
["Tower of Estulan"] = 187,
["Thargad's Camp"] = 49,
["Mudsprocket"] = 353,
["Honor's Stand"] = 61,
["Northwatch Expedition Base Camp"] = 136,
["Marshal's Stand"] = 369,
["Fort Triumph"] = 288,
["Thunk's Abode"] = 28,
["Ethel Rethor"] = 40,
["Dreamer's Rest"] = 102,
["Thal'darah Overlook"] = 121,
["Nijel's Point"] = 56,
},
["Ironforge"] = {
["Eastwall Tower"] = 366,
["Light's Hope Chapel"] = 348,
9028,65 → 8984,71
["Whelgar's Retreat"] = 163,
["Andorhal"] = 250,
["Eastvale Logging Camp"] = 288,
["Farstrider Lodge"] = 147,
["Vermillion Redoubt"] = 228,
["Zul'Aman"] = 447,
["Refuge Pointe"] = 203,
["Crown Guard Tower"] = 359,
["Stormfeather Outpost"] = 287,
["Dustwind Dig"] = 147,
["Acherus: The Ebon Hold"] = 415,
["Southshore"] = 43,
["Goldshire"] = 181,
["Northpass Tower"] = 352,
["The Menders' Stead"] = 297,
["Slabchisel's Survey"] = 161,
["Acherus: The Ebon Hold"] = 415,
["Dustwind Dig"] = 147,
["Fuselight"] = 175,
["Northpass Tower"] = 352,
["Greenwarden's Grove"] = 192,
["Goldshire"] = 181,
["Sentinel Hill"] = 259,
["Aerie Peak"] = 140,
["Thorium Point"] = 9,
["Hearthglen"] = 340,
["Lakeshire"] = 81,
["High Bank"] = 281,
["Stormwind"] = 196,
["Flamestar Post"] = 149,
["Booty Bay"] = 314,
["Menethil Harbor"] = 91,
["Chiselgrip"] = 184,
["Dragon's Mouth"] = 182,
["Gol'Bolar Quarry"] = 56,
["Sandy Beach"] = 191,
["Thondroril River"] = 315,
["Shattered Sun Staging Area"] = 21,
["The Harborage"] = 267,
["Darkshire"] = 259,
["Nethergarde Keep"] = 299,
["Kharanos"] = 45,
["Morgan's Vigil"] = 166,
["Kharanos"] = 45,
["Gol'Bolar Quarry"] = 56,
["Dragon's Mouth"] = 182,
["Stormwind"] = 196,
["Hearthglen"] = 340,
["Sentinel Hill"] = 259,
["Chiselgrip"] = 184,
["Menethil Harbor"] = 91,
["High Bank"] = 281,
["Thorium Point"] = 9,
["Greenwarden's Grove"] = 192,
["Plaguewood Tower"] = 401,
["Rebel Camp"] = 228,
["Refuge Pointe"] = 203,
["Zul'Aman"] = 447,
["Vermillion Redoubt"] = 228,
["Farstrider Lodge"] = 147,
},
["Vindicaar"] = {
["Hope's Landing"] = 4,
["The Veiled Den"] = 4,
["Vindicaar"] = 0,
["Krokul Hovel"] = 4,
["Shattered Fields"] = 5,
["Light's Purchase"] = 4,
["Thorim's Peak"] = {
["Nastrondir"] = 54,
["Faronaar"] = 209,
},
["Hafr Fjall"] = {
["Greywatch"] = 41,
["Shipwreck Cove"] = 147,
["Valdisdall"] = 39,
["Lorna's Watch"] = 42,
["Felbane Camp"] = 146,
["Deliverance Point"] = 95,
["Stonehoof Watch"] = 77,
["Stormtorn Foothills"] = 55,
["Shield's Rest"] = 87,
["Irongrove Retreat"] = 88,
["Karnum's Glade"] = {
["Tower of Estulan"] = 187,
["Thargad's Camp"] = 49,
["Mudsprocket"] = 353,
["Honor's Stand"] = 61,
["Northwatch Expedition Base Camp"] = 136,
["Marshal's Stand"] = 369,
["Fort Triumph"] = 288,
["Thunk's Abode"] = 28,
["Ethel Rethor"] = 40,
["Dreamer's Rest"] = 102,
["Thal'darah Overlook"] = 121,
["Nijel's Point"] = 56,
},
["Gloaming Reef"] = {
["Meredil"] = 112,
["Illidari Perch"] = 77,
["Starsong Refuge"] = 80,
["Bradensbrook"] = 27,
["Dalaran"] = 128,
["Lorlathil"] = 51,
},
["Greywatch"] = {
["Valdisdall"] = 23,
["Lorna's Watch"] = 53,
9096,26 → 9058,26
["Meredil"] = 110,
["Sylvan Falls"] = 123,
["Hafr Fjall"] = 41,
["Garden of the Moon"] = 175,
["Dalaran"] = 131,
["Shield's Rest"] = 50,
["Dalaran"] = 131,
["Garden of the Moon"] = 175,
["Irongrove Retreat"] = 122,
},
["The Incursion"] = {
["Stoneplow"] = 74,
["The Arboretum"] = 172,
["Soggy's Gamble"] = 196,
["Sentinel Basecamp"] = 76,
["The Briny Muck"] = 189,
["Dawn's Blossom"] = 147,
["Shado-Pan Garrison"] = 290,
["Grassy Cline"] = 95,
["Binan Village"] = 127,
["Halfhill"] = 44,
["Lion's Landing"] = 51,
["Paw'Don Village"] = 121,
["Shrine of Seven Stars"] = 113,
["Binan Village"] = 127,
["Grassy Cline"] = 95,
["Lion's Landing"] = 51,
["Shado-Pan Garrison"] = 290,
["Zhu's Watch"] = 84,
["The Briny Muck"] = 189,
["Soggy's Gamble"] = 196,
["Pearlfin Village"] = 158,
},
["Moonbrook"] = {
9123,16 → 9085,54
["Darkshire"] = 117,
["Goldshire"] = 132,
["Thelsamar"] = 373,
["Raven Hill"] = 57,
["Menethil Harbor"] = 388,
["Fort Livingston"] = 139,
["Stormwind"] = 111,
["Furlbrow's Pumpkin Farm"] = 58,
["Sentinel Hill"] = 26,
["Raven Hill"] = 57,
["Rebel Camp"] = 90,
["Sentinel Hill"] = 26,
["Ironforge"] = 315,
["Furlbrow's Pumpkin Farm"] = 58,
["Menethil Harbor"] = 388,
["Farstrider Lodge"] = 364,
},
["Evergrove"] = {
["Shattrath"] = 213,
["Sylvanaar"] = 54,
["Temple of Telhamat"] = 197,
["Area 52"] = 73,
["Telredor"] = 132,
["Telaar"] = 240,
["Toshley's Station"] = 44,
["Cosmowrench"] = 143,
["Orebor Harborage"] = 118,
["Altar of Sha'tar"] = 448,
},
["Thunder Totem"] = {
["Shackle's Den"] = 131,
["Lorna's Watch"] = 66,
["Trueshot Lodge"] = 36,
["Shield's Rest"] = 126,
["Meredil"] = 79,
["Dalaran"] = 135,
["Ironhorn Enclave"] = 46,
["Watchers' Aerie"] = 153,
["Greywatch"] = 100,
["Challiane's Terrace"] = 113,
["Illidari Stand"] = 29,
["Valdisdall"] = 83,
["Prepfoot"] = 61,
["Starsong Refuge"] = 64,
["Obsidian Overlook"] = 48,
["Felbane Camp"] = 56,
["Nesingwary"] = 20,
["Sylvan Falls"] = 28,
["Stonehoof Watch"] = 31,
["Stormtorn Foothills"] = 75,
["Skyhorn"] = 31,
["Wardens' Redoubt"] = 147,
["The Witchwood"] = 35,
["Bradensbrook"] = 100,
},
["Dun Modr"] = {
["The Menders' Stead"] = 210,
["Slabchisel's Survey"] = 68,
9146,35 → 9146,42
["Darkshire"] = 379,
["Whelgar's Retreat"] = 33,
["Andorhal"] = 186,
["Northpass Tower"] = 266,
["Aerie Peak"] = 121,
["Greenwarden's Grove"] = 35,
["Light's Hope Chapel"] = 220,
["Stormfeather Outpost"] = 134,
["Thorium Point"] = 207,
["Stormfeather Outpost"] = 134,
["Light's Hope Chapel"] = 220,
["Aerie Peak"] = 121,
["Northpass Tower"] = 266,
},
["River's Heart"] = {
["Death's Rise"] = 140,
["Transitus Shield"] = 149,
["The Argent Vanguard"] = 335,
["Stars' Rest"] = 202,
["Nesingwary Base Camp"] = 43,
["Fizzcrank Airstrip"] = 69,
["Westfall Brigade"] = 402,
["Frosthold"] = 393,
["Wintergarde Keep"] = 481,
["Valiance Keep"] = 139,
["Amber Ledge"] = 169,
["K3"] = 247,
["Dalaran"] = 201,
["Dun Nifflelem"] = 734,
["Unu'pe"] = 133,
["Wyrmrest Temple"] = 264,
["Amberpine Lodge"] = 394,
["Fort Wildervar"] = 471,
["Valiance Landing Camp"] = 225,
["Moa'ki"] = 376,
["Star's Rest"] = 202,
["Chillwind Camp"] = {
["The Menders' Stead"] = 41,
["Hearthglen"] = 85,
["Acherus: The Ebon Hold"] = 214,
["Thorium Point"] = 297,
["Aerie Peak"] = 65,
["Lakeshire"] = 439,
["Kharanos"] = 264,
["Menethil Harbor"] = 194,
["Ironforge"] = 206,
["Booty Bay"] = 723,
["Light's Hope Chapel"] = 34,
["Plaguewood Tower"] = 145,
["Thondroril River"] = 59,
["Greenwarden's Grove"] = 234,
["Zul'Aman"] = 248,
["Thelsamar"] = 309,
["Nethergarde Keep"] = 667,
["Darkshire"] = 794,
["Stormwind"] = 418,
["Andorhal"] = 26,
["Northpass Tower"] = 163,
["Thondoril River"] = 54,
["Refuge Pointe"] = 138,
["Sentinel Hill"] = 558,
["Crown Guard Tower"] = 103,
["Stormfeather Outpost"] = 139,
["Morgan's Vigil"] = 454,
["Southshore"] = 86,
},
["Nijel's Point"] = {
["Tower of Estulan"] = 219,
9182,7 → 9189,7
["Honor's Stand"] = 130,
["Farwatcher's Glen"] = 52,
["Ratchet"] = 422,
["Auberdine"] = 282,
["Fizzle & Pozzik's Speedbarge"] = 357,
["Thunk's Abode"] = 31,
["Stardust Spire"] = 105,
["Stonetalon Peak"] = 120,
9190,35 → 9197,31
["Theramore"] = 307,
["Wildheart Point"] = 264,
["Rut'theran Village"] = 369,
["Thal'darah Overlook"] = 101,
["Northwatch Hold"] = 230,
["Lor'danel"] = 337,
["Gadgetzan"] = 461,
["Karnum's Glade"] = 50,
["Dreamer's Rest"] = 135,
["Northwatch Expedition Base Camp"] = 81,
["Talonbranch Glade"] = 477,
["Thargad's Camp"] = 81,
["Astranaar"] = 273,
["Forest Song"] = 407,
["Thargad's Camp"] = 81,
["Talonbranch Glade"] = 477,
["Windshear Hold"] = 74,
["Ethel Rethor"] = 48,
["Northwatch Hold"] = 230,
["Thal'darah Overlook"] = 101,
["Cenarion Hold"] = 381,
["Feathermoon"] = 199,
["Fizzle & Pozzik's Speedbarge"] = 357,
["Auberdine"] = 282,
},
["Nastrondir"] = {
["Trueshot Lodge"] = 88,
["Thorim's Peak"] = 57,
},
["Malo's Lookout"] = {
["Stormshield (Alliance)"] = 87,
["Sha'naari Refuge"] = 30,
["The Iron Front"] = 55,
["Vault of the Earth"] = 30,
["Lion's Watch"] = 27,
["Veil Terokk"] = 132,
["Southport"] = 151,
["Veil Terokk"] = 132,
["Lion's Watch"] = 27,
},
["Honor Hold"] = {
["Evergrove"] = 278,
9238,53 → 9241,53
["Cosmowrench"] = 374,
["Sanctum of the Stars"] = 238,
},
["Sylvanaar"] = {
["Evergrove"] = 51,
["Shattrath"] = 63,
["Temple of Telhamat"] = 164,
["Area 52"] = 119,
["Telredor"] = 82,
["Allerian Stronghold"] = 255,
["Telaar"] = 207,
["Honor Hold"] = 251,
["Toshley's Station"] = 57,
["Orebor Harborage"] = 66,
["The Stormspire"] = 170,
["Cosmowrench"] = 185,
},
["Light's Purchase"] = {
["Hope's Landing"] = 4,
["Vindicaar"] = 3,
},
["Azurewing Repose"] = {
["Shackle's Den"] = 36,
["Lorna's Watch"] = 101,
["Felblaze Ingress"] = 27,
["Trueshot Lodge"] = 127,
["Lorlathil"] = 50,
["Meredil"] = 52,
["Illidari Perch"] = 38,
["Gloaming Reef"] = 36,
["Dalaran"] = 76,
["Bradensbrook"] = 77,
["Illidari Stand"] = 24,
["Skyfire Triage Camp"] = 116,
["Eastvale Logging Camp"] = {
["Morgan's Vigil"] = 97,
["Nethergarde Keep"] = 165,
["Thorium Point"] = 186,
["Stormwind"] = 77,
["Ironforge"] = 193,
["Booty Bay"] = 258,
["Furlbrow's Pumpkin Farm"] = 120,
["Darkshire"] = 101,
["Goldshire"] = 51,
},
["Northwatch Expedition Base Camp"] = {
["Tower of Estulan"] = 285,
["Windshear Fortress"] = 61,
["Nijel's Point"] = 67,
["Thargad's Camp"] = 148,
["Everlook"] = 71,
["Honor's Stand"] = 50,
["Farwatcher's Glen"] = 122,
["Ratchet"] = 134,
["Thal'darah Overlook"] = 113,
["Windshear Hold"] = 60,
["Forest Song"] = 252,
["Astranaar"] = 284,
["Stardust Spire"] = 83,
["Ethel Rethor"] = 114,
["Thal'darah Overlook"] = 113,
["Dreamer's Rest"] = 201,
["Windshear Hold"] = 60,
["Feathermoon"] = 255,
["Nijel's Point"] = 67,
["Windshear Fortress"] = 61,
},
["The Witchwood"] = {
["Shipwreck Cove"] = 42,
["Azurewing Repose"] = 128,
["Valdisdall"] = 114,
["Garden of the Moon"] = 96,
["Thunder Totem"] = 43,
["Trueshot Lodge"] = 26,
["Sylvan Falls"] = 47,
["Skyhorn"] = 46,
["Ironhorn Enclave"] = 78,
["Starsong Refuge"] = 79,
},
["Trueshot Lodge"] = {
["Shackle's Den"] = 129,
["Lorna's Watch"] = 88,
9309,11 → 9312,11
["Bradensbrook"] = 98,
["Ironhorn Enclave"] = 69,
["Western Suramar"] = 216,
["The Witchwood"] = 20,
["Valdisdall"] = 105,
["Vengeance Point"] = 4,
["Azurewing Repose"] = 111,
["Valdisdall"] = 105,
["Obsidian Overlook"] = 59,
["The Witchwood"] = 20,
["Eastern Highmountain"] = 54,
["Thunder Totem"] = 34,
["Gloaming Reef"] = 120,
["Stormtorn Foothills"] = 97,
9323,74 → 9326,90
["Dalaran"] = 20,
["Skyhorn"] = 39,
["Wardens' Redoubt"] = 146,
["Eastern Highmountain"] = 54,
["Obsidian Overlook"] = 59,
["The Dreamgrove"] = 49,
},
["K3"] = {
["Windrunner's Overlook"] = 54,
["Ulduar"] = 140,
["Ebon Watch"] = 44,
["Light's Breach"] = 88,
["The Argent Vanguard"] = 76,
["Stars' Rest"] = 201,
["Dun Nifflelem"] = 100,
["Argent Tournament Grounds"] = 168,
["Bouldercrag's Refuge"] = 107,
["Westfall Brigade"] = 177,
["Valgarde Port"] = 293,
["Frosthold"] = 43,
["Westguard Keep"] = 224,
["Star's Rest"] = 201,
["Valiance Keep"] = 316,
["Dalaran"] = 71,
["The Argent Stand"] = 107,
["Dun Niffelem"] = 101,
["River's Heart"] = 272,
["Amberpine Lodge"] = 172,
["Fort Wildervar"] = 263,
["Zim'Torga"] = 148,
["Crusaders' Pinnacle"] = 103,
["Wintergarde Keep"] = 105,
["Skyhorn"] = {
["Shipwreck Cove"] = 70,
["The Witchwood"] = 45,
["Prepfoot"] = 37,
["Thunder Totem"] = 29,
["Trueshot Lodge"] = 42,
["Obsidian Overlook"] = 68,
["Nesingwary"] = 33,
["Stonehoof Watch"] = 35,
["Stormtorn Foothills"] = 78,
},
["Rut'theran Village"] = {
["Tower of Estulan"] = 585,
["Mirkfallon Post"] = 354,
["Moonglade"] = 152,
["Nordrassil"] = 291,
["Blood Watch"] = 155,
["Ratchet"] = 428,
["Ramkahen"] = 814,
["Talrendis Point"] = 384,
["Nijel's Point"] = 370,
["Lor'danel"] = 48,
["Gadgetzan"] = 655,
["Dolanaar"] = 172,
["Fort Triumph"] = 480,
["Azure Watch"] = 105,
["Grove of the Ancients"] = 153,
["Mossy Pile"] = 741,
["Dreamer's Rest"] = 487,
["Feathermoon"] = 239,
["Darnassus"] = 111,
["Honor's Stand"] = 380,
["Theramore"] = 527,
["Fizzle & Pozzik's Speedbarge"] = 605,
["Stardust Spire"] = 276,
["Stonetalon Peak"] = 266,
["Everlook"] = 259,
["Windshear Fortress"] = 341,
["Gates of Sothann"] = 373,
["The Exodar"] = 80,
["Blackfathom Camp"] = 217,
["Auberdine"] = 85,
["Thal'darah Overlook"] = 314,
["Emerald Sanctuary"] = 234,
["Forest Song"] = 271,
["Shadebough"] = 645,
["Astranaar"] = 236,
["Marshal's Refuge"] = 785,
["Talonbranch Glade"] = 155,
["Cenarion Hold"] = 708,
["Whisperwind Grove"] = 201,
["Thalanaar"] = 687,
},
["Azure Watch"] = {
["Lor'danel"] = 170,
["The Exodar"] = 41,
["Dolanaar"] = 282,
["Blood Watch"] = 79,
["Rut'theran Village"] = 109,
["Nijel's Point"] = 478,
["Astranaar"] = 346,
["Everlook"] = 369,
["Darnassus"] = 222,
["Talonbranch Glade"] = 266,
["Darnassus"] = 222,
["Astranaar"] = 346,
["Nijel's Point"] = 478,
["Rut'theran Village"] = 109,
},
["Valdisdall"] = {
["Greywatch"] = 25,
["Illidari Stand"] = 154,
["Watchers' Aerie"] = 161,
["Dalaran"] = 126,
["Felbane Camp"] = 134,
["Stonehoof Watch"] = 65,
["Trueshot Lodge"] = 119,
["Shield's Rest"] = 56,
["Deliverance Point"] = 128,
["Meredil"] = 96,
["Sylvan Falls"] = 109,
["Hafr Fjall"] = 41,
["Stormtorn Foothills"] = 26,
["Wardens' Redoubt"] = 171,
["Ironhorn Enclave"] = 73,
["Bradensbrook"] = 181,
["Pinchwhistle Gearworks"] = {
["Lunarfall"] = 110,
["Yrel's Watch"] = 172,
["Bastion Rise"] = 154,
["Southport"] = 43,
},
["Garden of the Moon"] = {
["Challiane's Terrace"] = 61,
["Starsong Refuge"] = 37,
["Azurewing Repose"] = 77,
["Valdisdall"] = 162,
["Bradensbrook"] = 26,
["Wardens' Redoubt"] = 117,
["Trueshot Lodge"] = 90,
["Lorlathil"] = 24,
["Watchers' Aerie"] = {
["Shackle's Den"] = 29,
["Azurewing Repose"] = 62,
["Challiane's Terrace"] = 85,
["Felblaze Ingress"] = 59,
["Meredil"] = 91,
["Illidari Perch"] = 51,
["Dalaran"] = 73,
["Illidari Stand"] = 44,
["Wardens' Redoubt"] = 19,
},
["Iron Siegeworks"] = {
["Highpass"] = 44,
9414,46 → 9433,32
["Valiance Keep"] = 214,
["Dun Niffelem"] = 237,
["The Argent Stand"] = 231,
["Transitus Shield"] = 277,
["Crusaders' Pinnacle"] = 110,
["Wyrmrest Temple"] = 114,
["Amberpine Lodge"] = 207,
["Zim'Torga"] = 285,
["Crusaders' Pinnacle"] = 110,
["Transitus Shield"] = 277,
["Fordragon Hold"] = 49,
["Star's Rest"] = 80,
},
["Wildheart Point"] = {
["Gates of Sothann"] = 219,
["Moonglade"] = 190,
["Fort Triumph"] = 539,
["Forest Song"] = 141,
["Grove of the Ancients"] = 51,
["Ethel Rethor"] = 300,
["Astranaar"] = 118,
["Everlook"] = 229,
["Whisperwind Grove"] = 67,
["Rut'theran Village"] = 340,
["Grassy Cline"] = {
["Halfhill"] = 45,
["Dawn's Blossom"] = 85,
["Shrine of Seven Stars"] = 64,
["Tushui Landing"] = 226,
},
["Bradensbrook"] = {
["Crimson Thicket"] = 131,
["Lorna's Watch"] = 168,
["Felblaze Ingress"] = 91,
["Trueshot Lodge"] = 113,
["Lorlathil"] = 32,
["Meredil"] = 91,
["Hafr Fjall"] = 156,
["Dalaran"] = 138,
["Azurewing Repose"] = 87,
["Challiane's Terrace"] = 43,
["Garden of the Moon"] = 30,
["Starsong Refuge"] = 60,
["Gloaming Reef"] = 28,
["Stonehoof Watch"] = 133,
["Shipwreck Cove"] = 167,
["The Witchwood"] = 130,
["Wardens' Redoubt"] = 127,
["Thunder Totem"] = 114,
["Illidari Stand"] = 104,
["Orebor Harborage"] = {
["Shattrath"] = 120,
["Sylvanaar"] = 65,
["Temple of Telhamat"] = 134,
["Area 52"] = 184,
["Telredor"] = 53,
["Allerian Stronghold"] = 225,
["Telaar"] = 177,
["Wildhammer Stronghold"] = 302,
["Cosmowrench"] = 249,
["The Stormspire"] = 232,
["Honor Hold"] = 221,
},
["Stoneplow"] = {
["Halfhill"] = 51,
9465,37 → 9470,46
["Grassy Cline"] = 82,
["Pang's Stead"] = 81,
},
["Bogpaddle"] = {
["The Harborage"] = 63,
["Refuge Pointe"] = 379,
["Nethergarde Keep"] = 67,
["Dustwind Dig"] = 164,
["Marshtide Watch"] = 25,
["Shalewind Canyon"] = 33,
["Darkshire"] = 141,
["Booty Bay"] = 297,
["Stormwind"] = 191,
["Lakeshire"] = 79,
["Morgan's Vigil"] = 81,
["Light's Hope Chapel"] = {
["The Menders' Stead"] = 134,
["Eastwall Tower"] = 22,
["Acherus: The Ebon Hold"] = 71,
["Fuselight"] = 323,
["Thorium Point"] = 467,
["Light's Shield Tower"] = 35,
["Aerie Peak"] = 162,
["Lakeshire"] = 835,
["Northpass Tower"] = 54,
["Menethil Harbor"] = 318,
["Ironforge"] = 368,
["Hearthglen"] = 149,
["Chillwind Camp"] = 148,
["Crown Guard Tower"] = 64,
["Thondroril River"] = 95,
["Shattered Sun Staging Area"] = 341,
["Zul'Aman"] = 106,
["Darkshire"] = 906,
["Nethergarde Keep"] = 669,
["Thelsamar"] = 424,
["Refuge Pointe"] = 250,
["Andorhal"] = 160,
["Stormwind"] = 527,
["Thondoril River"] = 102,
["Morgan's Vigil"] = 566,
["Sentinel Hill"] = 670,
["Plaguewood Tower"] = 88,
["Stormfeather Outpost"] = 77,
["Booty Bay"] = 835,
["Southshore"] = 225,
},
["Fort Wrynn (Alliance)"] = {
["Deeproot"] = 56,
["The Ring of Trials"] = {
["Bloodmaul Slag Mines"] = 123,
["Zangarra"] = 98,
["Anchorite's Sojourn"] = 94,
["Yrel's Watch"] = 37,
["Telaari Station"] = 36,
["Iron Siegeworks"] = 119,
},
["Mossy Pile"] = {
["Tower of Estulan"] = 230,
["Gadgetzan"] = 97,
["Northwatch Expedition Base Camp"] = 441,
["Marshal's Stand"] = 28,
["Fort Triumph"] = 282,
["Theramore"] = 248,
["Shadebough"] = 289,
["Gunstan's Dig"] = 185,
["Ramkahen"] = 225,
["Everlook"] = 852,
["Cenarion Hold"] = 82,
["Feathermoon"] = 200,
["Rut'theran Village"] = 755,
},
["Honor's Stand"] = {
["Tower of Estulan"] = 354,
["Lor'danel"] = 485,
9505,26 → 9519,30
["Stardust Spire"] = 112,
["Ethel Rethor"] = 171,
["Northwatch Hold"] = 100,
["Nijel's Point"] = 125,
["Astranaar"] = 151,
["Rut'theran Village"] = 545,
["Astranaar"] = 151,
["Nijel's Point"] = 125,
},
["Krokul Hovel"] = {
["Hope's Landing"] = 7,
["Vindicaar"] = 3,
},
["Area 52"] = {
["Evergrove"] = 78,
["Shatter Point"] = 387,
["Shattrath"] = 262,
["Sylvanaar"] = 127,
["Temple of Telhamat"] = 247,
["Orebor Harborage"] = 229,
["Cosmowrench"] = 66,
["Telredor"] = 165,
["Hellfire Peninsula"] = 395,
["Allerian Stronghold"] = 337,
["The Stormspire"] = 48,
["Honor Hold"] = 333,
["Telaar"] = 290,
["Wildhammer Stronghold"] = 414,
["Toshley's Station"] = 93,
["Cosmowrench"] = 66,
["Honor Hold"] = 333,
["Orebor Harborage"] = 229,
["The Stormspire"] = 48,
["Sanctum of the Stars"] = 456,
},
["Theramore"] = {
9546,30 → 9564,30
["Feathermoon"] = 70,
["Honor's Stand"] = 183,
["Auberdine"] = 440,
["Fort Triumph"] = 129,
["Lor'danel"] = 499,
["Fizzle & Pozzik's Speedbarge"] = 123,
["Dreamer's Rest"] = 339,
["Stonetalon Peak"] = 464,
["Everlook"] = 412,
["Cenarion Hold"] = 339,
["Northwatch Hold"] = 81,
["Gunstan's Dig"] = 241,
["Thal'darah Overlook"] = 352,
["Rut'theran Village"] = 251,
["Shrine of Aviana"] = 587,
["Oasis of Vir'sar"] = 401,
["Ratchet"] = 114,
["Thargad's Camp"] = 387,
["Ethel Rethor"] = 354,
["Forest Song"] = 260,
["Thalanaar"] = 163,
["Marshal's Refuge"] = 261,
["Marshal's Stand"] = 248,
["Emerald Sanctuary"] = 391,
["Marshal's Stand"] = 248,
["Marshal's Refuge"] = 261,
["Thalanaar"] = 163,
["Forest Song"] = 260,
["Shadebough"] = 201,
["Shrine of Aessina"] = 622,
["Oasis of Vir'sar"] = 401,
["Thal'darah Overlook"] = 352,
["Gunstan's Dig"] = 241,
["Shrine of Aviana"] = 587,
["Northwatch Hold"] = 81,
["Cenarion Hold"] = 339,
["Bootlegger Outpost"] = 172,
["Lor'danel"] = 499,
["Fort Triumph"] = 129,
},
["Lorlathil"] = {
["Shackle's Den"] = 86,
9578,25 → 9596,35
["Hafr Fjall"] = 134,
["Bradensbrook"] = 30,
["Irongrove Retreat"] = 51,
["The Witchwood"] = 125,
["Stonehoof Watch"] = 131,
["Azurewing Repose"] = 59,
["Challiane's Terrace"] = 44,
["Felbane Camp"] = 121,
["Azurewing Repose"] = 59,
["The Witchwood"] = 125,
["Garden of the Moon"] = 24,
["Starsong Refuge"] = 58,
["Gloaming Reef"] = 52,
["Stormtorn Foothills"] = 58,
["Felbane Camp"] = 121,
["Illidari Stand"] = 75,
["Sylvan Falls"] = 89,
["Stonehoof Watch"] = 131,
["Thunder Totem"] = 112,
["Dalaran"] = 111,
["Skyhorn"] = 133,
["Wardens' Redoubt"] = 99,
["Illidari Stand"] = 75,
["Stormtorn Foothills"] = 58,
["Skyfire Triage Camp"] = 155,
},
["Apexis Excavation"] = {
["Veil Terokk"] = 29,
["Light's Shield Tower"] = {
["Eastwall Tower"] = 20,
["Light's Hope Chapel"] = 39,
["Fuselight"] = 354,
["Northpass Tower"] = 49,
["Whelgar's Retreat"] = 313,
["Zul'Aman"] = 138,
["Greenwarden's Grove"] = 317,
["Plaguewood Tower"] = 61,
["Stormfeather Outpost"] = 127,
["Crown Guard Tower"] = 30,
["Dustwind Dig"] = 372,
},
["Path of Light"] = {
["Twilight Glade"] = 34,
9609,24 → 9637,37
["The Arboretum"] = 39,
["Tian Monastery"] = 93,
},
["Elodor (Alliance)"] = {
["Exile's Rise"] = 29,
["Dun Niffelem"] = {
["Frosthold"] = 131,
["Ulduar"] = 85,
["Ebon Watch"] = 131,
["Westguard Keep"] = 307,
["K3"] = 88,
["Valiance Landing Camp"] = 264,
["Unu'pe"] = 384,
["Crusaders' Pinnacle"] = 190,
["Wyrmrest Temple"] = 222,
["Moa'ki"] = 275,
["The Argent Vanguard"] = 165,
["Dalaran"] = 159,
["Zim'Torga"] = 89,
["Bouldercrag's Refuge"] = 133,
},
["Everbloom Wilds"] = {
["Highpass"] = 40,
["Everbloom Overlook"] = 33,
["Zangarra"] = 90,
["Everbloom Overlook"] = 33,
["Shattrath City"] = 120,
},
["Talon Watch"] = {
["Lunarfall"] = 66,
["Bloodmaul Slag Mines"] = 191,
["Southport"] = 46,
["Pinchwhistle Gearworks"] = 38,
["Crow's Crook"] = 33,
["Telaari Station"] = 150,
["Terokkar Refuge"] = 66,
["Veil Terokk"] = 32,
["Pinchwhistle Gearworks"] = 38,
["Telaari Station"] = 150,
},
["Exile's Rise"] = {
["Lunarfall"] = 38,
9637,24 → 9678,10
["Eastern Suramar"] = 61,
["Trueshot Lodge"] = 232,
},
["Fordragon Hold"] = {
["Windrunner's Overlook"] = 153,
["Transitus Shield"] = 279,
["Stars' Rest"] = 74,
["Dalaran"] = 65,
["River's Heart"] = 262,
["Valgarde Port"] = 276,
["Frosthold"] = 128,
["Westguard Keep"] = 207,
["Valiance Keep"] = 202,
["Star's Rest"] = 74,
["Kamagua"] = 264,
["Wyrmrest Temple"] = 65,
["Amberpine Lodge"] = 158,
["Ebon Watch"] = 119,
["Valiance Landing Camp"] = 60,
["Unu'pe"] = 170,
["Wintergarde Keep"] = 87,
["Gao-Ran Battlefront"] = {
["Serpent's Spine"] = 219,
["Shado-Pan Fallback"] = 39,
["Shrine of Seven Stars"] = 128,
},
["Shattered Sun Staging Area"] = {
["Shattered Sun Staging Area"] = 254,
9676,9 → 9703,9
["Karnum's Glade"] = 57,
["Blackfathom Camp"] = 284,
["Fort Triumph"] = 334,
["Astranaar"] = 242,
["Ethel Rethor"] = 64,
["Dreamer's Rest"] = 55,
["Ethel Rethor"] = 64,
["Astranaar"] = 242,
["Thal'darah Overlook"] = 157,
["Feathermoon"] = 126,
["Nijel's Point"] = 102,
9689,35 → 9716,37
["Fort Wrynn (Alliance)"] = 97,
["Shattrath City"] = 57,
},
["Stormshield (Alliance)"] = {
["Bloodmaul Slag Mines"] = 209,
["Iron Docks"] = 163,
["Socrethar's Rise"] = 124,
["Lion's Watch"] = 61,
["The Ring of Trials"] = 200,
["Zangarra"] = 126,
["Shattrath City"] = 149,
["Wildwood Wash"] = 105,
["Lunarfall (Alliance)"] = 102,
["Yrel's Watch"] = 229,
["Crow's Crook"] = 160,
["Shattrath City"] = {
["Lunarfall"] = 85,
["Stormshield"] = 148,
["Zangarra"] = 57,
["Terokkar Refuge"] = 52,
["Iron Siegeworks"] = 77,
["Fort Wrynn (Alliance)"] = 48,
},
["Sandy Beach"] = {
["Tranquil Wash"] = 101,
["Darkbreak Cove"] = 155,
["Stormwind"] = 342,
["Smuggler's Scar"] = 30,
["Refuge Pointe"] = 353,
["Farstrider Lodge"] = 294,
["Iron Summit"] = 241,
["Ironforge"] = 190,
["Silver Tide Hollow"] = 60,
["Iron Summit"] = 241,
["Farstrider Lodge"] = 294,
["Refuge Pointe"] = 353,
["Smuggler's Scar"] = 30,
},
["Shado-Pan Fallback"] = {
["Winter's Blossom"] = 56,
["Rensai's Watchpost"] = 87,
["Tavern in the Mists"] = 107,
},
["Twilight Glade"] = {
["Lunarfall"] = 49,
["Elodor"] = 40,
["Retribution Point"] = 130,
["Exile's Rise"] = 37,
["Embaari Village"] = 27,
},
["Nesingwary"] = {
["Azurewing Repose"] = 112,
["The Witchwood"] = 24,
9729,61 → 9758,38
["Dalaran"] = 144,
["Sylvan Falls"] = 28,
},
["The Argent Stand"] = {
["Transitus Shield"] = 414,
["Light's Breach"] = 24,
["The Argent Vanguard"] = 140,
["Argent Tournament Grounds"] = 233,
["Dalaran"] = 120,
["Westfall Brigade"] = 71,
["Valgarde Port"] = 230,
["Frosthold"] = 136,
["The Shadow Vault"] = 287,
["Fizzcrank Airstrip"] = 334,
["Westguard Keep"] = 190,
["Zim'Torga"] = 42,
["Kamagua"] = 240,
["Crusaders' Pinnacle"] = 146,
["K3"] = 93,
["Ebon Watch"] = 53,
["Wyrmrest Temple"] = 144,
["Amberpine Lodge"] = 107,
["Fort Wildervar"] = 156,
["Valiance Landing Camp"] = 230,
["Fordragon Hold"] = 164,
["Wintergarde Keep"] = 106,
["Akeeta's Hovel"] = {
["Lunarfall"] = 48,
["Talon Watch"] = 38,
["Elodor"] = 70,
["Fort Wrynn"] = 77,
["Crow's Crook"] = 45,
["Lunarfall (Alliance)"] = 45,
},
["Astranaar"] = {
["Mirkfallon Post"] = 133,
["Theramore"] = 388,
["Feathermoon"] = 512,
["Dreamer's Rest"] = 268,
["Auberdine"] = 148,
["Thalanaar"] = 457,
["Sanctuary of Malorne"] = 308,
["Stonetalon Peak"] = 155,
["Stardust Spire"] = 42,
["Ramkahen"] = 742,
["Talrendis Point"] = 148,
["Talonbranch Glade"] = 218,
["Forest Song"] = 134,
["Rut'theran Village"] = 233,
["Fort Triumph"] = 245,
["Lor'danel"] = 205,
["Gadgetzan"] = 546,
["Nijel's Point"] = 134,
["Windshear Fortress"] = 106,
["Ratchet"] = 193,
["Wildheart Point"] = 125,
["Blackfathom Camp"] = 53,
["Emerald Sanctuary"] = 78,
["Everlook"] = 295,
["Grove of the Ancients"] = 88,
["Ethel Rethor"] = 184,
["Northwatch Hold"] = 244,
["Thal'darah Overlook"] = 175,
["Whisperwind Grove"] = 179,
["Darnassus"] = 350,
["Moa'ki"] = {
["Windrunner's Overlook"] = 150,
["Ebon Watch"] = 143,
["Stars' Rest"] = 55,
["Nesingwary Base Camp"] = 256,
["Dalaran"] = 122,
["Westfall Brigade"] = 237,
["Valgarde Port"] = 264,
["Star's Rest"] = 54,
["The Shadow Vault"] = 273,
["Fizzcrank Airstrip"] = 181,
["River's Heart"] = 244,
["Westguard Keep"] = 205,
["Amber Ledge"] = 224,
["K3"] = 167,
["Kamagua"] = 184,
["Transitus Shield"] = 260,
["Crusaders' Pinnacle"] = 150,
["Wyrmrest Temple"] = 48,
["Amberpine Lodge"] = 156,
["Fort Wildervar"] = 290,
["Valiance Keep"] = 181,
["Unu'pe"] = 132,
["Wintergarde Keep"] = 85,
},
["Sentinel Hill"] = {
["Kharanos"] = 287,
9798,32 → 9804,23
["Furlbrow's Pumpkin Farm"] = 32,
["Chillwind Camp"] = 647,
["Iron Summit"] = 234,
["Fort Livingston"] = 113,
["Goldshire"] = 106,
["Morgan's Vigil"] = 194,
["Farstrider Lodge"] = 339,
["Thelsamar"] = 283,
["Nethergarde Keep"] = 182,
["Light's Hope Chapel"] = 595,
["Ironforge"] = 82,
["Raven Hill"] = 31,
["Darkshire"] = 90,
["Eastvale Logging Camp"] = 163,
["Stormwind"] = 25,
["Shalewind Canyon"] = 187,
["Ironforge"] = 82,
["Light's Hope Chapel"] = 595,
["Moonbrook"] = 23,
["Rebel Camp"] = 62,
["Goldshire"] = 106,
["Fort Livingston"] = 113,
["Southshore"] = 617,
},
["Oasis of Vir'sar"] = {
["Tower of Estulan"] = 325,
["Schnottz's Landing"] = 129,
["Thargad's Camp"] = 461,
["Mossy Pile"] = 207,
["Cenarion Hold"] = 103,
["Bootlegger Outpost"] = 314,
["Ramkahen"] = 121,
},
["Telaari Station"] = {
["Lunarfall"] = 142,
["Stormshield"] = 209,
9839,93 → 9836,44
["Trueshot Lodge"] = 162,
["Lorlathil"] = 92,
["Illidari Perch"] = 41,
["Dalaran"] = 77,
["Illidari Stand"] = 35,
["Watchers' Aerie"] = 18,
["Illidari Stand"] = 35,
["Ironhorn Enclave"] = 139,
["Dalaran"] = 77,
},
["High Bank"] = {
["Andorhal"] = 417,
["Firebeard's Patrol"] = 51,
["Victor's Point"] = 91,
["Stormfeather Outpost"] = 365,
["Thundermar"] = 106,
["Whelgar's Retreat"] = 235,
["Vermillion Redoubt"] = 148,
["Kirthaven"] = {
["High Bank"] = 99,
["Firebeard's Patrol"] = 68,
["Stormfeather Outpost"] = 412,
["Thundermar"] = 29,
["Victor's Point"] = 80,
["Vermillion Redoubt"] = 69,
},
["The Sunset Brewgarden"] = {
["Shado-Pan Garrison"] = 131,
["Klaxxi'vess"] = 32,
["Serpent's Spine"] = 52,
},
["Darkshire"] = {
["Acherus: The Ebon Hold"] = 640,
["Kharanos"] = 290,
["Refuge Pointe"] = 451,
["Marshtide Watch"] = 136,
["Thorium Point"] = 188,
["Raven Hill"] = 63,
["Aerie Peak"] = 391,
["Explorers' League Digsite"] = 138,
["Lakeshire"] = 60,
["Booty Bay"] = 172,
["Menethil Harbor"] = 337,
["Ironforge"] = 268,
["Iron Summit"] = 229,
["Chillwind Camp"] = 503,
["Farstrider Lodge"] = 265,
["Goldshire"] = 55,
["Surwich"] = 189,
["Fort Livingston"] = 98,
["Thelsamar"] = 270,
["Nethergarde Keep"] = 97,
["Dustwind Dig"] = 199,
["Whelgar's Retreat"] = 367,
["Chiselgrip"] = 152,
["Eastvale Logging Camp"] = 97,
["Stormwind"] = 88,
["Light's Hope Chapel"] = 885,
["Sentinel Hill"] = 87,
["Moonbrook"] = 110,
["Rebel Camp"] = 47,
["Morgan's Vigil"] = 115,
["Southshore"] = 439,
["Crown Guard Tower"] = {
["Thondroril River"] = 39,
["The Menders' Stead"] = 77,
["Eastwall Tower"] = 54,
["Light's Hope Chapel"] = 74,
["Northpass Tower"] = 61,
["Light's Shield Tower"] = 35,
["Ironforge"] = 348,
["Chiselgrip"] = 494,
["Iron Summit"] = 412,
},
["Lakeshire"] = {
["Camp Everstill"] = 20,
["Morgan's Vigil"] = 56,
["Fort Livingston"] = 156,
["Raven Hill"] = 118,
["Dun Modr"] = 309,
["Chillwind Camp"] = 666,
["Iron Summit"] = 169,
["Thelsamar"] = 210,
["Whelgar's Retreat"] = 307,
["Eastvale Logging Camp"] = 39,
["Surwich"] = 216,
["Shalewind Canyon"] = 53,
["Moonbrook"] = 153,
["Southshore"] = 645,
["Dragon's Mouth"] = 105,
["Refuge Pointe"] = 353,
["Fuselight"] = 158,
["Thorium Point"] = 130,
["Aerie Peak"] = 690,
["Menethil Harbor"] = 278,
["Booty Bay"] = 217,
["Furlbrow's Pumpkin Farm"] = 161,
["Bogpaddle"] = 87,
["Darkshire"] = 61,
["Nethergarde Keep"] = 125,
["Chiselgrip"] = 93,
["Farstrider Lodge"] = 206,
["Stormwind"] = 112,
["Ironforge"] = 209,
["Sentinel Hill"] = 129,
["Light's Hope Chapel"] = 729,
["Rebel Camp"] = 84,
["Goldshire"] = 90,
["Acherus: The Ebon Hold"] = 582,
["Skyfire Triage Camp"] = {
["Greywatch"] = 61,
["Crimson Thicket"] = 44,
["Dalaran"] = 109,
["Valdisdall"] = 43,
["Lorna's Watch"] = 24,
["Wardens' Redoubt"] = 154,
["Ironhorn Enclave"] = 41,
["Shield's Rest"] = 88,
},
["Mirkfallon Post"] = {
["Honor's Stand"] = 134,
9945,28 → 9893,24
["Darkbreak Cove"] = 68,
["Sandy Beach"] = 98,
},
["Eastern Highmountain"] = {
["Trueshot Lodge"] = 54,
["The Dreamgrove"] = 88,
["Marista"] = {
["Cradle of Chi-Ji"] = 41,
["Stoneplow"] = 138,
["Sentinel Basecamp"] = 85,
["The Incursion"] = 63,
},
["Blood Watch"] = {
["Azure Watch"] = 108,
["Rut'theran Village"] = 168,
["Darnassus"] = 281,
["The Exodar"] = 76,
["Dolanaar"] = 341,
["Nijel's Point"] = 578,
["Lor'danel"] = 228,
["Nijel's Point"] = 578,
["Darnassus"] = 281,
["Rut'theran Village"] = 168,
},
["Sentinel Basecamp"] = {
["Stoneplow"] = 45,
["Paw'Don Village"] = 145,
["The Incursion"] = 75,
["Westwind Rest"] = 196,
["Halfhill"] = 68,
["Zhu's Watch"] = 106,
["Marista"] = 93,
["Jade Temple Grounds"] = 203,
["Socrethar's Rise"] = {
["Akeeta's Hovel"] = 45,
["Talon Watch"] = 40,
},
["Pang's Stead"] = {
["Stoneplow"] = 127,
9975,16 → 9919,44
["Halfhill"] = 56,
["Paw'Don Village"] = 132,
["Shrine of Seven Stars"] = 87,
["Binan Village"] = 66,
["Shado-Pan Garrison"] = 249,
["Zhu's Watch"] = 36,
["Grassy Cline"] = 26,
["Zhu's Watch"] = 36,
["Binan Village"] = 66,
["Tian Monastery"] = 104,
},
["Joz's Rylaks"] = {
["Telaari Station"] = 36,
["Apexis Excavation"] = 131,
["Rilzit's Holdfast"] = 35,
["Darkshire"] = {
["Refuge Pointe"] = 451,
["Kharanos"] = 290,
["Acherus: The Ebon Hold"] = 640,
["Morgan's Vigil"] = 115,
["Thorium Point"] = 188,
["Booty Bay"] = 172,
["Aerie Peak"] = 391,
["Explorers' League Digsite"] = 138,
["Marshtide Watch"] = 136,
["Ironforge"] = 268,
["Menethil Harbor"] = 337,
["Raven Hill"] = 63,
["Farstrider Lodge"] = 265,
["Chillwind Camp"] = 503,
["Iron Summit"] = 229,
["Light's Hope Chapel"] = 885,
["Stormwind"] = 88,
["Fort Livingston"] = 98,
["Thelsamar"] = 270,
["Nethergarde Keep"] = 97,
["Dustwind Dig"] = 199,
["Whelgar's Retreat"] = 367,
["Chiselgrip"] = 152,
["Eastvale Logging Camp"] = 97,
["Surwich"] = 189,
["Goldshire"] = 55,
["Sentinel Hill"] = 87,
["Moonbrook"] = 110,
["Rebel Camp"] = 47,
["Lakeshire"] = 60,
["Southshore"] = 439,
},
["Meredil"] = {
["Shackle's Den"] = 72,
10002,16 → 9974,16
["Valdisdall"] = 93,
["Prepfoot"] = 136,
["Starsong Refuge"] = 71,
["Illidari Stand"] = 72,
["Challiane's Terrace"] = 67,
["Obsidian Overlook"] = 51,
["Thunder Totem"] = 95,
["Stonehoof Watch"] = 90,
["Sylvan Falls"] = 75,
["Stormtorn Foothills"] = 115,
["Wardens' Redoubt"] = 88,
["Ironhorn Enclave"] = 64,
["Skyhorn"] = 112,
["Wardens' Redoubt"] = 88,
["Challiane's Terrace"] = 67,
["Stonehoof Watch"] = 90,
["Illidari Stand"] = 72,
["Stormtorn Foothills"] = 115,
["Thunder Totem"] = 95,
},
["One Keg"] = {
["Halfhill"] = 197,
10019,34 → 9991,21
["Kota Basecamp"] = 52,
["Zouchin Village"] = 73,
},
["Terokkar Refuge"] = {
["Redemption Rise"] = 35,
["Zangarra"] = 18,
["Fort Wrynn"] = 60,
["Exarch's Refuge"] = 34,
["Lunarfall"] = 72,
["Serpent's Spine"] = {
["Binan Village"] = 160,
["Winter's Blossom"] = 103,
["Gao-Ran Battlefront"] = 210,
["Klaxxi'vess"] = 52,
["Tushui Landing"] = 345,
},
["Crusaders' Pinnacle"] = {
["Death's Rise"] = 168,
["Windrunner's Overlook"] = 104,
["Ulduar"] = 169,
["Ebon Watch"] = 130,
["The Argent Vanguard"] = 33,
["Gundrak"] = 287,
["Argent Tournament Grounds"] = 97,
["Dalaran"] = 71,
["Unu'pe"] = 285,
["Frosthold"] = 72,
["The Shadow Vault"] = 123,
["K3"] = 109,
["The Argent Stand"] = 194,
["River's Heart"] = 243,
["Wyrmrest Temple"] = 174,
["Bouldercrag's Refuge"] = 136,
["Westfall Brigade"] = 264,
["Valiance Landing Camp"] = 107,
["Moa'ki"] = 211,
["Wintergarde Keep"] = 179,
["Zhu's Watch"] = {
["Stoneplow"] = 93,
["Paw'Don Village"] = 40,
["The Incursion"] = 83,
["Shrine of Seven Stars"] = 119,
["Dawn's Blossom"] = 89,
["Halfhill"] = 46,
["Tian Monastery"] = 137,
},
["Cosmowrench"] = {
["Evergrove"] = 145,
10067,19 → 10026,19
["Zim'Torga"] = 364,
["Valgarde Port"] = 382,
["Frosthold"] = 301,
["Wintergarde Keep"] = 202,
["Moa'ki"] = 118,
["Star's Rest"] = 98,
["Fordragon Hold"] = 176,
["Amber Ledge"] = 122,
["Valiance Keep"] = 60,
["River's Heart"] = 142,
["K3"] = 284,
["Kamagua"] = 301,
["Dalaran"] = 240,
["Wyrmrest Temple"] = 164,
["Amberpine Lodge"] = 273,
["Kamagua"] = 301,
["K3"] = 284,
["Valiance Landing Camp"] = 160,
["Fordragon Hold"] = 176,
["Star's Rest"] = 98,
["Moa'ki"] = 118,
["Wintergarde Keep"] = 202,
},
["Valgarde Port"] = {
["Windrunner's Overlook"] = 282,
10088,35 → 10047,32
["The Argent Vanguard"] = 336,
["Gundrak"] = 294,
["Stars' Rest"] = 328,
["Wintergarde Keep"] = 220,
["Moa'ki"] = 291,
["Star's Rest"] = 328,
["Fordragon Hold"] = 310,
["Bouldercrag's Refuge"] = 537,
["River's Heart"] = 482,
["Dalaran"] = 281,
["Westfall Brigade"] = 168,
["Unu'pe"] = 425,
["Transitus Shield"] = 534,
["Zim'Torga"] = 240,
["Kamagua"] = 96,
["Westguard Keep"] = 69,
["Amber Ledge"] = 497,
["K3"] = 289,
["Valiance Keep"] = 455,
["The Argent Stand"] = 249,
["Kamagua"] = 96,
["Zim'Torga"] = 240,
["Wyrmrest Temple"] = 267,
["Amberpine Lodge"] = 144,
["Fort Wildervar"] = 71,
["Valiance Landing Camp"] = 369,
["Fordragon Hold"] = 310,
["Star's Rest"] = 328,
["Moa'ki"] = 291,
["Wintergarde Keep"] = 220,
},
["Eye of Azshara"] = {
["Trueshot Lodge"] = 203,
["Dalaran"] = 69,
},
["InFlight"] = {
["InFlight"] = 1,
},
["Shrine of Seven Stars"] = {
["Dawn's Blossom"] = 170,
["Gao-Ran Battlefront"] = 127,
10143,27 → 10099,62
["Tushui Landing"] = 276,
["Soggy's Gamble"] = 139,
["Tavern in the Mists"] = 77,
["Cradle of Chi-Ji"] = 144,
["Temple of the White Tiger"] = 125,
["Pearlfin Village"] = 161,
["The Lion's Redoubt"] = 83,
["Klaxxi'vess"] = 113,
["Halfhill"] = 67,
["Lion's Landing"] = 65,
["Halfhill"] = 67,
["Paw'Don Village"] = 125,
["The Incursion"] = 108,
["Marista"] = 215,
["The Incursion"] = 108,
["Shado-Pan Garrison"] = 103,
["The Lion's Redoubt"] = 83,
["Pearlfin Village"] = 161,
["Temple of the White Tiger"] = 125,
["Cradle of Chi-Ji"] = 144,
["The Sunset Brewgarden"] = 112,
},
["Crow's Crook"] = {
["Lunarfall"] = 74,
["Southport"] = 37,
["Terokkar Refuge"] = 59,
["Veil Terokk"] = 19,
["The Draakorium"] = 84,
["Akeeta's Hovel"] = 49,
["Iron Summit"] = {
["Dragon's Mouth"] = 161,
["Morgan's Vigil"] = 113,
["Fuselight"] = 186,
["Thorium Point"] = 25,
["Aerie Peak"] = 346,
["Marshtide Watch"] = 204,
["Flamestar Post"] = 47,
["Ironforge"] = 116,
["Dun Modr"] = 232,
["Bogpaddle"] = 183,
["Thelsamar"] = 113,
["Nethergarde Keep"] = 286,
["Whelgar's Retreat"] = 229,
["Chiselgrip"] = 82,
["Stormwind"] = 151,
["Dustwind Dig"] = 159,
["Stormfeather Outpost"] = 359,
["Kharanos"] = 113,
["Refuge Pointe"] = 276,
},
["Southshore"] = {
["Acherus: The Ebon Hold"] = 286,
["Thorium Point"] = 243,
["Aerie Peak"] = 72,
["Lakeshire"] = 673,
["Menethil Harbor"] = 110,
["Booty Bay"] = 539,
["Chillwind Camp"] = 81,
["Shattered Sun Staging Area"] = 555,
["Zul'Aman"] = 318,
["Darkshire"] = 417,
["Nethergarde Keep"] = 617,
["Thelsamar"] = 245,
["Morgan's Vigil"] = 404,
["Thondoril River"] = 132,
["Light's Hope Chapel"] = 219,
["Sentinel Hill"] = 418,
["Ironforge"] = 206,
["Rebel Camp"] = 449,
["Stormwind"] = 354,
["Refuge Pointe"] = 74,
},
["Tranquil Court"] = {
["Wildwood Wash"] = 216,
},
10177,42 → 10168,42
["Stonehoof Watch"] = 92,
["Illidari Perch"] = 120,
["Hafr Fjall"] = 125,
["Gloaming Reef"] = 79,
["Valdisdall"] = 143,
["Bradensbrook"] = 57,
["Watchers' Aerie"] = 136,
["Valdisdall"] = 143,
["Gloaming Reef"] = 79,
},
["Whelgar's Retreat"] = {
["Kharanos"] = 146,
["Refuge Pointe"] = 79,
["Slabchisel's Survey"] = 63,
["Northpass Tower"] = 390,
["Aerie Peak"] = 149,
["Andorhal"] = 214,
["Stormfeather Outpost"] = 162,
["Crown Guard Tower"] = 300,
["Menethil Harbor"] = 53,
["Greenwarden's Grove"] = 30,
["Ironforge"] = 141,
["Dun Modr"] = 29,
["Chiselgrip"] = 293,
["Dun Modr"] = 29,
["Ironforge"] = 141,
["Greenwarden's Grove"] = 30,
["Menethil Harbor"] = 53,
["Crown Guard Tower"] = 300,
["Stormfeather Outpost"] = 162,
["Aerie Peak"] = 149,
["Farstrider Lodge"] = 166,
},
["Fort Triumph"] = {
["Tower of Estulan"] = 268,
["Theramore"] = 118,
["Ratchet"] = 121,
["Gadgetzan"] = 169,
["Mudsprocket"] = 66,
["Honor's Stand"] = 103,
["Northwatch Expedition Base Camp"] = 161,
["Ratchet"] = 121,
["Theramore"] = 118,
["Thargad's Camp"] = 307,
["Forest Song"] = 560,
["Fizzle & Pozzik's Speedbarge"] = 126,
["Windshear Hold"] = 221,
["Northwatch Hold"] = 76,
["Dreamer's Rest"] = 347,
["Astranaar"] = 254,
["Northwatch Hold"] = 76,
["Feathermoon"] = 292,
["Nijel's Point"] = 227,
},
10221,45 → 10212,26
["Shrine of Seven Stars"] = 129,
["Soggy's Gamble"] = 187,
},
["Marshal's Stand"] = {
["Tower of Estulan"] = 266,
["Lor'danel"] = 732,
["Gadgetzan"] = 90,
["Mudsprocket"] = 211,
["Mossy Pile"] = 37,
["Bootlegger Outpost"] = 143,
["Theramore"] = 243,
["Fort Triumph"] = 275,
["Gunstan's Dig"] = 179,
["Fizzle & Pozzik's Speedbarge"] = 139,
["Dreamer's Rest"] = 291,
["Ramkahen"] = 261,
["Astranaar"] = 524,
["Cenarion Hold"] = 121,
["Feathermoon"] = 236,
["Ratchet"] = 338,
["Firebeard's Patrol"] = {
["High Bank"] = 53,
["Victor's Point"] = 41,
["Refuge Pointe"] = 232,
["Ironforge"] = 333,
["Thundermar"] = 56,
["Zul'Aman"] = 387,
["Kirthaven"] = 73,
},
["Southshore"] = {
["Acherus: The Ebon Hold"] = 286,
["Thorium Point"] = 243,
["Aerie Peak"] = 72,
["Lakeshire"] = 673,
["Menethil Harbor"] = 110,
["Booty Bay"] = 539,
["Chillwind Camp"] = 81,
["Shattered Sun Staging Area"] = 555,
["Zul'Aman"] = 318,
["Darkshire"] = 417,
["Nethergarde Keep"] = 617,
["Refuge Pointe"] = 74,
["Thondoril River"] = 132,
["Stormwind"] = 354,
["Light's Hope Chapel"] = 219,
["Sentinel Hill"] = 418,
["Ironforge"] = 206,
["Rebel Camp"] = 449,
["Morgan's Vigil"] = 404,
["Thelsamar"] = 245,
["Ethel Rethor"] = {
["Thargad's Camp"] = 51,
["Honor's Stand"] = 196,
["Karnum's Glade"] = 39,
["Blackfathom Camp"] = 261,
["Thunk's Abode"] = 52,
["Mossy Pile"] = 346,
["Thal'darah Overlook"] = 159,
["Astranaar"] = 209,
["Feathermoon"] = 160,
["Nijel's Point"] = 66,
},
["Nivek's Overlook"] = {
["The Ring of Trials"] = 54,
10267,11 → 10239,11
["Fort Wildervar"] = {
["Frosthold"] = 284,
["Windrunner's Overlook"] = 235,
["Valgarde Port"] = 74,
["Zim'Torga"] = 169,
["Wintergarde Keep"] = 178,
["River's Heart"] = 463,
["Westguard Keep"] = 80,
["K3"] = 241,
["Kamagua"] = 130,
["K3"] = 241,
["Light's Breach"] = 162,
["The Argent Stand"] = 179,
["Westfall Brigade"] = 97,
10279,54 → 10251,36
["Amberpine Lodge"] = 97,
["Argent Tournament Grounds"] = 380,
["Dalaran"] = 214,
["River's Heart"] = 463,
["Wintergarde Keep"] = 178,
["Zim'Torga"] = 169,
["Valgarde Port"] = 74,
},
["The Argent Vanguard"] = {
["Death's Rise"] = 195,
["Windrunner's Overlook"] = 72,
["Ebon Watch"] = 132,
["Light's Breach"] = 142,
["Dun Niffelem"] = 177,
["Gundrak"] = 255,
["Nesingwary Base Camp"] = 267,
["Argent Tournament Grounds"] = 124,
["Dalaran"] = 32,
["Westfall Brigade"] = 232,
["Valgarde Port"] = 295,
["Frosthold"] = 40,
["The Shadow Vault"] = 148,
["Wintergarde Keep"] = 147,
["Crusaders' Pinnacle"] = 28,
["Westguard Keep"] = 268,
["Amber Ledge"] = 1160,
["K3"] = 88,
["Transitus Shield"] = 373,
["The Argent Stand"] = 161,
["Bouldercrag's Refuge"] = 105,
["Wyrmrest Temple"] = 142,
["Unu'pe"] = 290,
["River's Heart"] = 232,
["Valiance Landing Camp"] = 134,
["Fordragon Hold"] = 122,
["Star's Rest"] = 280,
["Bouldercrag's Refuge"] = {
["Frosthold"] = 79,
["The Shadow Vault"] = 113,
["Ulduar"] = 44,
["K3"] = 127,
["Dun Niffelem"] = 148,
["Moa'ki"] = 291,
["Valiance Landing Camp"] = 243,
["Amberpine Lodge"] = 299,
["Argent Tournament Grounds"] = 60,
["Dalaran"] = 142,
["River's Heart"] = 307,
["The Argent Vanguard"] = 112,
},
["Deeproot"] = {
["Highpass"] = 33,
["Skysea Point"] = 60,
["Breaker's Crown"] = 31,
},
["Temple of Telhamat"] = {
["Evergrove"] = 203,
["Shatter Point"] = 142,
["Shattrath"] = 143,
["Sylvanaar"] = 172,
["Area 52"] = 233,
["Telredor"] = 65,
["Hellfire Peninsula"] = 149,
["Telaar"] = 206,
["Orebor Harborage"] = 144,
["Honor Hold"] = 87,
["Victor's Point"] = {
["High Bank"] = 92,
["Firebeard's Patrol"] = 40,
["Crown Guard Tower"] = 438,
["Kirthaven"] = 64,
["Thundermar"] = 42,
["Whelgar's Retreat"] = 380,
["Aerie Peak"] = 288,
},
["Forest Song"] = {
["Moonglade"] = 310,
10336,50 → 10290,39
["Everlook"] = 306,
["Nijel's Point"] = 423,
["Lor'danel"] = 346,
["Windshear Fortress"] = 246,
["Talrendis Point"] = 29,
["Northwatch Expedition Base Camp"] = 246,
["Auberdine"] = 289,
["Mudsprocket"] = 453,
["Blackfathom Camp"] = 194,
["Emerald Sanctuary"] = 111,
["Rut'theran Village"] = 169,
["Thal'darah Overlook"] = 315,
["Ethel Rethor"] = 323,
["Astranaar"] = 141,
["Talonbranch Glade"] = 238,
["Ethel Rethor"] = 323,
["Thal'darah Overlook"] = 315,
["Rut'theran Village"] = 169,
["Mudsprocket"] = 453,
["Talrendis Point"] = 29,
["Auberdine"] = 289,
["Windshear Fortress"] = 246,
},
["Windrunner's Overlook"] = {
["Valgarde Port"] = 265,
["Star's Rest"] = 185,
["Wintergarde Keep"] = 76,
["Kamagua"] = 253,
["K3"] = 47,
["Ebon Watch"] = 46,
["Westguard Keep"] = 196,
["Argent Tournament Grounds"] = 161,
["K3"] = 47,
["Fort Wildervar"] = 265,
["Kamagua"] = 253,
["Valiance Keep"] = 312,
["The Argent Stand"] = 110,
["Stars' Rest"] = 185,
["The Argent Vanguard"] = 70,
["Amberpine Lodge"] = 147,
["Fort Wildervar"] = 265,
["Argent Tournament Grounds"] = 161,
["Dalaran"] = 48,
["Fordragon Hold"] = 157,
["Star's Rest"] = 185,
["Valgarde Port"] = 265,
},
["The Arboretum"] = {
["Dawn's Blossom"] = 27,
["Tavern in the Mists"] = 103,
["Zouchin Village"] = 268,
["Emperor's Omen"] = 65,
["Gao-Ran Battlefront"] = 279,
["Halfhill"] = 152,
["Paw'Don Village"] = 84,
["Shrine of Seven Stars"] = 187,
["Shado-Pan Garrison"] = 94,
["Zhu's Watch"] = 165,
["Pearlfin Village"] = 66,
["Tian Monastery"] = 75,
["Iron Docks"] = {
["Highpass"] = 56,
},
["Acherus: The Ebon Hold"] = {
["Morgan's Vigil"] = 546,
10394,120 → 10337,120
["Nethergarde Keep"] = 606,
["Thelsamar"] = 450,
["Stormwind"] = 580,
["Refuge Pointe"] = 280,
["Thorium Point"] = 462,
["Sentinel Hill"] = 637,
["Booty Bay"] = 759,
["Light's Hope Chapel"] = 49,
["Booty Bay"] = 759,
["Thorium Point"] = 462,
["Refuge Pointe"] = 280,
["Southshore"] = 272,
},
["Goldshire"] = {
["Camp Everstill"] = 118,
["Dragon's Mouth"] = 201,
["Dustwind Dig"] = 339,
["Lakeshire"] = 97,
["Booty Bay"] = 218,
["Furlbrow's Pumpkin Farm"] = 69,
["Thelsamar"] = 293,
["The Harborage"] = 115,
["Darkshire"] = 67,
["Refuge Pointe"] = 406,
["Gol'Bolar Quarry"] = 243,
["Chiselgrip"] = 189,
["Andorhal"] = 473,
["Eastvale Logging Camp"] = 56,
["Stormwind"] = 25,
["Morgan's Vigil"] = 152,
["Sentinel Hill"] = 92,
["Moonbrook"] = 116,
["Rebel Camp"] = 111,
["Ironforge"] = 235,
["Kharanos"] = 233,
},
["Thorium Point"] = {
["Dragon's Mouth"] = 137,
["Acherus: The Ebon Hold"] = 463,
["Aerie Peak"] = 398,
["Lakeshire"] = 123,
["Farstrider Lodge"] = 134,
["Iron Summit"] = 24,
["Menethil Harbor"] = 160,
["Booty Bay"] = 313,
["Dun Modr"] = 206,
["Chillwind Camp"] = 302,
["Iron Summit"] = 24,
["Ironforge"] = 89,
["Light's Hope Chapel"] = 449,
["Farstrider Lodge"] = 134,
["Flamestar Post"] = 71,
["Dustwind Dig"] = 134,
["Thelsamar"] = 88,
["Darkshire"] = 439,
["Thelsamar"] = 88,
["Nethergarde Keep"] = 35,
["Marshtide Watch"] = 180,
["Morgan's Vigil"] = 88,
["Refuge Pointe"] = 251,
["Chiselgrip"] = 106,
["Stormwind"] = 126,
["High Bank"] = 268,
["Stormwind"] = 126,
["Refuge Pointe"] = 251,
["Morgan's Vigil"] = 88,
["Sentinel Hill"] = 192,
["Plaguewood Tower"] = 445,
["Dustwind Dig"] = 134,
["Flamestar Post"] = 71,
["Light's Hope Chapel"] = 449,
["Ironforge"] = 89,
["Southshore"] = 261,
},
["Goldshire"] = {
["Camp Everstill"] = 118,
["Dragon's Mouth"] = 201,
["Dustwind Dig"] = 339,
["Lakeshire"] = 97,
["Booty Bay"] = 218,
["Furlbrow's Pumpkin Farm"] = 69,
["Kharanos"] = 233,
["The Harborage"] = 115,
["Thelsamar"] = 293,
["Ironforge"] = 235,
["Chiselgrip"] = 189,
["Andorhal"] = 473,
["Gol'Bolar Quarry"] = 243,
["Eastvale Logging Camp"] = 56,
["Stormwind"] = 25,
["Morgan's Vigil"] = 152,
["Sentinel Hill"] = 92,
["Moonbrook"] = 116,
["Rebel Camp"] = 111,
["Refuge Pointe"] = 406,
["Darkshire"] = 67,
},
["Dun Nifflelem"] = {
["Frosthold"] = 131,
["Transitus Shield"] = 492,
["K3"] = 88,
["Wyrmrest Temple"] = 222,
["Argent Tournament Grounds"] = 180,
["Fort Wildervar"] = 230,
["Dalaran"] = 158,
["Fort Wildervar"] = 230,
["River's Heart"] = 476,
["Bouldercrag's Refuge"] = 26,
["River's Heart"] = 476,
["Argent Tournament Grounds"] = 180,
},
["Stormwind City"] = {
["Stormwind City"] = 65,
},
["Star's Rest"] = {
["Valgarde Port"] = 312,
["Wintergarde Keep"] = 123,
["Transitus Shield"] = 209,
["Westguard Keep"] = 244,
["Unu'pe"] = 101,
["River's Heart"] = 193,
["Valiance Keep"] = 131,
["Dalaran"] = 186,
["Fordragon Hold"] = 81,
["Valiance Landing Camp"] = 66,
["Moa'ki"] = 71,
["Fizzcrank Airstrip"] = 129,
["Wyrmrest Temple"] = 90,
["Amberpine Lodge"] = 195,
["Moa'ki"] = 71,
["Valiance Landing Camp"] = 66,
["River's Heart"] = 193,
["Wintergarde Keep"] = 123,
["Fordragon Hold"] = 81,
["Dalaran"] = 186,
["Unu'pe"] = 101,
["Valgarde Port"] = 312,
},
["Shrine of Aessina"] = {
["Astranaar"] = 306,
["Nordrassil"] = 81,
["Gates of Sothann"] = 107,
["Stardust Spire"] = 346,
["Shrine of Aviana"] = 43,
["Nordrassil"] = 81,
["Astranaar"] = 306,
["Honor's Stand"] = 450,
["Sanctuary of Malorne"] = 74,
["Darnassus"] = 422,
},
["Stardust Spire"] = {
["Rut'theran Village"] = 277,
["Darnassus"] = 389,
["Thargad's Camp"] = 175,
["Nijel's Point"] = 94,
["Northwatch Expedition Base Camp"] = 65,
["Honor's Stand"] = 102,
["Blood Watch"] = 433,
["Karnum's Glade"] = 143,
["Blackfathom Camp"] = 92,
["Forest Song"] = 173,
["Windshear Hold"] = 63,
["Grove of the Ancients"] = 126,
["Everlook"] = 360,
["Astranaar"] = 39,
["Grove of the Ancients"] = 126,
["Thal'darah Overlook"] = 95,
["Everlook"] = 360,
["Windshear Hold"] = 63,
["Northwatch Expedition Base Camp"] = 65,
["Darnassus"] = 389,
["Nijel's Point"] = 94,
["Rut'theran Village"] = 277,
},
["Booty Bay"] = {
["Kargath"] = 395,
10520,48 → 10463,24
["Ironforge"] = 323,
["Fort Livingston"] = 92,
["Chillwind Camp"] = 615,
["Refuge Pointe"] = 560,
["Goldshire"] = 221,
["Light's Hope Chapel"] = 773,
["The Harborage"] = 262,
["Zul'Aman"] = 810,
["The Harborage"] = 262,
["Thelsamar"] = 587,
["Nethergarde Keep"] = 252,
["Stonard"] = 252,
["Morgan's Vigil"] = 272,
["Grom'gol"] = 103,
["Surwich"] = 144,
["Stormwind"] = 199,
["Darkshire"] = 166,
["Stormwind"] = 199,
["Surwich"] = 144,
["Sentinel Hill"] = 148,
["Moonbrook"] = 175,
["Rebel Camp"] = 118,
["Goldshire"] = 221,
["Refuge Pointe"] = 560,
["Southshore"] = 573,
},
["Wintergarde Keep"] = {
["Windrunner's Overlook"] = 71,
["Ebon Watch"] = 64,
["Light's Breach"] = 89,
["Stars' Rest"] = 115,
["Argent Tournament Grounds"] = 261,
["Dalaran"] = 118,
["Unu'pe"] = 211,
["Valgarde Port"] = 195,
["Westfall Brigade"] = 158,
["Moa'ki"] = 99,
["Westguard Keep"] = 126,
["Fizzcrank Airstrip"] = 240,
["Valiance Keep"] = 88,
["Transitus Shield"] = 320,
["The Argent Stand"] = 128,
["Kamagua"] = 177,
["Wyrmrest Temple"] = 54,
["Amberpine Lodge"] = 77,
["Fort Wildervar"] = 191,
["Valiance Landing Camp"] = 155,
["Fordragon Hold"] = 96,
["Star's Rest"] = 115,
},
["Embaari Village"] = {
["Lunarfall"] = 39,
["Path of Light"] = 30,
10569,6 → 10488,9
["Twilight Glade"] = 21,
["Highpass"] = 143,
},
["Old Hillsbrad Foothills"] = {
["Durnholde Keep"] = 88,
},
["Westfall Brigade"] = {
["Death's Rise"] = 394,
["Light's Breach"] = 144,
10602,12 → 10524,12
["Refuge Pointe"] = 195,
["Northpass Tower"] = 105,
["Andorhal"] = 80,
["Light's Hope Chapel"] = 101,
["Gol'Bolar Quarry"] = 329,
["Ironforge"] = 311,
["Crown Guard Tower"] = 45,
["Ironforge"] = 311,
["Light's Shield Tower"] = 80,
["Chillwind Camp"] = 58,
["Gol'Bolar Quarry"] = 329,
["Light's Hope Chapel"] = 101,
},
["Vengeance Point"] = {
["Deliverance Point"] = 41,
10638,12 → 10560,31
["Gadgetzan"] = 746,
["Blood Watch"] = 77,
["Azure Watch"] = 39,
["Rut'theran Village"] = 87,
["Darnassus"] = 211,
["Astranaar"] = 335,
["Everlook"] = 359,
["Bootlegger Outpost"] = 800,
["Darnassus"] = 211,
["Rut'theran Village"] = 87,
},
["Vault of the Earth"] = {
["Lion's Watch"] = 28,
["Malo's Lookout"] = 29,
["Sha'naari Refuge"] = 27,
["The Iron Front"] = 55,
},
["Dawn's Blossom"] = {
["The Arboretum"] = 28,
["Sri-La Village"] = 74,
["Emperor's Omen"] = 40,
["Pang's Stead"] = 76,
["Halfhill"] = 126,
["Paw'Don Village"] = 78,
["Tian Monastery"] = 50,
["Grassy Cline"] = 100,
["Zhu's Watch"] = 111,
["Pearlfin Village"] = 70,
["Tushui Landing"] = 142,
},
["Stormwind"] = {
["Hearthglen"] = 409,
["Light's Hope Chapel"] = 276,
10651,143 → 10592,141
["Light's Shield Tower"] = 565,
["Explorers' League Digsite"] = 182,
["Marshtide Watch"] = 196,
["Kharanos"] = 46,
["Farstrider Lodge"] = 271,
["Fort Livingston"] = 143,
["Morgan's Vigil"] = 130,
["Raven Hill"] = 103,
["Dun Modr"] = 343,
["Chillwind Camp"] = 429,
["Iron Summit"] = 160,
["Farstrider Lodge"] = 271,
["Eastwall Tower"] = 541,
["Zul'Aman"] = 622,
["Firebeard's Patrol"] = 312,
["Zul'Aman"] = 622,
["Thelsamar"] = 212,
["Sentinel Hill"] = 73,
["Acherus: The Ebon Hold"] = 588,
["Greenwarden's Grove"] = 315,
["Moonbrook"] = 97,
["Whelgar's Retreat"] = 334,
["Andorhal"] = 454,
["Eastvale Logging Camp"] = 88,
["Surwich"] = 267,
["Shalewind Canyon"] = 132,
["High Bank"] = 84,
["Thondoril River"] = 337,
["Crown Guard Tower"] = 530,
["Stormfeather Outpost"] = 471,
["Northpass Tower"] = 202,
["Slabchisel's Survey"] = 283,
["Southshore"] = 387,
["Voldrin's Hold"] = 414,
["Chiselgrip"] = 185,
["Gol'Bolar Quarry"] = 180,
["Dragon's Mouth"] = 198,
["Refuge Pointe"] = 375,
["Acherus: The Ebon Hold"] = 588,
["Fuselight"] = 251,
["Thorium Point"] = 1,
["Flamestar Post"] = 207,
["Northpass Tower"] = 202,
["Goldshire"] = 32,
["Aerie Peak"] = 412,
["Ironforge"] = 215,
["Dustwind Dig"] = 232,
["Lakeshire"] = 113,
["Victor's Point"] = 495,
["Menethil Harbor"] = 7,
["Booty Bay"] = 198,
["Flamestar Post"] = 207,
["Ironforge"] = 215,
["Furlbrow's Pumpkin Farm"] = 40,
["Bogpaddle"] = 199,
["Sandy Beach"] = 348,
["Bogpaddle"] = 199,
["Thondroril River"] = 486,
["Shattered Sun Staging Area"] = 280,
["The Harborage"] = 159,
["Darkshire"] = 83,
["Nethergarde Keep"] = 176,
["Dustwind Dig"] = 232,
["Goldshire"] = 32,
["Gol'Bolar Quarry"] = 180,
["Slabchisel's Survey"] = 283,
["Thondoril River"] = 337,
["Moonbrook"] = 97,
["Greenwarden's Grove"] = 315,
["Booty Bay"] = 198,
["Menethil Harbor"] = 7,
["Chiselgrip"] = 185,
["Thorium Point"] = 1,
["High Bank"] = 84,
["Refuge Pointe"] = 375,
["Sentinel Hill"] = 73,
["Plaguewood Tower"] = 575,
["Rebel Camp"] = 92,
["Morgan's Vigil"] = 130,
["Fort Livingston"] = 143,
["Iron Summit"] = 160,
["Kharanos"] = 46,
},
["Old Hillsbrad Foothills"] = {
["Durnholde Keep"] = 88,
["Ebon Watch"] = {
["Windrunner's Overlook"] = 34,
["Light's Breach"] = 45,
["Dun Niffelem"] = 141,
["Gundrak"] = 158,
["Argent Tournament Grounds"] = 180,
["Crusaders' Pinnacle"] = 94,
["Zim'Torga"] = 104,
["Valgarde Port"] = 251,
["Westguard Keep"] = 182,
["K3"] = 41,
["The Argent Vanguard"] = 89,
["The Argent Stand"] = 63,
["Moa'ki"] = 144,
["Wyrmrest Temple"] = 91,
["Westfall Brigade"] = 135,
["Kamagua"] = 239,
["Dalaran"] = 67,
["Fordragon Hold"] = 112,
["Wintergarde Keep"] = 62,
},
["Dawn's Blossom"] = {
["The Arboretum"] = 28,
["Sri-La Village"] = 74,
["Emperor's Omen"] = 40,
["Pang's Stead"] = 76,
["Halfhill"] = 126,
["Paw'Don Village"] = 78,
["Tushui Landing"] = 142,
["Grassy Cline"] = 100,
["Zhu's Watch"] = 111,
["Pearlfin Village"] = 70,
["Tian Monastery"] = 50,
},
["Fort Livingston"] = {
["Dragon's Mouth"] = 256,
["Morgan's Vigil"] = 208,
["Explorers' League Digsite"] = 43,
["Marshtide Watch"] = 227,
["Booty Bay"] = 96,
["Farstrider Lodge"] = 357,
["Thelsamar"] = 343,
["Nethergarde Keep"] = 190,
["Raven Hill"] = 89,
["Dustwind Dig"] = 290,
["Chiselgrip"] = 244,
["Surwich"] = 152,
["Stormwind"] = 147,
["Darkshire"] = 99,
["Greenwarden's Grove"] = 434,
["Moonbrook"] = 143,
["Rebel Camp"] = 54,
["Iron Summit"] = 296,
["Refuge Pointe"] = 505,
},
["Deliverance Point"] = {
["Aalgen Point"] = 30,
["Vengeance Point"] = 30,
["Thunder Totem"] = 182,
["Bradensbrook"] = 161,
["Starsong Refuge"] = 157,
["Vengeance Point"] = 30,
["Dalaran"] = 54,
["Bradensbrook"] = 161,
["Thunder Totem"] = 182,
["Lorlathil"] = 134,
},
["Wildwood Wash"] = {
["Everbloom Wilds"] = 30,
["Highpass"] = 34,
["Bastion Rise"] = 64,
["Stormshield (Alliance)"] = 108,
["Talonbranch Glade"] = {
["Marshal's Refuge"] = 809,
["Moonglade"] = 67,
["Honor's Stand"] = 348,
["Theramore"] = 542,
["Everlook"] = 107,
["Rut'theran Village"] = 175,
["Nijel's Point"] = 473,
["Feathermoon"] = 663,
["Auberdine"] = 188,
["Gadgetzan"] = 702,
["Thal'darah Overlook"] = 282,
["Dolanaar"] = 218,
["Ratchet"] = 418,
["Emerald Sanctuary"] = 129,
["Blackfathom Camp"] = 185,
["Forest Song"] = 233,
["Talrendis Point"] = 282,
["Grove of the Ancients"] = 120,
["Thalanaar"] = 708,
["Astranaar"] = 209,
["Cenarion Hold"] = 830,
["Whisperwind Grove"] = 52,
["Darnassus"] = 285,
},
["Highpass"] = {
["Bastion Rise"] = 50,
["Stormshield"] = 129,
["Iron Docks"] = 55,
["Everbloom Wilds"] = 29,
["Wildwood Wash"] = 27,
["Skysea Point"] = 43,
["Skysea Ridge"] = 42,
["Breaker's Crown"] = 22,
["The Lion's Redoubt"] = {
["Shado-Pan Fallback"] = 213,
},
["Greenwarden's Grove"] = {
["Aerie Peak"] = 149,
["Slabchisel's Survey"] = 33,
["Kharanos"] = 187,
["Refuge Pointe"] = 78,
["Plaguewood Tower"] = 326,
["Thorium Point"] = 172,
["Northpass Tower"] = 293,
["Whelgar's Retreat"] = 25,
["Andorhal"] = 213,
["Aerie Peak"] = 149,
["Stormfeather Outpost"] = 161,
["Stormwind"] = 238,
["Ironforge"] = 166,
["Menethil Harbor"] = 78,
["Plaguewood Tower"] = 326,
["Dun Modr"] = 28,
["Stormwind"] = 238,
["Raven Hill"] = 388,
["Menethil Harbor"] = 78,
["Ironforge"] = 166,
["Stormfeather Outpost"] = 161,
["Thorium Point"] = 172,
["Slabchisel's Survey"] = 33,
["Andorhal"] = 213,
},
["Darktide Roost"] = {
["Exile's Rise"] = 61,
["Lunarfall (Alliance)"] = 79,
["Wildwood Wash"] = {
["Everbloom Wilds"] = 30,
["Stormshield (Alliance)"] = 108,
["Bastion Rise"] = 64,
["Highpass"] = 34,
},
["Temple of the White Tiger"] = {
["Halfhill"] = 161,
10800,48 → 10739,49
["S.S. Staging Area"] = {
["S.S. Staging Area"] = 256,
},
["Ebon Watch"] = {
["Windrunner's Overlook"] = 34,
["Light's Breach"] = 45,
["Dun Niffelem"] = 141,
["Gundrak"] = 158,
["Argent Tournament Grounds"] = 180,
["Crusaders' Pinnacle"] = 94,
["Zim'Torga"] = 104,
["Valgarde Port"] = 251,
["Westguard Keep"] = 182,
["K3"] = 41,
["The Argent Vanguard"] = 89,
["The Argent Stand"] = 63,
["Fordragon Hold"] = 112,
["Wyrmrest Temple"] = 91,
["Dalaran"] = 67,
["Kamagua"] = 239,
["Westfall Brigade"] = 135,
["Moa'ki"] = 144,
["Wintergarde Keep"] = 62,
["Darktide Roost"] = {
["Exile's Rise"] = 61,
["Lunarfall (Alliance)"] = 79,
},
["Caverns of Time"] = {
["Caverns of Time"] = 59,
},
["The Lion's Redoubt"] = {
["Shado-Pan Fallback"] = 213,
["Fort Livingston"] = {
["Dragon's Mouth"] = 256,
["Morgan's Vigil"] = 208,
["Explorers' League Digsite"] = 43,
["Marshtide Watch"] = 227,
["Booty Bay"] = 96,
["Farstrider Lodge"] = 357,
["Thelsamar"] = 343,
["Nethergarde Keep"] = 190,
["Refuge Pointe"] = 505,
["Iron Summit"] = 296,
["Chiselgrip"] = 244,
["Stormwind"] = 147,
["Surwich"] = 152,
["Darkshire"] = 99,
["Greenwarden's Grove"] = 434,
["Moonbrook"] = 143,
["Rebel Camp"] = 54,
["Dustwind Dig"] = 290,
["Raven Hill"] = 89,
},
["Ulduar"] = {
["Frosthold"] = 103,
["Valiance Landing Camp"] = 269,
["Dun Niffelem"] = 104,
["The Argent Vanguard"] = 346,
["Crusaders' Pinnacle"] = 163,
["K3"] = 151,
["Bouldercrag's Refuge"] = 48,
["The Argent Vanguard"] = 346,
["Gundrak"] = 207,
["Dalaran"] = 167,
["Wyrmrest Temple"] = 285,
["Dun Nifflelem"] = 104,
["Wyrmrest Temple"] = 285,
["Amberpine Lodge"] = 288,
["Argent Tournament Grounds"] = 108,
["Crusaders' Pinnacle"] = 163,
["Valiance Landing Camp"] = 269,
["Zim'Torga"] = 154,
["Dun Niffelem"] = 104,
["Bouldercrag's Refuge"] = 48,
},
["Transitus Shield"] = {
["Ulduar"] = 322,
10857,53 → 10797,56
["Westguard Keep"] = 319,
["Amber Ledge"] = 30,
["Valiance Keep"] = 74,
["Star's Rest"] = 141,
["Wintergarde Keep"] = 221,
["Wyrmrest Temple"] = 198,
["Fizzcrank Airstrip"] = 52,
["River's Heart"] = 94,
["Kamagua"] = 295,
["River's Heart"] = 94,
["Moa'ki"] = 173,
["Wintergarde Keep"] = 221,
["Star's Rest"] = 141,
},
["Vault of the Earth"] = {
["Lion's Watch"] = 28,
["Sha'naari Refuge"] = 27,
["Malo's Lookout"] = 29,
["The Iron Front"] = 55,
["Highpass"] = {
["Iron Docks"] = 55,
["Stormshield"] = 129,
["Bastion Rise"] = 50,
["Skysea Ridge"] = 42,
["Everbloom Wilds"] = 29,
["Skysea Point"] = 43,
["Wildwood Wash"] = 27,
["Breaker's Crown"] = 22,
},
["Emperor's Omen"] = {
["Dawn's Blossom"] = 38,
["Paw'Don Village"] = 114,
},
["Talonbranch Glade"] = {
["Marshal's Refuge"] = 809,
["Moonglade"] = 67,
["Honor's Stand"] = 348,
["Theramore"] = 542,
["Everlook"] = 107,
["Nijel's Point"] = 473,
["Rut'theran Village"] = 175,
["Whisperwind Grove"] = 52,
["Auberdine"] = 188,
["Gadgetzan"] = 702,
["Astranaar"] = 209,
["Dolanaar"] = 218,
["Thalanaar"] = 708,
["Forest Song"] = 233,
["Blackfathom Camp"] = 185,
["Emerald Sanctuary"] = 129,
["Talrendis Point"] = 282,
["Grove of the Ancients"] = 120,
["Ratchet"] = 418,
["Thal'darah Overlook"] = 282,
["Cenarion Hold"] = 830,
["Feathermoon"] = 663,
["Darnassus"] = 285,
["Wintergarde Keep"] = {
["Windrunner's Overlook"] = 71,
["Ebon Watch"] = 64,
["Light's Breach"] = 89,
["Stars' Rest"] = 115,
["Argent Tournament Grounds"] = 261,
["Dalaran"] = 118,
["Unu'pe"] = 211,
["Valgarde Port"] = 195,
["Westfall Brigade"] = 158,
["Fordragon Hold"] = 96,
["Westguard Keep"] = 126,
["Fizzcrank Airstrip"] = 240,
["Valiance Keep"] = 88,
["Transitus Shield"] = 320,
["The Argent Stand"] = 128,
["Kamagua"] = 177,
["Wyrmrest Temple"] = 54,
["Amberpine Lodge"] = 77,
["Fort Wildervar"] = 191,
["Valiance Landing Camp"] = 155,
["Moa'ki"] = 99,
["Star's Rest"] = 115,
},
["Shield's Rest"] = {
["Wardens' Redoubt"] = 217,
["Valdisdall"] = 61,
["Stormtorn Foothills"] = 62,
["Valdisdall"] = 61,
},
["Explorers' League Digsite"] = {
["Dragon's Mouth"] = 238,
10913,20 → 10856,20
["Marshtide Watch"] = 268,
["Booty Bay"] = 53,
["Farstrider Lodge"] = 398,
["Raven Hill"] = 130,
["Thelsamar"] = 383,
["Darkshire"] = 140,
["Nethergarde Keep"] = 230,
["Morgan's Vigil"] = 248,
["Rebel Camp"] = 95,
["Iron Summit"] = 337,
["Stormfeather Outpost"] = 628,
["Gol'Bolar Quarry"] = 401,
["Chiselgrip"] = 284,
["Stormwind"] = 188,
["Refuge Pointe"] = 546,
["Lakeshire"] = 193,
["Surwich"] = 192,
["Lakeshire"] = 193,
["Refuge Pointe"] = 546,
["Chiselgrip"] = 284,
["Stormfeather Outpost"] = 628,
["Iron Summit"] = 337,
["Raven Hill"] = 130,
["Rebel Camp"] = 95,
["Morgan's Vigil"] = 248,
["Darkshire"] = 140,
},
["Beeble's Wreck"] = {
["Kota Basecamp"] = 165,
10944,12 → 10887,12
["Elodor (Alliance)"] = 100,
["Throne of the Elements"] = 138,
["Redemption Rise"] = 48,
["Veil Terokk"] = 95,
["Fort Wrynn (Alliance)"] = 38,
["Deeproot"] = 99,
["Telaari Station"] = 134,
["Fort Wrynn"] = 40,
["Apexis Excavation"] = 98,
["Telaari Station"] = 134,
["Deeproot"] = 99,
["Fort Wrynn (Alliance)"] = 38,
["Veil Terokk"] = 95,
["Akeeta's Hovel"] = 87,
},
["Fort Wrynn"] = {
10961,8 → 10904,8
["Redemption Rise"] = 21,
["Shattrath City"] = 40,
["The Ring of Trials"] = 89,
["Telaari Station"] = 116,
["Terokkar Refuge"] = 52,
["Telaari Station"] = 116,
},
["Raven Hill"] = {
["The Menders' Stead"] = 584,
10976,15 → 10919,30
["Nethergarde Keep"] = 154,
["Chiselgrip"] = 210,
["Surwich"] = 245,
["Booty Bay"] = 153,
["Refuge Pointe"] = 470,
["Sentinel Hill"] = 42,
["Stormwind"] = 127,
["Rebel Camp"] = 40,
["Explorers' League Digsite"] = 130,
["Rebel Camp"] = 40,
["Stormwind"] = 127,
["Refuge Pointe"] = 470,
["Booty Bay"] = 153,
},
["Iron Docks"] = {
["Highpass"] = 56,
["Marshal's Stand"] = {
["Tower of Estulan"] = 266,
["Lor'danel"] = 732,
["Gadgetzan"] = 90,
["Mudsprocket"] = 211,
["Ratchet"] = 338,
["Feathermoon"] = 236,
["Theramore"] = 243,
["Fort Triumph"] = 275,
["Cenarion Hold"] = 121,
["Fizzle & Pozzik's Speedbarge"] = 139,
["Astranaar"] = 524,
["Mossy Pile"] = 37,
["Dreamer's Rest"] = 291,
["Gunstan's Dig"] = 179,
["Bootlegger Outpost"] = 143,
["Ramkahen"] = 261,
},
["Zim'Torga"] = {
["Windrunner's Overlook"] = 138,
11008,28 → 10966,46
["K3"] = 146,
["Wintergarde Keep"] = 158,
},
["Victor's Point"] = {
["High Bank"] = 92,
["Firebeard's Patrol"] = 40,
["Kirthaven"] = 64,
["Crown Guard Tower"] = 438,
["Thundermar"] = 42,
["Whelgar's Retreat"] = 380,
["Aerie Peak"] = 288,
["Temple of Telhamat"] = {
["Evergrove"] = 203,
["Shatter Point"] = 142,
["Shattrath"] = 143,
["Sylvanaar"] = 172,
["Area 52"] = 233,
["Telredor"] = 65,
["Hellfire Peninsula"] = 149,
["Telaar"] = 206,
["Orebor Harborage"] = 144,
["Honor Hold"] = 87,
},
["Bouldercrag's Refuge"] = {
["Frosthold"] = 79,
["The Shadow Vault"] = 113,
["Ulduar"] = 44,
["K3"] = 127,
["The Argent Vanguard"] = 112,
["River's Heart"] = 307,
["Dalaran"] = 142,
["Amberpine Lodge"] = 299,
["Argent Tournament Grounds"] = 60,
["Valiance Landing Camp"] = 243,
["Moa'ki"] = 291,
["Dun Niffelem"] = 148,
["The Argent Vanguard"] = {
["Death's Rise"] = 195,
["Windrunner's Overlook"] = 72,
["Ebon Watch"] = 132,
["Light's Breach"] = 142,
["Dun Niffelem"] = 177,
["Gundrak"] = 255,
["Nesingwary Base Camp"] = 267,
["Argent Tournament Grounds"] = 124,
["Dalaran"] = 32,
["Westfall Brigade"] = 232,
["Valgarde Port"] = 295,
["Frosthold"] = 40,
["The Shadow Vault"] = 148,
["Star's Rest"] = 280,
["Crusaders' Pinnacle"] = 28,
["Westguard Keep"] = 268,
["Amber Ledge"] = 1160,
["K3"] = 88,
["Transitus Shield"] = 373,
["The Argent Stand"] = 161,
["River's Heart"] = 232,
["Wyrmrest Temple"] = 142,
["Unu'pe"] = 290,
["Bouldercrag's Refuge"] = 105,
["Valiance Landing Camp"] = 134,
["Fordragon Hold"] = 122,
["Wintergarde Keep"] = 147,
},
["Winter's Blossom"] = {
["Serpent's Spine"] = 100,
11037,186 → 11013,232
["The Incursion"] = 134,
["Westwind Rest"] = 78,
},
["Firebeard's Patrol"] = {
["High Bank"] = 53,
["Victor's Point"] = 41,
["Refuge Pointe"] = 232,
["Ironforge"] = 333,
["Thundermar"] = 56,
["Kirthaven"] = 73,
["Zul'Aman"] = 387,
["The Arboretum"] = {
["Dawn's Blossom"] = 27,
["Tavern in the Mists"] = 103,
["Zouchin Village"] = 268,
["Emperor's Omen"] = 65,
["Gao-Ran Battlefront"] = 279,
["Halfhill"] = 152,
["Paw'Don Village"] = 84,
["Shrine of Seven Stars"] = 187,
["Shado-Pan Garrison"] = 94,
["Zhu's Watch"] = 165,
["Tian Monastery"] = 75,
["Pearlfin Village"] = 66,
},
["Iron Summit"] = {
["Dragon's Mouth"] = 161,
["Morgan's Vigil"] = 113,
["Fuselight"] = 186,
["Thorium Point"] = 25,
["Aerie Peak"] = 346,
["Marshtide Watch"] = 204,
["Flamestar Post"] = 47,
["Ironforge"] = 116,
["Dun Modr"] = 232,
["Bogpaddle"] = 183,
["Thelsamar"] = 113,
["Nethergarde Keep"] = 286,
["Whelgar's Retreat"] = 229,
["Chiselgrip"] = 82,
["Stormwind"] = 151,
["Refuge Pointe"] = 276,
["Stormfeather Outpost"] = 359,
["Kharanos"] = 113,
["Dustwind Dig"] = 159,
["Crow's Crook"] = {
["Lunarfall"] = 74,
["Southport"] = 37,
["Terokkar Refuge"] = 59,
["The Draakorium"] = 84,
["Veil Terokk"] = 19,
["Akeeta's Hovel"] = 49,
},
["Westguard Keep"] = {
["Transitus Shield"] = 465,
["Light's Breach"] = 143,
["Dun Niffelem"] = 311,
["Stars' Rest"] = 260,
["Wintergarde Keep"] = 151,
["Star's Rest"] = 260,
["Argent Tournament Grounds"] = 361,
["Dalaran"] = 249,
["Unu'pe"] = 357,
["Valgarde Port"] = 69,
["Frosthold"] = 265,
["Moa'ki"] = 244,
["River's Heart"] = 438,
["Fordragon Hold"] = 241,
["Fizzcrank Airstrip"] = 385,
["Westfall Brigade"] = 183,
["The Argent Vanguard"] = 269,
["Amber Ledge"] = 429,
["Valiance Keep"] = 387,
["Zim'Torga"] = 227,
["Kamagua"] = 51,
["K3"] = 221,
["Kamagua"] = 51,
["Wyrmrest Temple"] = 200,
["Amberpine Lodge"] = 77,
["Fort Wildervar"] = 85,
["Fizzcrank Airstrip"] = 385,
["Fordragon Hold"] = 241,
["Star's Rest"] = 260,
["River's Heart"] = 438,
["Moa'ki"] = 244,
["Wintergarde Keep"] = 151,
},
["Serpent's Spine"] = {
["Binan Village"] = 160,
["Winter's Blossom"] = 103,
["Klaxxi'vess"] = 52,
["Gao-Ran Battlefront"] = 210,
["Tushui Landing"] = 345,
["Astranaar"] = {
["Mirkfallon Post"] = 133,
["Auberdine"] = 148,
["Whisperwind Grove"] = 179,
["Thal'darah Overlook"] = 175,
["Theramore"] = 388,
["Northwatch Hold"] = 244,
["Sanctuary of Malorne"] = 308,
["Ramkahen"] = 742,
["Stardust Spire"] = 42,
["Stonetalon Peak"] = 155,
["Talrendis Point"] = 148,
["Everlook"] = 295,
["Emerald Sanctuary"] = 78,
["Rut'theran Village"] = 233,
["Blackfathom Camp"] = 53,
["Lor'danel"] = 205,
["Gadgetzan"] = 546,
["Wildheart Point"] = 125,
["Ratchet"] = 193,
["Windshear Fortress"] = 106,
["Nijel's Point"] = 134,
["Fort Triumph"] = 245,
["Forest Song"] = 134,
["Talonbranch Glade"] = 218,
["Grove of the Ancients"] = 88,
["Ethel Rethor"] = 184,
["Dreamer's Rest"] = 268,
["Thalanaar"] = 457,
["Feathermoon"] = 512,
["Darnassus"] = 350,
},
["Ethel Rethor"] = {
["Thargad's Camp"] = 51,
["Honor's Stand"] = 196,
["Karnum's Glade"] = 39,
["Blackfathom Camp"] = 261,
["Thunk's Abode"] = 52,
["Mossy Pile"] = 346,
["Thal'darah Overlook"] = 159,
["Astranaar"] = 209,
["Feathermoon"] = 160,
["Nijel's Point"] = 66,
["Crusaders' Pinnacle"] = {
["Death's Rise"] = 168,
["Windrunner's Overlook"] = 104,
["Ulduar"] = 169,
["Ebon Watch"] = 130,
["The Argent Vanguard"] = 33,
["Gundrak"] = 287,
["Argent Tournament Grounds"] = 97,
["Dalaran"] = 71,
["Unu'pe"] = 285,
["Frosthold"] = 72,
["The Shadow Vault"] = 123,
["K3"] = 109,
["The Argent Stand"] = 194,
["River's Heart"] = 243,
["Wyrmrest Temple"] = 174,
["Bouldercrag's Refuge"] = 136,
["Westfall Brigade"] = 264,
["Valiance Landing Camp"] = 107,
["Moa'ki"] = 211,
["Wintergarde Keep"] = 179,
},
["Blackfathom Camp"] = {
["Rut'theran Village"] = 220,
["Nijel's Point"] = 196,
["Mirkfallon Post"] = 176,
["Darnassus"] = 330,
["Astranaar"] = 60,
["Dreamer's Rest"] = 329,
["Wildheart Point"] = 126,
["Ratchet"] = 253,
["Thal'darah Overlook"] = 136,
["Karnum's Glade"] = 242,
["Emerald Sanctuary"] = 110,
["Forest Song"] = 194,
["Emerald Sanctuary"] = 110,
["Windshear Hold"] = 163,
["Grove of the Ancients"] = 68,
["Windshear Hold"] = 163,
["Shrine of Aviana"] = 338,
["Thal'darah Overlook"] = 136,
["Ratchet"] = 253,
["Wildheart Point"] = 126,
["Nijel's Point"] = 196,
["Astranaar"] = 60,
["Dreamer's Rest"] = 329,
["Darnassus"] = 330,
["Rut'theran Village"] = 220,
},
["Zhu's Watch"] = {
["Stoneplow"] = 93,
["Paw'Don Village"] = 40,
["The Incursion"] = 83,
["Shrine of Seven Stars"] = 119,
["Halfhill"] = 46,
["Dawn's Blossom"] = 89,
["Tian Monastery"] = 137,
["Joz's Rylaks"] = {
["Telaari Station"] = 36,
["Apexis Excavation"] = 131,
["Rilzit's Holdfast"] = 35,
},
["Socrethar's Rise"] = {
["Talon Watch"] = 40,
["Akeeta's Hovel"] = 45,
["Oasis of Vir'sar"] = {
["Tower of Estulan"] = 325,
["Schnottz's Landing"] = 129,
["Thargad's Camp"] = 461,
["Mossy Pile"] = 207,
["Cenarion Hold"] = 103,
["Bootlegger Outpost"] = 314,
["Ramkahen"] = 121,
},
["Marista"] = {
["Cradle of Chi-Ji"] = 41,
["Sentinel Basecamp"] = 85,
["The Incursion"] = 63,
["Stoneplow"] = 138,
["InFlight"] = {
["InFlight"] = 1,
},
["Skyfire Triage Camp"] = {
["Greywatch"] = 61,
["Crimson Thicket"] = 44,
["Wardens' Redoubt"] = 154,
["Valdisdall"] = 43,
["Lorna's Watch"] = 24,
["Dalaran"] = 109,
["Ironhorn Enclave"] = 41,
["Shield's Rest"] = 88,
["Lakeshire"] = {
["Camp Everstill"] = 20,
["Morgan's Vigil"] = 56,
["Fort Livingston"] = 156,
["Raven Hill"] = 118,
["Dun Modr"] = 309,
["Chillwind Camp"] = 666,
["Iron Summit"] = 169,
["Thelsamar"] = 210,
["Whelgar's Retreat"] = 307,
["Eastvale Logging Camp"] = 39,
["Surwich"] = 216,
["Shalewind Canyon"] = 53,
["Moonbrook"] = 153,
["Southshore"] = 645,
["Dragon's Mouth"] = 105,
["Refuge Pointe"] = 353,
["Fuselight"] = 158,
["Thorium Point"] = 130,
["Aerie Peak"] = 690,
["Menethil Harbor"] = 278,
["Booty Bay"] = 217,
["Furlbrow's Pumpkin Farm"] = 161,
["Bogpaddle"] = 87,
["Darkshire"] = 61,
["Nethergarde Keep"] = 125,
["Chiselgrip"] = 93,
["Acherus: The Ebon Hold"] = 582,
["Stormwind"] = 112,
["Goldshire"] = 90,
["Sentinel Hill"] = 129,
["Light's Hope Chapel"] = 729,
["Rebel Camp"] = 84,
["Ironforge"] = 209,
["Farstrider Lodge"] = 206,
},
["Crown Guard Tower"] = {
["Thondroril River"] = 39,
["The Menders' Stead"] = 77,
["Eastwall Tower"] = 54,
["Light's Hope Chapel"] = 74,
["Northpass Tower"] = 61,
["Light's Shield Tower"] = 35,
["Ironforge"] = 348,
["Chiselgrip"] = 494,
["Iron Summit"] = 412,
["Terokkar Refuge"] = {
["Redemption Rise"] = 35,
["Zangarra"] = 18,
["Fort Wrynn"] = 60,
["Exarch's Refuge"] = 34,
["Lunarfall"] = 72,
},
["Kirthaven"] = {
["High Bank"] = 99,
["Firebeard's Patrol"] = 68,
["Thundermar"] = 29,
["Stormfeather Outpost"] = 412,
["Victor's Point"] = 80,
["Vermillion Redoubt"] = 69,
["High Bank"] = {
["Vermillion Redoubt"] = 148,
["Firebeard's Patrol"] = 51,
["Victor's Point"] = 91,
["Thundermar"] = 106,
["Stormfeather Outpost"] = 365,
["Whelgar's Retreat"] = 235,
["Andorhal"] = 417,
},
["Moa'ki"] = {
["Windrunner's Overlook"] = 150,
["Ebon Watch"] = 143,
["Stars' Rest"] = 55,
["Nesingwary Base Camp"] = 256,
["Dalaran"] = 122,
["Westfall Brigade"] = 237,
["Valgarde Port"] = 264,
["Wintergarde Keep"] = 85,
["The Shadow Vault"] = 273,
["Unu'pe"] = 132,
["K3"] = 167,
["Westguard Keep"] = 205,
["Amber Ledge"] = 224,
["Valiance Keep"] = 181,
["Kamagua"] = 184,
["Transitus Shield"] = 260,
["Crusaders' Pinnacle"] = 150,
["Wyrmrest Temple"] = 48,
["Amberpine Lodge"] = 156,
["Fort Wildervar"] = 290,
["River's Heart"] = 244,
["Fizzcrank Airstrip"] = 181,
["Star's Rest"] = 54,
["Sentinel Basecamp"] = {
["Stoneplow"] = 45,
["Paw'Don Village"] = 145,
["The Incursion"] = 75,
["Westwind Rest"] = 196,
["Jade Temple Grounds"] = 203,
["Zhu's Watch"] = 106,
["Marista"] = 93,
["Halfhill"] = 68,
},
["Akeeta's Hovel"] = {
["Lunarfall"] = 48,
["Talon Watch"] = 38,
["Elodor"] = 70,
["Fort Wrynn"] = 77,
["Crow's Crook"] = 45,
["Lunarfall (Alliance)"] = 45,
["Eastern Highmountain"] = {
["Trueshot Lodge"] = 54,
["The Dreamgrove"] = 88,
},
["Twilight Glade"] = {
["Lunarfall"] = 49,
["Elodor"] = 40,
["Embaari Village"] = 27,
["Exile's Rise"] = 37,
["Retribution Point"] = 130,
["The Argent Stand"] = {
["Transitus Shield"] = 414,
["Light's Breach"] = 24,
["The Argent Vanguard"] = 140,
["Argent Tournament Grounds"] = 233,
["Dalaran"] = 120,
["Westfall Brigade"] = 71,
["Valgarde Port"] = 230,
["Frosthold"] = 136,
["The Shadow Vault"] = 287,
["Fizzcrank Airstrip"] = 334,
["Westguard Keep"] = 190,
["Zim'Torga"] = 42,
["Kamagua"] = 240,
["Crusaders' Pinnacle"] = 146,
["K3"] = 93,
["Ebon Watch"] = 53,
["Wyrmrest Temple"] = 144,
["Amberpine Lodge"] = 107,
["Fort Wildervar"] = 156,
["Valiance Landing Camp"] = 230,
["Fordragon Hold"] = 164,
["Wintergarde Keep"] = 106,
},
["Shipwreck Cove"] = {
["Azurewing Repose"] = 164,
11233,220 → 11255,201
["Watchers' Aerie"] = 205,
["Skyfire Triage Camp"] = 113,
},
["Shattrath City"] = {
["Lunarfall"] = 85,
["Stormshield"] = 148,
["Zangarra"] = 57,
["Terokkar Refuge"] = 52,
["Fort Wrynn (Alliance)"] = 48,
["Iron Siegeworks"] = 77,
["Stormshield (Alliance)"] = {
["Bloodmaul Slag Mines"] = 209,
["Iron Docks"] = 163,
["The Ring of Trials"] = 200,
["Lion's Watch"] = 61,
["Wildwood Wash"] = 105,
["Zangarra"] = 126,
["Shattrath City"] = 149,
["Crow's Crook"] = 160,
["Lunarfall (Alliance)"] = 102,
["Yrel's Watch"] = 229,
["Socrethar's Rise"] = 124,
},
["Refuge Pointe"] = {
["Dustwind Dig"] = 215,
["Morgan's Vigil"] = 304,
["Northpass Tower"] = 215,
["Hearthglen"] = 203,
["Acherus: The Ebon Hold"] = 301,
["Stormfeather Outpost"] = 84,
["Dustwind Dig"] = 215,
["Rebel Camp"] = 456,
["Goldshire"] = 407,
["Lakeshire"] = 677,
["Aerie Peak"] = 71,
["Greenwarden's Grove"] = 94,
["Marshtide Watch"] = 397,
["Aerie Peak"] = 71,
["Sentinel Hill"] = 515,
["Lakeshire"] = 677,
["Thorium Point"] = 249,
["Menethil Harbor"] = 126,
["Ironforge"] = 271,
["Menethil Harbor"] = 126,
["Booty Bay"] = 562,
["Dun Modr"] = 59,
["Chillwind Camp"] = 122,
["Bogpaddle"] = 375,
["Thondroril River"] = 178,
["Stormwind"] = 373,
["Surwich"] = 528,
["Zul'Aman"] = 337,
["Thelsamar"] = 171,
["Nethergarde Keep"] = 621,
["Light's Hope Chapel"] = 233,
["Andorhal"] = 136,
["Vermillion Redoubt"] = 145,
["Darkshire"] = 748,
["Vermillion Redoubt"] = 145,
["Andorhal"] = 136,
["Light's Hope Chapel"] = 233,
["Surwich"] = 528,
["Thorium Point"] = 249,
["Greenwarden's Grove"] = 94,
["Stormwind"] = 373,
["Booty Bay"] = 562,
["Sentinel Hill"] = 515,
["Plaguewood Tower"] = 250,
["Rebel Camp"] = 456,
["Northpass Tower"] = 215,
["Stormfeather Outpost"] = 84,
["Acherus: The Ebon Hold"] = 301,
["Southshore"] = 87,
},
["Gao-Ran Battlefront"] = {
["Serpent's Spine"] = 219,
["Shado-Pan Fallback"] = 39,
["Shrine of Seven Stars"] = 128,
["Fordragon Hold"] = {
["Windrunner's Overlook"] = 153,
["Transitus Shield"] = 279,
["Stars' Rest"] = 74,
["Dalaran"] = 65,
["River's Heart"] = 262,
["Valgarde Port"] = 276,
["Frosthold"] = 128,
["Westguard Keep"] = 207,
["Valiance Keep"] = 202,
["Wintergarde Keep"] = 87,
["Unu'pe"] = 170,
["Wyrmrest Temple"] = 65,
["Amberpine Lodge"] = 158,
["Ebon Watch"] = 119,
["Valiance Landing Camp"] = 60,
["Kamagua"] = 264,
["Star's Rest"] = 74,
},
["Rensai's Watchpost"] = {
["Halfhill"] = 288,
["Shado-Pan Garrison"] = 22,
["Westwind Rest"] = 102,
},
["Dun Niffelem"] = {
["Frosthold"] = 131,
["Ulduar"] = 85,
["Ebon Watch"] = 131,
["Westguard Keep"] = 307,
["K3"] = 88,
["Dalaran"] = 159,
["Zim'Torga"] = 89,
["Bouldercrag's Refuge"] = 133,
["Wyrmrest Temple"] = 222,
["The Argent Vanguard"] = 165,
["Moa'ki"] = 275,
["Crusaders' Pinnacle"] = 190,
["Unu'pe"] = 384,
["Valiance Landing Camp"] = 264,
["Elodor (Alliance)"] = {
["Exile's Rise"] = 29,
},
["Light's Shield Tower"] = {
["Eastwall Tower"] = 20,
["Light's Hope Chapel"] = 39,
["Fuselight"] = 354,
["Northpass Tower"] = 49,
["Whelgar's Retreat"] = 313,
["Dustwind Dig"] = 372,
["Greenwarden's Grove"] = 317,
["Plaguewood Tower"] = 61,
["Stormfeather Outpost"] = 127,
["Crown Guard Tower"] = 30,
["Zul'Aman"] = 138,
["Bradensbrook"] = {
["Crimson Thicket"] = 131,
["Lorna's Watch"] = 168,
["Felblaze Ingress"] = 91,
["Trueshot Lodge"] = 113,
["Lorlathil"] = 32,
["Meredil"] = 91,
["Hafr Fjall"] = 156,
["Dalaran"] = 138,
["Azurewing Repose"] = 87,
["Challiane's Terrace"] = 43,
["Garden of the Moon"] = 30,
["Starsong Refuge"] = 60,
["Gloaming Reef"] = 28,
["Stonehoof Watch"] = 133,
["Thunder Totem"] = 114,
["Illidari Stand"] = 104,
["Wardens' Redoubt"] = 127,
["The Witchwood"] = 130,
["Shipwreck Cove"] = 167,
},
["Eastern Suramar"] = {
["Thorim's Peak"] = 42,
["Trueshot Lodge"] = 175,
["Western Suramar"] = 57,
["Trueshot Lodge"] = 175,
["Thorim's Peak"] = 42,
},
["The Ring of Trials"] = {
["Bloodmaul Slag Mines"] = 123,
["Zangarra"] = 98,
["Anchorite's Sojourn"] = 94,
["Yrel's Watch"] = 37,
["Iron Siegeworks"] = 119,
["Telaari Station"] = 36,
["Mossy Pile"] = {
["Tower of Estulan"] = 230,
["Gadgetzan"] = 97,
["Northwatch Expedition Base Camp"] = 441,
["Marshal's Stand"] = 28,
["Fort Triumph"] = 282,
["Theramore"] = 248,
["Shadebough"] = 289,
["Cenarion Hold"] = 82,
["Ramkahen"] = 225,
["Everlook"] = 852,
["Gunstan's Dig"] = 185,
["Feathermoon"] = 200,
["Rut'theran Village"] = 755,
},
["Light's Hope Chapel"] = {
["The Menders' Stead"] = 134,
["Eastwall Tower"] = 22,
["Acherus: The Ebon Hold"] = 71,
["Fuselight"] = 323,
["Thorium Point"] = 467,
["Light's Shield Tower"] = 35,
["Aerie Peak"] = 162,
["Lakeshire"] = 835,
["Ironforge"] = 368,
["Menethil Harbor"] = 318,
["Booty Bay"] = 835,
["Hearthglen"] = 149,
["Chillwind Camp"] = 148,
["Plaguewood Tower"] = 88,
["Thondroril River"] = 95,
["Shattered Sun Staging Area"] = 341,
["Zul'Aman"] = 106,
["Darkshire"] = 906,
["Nethergarde Keep"] = 669,
["Thelsamar"] = 424,
["Morgan's Vigil"] = 566,
["Andorhal"] = 160,
["Thondoril River"] = 102,
["Stormwind"] = 527,
["Refuge Pointe"] = 250,
["Sentinel Hill"] = 670,
["Crown Guard Tower"] = 64,
["Stormfeather Outpost"] = 77,
["Northpass Tower"] = 54,
["Southshore"] = 225,
["Fort Wrynn (Alliance)"] = {
["Deeproot"] = 56,
},
["Orebor Harborage"] = {
["Shattrath"] = 120,
["Sylvanaar"] = 65,
["Temple of Telhamat"] = 134,
["Area 52"] = 184,
["Telredor"] = 53,
["Allerian Stronghold"] = 225,
["Telaar"] = 177,
["Wildhammer Stronghold"] = 302,
["Cosmowrench"] = 249,
["The Stormspire"] = 232,
["Honor Hold"] = 221,
["Azurewing Repose"] = {
["Shackle's Den"] = 36,
["Lorna's Watch"] = 101,
["Felblaze Ingress"] = 27,
["Trueshot Lodge"] = 127,
["Lorlathil"] = 50,
["Meredil"] = 52,
["Illidari Perch"] = 38,
["Gloaming Reef"] = 36,
["Illidari Stand"] = 24,
["Dalaran"] = 76,
["Bradensbrook"] = 77,
["Skyfire Triage Camp"] = 116,
},
["Grassy Cline"] = {
["Halfhill"] = 45,
["Shrine of Seven Stars"] = 64,
["Dawn's Blossom"] = 85,
["Tushui Landing"] = 226,
["Apexis Excavation"] = {
["Veil Terokk"] = 29,
},
["Watchers' Aerie"] = {
["Shackle's Den"] = 29,
["Azurewing Repose"] = 62,
["Challiane's Terrace"] = 85,
["Felblaze Ingress"] = 59,
["Meredil"] = 91,
["Illidari Perch"] = 51,
["Dalaran"] = 73,
["Wardens' Redoubt"] = 19,
["Illidari Stand"] = 44,
["Wildheart Point"] = {
["Gates of Sothann"] = 219,
["Moonglade"] = 190,
["Fort Triumph"] = 539,
["Forest Song"] = 141,
["Grove of the Ancients"] = 51,
["Ethel Rethor"] = 300,
["Astranaar"] = 118,
["Everlook"] = 229,
["Whisperwind Grove"] = 67,
["Rut'theran Village"] = 340,
},
["Pinchwhistle Gearworks"] = {
["Lunarfall"] = 110,
["Bastion Rise"] = 154,
["Southport"] = 43,
["Yrel's Watch"] = 172,
["Garden of the Moon"] = {
["Valdisdall"] = 162,
["Bradensbrook"] = 26,
["Azurewing Repose"] = 77,
["Challiane's Terrace"] = 61,
["Wardens' Redoubt"] = 117,
["Starsong Refuge"] = 37,
["Trueshot Lodge"] = 90,
["Lorlathil"] = 24,
},
["Rut'theran Village"] = {
["Tower of Estulan"] = 585,
["Mirkfallon Post"] = 354,
["Moonglade"] = 152,
["Nordrassil"] = 291,
["Blood Watch"] = 155,
["Ratchet"] = 428,
["Ramkahen"] = 814,
["Talrendis Point"] = 384,
["Nijel's Point"] = 370,
["Lor'danel"] = 48,
["Gadgetzan"] = 655,
["Dolanaar"] = 172,
["Fort Triumph"] = 480,
["Azure Watch"] = 105,
["Grove of the Ancients"] = 153,
["Mossy Pile"] = 741,
["Dreamer's Rest"] = 487,
["Feathermoon"] = 239,
["Darnassus"] = 111,
["Honor's Stand"] = 380,
["Theramore"] = 527,
["Fizzle & Pozzik's Speedbarge"] = 605,
["Stardust Spire"] = 276,
["Stonetalon Peak"] = 266,
["Everlook"] = 259,
["Windshear Fortress"] = 341,
["Thalanaar"] = 687,
["The Exodar"] = 80,
["Blackfathom Camp"] = 217,
["Auberdine"] = 85,
["Talonbranch Glade"] = 155,
["Marshal's Refuge"] = 785,
["Forest Song"] = 271,
["Shadebough"] = 645,
["Astranaar"] = 236,
["Emerald Sanctuary"] = 234,
["Thal'darah Overlook"] = 314,
["Cenarion Hold"] = 708,
["Whisperwind Grove"] = 201,
["Gates of Sothann"] = 373,
["Bogpaddle"] = {
["The Harborage"] = 63,
["Refuge Pointe"] = 379,
["Nethergarde Keep"] = 67,
["Morgan's Vigil"] = 81,
["Marshtide Watch"] = 25,
["Shalewind Canyon"] = 33,
["Lakeshire"] = 79,
["Booty Bay"] = 297,
["Stormwind"] = 191,
["Darkshire"] = 141,
["Dustwind Dig"] = 164,
},
["Skyhorn"] = {
["Shipwreck Cove"] = 70,
["The Witchwood"] = 45,
["Prepfoot"] = 37,
["Thunder Totem"] = 29,
["Trueshot Lodge"] = 42,
["Obsidian Overlook"] = 68,
["Nesingwary"] = 33,
["Stonehoof Watch"] = 35,
["Stormtorn Foothills"] = 78,
["K3"] = {
["Windrunner's Overlook"] = 54,
["Ulduar"] = 140,
["Ebon Watch"] = 44,
["Light's Breach"] = 88,
["The Argent Vanguard"] = 76,
["Stars' Rest"] = 201,
["Dun Nifflelem"] = 100,
["Argent Tournament Grounds"] = 168,
["Bouldercrag's Refuge"] = 107,
["Westfall Brigade"] = 177,
["Valgarde Port"] = 293,
["Frosthold"] = 43,
["Westguard Keep"] = 224,
["Wintergarde Keep"] = 105,
["Valiance Keep"] = 316,
["Crusaders' Pinnacle"] = 103,
["The Argent Stand"] = 107,
["Zim'Torga"] = 148,
["River's Heart"] = 272,
["Amberpine Lodge"] = 172,
["Fort Wildervar"] = 263,
["Dun Niffelem"] = 101,
["Dalaran"] = 71,
["Star's Rest"] = 201,
},
["The Shadow Vault"] = {
["Death's Rise"] = 77,
11459,7 → 11462,7
["Frosthold"] = 174,
["Westguard Keep"] = 401,
["K3"] = 211,
["Bouldercrag's Refuge"] = 122,
["Crusaders' Pinnacle"] = 121,
["The Argent Stand"] = 295,
["Nesingwary Base Camp"] = 196,
["Wyrmrest Temple"] = 276,
11467,83 → 11470,77
["Zim'Torga"] = 319,
["Valiance Landing Camp"] = 263,
["Moa'ki"] = 313,
["Crusaders' Pinnacle"] = 121,
["Bouldercrag's Refuge"] = 122,
},
["Eastvale Logging Camp"] = {
["Morgan's Vigil"] = 97,
["Nethergarde Keep"] = 165,
["Thorium Point"] = 186,
["Stormwind"] = 77,
["Goldshire"] = 51,
["Booty Bay"] = 258,
["Furlbrow's Pumpkin Farm"] = 120,
["Darkshire"] = 101,
["Ironforge"] = 193,
["The Witchwood"] = {
["Shipwreck Cove"] = 42,
["Azurewing Repose"] = 128,
["Valdisdall"] = 114,
["Garden of the Moon"] = 96,
["Thunder Totem"] = 43,
["Trueshot Lodge"] = 26,
["Sylvan Falls"] = 47,
["Skyhorn"] = 46,
["Ironhorn Enclave"] = 78,
["Starsong Refuge"] = 79,
},
["Sylvanaar"] = {
["Evergrove"] = 51,
["Shattrath"] = 63,
["Temple of Telhamat"] = 164,
["Area 52"] = 119,
["Telredor"] = 82,
["Allerian Stronghold"] = 255,
["Telaar"] = 207,
["Orebor Harborage"] = 66,
["Toshley's Station"] = 57,
["Cosmowrench"] = 185,
["The Stormspire"] = 170,
["Honor Hold"] = 251,
["Valdisdall"] = {
["Greywatch"] = 25,
["Bradensbrook"] = 181,
["Ironhorn Enclave"] = 73,
["Wardens' Redoubt"] = 171,
["Stormtorn Foothills"] = 26,
["Meredil"] = 96,
["Trueshot Lodge"] = 119,
["Felbane Camp"] = 134,
["Deliverance Point"] = 128,
["Stonehoof Watch"] = 65,
["Sylvan Falls"] = 109,
["Hafr Fjall"] = 41,
["Shield's Rest"] = 56,
["Illidari Stand"] = 154,
["Watchers' Aerie"] = 161,
["Dalaran"] = 126,
},
["Sri-La Village"] = {
["The Arboretum"] = 62,
["Emperor's Omen"] = 21,
["Dawn's Blossom"] = 56,
["Emperor's Omen"] = 21,
["The Arboretum"] = 62,
["Tian Monastery"] = 50,
},
["Darkbreak Cove"] = {
["Voldrin's Hold"] = 79,
["Tranquil Wash"] = 51,
["Silver Tide Hollow"] = 94,
["Sandy Beach"] = 149,
["Smuggler's Scar"] = 164,
["Sandy Beach"] = 149,
},
["Thunder Totem"] = {
["Shackle's Den"] = 131,
["Lorna's Watch"] = 66,
["Trueshot Lodge"] = 36,
["Shield's Rest"] = 126,
["Meredil"] = 79,
["Dalaran"] = 135,
["Ironhorn Enclave"] = 46,
["Felbane Camp"] = 56,
["Greywatch"] = 100,
["Bradensbrook"] = 100,
["Valdisdall"] = 83,
["The Witchwood"] = 35,
["Prepfoot"] = 61,
["Starsong Refuge"] = 64,
["Wardens' Redoubt"] = 147,
["Obsidian Overlook"] = 48,
["Nesingwary"] = 20,
["Sylvan Falls"] = 28,
["Stormtorn Foothills"] = 75,
["Stonehoof Watch"] = 31,
["Skyhorn"] = 31,
["Illidari Stand"] = 29,
["Challiane's Terrace"] = 113,
["Watchers' Aerie"] = 153,
["River's Heart"] = {
["Death's Rise"] = 140,
["Transitus Shield"] = 149,
["The Argent Vanguard"] = 335,
["Stars' Rest"] = 202,
["Nesingwary Base Camp"] = 43,
["Fizzcrank Airstrip"] = 69,
["Westfall Brigade"] = 402,
["Frosthold"] = 393,
["Star's Rest"] = 202,
["K3"] = 247,
["Amber Ledge"] = 169,
["Valiance Keep"] = 139,
["Dalaran"] = 201,
["Dun Nifflelem"] = 734,
["Unu'pe"] = 133,
["Wyrmrest Temple"] = 264,
["Amberpine Lodge"] = 394,
["Fort Wildervar"] = 471,
["Valiance Landing Camp"] = 225,
["Moa'ki"] = 376,
["Wintergarde Keep"] = 481,
},
["Evergrove"] = {
["Shattrath"] = 213,
["Sylvanaar"] = 54,
["Temple of Telhamat"] = 197,
["Area 52"] = 73,
["Telredor"] = 132,
["Telaar"] = 240,
["Toshley's Station"] = 44,
["Cosmowrench"] = 143,
["Altar of Sha'tar"] = 448,
["Orebor Harborage"] = 118,
["Nastrondir"] = {
["Trueshot Lodge"] = 88,
["Thorim's Peak"] = 57,
},
["Shattered Fields"] = {
["Hope's Landing"] = 9,
11564,17 → 11561,25
["Vault of the Earth"] = 32,
["Aktar's Post"] = 25,
},
["Gloaming Reef"] = {
["Meredil"] = 112,
["Illidari Perch"] = 77,
["Bradensbrook"] = 27,
["Starsong Refuge"] = 80,
["Dalaran"] = 128,
["Lorlathil"] = 51,
["Hafr Fjall"] = {
["Greywatch"] = 41,
["Shipwreck Cove"] = 147,
["Valdisdall"] = 39,
["Lorna's Watch"] = 42,
["Felbane Camp"] = 146,
["Deliverance Point"] = 95,
["Stonehoof Watch"] = 77,
["Stormtorn Foothills"] = 55,
["Shield's Rest"] = 87,
["Irongrove Retreat"] = 88,
},
["Thorim's Peak"] = {
["Nastrondir"] = 54,
["Faronaar"] = 209,
["Vindicaar"] = {
["Hope's Landing"] = 4,
["The Veiled Den"] = 4,
["Vindicaar"] = 0,
["Krokul Hovel"] = 4,
["Light's Purchase"] = 4,
["Shattered Fields"] = 5,
},
["Cenarion Hold"] = {
["Marshal's Refuge"] = 92,
11596,30 → 11601,29
["Everlook"] = 741,
["Fort Triumph"] = 352,
["Rut'theran Village"] = 673,
["Astranaar"] = 630,
["Marshal's Stand"] = 113,
["Feathermoon"] = 107,
["Thargad's Camp"] = 23,
["Talonbranch Glade"] = 841,
["Valormok"] = 572,
["Mudsprocket"] = 400,
["Orgrimmar"] = 536,
["Theramore"] = 319,
["Camp Taurajo"] = 379,
["Thunder Bluff"] = 393,
["Talrendis Point"] = 587,
["Shadebough"] = 381,
["Theramore"] = 319,
["Orgrimmar"] = 536,
["Oasis of Vir'sar"] = 65,
["Valormok"] = 572,
["Talonbranch Glade"] = 841,
["Gunstan's Dig"] = 224,
["Marshal's Stand"] = 113,
["Astranaar"] = 630,
["Camp Mojache"] = 132,
},
["Illidari Camp"] = {
["Meredil"] = 72,
["Aktar's Post"] = {
["Malo's Lookout"] = 32,
["Lion's Watch"] = 53,
},
["Aalgen Point"] = {
["Deliverance Point"] = 41,
["Vengeance Point"] = 44,
["Dalaran"] = 67,
["The Veiled Den"] = {
["Vindicaar"] = 3,
},
},
}
trunk/InFlight/InFlight.toc
2,7 → 2,7
## Title: InFlight
## Notes: Statusbar timer for your flightpaths.
## Author: TotalPackage
## Version: 7.3.002
## Version: 7.3.003
 
## SavedVariables: InFlightVars, InFlightDB
## SavedVariablesPerCharacter: InFlightCharDB