View Single Post
04-24-14, 03:52 PM   #4
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
You shouldn't need to SetMapToCurrentZone every time another addon tries to change the map.

Even if you need to request information from the current map OnUpdate, you would only need to set the map once, gather your information, then allow the other addon to zoom out and do whatever it's doing without breaking yours because you already did what you needed to.

Without knowing what the other addon is or what it's doing, or what your addon needs to do it's difficult to suggest what the best course of action would be.
  Reply With Quote