1
0
Bifurcation 0

Fix for issue 536. Temporarily resolves missing data for Pandaria continent.

Cette révision appartient à :
Nathanial.C.Jones 2012-09-26 23:57:09 +00:00
Parent bf1a04a431
révision da3908b13d
3 fichiers modifiés avec 4 ajouts et 2 suppressions

Voir le fichier

@ -180,7 +180,7 @@ menu.lua
nag.lua
comm.lua
#-mapbutton.lua
flightpath.lua
#-flightpath.lua
#-tracker.lua
objtips.lua
textviewer.lua

Voir le fichier

@ -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)

Voir le fichier

@ -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,