diff --git a/QuestHelper/QuestHelper.toc b/QuestHelper/QuestHelper.toc index e6e4dcd..2e83d02 100644 --- a/QuestHelper/QuestHelper.toc +++ b/QuestHelper/QuestHelper.toc @@ -180,7 +180,7 @@ menu.lua nag.lua comm.lua #-mapbutton.lua -flightpath.lua +#-flightpath.lua #-tracker.lua objtips.lua textviewer.lua diff --git a/QuestHelper/libs/AstrolabeQH/Astrolabe.lua b/QuestHelper/libs/AstrolabeQH/Astrolabe.lua index 012d6b3..e44f800 100644 --- a/QuestHelper/libs/AstrolabeQH/Astrolabe.lua +++ b/QuestHelper/libs/AstrolabeQH/Astrolabe.lua @@ -358,6 +358,8 @@ function Astrolabe:GetAbsoluteContinentPosition( C, Z, xPos, yPos ) return end + if C == 6 then return end -- We're in Pandaria, we're just kind of fucked for now. + assert(0, type(WorldMapSize[C].parentContinent) == "number") local x, y = Astrolabe:TranslateWorldMapPosition(C, Z, xPos, yPos, WorldMapSize[C].parentContinent, 0) diff --git a/QuestHelper/main.lua b/QuestHelper/main.lua index 6d3442b..081dcd3 100644 --- a/QuestHelper/main.lua +++ b/QuestHelper/main.lua @@ -244,7 +244,7 @@ QH_Event("ADDON_LOADED", function (addonid) -- ["mapbutton.lua"] = true, ["help.lua"] = true, ["pattern.lua"] = true, - ["flightpath.lua"] = true, +-- ["flightpath.lua"] = true, -- ["tracker.lua"] = true, ["objtips.lua"] = true, ["tomtom.lua"] = true,