PetTracker

PetTracker

12M Downloads

Zone Tracker checkbox disappeared with new update

fullhouseison opened this issue · 2 comments

commented

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.

commented

This. When I pull up the Darkshore map, it's almost nothing but pets. And I can't find any way to disable it.

commented

To remove the display of the pets on the map, do the following:

  1. In your WoW program directory, go to this subdirectory:
    • Interface\AddOns\PetTracker\Features
  2. Using your favorite text editor, edit the MapCanvas.lua file.
  3. Find the line with function MapCanvas:Draw
  4. Insert a new line, directly underneath that line, as follows:
    • do return end
  5. 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.