Both "Temple of Ahn'Qiraj" and "Ruins of Ahn'Qiraj" are in Silithus not Tanaris!
mike [04-02-11 - 21:46]
Both "Temple of Ahn'Qiraj" and "Ruins of Ahn'Qiraj" are in Silithus not Tanaris!
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,