Skip to content

Commit

Permalink
New teleport locations
Browse files Browse the repository at this point in the history
  • Loading branch information
Barncastle committed Sep 10, 2017
1 parent ea3cc02 commit 852ea3d
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion Common/Constants/Worldports.cs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,42 @@ public static class Worldports
{ "Winterspring", new Location(6759.18f,-4419.63f,763.214f,4.43476f,1) },
{ "Zoram'gar Outpost", new Location(3376.86f,1013.05f,3.34387f,3.81699f,1) },
{ "Zul' Farrak", new Location(-6801.19f,-2893.02f,9.00388f,0.158639f,1) },
{ "Zul' Gurub", new Location(-11916.7f,-1215.72f,92.289f,4.72454f,0) }
{ "Zul' Gurub", new Location(-11916.7f,-1215.72f,92.289f,4.72454f,0) },
{ "Karazhan Crypts", new Location(-11069f,-1795f,54f,0f,0) },
{ "Arathi Highlands Farm", new Location(-1817f,-4205f,3f,0f,0) },
{ "Isolated Tirisfal Glades", new Location(2074f,2306f,131f,0f,0) },
{ "Northern Plaguelands", new Location(3852f,-3565f,45f,0f,0) },
{ "Wetlands Help Mountain", new Location(-3857f,-3485f,579f,0f,0) },
{ "Isolated Wetlands Town", new Location(-4037f,-1408f,157f,0f,0) },
{ "Old Ironforge", new Location(-4821f,-975f,464f,0f,0) },
{ "Isolated Dun Morogh", new Location(-4897f,836f,390f,0f,0) },
{ "Ortell's Hideout", new Location(-5314f,-2512f,484f,0f,0) },
{ "Dun Morogh Crash Site", new Location(-6166f,-772f,421f,0f,0) },
{ "Dun Morogh Airport", new Location(-4789f, -1691f, 504f,0f,0) },
{ "Newman's Landing", new Location(-6374f,1260f,8f,0f,0) },
{ "Blackchar Cave", new Location(-7347f,-642f,294f,0f,0) },
{ "Isolated Burning Steppes", new Location(-7815f,-4266f,131f,0f,0) },
{ "Elwynn Falls", new Location(-8322f,-340f,145f,0f,0) },
{ "Isolated Elwynn Forest", new Location(-8322f,-340f,145f,0f,0) },
{ "Graymane Area", new Location(-979f,1579f,52f,0f,0) },
{ "The Room", new Location(16227f,16403f,-64f,0f,1) },
{ "Uninstanced Ahn'Qiraj", new Location(-9479f,1783f,49f,0f,1) },
{ "Verdant Fields", new Location(-1650f,-577f,125f,0f,169) },
{ "Emerald Forest", new Location(2965f,-3040f,98f,0f,169) },
{ "Emerald Mountains", new Location(3225f,3046f,23f,0f,169) },
{ "Emerald Plains", new Location(-3824f,3367f,133f,0f,169) },
{ "Emerald Dream", new Location(458f,-377f,92f,0f,169) },
{ "Instanced Tanaris", new Location(1075f,860f,9f,0f,209) },
{ "Instanced Altar Of Storms", new Location(-12029f,-2584f,-29f,0f,309) },
{ "Instanced Silverpine Forest", new Location(-588f,1087f,108f,0f,33) },
{ "Stormwind Vault", new Location(-1f,52f,-27f,0f,35) },
{ "Secret Deadmines", new Location(-1650f,549f,7f,0f,36) },
{ "Old Scarlet Monastary", new Location(77f,-1f,20f,0f,44) },
{ "Sunspire Top", new Location(177f,-6410f,10363f,0f,530) },
{ "Naxxramas Secret", new Location(3598f,-4523f,198f,0f,533) },
{ "Hyjal", new Location(4674.88f,-3638.37f,966.264f,0f,1) },
{ "Hyjal Ancient Statue", new Location(4491.35f,-3201.77f,1027.57f,0f,1) },
{ "Hyjal Plains", new Location(5300.18f,-2292.83f,945.186f,0f,1) },
};

public static IEnumerable<KeyValuePair<string, Location>> FindLocation(string needle)
Expand Down

0 comments on commit 852ea3d

Please sign in to comment.