View Single Post
04-23-14, 11:44 PM   #1
Digital_Utopia
A Flamescale Wyrmkin
 
Digital_Utopia's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2012
Posts: 110
Dear Addon I shall not name:

Why do you make me do this?

Code:
local zo=_G.ZoomOut;
function ZoomOut()
	if(not WorldMapFrame:IsVisible())then
		SetMapToCurrentZone()
		local dl,x1,y1,x2,y2=GetCurrentMapDungeonLevel();
		map:updateInfo(GetCurrentMapAreaID(),dl)
		local mapName, textureWidth, textureHeight, isMicroDungeon, microDungeonName = GetMapInfo()
		indoors=isMicroDungeon;
		zoomChanged=true;
	end
	zo();
end
__________________
  Reply With Quote