From f2075b2a75e5067fcf79dc4ae653bda4ef9e4048 Mon Sep 17 00:00:00 2001 From: mike Date: Sat, 2 Apr 2011 17:46:08 -0400 Subject: [PATCH] Both "Temple of Ahn'Qiraj" and "Ruins of Ahn'Qiraj" are in Silithus not Tanaris! --- Waypoint.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Waypoint.lua b/Waypoint.lua index 3df9b6b..f9a8da1 100644 --- a/Waypoint.lua +++ b/Waypoint.lua @@ -175,7 +175,7 @@ local INSTANCE_LOCATIONS = { ["y"] = 0, }, [BZ["Ruins of Ahn'Qiraj"]] = { - ["zone"] = KALIMDOR_IDNUMS[BZ["Tanaris"]], + ["zone"] = KALIMDOR_IDNUMS[BZ["Silithus"]], ["continent"] = 1, ["x"] = 0, ["y"] = 0, @@ -205,7 +205,7 @@ local INSTANCE_LOCATIONS = { ["y"] = 0, }, [BZ["Temple of Ahn'Qiraj"]] = { - ["zone"] = KALIMDOR_IDNUMS[BZ["Tanaris"]], + ["zone"] = KALIMDOR_IDNUMS[BZ["Silithus"]], ["continent"] = 1, ["x"] = 0, ["y"] = 0, -- 1.7.9.5