Disabling pet battles in blizzard tracker doesn't remove them from the map
cbossaers opened this issue ยท 5 comments
Disabling pet battles in blizzard tracker doesn't remove them from the "region map" (Khaz Algar in this case), despite being removed from the zone map (Isle of Dorn in the provided picture) and correctly disappearing from the questlog list. All other addons are disabled. This doesn't happen in other regions such as the Dragon Isles.
We override the entire filtering process, so you should not use the built-in filtering (it has no effect).
I'm looking into if there is a way to remove it from the menu.
So if I understand this correctly, there's no way to filter out pet battles with the addon?
The build in world quest filters doesn't work while this addon is loaded (Since we override thr function that does the filtering)
I don't see a way those two could coexist, since they both filter the visible quests, but by using two completely different methods (if both where working at the same time, the result would be a mess)