From 9b288e55e0a01f1b91cbea0e12a58c66e7e8adb6 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Thu, 1 Jul 2010 02:22:38 -0400 Subject: [PATCH] Fixed continent-zone assignments for waypoints - this was the root issue behind ticket #1023. --- Waypoint.lua | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/Waypoint.lua b/Waypoint.lua index 958bca9..c6cc081 100644 --- a/Waypoint.lua +++ b/Waypoint.lua @@ -86,7 +86,7 @@ local INSTANCE_LOCATIONS = { ["y"] = 51.73, }, [BZ["Auchenai Crypts"]] = { - ["loc"] = KALIMDOR_ZONES[BZ["Terokkar Forest"]], + ["loc"] = OUTLAND_ZONES[BZ["Terokkar Forest"]], ["c"] = 3, ["x"] = 0, ["y"] = 0, @@ -98,19 +98,19 @@ local INSTANCE_LOCATIONS = { ["y"] = 50.83, }, [BZ["Blackrock Depths"]] = { - ["loc"] = KALIMDOR_ZONES[BZ["Searing Gorge"]], + ["loc"] = EASTERN_KINGDOMS_ZONES[BZ["Searing Gorge"]], ["c"] = 2, ["x"] = 0, ["y"] = 0, }, [BZ["Blackrock Spire"]] = { - ["loc"] = KALIMDOR_ZONES[BZ["Searing Gorge"]], + ["loc"] = EASTERN_KINGDOMS_ZONES[BZ["Searing Gorge"]], ["c"] = 2, ["x"] = 0, ["y"] = 0, }, [BZ["Blackwing Lair"]] = { - ["loc"] = KALIMDOR_ZONES[BZ["Searing Gorge"]], + ["loc"] = EASTERN_KINGDOMS_ZONES[BZ["Searing Gorge"]], ["c"] = 2, ["x"] = 0, ["y"] = 0, @@ -122,13 +122,13 @@ local INSTANCE_LOCATIONS = { ["y"] = 0, }, [BZ["Drak'Tharon Keep"]] = { - ["loc"] = KALIMDOR_ZONES[BZ["Zul'Drak"]], + ["loc"] = NORTHREND_ZONES[BZ["Zul'Drak"]], ["c"] = 4, ["x"] = 0, ["y"] = 0, }, [BZ["Gnomeregan"]] = { - ["loc"] = KALIMDOR_ZONES[BZ["Dun Morogh"]], + ["loc"] = EASTERN_KINGDOMS_ZONES[BZ["Dun Morogh"]], ["c"] = 2, ["x"] = 0, ["y"] = 0, @@ -158,7 +158,7 @@ local INSTANCE_LOCATIONS = { ["y"] = 30.89, }, [BZ["Mana-Tombs"]] = { - ["loc"] = KALIMDOR_ZONES[BZ["Terokkar Forest"]], + ["loc"] = OUTLAND_ZONES[BZ["Terokkar Forest"]], ["c"] = 3, ["x"] = 0, ["y"] = 0, @@ -188,25 +188,25 @@ local INSTANCE_LOCATIONS = { ["y"] = 0, }, [BZ["Scholomance"]] = { - ["loc"] = KALIMDOR_ZONES[BZ["Western Plaguelands"]], + ["loc"] = EASTERN_KINGDOMS_ZONES[BZ["Western Plaguelands"]], ["c"] = 2, ["x"] = 0, ["y"] = 0, }, [BZ["Sethekk Halls"]] = { - ["loc"] = KALIMDOR_ZONES[BZ["Terokkar Forest"]], + ["loc"] = OUTLAND_ZONES[BZ["Terokkar Forest"]], ["c"] = 3, ["x"] = 0, ["y"] = 0, }, [BZ["Shadow Labyrinth"]] = { - ["loc"] = KALIMDOR_ZONES[BZ["Terokkar Forest"]], + ["loc"] = OUTLAND_ZONES[BZ["Terokkar Forest"]], ["c"] = 3, ["x"] = 0, ["y"] = 0, }, [BZ["Stratholme"]] = { - ["loc"] = KALIMDOR_ZONES[BZ["Eastern Plaguelands"]], + ["loc"] = EASTERN_KINGDOMS_ZONES[BZ["Eastern Plaguelands"]], ["c"] = 2, ["x"] = 0, ["y"] = 0, @@ -218,7 +218,7 @@ local INSTANCE_LOCATIONS = { ["y"] = 0, }, [BZ["The Arcatraz"]] = { - ["loc"] = KALIMDOR_ZONES[BZ["Netherstorm"]], + ["loc"] = OUTLAND_ZONES[BZ["Netherstorm"]], ["c"] = 3, ["x"] = 0, ["y"] = 0, @@ -230,19 +230,19 @@ local INSTANCE_LOCATIONS = { ["y"] = 0, }, [BZ["The Botanica"]] = { - ["loc"] = KALIMDOR_ZONES[BZ["Netherstorm"]], + ["loc"] = OUTLAND_ZONES[BZ["Netherstorm"]], ["c"] = 3, ["x"] = 0, ["y"] = 0, }, [BZ["The Deadmines"]] = { - ["loc"] = KALIMDOR_ZONES[BZ["Westfall"]], + ["loc"] = EASTERN_KINGDOMS_ZONES[BZ["Westfall"]], ["c"] = 2, ["x"] = 0, ["y"] = 0, }, [BZ["The Mechanar"]] = { - ["loc"] = KALIMDOR_ZONES[BZ["Netherstorm"]], + ["loc"] = OUTLAND_ZONES[BZ["Netherstorm"]], ["c"] = 3, ["x"] = 0, ["y"] = 0, @@ -254,25 +254,25 @@ local INSTANCE_LOCATIONS = { ["y"] = 25.97, }, [BZ["The Shattered Halls"]] = { - ["loc"] = KALIMDOR_ZONES[BZ["Hellfire Peninsula"]], + ["loc"] = OUTLAND_ZONES[BZ["Hellfire Peninsula"]], ["c"] = 3, ["x"] = 0, ["y"] = 0, }, [BZ["The Slave Pens"]] = { - ["loc"] = KALIMDOR_ZONES[BZ["Zangarmarsh"]], + ["loc"] = OUTLAND_ZONES[BZ["Zangarmarsh"]], ["c"] = 3, ["x"] = 0, ["y"] = 0, }, [BZ["The Steamvault"]] = { - ["loc"] = KALIMDOR_ZONES[BZ["Zangarmarsh"]], + ["loc"] = OUTLAND_ZONES[BZ["Zangarmarsh"]], ["c"] = 3, ["x"] = 0, ["y"] = 0, }, [BZ["The Temple of Atal'Hakkar"]] = { - ["loc"] = KALIMDOR_ZONES[BZ["Swamp of Sorrows"]], + ["loc"] = EASTERN_KINGDOMS_ZONES[BZ["Swamp of Sorrows"]], ["c"] = 2, ["x"] = 0, ["y"] = 0, @@ -296,7 +296,7 @@ local INSTANCE_LOCATIONS = { ["y"] = 46.67, }, [BZ["Zul'Gurub"]] = { - ["loc"] = KALIMDOR_ZONES[BZ["Stranglethorn Vale"]], + ["loc"] = EASTERN_KINGDOMS_ZONES[BZ["Stranglethorn Vale"]], ["c"] = 2, ["x"] = 0, ["y"] = 0, -- 1.7.9.5