Fix for issue 536. Temporarily resolves missing data for Pandaria continent.
Cette révision appartient à :
Parent
bf1a04a431
révision
da3908b13d
3 fichiers modifiés avec 4 ajouts et 2 suppressions
|
@ -180,7 +180,7 @@ menu.lua
|
|||
nag.lua
|
||||
comm.lua
|
||||
#-mapbutton.lua
|
||||
flightpath.lua
|
||||
#-flightpath.lua
|
||||
#-tracker.lua
|
||||
objtips.lua
|
||||
textviewer.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)
|
||||
|
|
|
@ -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,
|
||||
|
|
Référencer dans un nouveau ticket