Zone Tracker checkbox disappeared with new update
fullhouseison opened this issue · 2 comments
Maybe I'm missing something, but I used to be able to hide pets on the map by checking off the zone tracker box, now they are cluttering up my map with no way to turn it off aside from straight up disabling the addon.
This. When I pull up the Darkshore map, it's almost nothing but pets. And I can't find any way to disable it.
To remove the display of the pets on the map, do the following:
- In your WoW program directory, go to this subdirectory:
Interface\AddOns\PetTracker\Features
- Using your favorite text editor, edit the MapCanvas.lua file.
- Find the line with
function MapCanvas:Draw
- Insert a new line, directly underneath that line, as follows:
do return end
- Save the file and, if the game is running, either relog or do a /reload.
The edit will be erased after the next update, but hopefully the problem will be fixed by then.