From e11ba409a8eba5c56427c2559d6721700d88a6ac Mon Sep 17 00:00:00 2001 From: "Nathanial.C.Jones" Date: Thu, 27 Sep 2012 10:09:24 +0000 Subject: [PATCH] Addressed issue 538 and issue 539. --- QuestHelper/QuestHelper.toc | 2 +- QuestHelper/main.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/QuestHelper/QuestHelper.toc b/QuestHelper/QuestHelper.toc index 2e83d02..9a79ecf 100644 --- a/QuestHelper/QuestHelper.toc +++ b/QuestHelper/QuestHelper.toc @@ -164,7 +164,7 @@ dodads_triangles.lua core.lua # beep beep -radar.lua +#-radar.lua #-upgrade.lua diff --git a/QuestHelper/main.lua b/QuestHelper/main.lua index 081dcd3..225bbb5 100644 --- a/QuestHelper/main.lua +++ b/QuestHelper/main.lua @@ -255,7 +255,7 @@ QH_Event("ADDON_LOADED", function (addonid) ["core.lua"] = true, ["tooltip.lua"] = true, ["arrow.lua"] = true, - ["radar.lua"] = true, +-- ["radar.lua"] = true, ["config.lua"] = true, ["collect.lua"] = true, @@ -926,7 +926,7 @@ Thanks for testing!]], "QuestHelper " .. version_string, 500, 20, 10) local nc, nz, nx, ny = self.Astrolabe:GetCurrentPlayerPosition() local tc, tx, ty - if nc and nc ~= -1 then -- We just want the raw data here, before we've done anything clever. + if nc and nc ~= -1 and nc ~= 6 then -- We just want the raw data here, before we've done anything clever. tc, tx, ty = self.Astrolabe:GetAbsoluteContinentPosition(nc, nz, nx, ny) QuestHelper: Assert(tc and tx and ty) -- is it true? nobody knows! :D end