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